| 1 | [ Oct 10 06:01:12 Enabled. ] | ||
| 2 | [ Oct 10 06:01:12 Rereading configuration. ] | ||
| 3 | [ Oct 10 06:01:13 Rereading configuration. ] | ||
| 4 | [ Oct 10 06:01:16 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 10 06:01:16 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.10 06:01:17.667911 [ 1 ] {} <Information> Application: Will watch for the process with pid 24699 | ||
| 29 | 2024.10.10 06:01:17.668495 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.10.10 06:01:17.913071 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24699 | ||
| 31 | 2024.10.10 06:01:17.913906 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.10.10 06:01:17.914681 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.10.10 06:01:18.015602 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.10.10 06:01:18.047495 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.10.10 06:01:18.047544 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.10.10 06:01:18.047556 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.10.10 06:01:18.047628 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.10.10 06:01:18.048027 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.10.10 06:01:18.049689 [ 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.10 06:01:18.050314 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.10.10 06:01:18.051214 [ 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.10 06:01:18.051240 [ 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.10 06:01:18.051256 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.10.10 06:01:18.051437 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.10.10 06:01:18.052368 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.10.10 06:01:18.057589 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.10.10 06:01:18.058332 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.10.10 06:01:18.059811 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.10.10 06:01:18.059885 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.10.10 06:01:18.061551 [ 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.10 06:01:18.061877 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.10.10 06:01:18.066725 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.10.10 06:01:18.067130 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.10.10 06:01:18.068924 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.10.10 06:01:18.069320 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.10.10 06:01:18.069763 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.10.10 06:01:18.070176 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.10.10 06:01:18.071581 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.10.10 06:01:18.071613 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.10.10 06:01:18.071706 [ 171 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.10.10 06:01:18.071901 [ 171 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.10.10 06:01:18.086038 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.10.10 06:01:18.086065 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000157644 sec | ||
| 68 | 2024.10.10 06:01:18.086110 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.10.10 06:01:18.086126 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.10.10 06:01:18.087384 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.10.10 06:01:18.088626 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.10.10 06:01:18.102014 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.10.10 06:01:18.102061 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.10.10 06:01:18.102091 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.10.10 06:01:18.102104 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.10.10 06:01:18.102137 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.10.10 06:01:18.102156 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.10.10 06:01:18.102169 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.10.10 06:01:18.102205 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.10.10 06:01:18.102223 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.10.10 06:01:18.102236 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.10.10 06:01:18.102248 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.10.10 06:01:18.102293 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.10.10 06:01:18.102306 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.10.10 06:01:18.102319 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.10.10 06:01:18.102356 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.10.10 06:01:18.102369 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.10.10 06:01:18.131036 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.10.10 06:01:18.133112 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.10.10 06:01:18.133142 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0441e-05 sec | ||
| 91 | 2024.10.10 06:01:18.133156 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.10.10 06:01:18.133168 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.10.10 06:01:18.133194 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.10.10 06:01:18.133419 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.10.10 06:01:18.133465 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.10.10 06:01:18.133479 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.10.10 06:01:18.133491 [ 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.10 06:01:18.133518 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.10.10 06:01:18.146435 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.10.10 06:01:18.146668 [ 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.10 06:01:18.147713 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3611e-05 sec. | ||
| 102 | 2024.10.10 06:01:18.148070 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.10.10 06:01:18.148116 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.10.10 06:01:18.148132 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.10.10 06:01:20.720769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 106 | 2024.10.10 06:01:20.720952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 107 | 2024.10.10 06:01:20.720984 [ 3 ] {} <Debug> HTTP-Session: 74728d5e-8102-43ad-a6df-30d093711ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 108 | 2024.10.10 06:01:20.721028 [ 3 ] {} <Debug> HTTP-Session: 74728d5e-8102-43ad-a6df-30d093711ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.10.10 06:01:20.721043 [ 3 ] {} <Debug> HTTP-Session: 74728d5e-8102-43ad-a6df-30d093711ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.10.10 06:01:20.721129 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.10.10 06:01:20.721171 [ 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.10 06:01:20.721193 [ 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.10 06:01:20.721241 [ 3 ] {} <Trace> HTTP-Session: 74728d5e-8102-43ad-a6df-30d093711ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 114 | 2024.10.10 06:01:20.722348 [ 3 ] {1a22301c-8f32-48c3-93e7-4e2b0a5ebd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 115 | 2024.10.10 06:01:20.774008 [ 3 ] {1a22301c-8f32-48c3-93e7-4e2b0a5ebd92} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41486) (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.10 06:01:20.774778 [ 3 ] {1a22301c-8f32-48c3-93e7-4e2b0a5ebd92} <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.10 06:01:20.777747 [ 3 ] {} <Debug> HTTP-Session: 74728d5e-8102-43ad-a6df-30d093711ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 166 | 2024.10.10 06:01:20.780268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 167 | 2024.10.10 06:01:20.780346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 168 | 2024.10.10 06:01:20.780379 [ 3 ] {} <Debug> HTTP-Session: b2dc2165-2c0f-4461-b30c-864c565d5f42 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 169 | 2024.10.10 06:01:20.780403 [ 3 ] {} <Debug> HTTP-Session: b2dc2165-2c0f-4461-b30c-864c565d5f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2024.10.10 06:01:20.780419 [ 3 ] {} <Debug> HTTP-Session: b2dc2165-2c0f-4461-b30c-864c565d5f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2024.10.10 06:01:20.780475 [ 3 ] {} <Trace> HTTP-Session: b2dc2165-2c0f-4461-b30c-864c565d5f42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 172 | 2024.10.10 06:01:20.780653 [ 3 ] {af59a9b8-210d-482a-b94d-0cc805a52145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 173 | 2024.10.10 06:01:20.780945 [ 3 ] {af59a9b8-210d-482a-b94d-0cc805a52145} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41486) (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.10 06:01:20.781063 [ 3 ] {af59a9b8-210d-482a-b94d-0cc805a52145} <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.10 06:01:20.781193 [ 3 ] {} <Debug> HTTP-Session: b2dc2165-2c0f-4461-b30c-864c565d5f42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2024.10.10 06:01:20.783504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 225 | 2024.10.10 06:01:20.783568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 226 | 2024.10.10 06:01:20.783590 [ 3 ] {} <Debug> HTTP-Session: 16af7c8e-b350-491b-bf23-60e999e5b4e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 227 | 2024.10.10 06:01:20.783609 [ 3 ] {} <Debug> HTTP-Session: 16af7c8e-b350-491b-bf23-60e999e5b4e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2024.10.10 06:01:20.783632 [ 3 ] {} <Debug> HTTP-Session: 16af7c8e-b350-491b-bf23-60e999e5b4e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2024.10.10 06:01:20.783667 [ 3 ] {} <Trace> HTTP-Session: 16af7c8e-b350-491b-bf23-60e999e5b4e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 230 | 2024.10.10 06:01:20.784927 [ 3 ] {61fd980b-751a-4e40-8e7a-9f2cf85141a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 231 | 2024.10.10 06:01:20.785657 [ 3 ] {61fd980b-751a-4e40-8e7a-9f2cf85141a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 232 | 2024.10.10 06:01:20.785680 [ 3 ] {} <Debug> HTTP-Session: 16af7c8e-b350-491b-bf23-60e999e5b4e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2024.10.10 06:01:20.786622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 234 | 2024.10.10 06:01:20.786697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 235 | 2024.10.10 06:01:20.786716 [ 3 ] {} <Debug> HTTP-Session: d7fef884-025e-448b-b485-5ebde078c635 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 236 | 2024.10.10 06:01:20.786732 [ 3 ] {} <Debug> HTTP-Session: d7fef884-025e-448b-b485-5ebde078c635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 237 | 2024.10.10 06:01:20.786755 [ 3 ] {} <Debug> HTTP-Session: d7fef884-025e-448b-b485-5ebde078c635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 238 | 2024.10.10 06:01:20.786783 [ 3 ] {} <Trace> HTTP-Session: d7fef884-025e-448b-b485-5ebde078c635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 239 | 2024.10.10 06:01:20.786868 [ 3 ] {87c04c47-3380-4895-afbf-68bdf81c57d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 240 | 2024.10.10 06:01:20.786954 [ 3 ] {87c04c47-3380-4895-afbf-68bdf81c57d1} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 241 | 2024.10.10 06:01:20.788189 [ 3 ] {87c04c47-3380-4895-afbf-68bdf81c57d1} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 242 | 2024.10.10 06:01:20.788219 [ 3 ] {87c04c47-3380-4895-afbf-68bdf81c57d1} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2252e-05 sec | ||
| 243 | 2024.10.10 06:01:20.788234 [ 3 ] {87c04c47-3380-4895-afbf-68bdf81c57d1} <Trace> ReferentialDeps: No tables | ||
| 244 | 2024.10.10 06:01:20.788245 [ 3 ] {87c04c47-3380-4895-afbf-68bdf81c57d1} <Trace> LoadingDeps: No tables | ||
| 245 | 2024.10.10 06:01:20.788267 [ 3 ] {87c04c47-3380-4895-afbf-68bdf81c57d1} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 246 | 2024.10.10 06:01:20.788398 [ 3 ] {87c04c47-3380-4895-afbf-68bdf81c57d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 247 | 2024.10.10 06:01:20.788419 [ 3 ] {} <Debug> HTTP-Session: d7fef884-025e-448b-b485-5ebde078c635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 248 | 2024.10.10 06:01:20.788538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 249 | 2024.10.10 06:01:20.788589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 250 | 2024.10.10 06:01:20.788608 [ 3 ] {} <Debug> HTTP-Session: a1cd2be6-c23a-43b6-b615-699c97020d88 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 251 | 2024.10.10 06:01:20.788624 [ 3 ] {} <Debug> HTTP-Session: a1cd2be6-c23a-43b6-b615-699c97020d88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.10.10 06:01:20.788641 [ 3 ] {} <Debug> HTTP-Session: a1cd2be6-c23a-43b6-b615-699c97020d88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 253 | 2024.10.10 06:01:20.788672 [ 3 ] {} <Trace> HTTP-Session: a1cd2be6-c23a-43b6-b615-699c97020d88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 254 | 2024.10.10 06:01:20.788806 [ 3 ] {584da5fc-b486-4be8-ad65-0be45e49c071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) /* 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.10 06:01:20.788853 [ 3 ] {584da5fc-b486-4be8-ad65-0be45e49c071} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 257 | 2024.10.10 06:01:20.796879 [ 3 ] {584da5fc-b486-4be8-ad65-0be45e49c071} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 258 | 2024.10.10 06:01:20.798060 [ 3 ] {584da5fc-b486-4be8-ad65-0be45e49c071} <Debug> oximeter.version (2f523001-5fc2-4b26-b019-a088dd6e1379): Loading data parts | ||
| 259 | 2024.10.10 06:01:20.798583 [ 3 ] {584da5fc-b486-4be8-ad65-0be45e49c071} <Debug> oximeter.version (2f523001-5fc2-4b26-b019-a088dd6e1379): There are no data parts | ||
| 260 | 2024.10.10 06:01:20.801272 [ 3 ] {584da5fc-b486-4be8-ad65-0be45e49c071} <Debug> DynamicQueryHandler: Done processing query | ||
| 261 | 2024.10.10 06:01:20.801297 [ 3 ] {} <Debug> HTTP-Session: a1cd2be6-c23a-43b6-b615-699c97020d88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 262 | 2024.10.10 06:01:20.801463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 263 | 2024.10.10 06:01:20.801511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 264 | 2024.10.10 06:01:20.801534 [ 3 ] {} <Debug> HTTP-Session: b54368a1-8e72-42c2-913b-6d0f1518041d Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 265 | 2024.10.10 06:01:20.801553 [ 3 ] {} <Debug> HTTP-Session: b54368a1-8e72-42c2-913b-6d0f1518041d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 266 | 2024.10.10 06:01:20.801566 [ 3 ] {} <Debug> HTTP-Session: b54368a1-8e72-42c2-913b-6d0f1518041d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 267 | 2024.10.10 06:01:20.801599 [ 3 ] {} <Trace> HTTP-Session: b54368a1-8e72-42c2-913b-6d0f1518041d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.10.10 06:01:20.801783 [ 3 ] {d8983dbb-0e71-4547-bb72-1cb14e1a95a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) /* 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.10 06:01:20.801854 [ 3 ] {d8983dbb-0e71-4547-bb72-1cb14e1a95a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 280 | 2024.10.10 06:01:20.808685 [ 3 ] {d8983dbb-0e71-4547-bb72-1cb14e1a95a2} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Loading data parts | ||
| 281 | 2024.10.10 06:01:20.808897 [ 3 ] {d8983dbb-0e71-4547-bb72-1cb14e1a95a2} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): There are no data parts | ||
| 282 | 2024.10.10 06:01:20.810223 [ 3 ] {d8983dbb-0e71-4547-bb72-1cb14e1a95a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 283 | 2024.10.10 06:01:20.810248 [ 3 ] {} <Debug> HTTP-Session: b54368a1-8e72-42c2-913b-6d0f1518041d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 284 | 2024.10.10 06:01:20.810381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 285 | 2024.10.10 06:01:20.810438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 286 | 2024.10.10 06:01:20.810458 [ 3 ] {} <Debug> HTTP-Session: af540ad4-a084-4530-9424-63773065407e Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 287 | 2024.10.10 06:01:20.810473 [ 3 ] {} <Debug> HTTP-Session: af540ad4-a084-4530-9424-63773065407e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 288 | 2024.10.10 06:01:20.810498 [ 3 ] {} <Debug> HTTP-Session: af540ad4-a084-4530-9424-63773065407e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.10.10 06:01:20.810529 [ 3 ] {} <Trace> HTTP-Session: af540ad4-a084-4530-9424-63773065407e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 290 | 2024.10.10 06:01:20.810707 [ 3 ] {cbe9f3ea-a1ea-4372-8972-afaa3ea8dc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.810754 [ 3 ] {cbe9f3ea-a1ea-4372-8972-afaa3ea8dc77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 292 | 2024.10.10 06:01:20.812345 [ 3 ] {cbe9f3ea-a1ea-4372-8972-afaa3ea8dc77} <Debug> oximeter.measurements_i8 (92ba4ec9-b0ae-4406-b271-e7e16e80e739): Loading data parts | ||
| 293 | 2024.10.10 06:01:20.812509 [ 3 ] {cbe9f3ea-a1ea-4372-8972-afaa3ea8dc77} <Debug> oximeter.measurements_i8 (92ba4ec9-b0ae-4406-b271-e7e16e80e739): There are no data parts | ||
| 294 | 2024.10.10 06:01:20.813764 [ 3 ] {cbe9f3ea-a1ea-4372-8972-afaa3ea8dc77} <Debug> DynamicQueryHandler: Done processing query | ||
| 295 | 2024.10.10 06:01:20.813797 [ 3 ] {} <Debug> HTTP-Session: af540ad4-a084-4530-9424-63773065407e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 296 | 2024.10.10 06:01:20.813921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 297 | 2024.10.10 06:01:20.813967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 298 | 2024.10.10 06:01:20.814000 [ 3 ] {} <Debug> HTTP-Session: e5a5a6f7-84ec-4d4c-98dd-99140cbd59c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 299 | 2024.10.10 06:01:20.814015 [ 3 ] {} <Debug> HTTP-Session: e5a5a6f7-84ec-4d4c-98dd-99140cbd59c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 300 | 2024.10.10 06:01:20.814028 [ 3 ] {} <Debug> HTTP-Session: e5a5a6f7-84ec-4d4c-98dd-99140cbd59c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 301 | 2024.10.10 06:01:20.814063 [ 3 ] {} <Trace> HTTP-Session: e5a5a6f7-84ec-4d4c-98dd-99140cbd59c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2024.10.10 06:01:20.814231 [ 3 ] {ba1fbd87-e19d-4848-8b82-363b19cc9335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.814281 [ 3 ] {ba1fbd87-e19d-4848-8b82-363b19cc9335} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 304 | 2024.10.10 06:01:20.816001 [ 3 ] {ba1fbd87-e19d-4848-8b82-363b19cc9335} <Debug> oximeter.measurements_u8 (256a9489-6ac0-4f0d-ba65-b2fc26522e67): Loading data parts | ||
| 305 | 2024.10.10 06:01:20.816173 [ 3 ] {ba1fbd87-e19d-4848-8b82-363b19cc9335} <Debug> oximeter.measurements_u8 (256a9489-6ac0-4f0d-ba65-b2fc26522e67): There are no data parts | ||
| 306 | 2024.10.10 06:01:20.817488 [ 3 ] {ba1fbd87-e19d-4848-8b82-363b19cc9335} <Debug> DynamicQueryHandler: Done processing query | ||
| 307 | 2024.10.10 06:01:20.817513 [ 3 ] {} <Debug> HTTP-Session: e5a5a6f7-84ec-4d4c-98dd-99140cbd59c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 308 | 2024.10.10 06:01:20.817640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 309 | 2024.10.10 06:01:20.817706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 310 | 2024.10.10 06:01:20.817725 [ 3 ] {} <Debug> HTTP-Session: 8d2e5156-dc12-4456-aef9-8632138f5792 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 311 | 2024.10.10 06:01:20.817740 [ 3 ] {} <Debug> HTTP-Session: 8d2e5156-dc12-4456-aef9-8632138f5792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.10.10 06:01:20.817767 [ 3 ] {} <Debug> HTTP-Session: 8d2e5156-dc12-4456-aef9-8632138f5792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 313 | 2024.10.10 06:01:20.817797 [ 3 ] {} <Trace> HTTP-Session: 8d2e5156-dc12-4456-aef9-8632138f5792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 314 | 2024.10.10 06:01:20.817972 [ 3 ] {d336bdae-341c-40a9-8a1f-64af3a5c25d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.818015 [ 3 ] {d336bdae-341c-40a9-8a1f-64af3a5c25d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 316 | 2024.10.10 06:01:20.819652 [ 3 ] {d336bdae-341c-40a9-8a1f-64af3a5c25d2} <Debug> oximeter.measurements_i16 (798000c2-6a41-4956-acd9-67fd06e2b29d): Loading data parts | ||
| 317 | 2024.10.10 06:01:20.819815 [ 3 ] {d336bdae-341c-40a9-8a1f-64af3a5c25d2} <Debug> oximeter.measurements_i16 (798000c2-6a41-4956-acd9-67fd06e2b29d): There are no data parts | ||
| 318 | 2024.10.10 06:01:20.821139 [ 3 ] {d336bdae-341c-40a9-8a1f-64af3a5c25d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 319 | 2024.10.10 06:01:20.821181 [ 3 ] {} <Debug> HTTP-Session: 8d2e5156-dc12-4456-aef9-8632138f5792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 320 | 2024.10.10 06:01:20.821299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 321 | 2024.10.10 06:01:20.821344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 322 | 2024.10.10 06:01:20.821371 [ 3 ] {} <Debug> HTTP-Session: 2c4189f2-dff8-4f33-a56a-851a9f6261df Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 323 | 2024.10.10 06:01:20.821386 [ 3 ] {} <Debug> HTTP-Session: 2c4189f2-dff8-4f33-a56a-851a9f6261df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.10.10 06:01:20.821400 [ 3 ] {} <Debug> HTTP-Session: 2c4189f2-dff8-4f33-a56a-851a9f6261df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 325 | 2024.10.10 06:01:20.821437 [ 3 ] {} <Trace> HTTP-Session: 2c4189f2-dff8-4f33-a56a-851a9f6261df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2024.10.10 06:01:20.821606 [ 3 ] {009a15ca-65d7-44a9-8fdd-e0c22cdda20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.821657 [ 3 ] {009a15ca-65d7-44a9-8fdd-e0c22cdda20f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 328 | 2024.10.10 06:01:20.823261 [ 3 ] {009a15ca-65d7-44a9-8fdd-e0c22cdda20f} <Debug> oximeter.measurements_u16 (98d8f937-bb40-41d4-ae5a-94e66ac36dcb): Loading data parts | ||
| 329 | 2024.10.10 06:01:20.823439 [ 3 ] {009a15ca-65d7-44a9-8fdd-e0c22cdda20f} <Debug> oximeter.measurements_u16 (98d8f937-bb40-41d4-ae5a-94e66ac36dcb): There are no data parts | ||
| 330 | 2024.10.10 06:01:20.824865 [ 3 ] {009a15ca-65d7-44a9-8fdd-e0c22cdda20f} <Debug> DynamicQueryHandler: Done processing query | ||
| 331 | 2024.10.10 06:01:20.824889 [ 3 ] {} <Debug> HTTP-Session: 2c4189f2-dff8-4f33-a56a-851a9f6261df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 332 | 2024.10.10 06:01:20.825007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 333 | 2024.10.10 06:01:20.825072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 334 | 2024.10.10 06:01:20.825092 [ 3 ] {} <Debug> HTTP-Session: 542e96b2-75eb-473d-a5fa-83931d57cb57 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 335 | 2024.10.10 06:01:20.825111 [ 3 ] {} <Debug> HTTP-Session: 542e96b2-75eb-473d-a5fa-83931d57cb57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.10.10 06:01:20.825128 [ 3 ] {} <Debug> HTTP-Session: 542e96b2-75eb-473d-a5fa-83931d57cb57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 337 | 2024.10.10 06:01:20.825157 [ 3 ] {} <Trace> HTTP-Session: 542e96b2-75eb-473d-a5fa-83931d57cb57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2024.10.10 06:01:20.825331 [ 3 ] {ae5ddcae-679b-49e5-896c-ed80fdfd367f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.825373 [ 3 ] {ae5ddcae-679b-49e5-896c-ed80fdfd367f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 340 | 2024.10.10 06:01:20.826990 [ 3 ] {ae5ddcae-679b-49e5-896c-ed80fdfd367f} <Debug> oximeter.measurements_i32 (f1946fef-e62a-472a-a7d7-b7ee6c6c84e2): Loading data parts | ||
| 341 | 2024.10.10 06:01:20.827133 [ 3 ] {ae5ddcae-679b-49e5-896c-ed80fdfd367f} <Debug> oximeter.measurements_i32 (f1946fef-e62a-472a-a7d7-b7ee6c6c84e2): There are no data parts | ||
| 342 | 2024.10.10 06:01:20.828427 [ 3 ] {ae5ddcae-679b-49e5-896c-ed80fdfd367f} <Debug> DynamicQueryHandler: Done processing query | ||
| 343 | 2024.10.10 06:01:20.828461 [ 3 ] {} <Debug> HTTP-Session: 542e96b2-75eb-473d-a5fa-83931d57cb57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 344 | 2024.10.10 06:01:20.828574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 345 | 2024.10.10 06:01:20.828620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 346 | 2024.10.10 06:01:20.828648 [ 3 ] {} <Debug> HTTP-Session: 58e29510-9548-4785-8872-3de901fc5cb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 347 | 2024.10.10 06:01:20.828664 [ 3 ] {} <Debug> HTTP-Session: 58e29510-9548-4785-8872-3de901fc5cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.10.10 06:01:20.828676 [ 3 ] {} <Debug> HTTP-Session: 58e29510-9548-4785-8872-3de901fc5cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 349 | 2024.10.10 06:01:20.828712 [ 3 ] {} <Trace> HTTP-Session: 58e29510-9548-4785-8872-3de901fc5cb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2024.10.10 06:01:20.828881 [ 3 ] {8e613377-300f-4632-bd9d-2089c7914c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.828943 [ 3 ] {8e613377-300f-4632-bd9d-2089c7914c6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 352 | 2024.10.10 06:01:20.830604 [ 3 ] {8e613377-300f-4632-bd9d-2089c7914c6b} <Debug> oximeter.measurements_u32 (9baf951a-dbb1-4ca4-85a1-1f266afe5102): Loading data parts | ||
| 353 | 2024.10.10 06:01:20.830773 [ 3 ] {8e613377-300f-4632-bd9d-2089c7914c6b} <Debug> oximeter.measurements_u32 (9baf951a-dbb1-4ca4-85a1-1f266afe5102): There are no data parts | ||
| 354 | 2024.10.10 06:01:20.832099 [ 3 ] {8e613377-300f-4632-bd9d-2089c7914c6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 355 | 2024.10.10 06:01:20.832125 [ 3 ] {} <Debug> HTTP-Session: 58e29510-9548-4785-8872-3de901fc5cb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 356 | 2024.10.10 06:01:20.832231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 357 | 2024.10.10 06:01:20.832287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 358 | 2024.10.10 06:01:20.832306 [ 3 ] {} <Debug> HTTP-Session: d2d49687-aa08-4ab6-9bee-03ac81616304 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 359 | 2024.10.10 06:01:20.832329 [ 3 ] {} <Debug> HTTP-Session: d2d49687-aa08-4ab6-9bee-03ac81616304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.10.10 06:01:20.832343 [ 3 ] {} <Debug> HTTP-Session: d2d49687-aa08-4ab6-9bee-03ac81616304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 361 | 2024.10.10 06:01:20.832372 [ 3 ] {} <Trace> HTTP-Session: d2d49687-aa08-4ab6-9bee-03ac81616304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2024.10.10 06:01:20.832565 [ 3 ] {f1c10936-a06f-4f32-a322-99b5dc6204b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.832626 [ 3 ] {f1c10936-a06f-4f32-a322-99b5dc6204b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 364 | 2024.10.10 06:01:20.834223 [ 3 ] {f1c10936-a06f-4f32-a322-99b5dc6204b6} <Debug> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Loading data parts | ||
| 365 | 2024.10.10 06:01:20.834466 [ 3 ] {f1c10936-a06f-4f32-a322-99b5dc6204b6} <Debug> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): There are no data parts | ||
| 366 | 2024.10.10 06:01:20.835696 [ 3 ] {f1c10936-a06f-4f32-a322-99b5dc6204b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 367 | 2024.10.10 06:01:20.835731 [ 3 ] {} <Debug> HTTP-Session: d2d49687-aa08-4ab6-9bee-03ac81616304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2024.10.10 06:01:20.835839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 369 | 2024.10.10 06:01:20.835889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 370 | 2024.10.10 06:01:20.835911 [ 3 ] {} <Debug> HTTP-Session: 2b6dbc58-86fb-4787-af00-c18fdf273eee Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 371 | 2024.10.10 06:01:20.835928 [ 3 ] {} <Debug> HTTP-Session: 2b6dbc58-86fb-4787-af00-c18fdf273eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.10.10 06:01:20.835941 [ 3 ] {} <Debug> HTTP-Session: 2b6dbc58-86fb-4787-af00-c18fdf273eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 373 | 2024.10.10 06:01:20.835984 [ 3 ] {} <Trace> HTTP-Session: 2b6dbc58-86fb-4787-af00-c18fdf273eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2024.10.10 06:01:20.836152 [ 3 ] {4baab031-8352-456f-b7d0-c05316bb5421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.836210 [ 3 ] {4baab031-8352-456f-b7d0-c05316bb5421} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 376 | 2024.10.10 06:01:20.837797 [ 3 ] {4baab031-8352-456f-b7d0-c05316bb5421} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Loading data parts | ||
| 377 | 2024.10.10 06:01:20.837951 [ 3 ] {4baab031-8352-456f-b7d0-c05316bb5421} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): There are no data parts | ||
| 378 | 2024.10.10 06:01:20.839192 [ 3 ] {4baab031-8352-456f-b7d0-c05316bb5421} <Debug> DynamicQueryHandler: Done processing query | ||
| 379 | 2024.10.10 06:01:20.839217 [ 3 ] {} <Debug> HTTP-Session: 2b6dbc58-86fb-4787-af00-c18fdf273eee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 380 | 2024.10.10 06:01:20.839326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 381 | 2024.10.10 06:01:20.839377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 382 | 2024.10.10 06:01:20.839396 [ 3 ] {} <Debug> HTTP-Session: 149fff36-b28a-407f-a198-ed441a98050e Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 383 | 2024.10.10 06:01:20.839426 [ 3 ] {} <Debug> HTTP-Session: 149fff36-b28a-407f-a198-ed441a98050e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.10.10 06:01:20.839440 [ 3 ] {} <Debug> HTTP-Session: 149fff36-b28a-407f-a198-ed441a98050e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 385 | 2024.10.10 06:01:20.839469 [ 3 ] {} <Trace> HTTP-Session: 149fff36-b28a-407f-a198-ed441a98050e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2024.10.10 06:01:20.839645 [ 3 ] {05bf0e4a-65f6-4fff-8bde-13ed58d72f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.839697 [ 3 ] {05bf0e4a-65f6-4fff-8bde-13ed58d72f05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 388 | 2024.10.10 06:01:20.841318 [ 3 ] {05bf0e4a-65f6-4fff-8bde-13ed58d72f05} <Debug> oximeter.measurements_f32 (a00b5c5f-a484-4ec3-9639-6d777bf05f23): Loading data parts | ||
| 389 | 2024.10.10 06:01:20.841470 [ 3 ] {05bf0e4a-65f6-4fff-8bde-13ed58d72f05} <Debug> oximeter.measurements_f32 (a00b5c5f-a484-4ec3-9639-6d777bf05f23): There are no data parts | ||
| 390 | 2024.10.10 06:01:20.842740 [ 3 ] {05bf0e4a-65f6-4fff-8bde-13ed58d72f05} <Debug> DynamicQueryHandler: Done processing query | ||
| 391 | 2024.10.10 06:01:20.842772 [ 3 ] {} <Debug> HTTP-Session: 149fff36-b28a-407f-a198-ed441a98050e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 392 | 2024.10.10 06:01:20.842875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 393 | 2024.10.10 06:01:20.842941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 394 | 2024.10.10 06:01:20.842960 [ 3 ] {} <Debug> HTTP-Session: bb3de183-ece3-4be8-876c-59338da97a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 395 | 2024.10.10 06:01:20.842976 [ 3 ] {} <Debug> HTTP-Session: bb3de183-ece3-4be8-876c-59338da97a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.10.10 06:01:20.843003 [ 3 ] {} <Debug> HTTP-Session: bb3de183-ece3-4be8-876c-59338da97a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 397 | 2024.10.10 06:01:20.843037 [ 3 ] {} <Trace> HTTP-Session: bb3de183-ece3-4be8-876c-59338da97a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 398 | 2024.10.10 06:01:20.843205 [ 3 ] {97a08a18-08b2-46fe-896d-30fdb85f7d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.843258 [ 3 ] {97a08a18-08b2-46fe-896d-30fdb85f7d35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 400 | 2024.10.10 06:01:20.844899 [ 3 ] {97a08a18-08b2-46fe-896d-30fdb85f7d35} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Loading data parts | ||
| 401 | 2024.10.10 06:01:20.845078 [ 3 ] {97a08a18-08b2-46fe-896d-30fdb85f7d35} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): There are no data parts | ||
| 402 | 2024.10.10 06:01:20.846517 [ 3 ] {97a08a18-08b2-46fe-896d-30fdb85f7d35} <Debug> DynamicQueryHandler: Done processing query | ||
| 403 | 2024.10.10 06:01:20.846541 [ 3 ] {} <Debug> HTTP-Session: bb3de183-ece3-4be8-876c-59338da97a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 404 | 2024.10.10 06:01:20.846684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 405 | 2024.10.10 06:01:20.846730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 406 | 2024.10.10 06:01:20.846747 [ 3 ] {} <Debug> HTTP-Session: 0a586ebc-e531-45de-b8f0-3e6424d499a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 407 | 2024.10.10 06:01:20.846774 [ 3 ] {} <Debug> HTTP-Session: 0a586ebc-e531-45de-b8f0-3e6424d499a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.10.10 06:01:20.846788 [ 3 ] {} <Debug> HTTP-Session: 0a586ebc-e531-45de-b8f0-3e6424d499a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 409 | 2024.10.10 06:01:20.846822 [ 3 ] {} <Trace> HTTP-Session: 0a586ebc-e531-45de-b8f0-3e6424d499a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 410 | 2024.10.10 06:01:20.847038 [ 3 ] {d2647413-0ffa-4280-8314-6c19349652e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.847103 [ 3 ] {d2647413-0ffa-4280-8314-6c19349652e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 412 | 2024.10.10 06:01:20.849195 [ 3 ] {d2647413-0ffa-4280-8314-6c19349652e0} <Debug> oximeter.measurements_string (59323244-75b3-4722-9941-abafa1d90a1e): Loading data parts | ||
| 413 | 2024.10.10 06:01:20.849398 [ 3 ] {d2647413-0ffa-4280-8314-6c19349652e0} <Debug> oximeter.measurements_string (59323244-75b3-4722-9941-abafa1d90a1e): There are no data parts | ||
| 414 | 2024.10.10 06:01:20.850865 [ 3 ] {d2647413-0ffa-4280-8314-6c19349652e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 415 | 2024.10.10 06:01:20.850903 [ 3 ] {} <Debug> HTTP-Session: 0a586ebc-e531-45de-b8f0-3e6424d499a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2024.10.10 06:01:20.851041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 417 | 2024.10.10 06:01:20.851111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 418 | 2024.10.10 06:01:20.851131 [ 3 ] {} <Debug> HTTP-Session: e68cc074-8e37-456f-9be8-b7dbb8b8675d Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 419 | 2024.10.10 06:01:20.851148 [ 3 ] {} <Debug> HTTP-Session: e68cc074-8e37-456f-9be8-b7dbb8b8675d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.10.10 06:01:20.851172 [ 3 ] {} <Debug> HTTP-Session: e68cc074-8e37-456f-9be8-b7dbb8b8675d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 421 | 2024.10.10 06:01:20.851203 [ 3 ] {} <Trace> HTTP-Session: e68cc074-8e37-456f-9be8-b7dbb8b8675d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2024.10.10 06:01:20.851402 [ 3 ] {c966a0e3-3394-4e9c-af5e-3085b129429a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.851469 [ 3 ] {c966a0e3-3394-4e9c-af5e-3085b129429a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 431 | 2024.10.10 06:01:20.853227 [ 3 ] {c966a0e3-3394-4e9c-af5e-3085b129429a} <Debug> oximeter.measurements_bytes (94d78e03-775d-4aa0-9dc8-a19a38378c81): Loading data parts | ||
| 432 | 2024.10.10 06:01:20.853392 [ 3 ] {c966a0e3-3394-4e9c-af5e-3085b129429a} <Debug> oximeter.measurements_bytes (94d78e03-775d-4aa0-9dc8-a19a38378c81): There are no data parts | ||
| 433 | 2024.10.10 06:01:20.854569 [ 3 ] {c966a0e3-3394-4e9c-af5e-3085b129429a} <Debug> DynamicQueryHandler: Done processing query | ||
| 434 | 2024.10.10 06:01:20.854594 [ 3 ] {} <Debug> HTTP-Session: e68cc074-8e37-456f-9be8-b7dbb8b8675d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 435 | 2024.10.10 06:01:20.854724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 436 | 2024.10.10 06:01:20.854788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 437 | 2024.10.10 06:01:20.854807 [ 3 ] {} <Debug> HTTP-Session: 9f4ce266-bf33-42af-95a0-6130109c2288 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 438 | 2024.10.10 06:01:20.854823 [ 3 ] {} <Debug> HTTP-Session: 9f4ce266-bf33-42af-95a0-6130109c2288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.10.10 06:01:20.854847 [ 3 ] {} <Debug> HTTP-Session: 9f4ce266-bf33-42af-95a0-6130109c2288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 440 | 2024.10.10 06:01:20.854877 [ 3 ] {} <Trace> HTTP-Session: 9f4ce266-bf33-42af-95a0-6130109c2288 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2024.10.10 06:01:20.855058 [ 3 ] {42a003ee-21fc-421d-ac41-a44742650e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.855114 [ 3 ] {42a003ee-21fc-421d-ac41-a44742650e93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 443 | 2024.10.10 06:01:20.856781 [ 3 ] {42a003ee-21fc-421d-ac41-a44742650e93} <Debug> oximeter.measurements_cumulativei64 (3adb872a-6a38-4fa6-ae74-b2f93e09de27): Loading data parts | ||
| 444 | 2024.10.10 06:01:20.856942 [ 3 ] {42a003ee-21fc-421d-ac41-a44742650e93} <Debug> oximeter.measurements_cumulativei64 (3adb872a-6a38-4fa6-ae74-b2f93e09de27): There are no data parts | ||
| 445 | 2024.10.10 06:01:20.866058 [ 3 ] {42a003ee-21fc-421d-ac41-a44742650e93} <Debug> DynamicQueryHandler: Done processing query | ||
| 446 | 2024.10.10 06:01:20.866130 [ 3 ] {} <Debug> HTTP-Session: 9f4ce266-bf33-42af-95a0-6130109c2288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 447 | 2024.10.10 06:01:20.866252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 448 | 2024.10.10 06:01:20.866308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 449 | 2024.10.10 06:01:20.866332 [ 3 ] {} <Debug> HTTP-Session: ac3f7613-ef0a-448b-a036-b78d988b7633 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 450 | 2024.10.10 06:01:20.866348 [ 3 ] {} <Debug> HTTP-Session: ac3f7613-ef0a-448b-a036-b78d988b7633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 451 | 2024.10.10 06:01:20.866361 [ 3 ] {} <Debug> HTTP-Session: ac3f7613-ef0a-448b-a036-b78d988b7633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 452 | 2024.10.10 06:01:20.866404 [ 3 ] {} <Trace> HTTP-Session: ac3f7613-ef0a-448b-a036-b78d988b7633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 453 | 2024.10.10 06:01:20.866583 [ 3 ] {86c4cd12-6ed5-4e8e-b9d2-ccec20f3f22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.866638 [ 3 ] {86c4cd12-6ed5-4e8e-b9d2-ccec20f3f22b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 455 | 2024.10.10 06:01:20.869044 [ 3 ] {86c4cd12-6ed5-4e8e-b9d2-ccec20f3f22b} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Loading data parts | ||
| 456 | 2024.10.10 06:01:20.869215 [ 3 ] {86c4cd12-6ed5-4e8e-b9d2-ccec20f3f22b} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): There are no data parts | ||
| 457 | 2024.10.10 06:01:20.870493 [ 3 ] {86c4cd12-6ed5-4e8e-b9d2-ccec20f3f22b} <Debug> DynamicQueryHandler: Done processing query | ||
| 458 | 2024.10.10 06:01:20.870519 [ 3 ] {} <Debug> HTTP-Session: ac3f7613-ef0a-448b-a036-b78d988b7633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 459 | 2024.10.10 06:01:20.870652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 460 | 2024.10.10 06:01:20.870700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 461 | 2024.10.10 06:01:20.870718 [ 3 ] {} <Debug> HTTP-Session: 2de37a1d-baff-4c39-b1e9-2586091aa4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 462 | 2024.10.10 06:01:20.870749 [ 3 ] {} <Debug> HTTP-Session: 2de37a1d-baff-4c39-b1e9-2586091aa4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.10.10 06:01:20.870763 [ 3 ] {} <Debug> HTTP-Session: 2de37a1d-baff-4c39-b1e9-2586091aa4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 464 | 2024.10.10 06:01:20.870793 [ 3 ] {} <Trace> HTTP-Session: 2de37a1d-baff-4c39-b1e9-2586091aa4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.10.10 06:01:20.870986 [ 3 ] {7b3f9220-b6d6-4db9-a685-a3777493dc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.871042 [ 3 ] {7b3f9220-b6d6-4db9-a685-a3777493dc86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 467 | 2024.10.10 06:01:20.872691 [ 3 ] {7b3f9220-b6d6-4db9-a685-a3777493dc86} <Debug> oximeter.measurements_cumulativef32 (ad7c8525-41ed-4267-80b3-b14d8840de50): Loading data parts | ||
| 468 | 2024.10.10 06:01:20.872865 [ 3 ] {7b3f9220-b6d6-4db9-a685-a3777493dc86} <Debug> oximeter.measurements_cumulativef32 (ad7c8525-41ed-4267-80b3-b14d8840de50): There are no data parts | ||
| 469 | 2024.10.10 06:01:20.874697 [ 3 ] {7b3f9220-b6d6-4db9-a685-a3777493dc86} <Debug> DynamicQueryHandler: Done processing query | ||
| 470 | 2024.10.10 06:01:20.874723 [ 3 ] {} <Debug> HTTP-Session: 2de37a1d-baff-4c39-b1e9-2586091aa4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2024.10.10 06:01:20.874838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 472 | 2024.10.10 06:01:20.874907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 473 | 2024.10.10 06:01:20.874927 [ 3 ] {} <Debug> HTTP-Session: 415d0f74-68e3-4846-b617-87bc030dffb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 474 | 2024.10.10 06:01:20.874942 [ 3 ] {} <Debug> HTTP-Session: 415d0f74-68e3-4846-b617-87bc030dffb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.10.10 06:01:20.874965 [ 3 ] {} <Debug> HTTP-Session: 415d0f74-68e3-4846-b617-87bc030dffb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2024.10.10 06:01:20.874996 [ 3 ] {} <Trace> HTTP-Session: 415d0f74-68e3-4846-b617-87bc030dffb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 477 | 2024.10.10 06:01:20.875182 [ 3 ] {28dc84f3-1bbf-4085-af11-4d9b8d88304d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.875234 [ 3 ] {28dc84f3-1bbf-4085-af11-4d9b8d88304d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 479 | 2024.10.10 06:01:20.876936 [ 3 ] {28dc84f3-1bbf-4085-af11-4d9b8d88304d} <Debug> oximeter.measurements_cumulativef64 (bffe445c-59fd-4509-9e91-a00e650aa669): Loading data parts | ||
| 480 | 2024.10.10 06:01:20.877101 [ 3 ] {28dc84f3-1bbf-4085-af11-4d9b8d88304d} <Debug> oximeter.measurements_cumulativef64 (bffe445c-59fd-4509-9e91-a00e650aa669): There are no data parts | ||
| 481 | 2024.10.10 06:01:20.878753 [ 3 ] {28dc84f3-1bbf-4085-af11-4d9b8d88304d} <Debug> DynamicQueryHandler: Done processing query | ||
| 482 | 2024.10.10 06:01:20.878778 [ 3 ] {} <Debug> HTTP-Session: 415d0f74-68e3-4846-b617-87bc030dffb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2024.10.10 06:01:20.878887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 484 | 2024.10.10 06:01:20.878957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 485 | 2024.10.10 06:01:20.878976 [ 3 ] {} <Debug> HTTP-Session: dae85c42-2244-42db-9c30-6246b2bf3dad Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 486 | 2024.10.10 06:01:20.878992 [ 3 ] {} <Debug> HTTP-Session: dae85c42-2244-42db-9c30-6246b2bf3dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.10.10 06:01:20.879013 [ 3 ] {} <Debug> HTTP-Session: dae85c42-2244-42db-9c30-6246b2bf3dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2024.10.10 06:01:20.879048 [ 3 ] {} <Trace> HTTP-Session: dae85c42-2244-42db-9c30-6246b2bf3dad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 489 | 2024.10.10 06:01:20.879294 [ 3 ] {e3d11d76-6e8b-4e11-9558-e058043b39b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.879361 [ 3 ] {e3d11d76-6e8b-4e11-9558-e058043b39b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 501 | 2024.10.10 06:01:20.881647 [ 3 ] {e3d11d76-6e8b-4e11-9558-e058043b39b2} <Debug> oximeter.measurements_histogrami8 (c287b025-7114-400d-a94e-1868831c8cba): Loading data parts | ||
| 502 | 2024.10.10 06:01:20.881840 [ 3 ] {e3d11d76-6e8b-4e11-9558-e058043b39b2} <Debug> oximeter.measurements_histogrami8 (c287b025-7114-400d-a94e-1868831c8cba): There are no data parts | ||
| 503 | 2024.10.10 06:01:20.883579 [ 3 ] {e3d11d76-6e8b-4e11-9558-e058043b39b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 504 | 2024.10.10 06:01:20.883604 [ 3 ] {} <Debug> HTTP-Session: dae85c42-2244-42db-9c30-6246b2bf3dad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 505 | 2024.10.10 06:01:20.883719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 506 | 2024.10.10 06:01:20.883772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 507 | 2024.10.10 06:01:20.883790 [ 3 ] {} <Debug> HTTP-Session: 6a209f5e-c6f4-41b4-8ea4-5a8e88c704c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 508 | 2024.10.10 06:01:20.883821 [ 3 ] {} <Debug> HTTP-Session: 6a209f5e-c6f4-41b4-8ea4-5a8e88c704c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 509 | 2024.10.10 06:01:20.883835 [ 3 ] {} <Debug> HTTP-Session: 6a209f5e-c6f4-41b4-8ea4-5a8e88c704c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.10.10 06:01:20.883865 [ 3 ] {} <Trace> HTTP-Session: 6a209f5e-c6f4-41b4-8ea4-5a8e88c704c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2024.10.10 06:01:20.884122 [ 3 ] {1df6d61e-eb9d-4d79-a14d-81a49fb98019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.884186 [ 3 ] {1df6d61e-eb9d-4d79-a14d-81a49fb98019} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 513 | 2024.10.10 06:01:20.886125 [ 3 ] {1df6d61e-eb9d-4d79-a14d-81a49fb98019} <Debug> oximeter.measurements_histogramu8 (a987aa13-4a33-4938-81f6-05bd4eac7350): Loading data parts | ||
| 514 | 2024.10.10 06:01:20.886285 [ 3 ] {1df6d61e-eb9d-4d79-a14d-81a49fb98019} <Debug> oximeter.measurements_histogramu8 (a987aa13-4a33-4938-81f6-05bd4eac7350): There are no data parts | ||
| 515 | 2024.10.10 06:01:20.887700 [ 3 ] {1df6d61e-eb9d-4d79-a14d-81a49fb98019} <Debug> DynamicQueryHandler: Done processing query | ||
| 516 | 2024.10.10 06:01:20.887733 [ 3 ] {} <Debug> HTTP-Session: 6a209f5e-c6f4-41b4-8ea4-5a8e88c704c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 517 | 2024.10.10 06:01:20.887848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 518 | 2024.10.10 06:01:20.887907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 519 | 2024.10.10 06:01:20.887926 [ 3 ] {} <Debug> HTTP-Session: 965ae1a3-ece1-44c1-a628-e86afc4bfbd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 520 | 2024.10.10 06:01:20.887942 [ 3 ] {} <Debug> HTTP-Session: 965ae1a3-ece1-44c1-a628-e86afc4bfbd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 521 | 2024.10.10 06:01:20.887955 [ 3 ] {} <Debug> HTTP-Session: 965ae1a3-ece1-44c1-a628-e86afc4bfbd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 522 | 2024.10.10 06:01:20.887996 [ 3 ] {} <Trace> HTTP-Session: 965ae1a3-ece1-44c1-a628-e86afc4bfbd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2024.10.10 06:01:20.888240 [ 3 ] {4421a9e6-807b-4e0e-ba3f-7b1e99a40995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.888310 [ 3 ] {4421a9e6-807b-4e0e-ba3f-7b1e99a40995} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 525 | 2024.10.10 06:01:20.890304 [ 3 ] {4421a9e6-807b-4e0e-ba3f-7b1e99a40995} <Debug> oximeter.measurements_histogrami16 (2c2a0f25-727b-4c0d-ab10-74c48bca5c65): Loading data parts | ||
| 526 | 2024.10.10 06:01:20.890481 [ 3 ] {4421a9e6-807b-4e0e-ba3f-7b1e99a40995} <Debug> oximeter.measurements_histogrami16 (2c2a0f25-727b-4c0d-ab10-74c48bca5c65): There are no data parts | ||
| 527 | 2024.10.10 06:01:20.891871 [ 3 ] {4421a9e6-807b-4e0e-ba3f-7b1e99a40995} <Debug> DynamicQueryHandler: Done processing query | ||
| 528 | 2024.10.10 06:01:20.891897 [ 3 ] {} <Debug> HTTP-Session: 965ae1a3-ece1-44c1-a628-e86afc4bfbd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2024.10.10 06:01:20.892042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 530 | 2024.10.10 06:01:20.892089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 531 | 2024.10.10 06:01:20.892107 [ 3 ] {} <Debug> HTTP-Session: a4d865f6-3226-42e3-9478-9b3f494ac27b Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 532 | 2024.10.10 06:01:20.892135 [ 3 ] {} <Debug> HTTP-Session: a4d865f6-3226-42e3-9478-9b3f494ac27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.10.10 06:01:20.892149 [ 3 ] {} <Debug> HTTP-Session: a4d865f6-3226-42e3-9478-9b3f494ac27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 534 | 2024.10.10 06:01:20.892179 [ 3 ] {} <Trace> HTTP-Session: a4d865f6-3226-42e3-9478-9b3f494ac27b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2024.10.10 06:01:20.892440 [ 3 ] {41fe9a82-db06-4534-b344-c8fb755d688e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.892504 [ 3 ] {41fe9a82-db06-4534-b344-c8fb755d688e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 537 | 2024.10.10 06:01:20.894473 [ 3 ] {41fe9a82-db06-4534-b344-c8fb755d688e} <Debug> oximeter.measurements_histogramu16 (39a969e4-2e48-46f2-b5cd-0d8122b5180d): Loading data parts | ||
| 538 | 2024.10.10 06:01:20.894630 [ 3 ] {41fe9a82-db06-4534-b344-c8fb755d688e} <Debug> oximeter.measurements_histogramu16 (39a969e4-2e48-46f2-b5cd-0d8122b5180d): There are no data parts | ||
| 539 | 2024.10.10 06:01:20.896206 [ 3 ] {41fe9a82-db06-4534-b344-c8fb755d688e} <Debug> DynamicQueryHandler: Done processing query | ||
| 540 | 2024.10.10 06:01:20.896232 [ 3 ] {} <Debug> HTTP-Session: a4d865f6-3226-42e3-9478-9b3f494ac27b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2024.10.10 06:01:20.896358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 542 | 2024.10.10 06:01:20.896425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 543 | 2024.10.10 06:01:20.896444 [ 3 ] {} <Debug> HTTP-Session: a7c3d944-7860-4fd8-a440-45af35271475 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 544 | 2024.10.10 06:01:20.896460 [ 3 ] {} <Debug> HTTP-Session: a7c3d944-7860-4fd8-a440-45af35271475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.10.10 06:01:20.896480 [ 3 ] {} <Debug> HTTP-Session: a7c3d944-7860-4fd8-a440-45af35271475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 546 | 2024.10.10 06:01:20.896516 [ 3 ] {} <Trace> HTTP-Session: a7c3d944-7860-4fd8-a440-45af35271475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.10.10 06:01:20.896765 [ 3 ] {0cf230b8-98ef-4b66-9e56-3192c4a01920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.896834 [ 3 ] {0cf230b8-98ef-4b66-9e56-3192c4a01920} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 549 | 2024.10.10 06:01:20.898831 [ 3 ] {0cf230b8-98ef-4b66-9e56-3192c4a01920} <Debug> oximeter.measurements_histogrami32 (594878d3-f343-4910-86fe-9b4d6a94ed51): Loading data parts | ||
| 550 | 2024.10.10 06:01:20.899048 [ 3 ] {0cf230b8-98ef-4b66-9e56-3192c4a01920} <Debug> oximeter.measurements_histogrami32 (594878d3-f343-4910-86fe-9b4d6a94ed51): There are no data parts | ||
| 551 | 2024.10.10 06:01:20.900476 [ 3 ] {0cf230b8-98ef-4b66-9e56-3192c4a01920} <Debug> DynamicQueryHandler: Done processing query | ||
| 552 | 2024.10.10 06:01:20.900506 [ 3 ] {} <Debug> HTTP-Session: a7c3d944-7860-4fd8-a440-45af35271475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 553 | 2024.10.10 06:01:20.900662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 554 | 2024.10.10 06:01:20.900719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 555 | 2024.10.10 06:01:20.900742 [ 3 ] {} <Debug> HTTP-Session: 230c8374-29f3-4e0c-b7cb-56f7a19cadc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 556 | 2024.10.10 06:01:20.900776 [ 3 ] {} <Debug> HTTP-Session: 230c8374-29f3-4e0c-b7cb-56f7a19cadc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.10.10 06:01:20.900793 [ 3 ] {} <Debug> HTTP-Session: 230c8374-29f3-4e0c-b7cb-56f7a19cadc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 558 | 2024.10.10 06:01:20.900838 [ 3 ] {} <Trace> HTTP-Session: 230c8374-29f3-4e0c-b7cb-56f7a19cadc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.10.10 06:01:20.901119 [ 3 ] {8fa0fe4f-8ad6-4687-a6ab-91ce854a437b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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.10 06:01:20.901207 [ 3 ] {8fa0fe4f-8ad6-4687-a6ab-91ce854a437b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 561 | 2024.10.10 06:01:20.903123 [ 3 ] {8fa0fe4f-8ad6-4687-a6ab-91ce854a437b} <Debug> oximeter.measurements_histogramu32 (0b42c68f-956c-4f11-a14e-1e2e72427012): Loading data parts | ||
| 562 | 2024.10.10 06:01:20.903294 [ 3 ] {8fa0fe4f-8ad6-4687-a6ab-91ce854a437b} <Debug> oximeter.measurements_histogramu32 (0b42c68f-956c-4f11-a14e-1e2e72427012): There are no data parts | ||
| 563 | 2024.10.10 06:01:20.905041 [ 3 ] {8fa0fe4f-8ad6-4687-a6ab-91ce854a437b} <Debug> DynamicQueryHandler: Done processing query | ||
| 564 | 2024.10.10 06:01:20.905067 [ 3 ] {} <Debug> HTTP-Session: 230c8374-29f3-4e0c-b7cb-56f7a19cadc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2024.10.10 06:01:20.905197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 566 | 2024.10.10 06:01:20.905262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 567 | 2024.10.10 06:01:20.905281 [ 3 ] {} <Debug> HTTP-Session: 1fdc7d4a-aac1-43de-8a98-f85d7a4662e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 568 | 2024.10.10 06:01:20.905296 [ 3 ] {} <Debug> HTTP-Session: 1fdc7d4a-aac1-43de-8a98-f85d7a4662e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.10.10 06:01:20.905355 [ 3 ] {} <Debug> HTTP-Session: 1fdc7d4a-aac1-43de-8a98-f85d7a4662e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 570 | 2024.10.10 06:01:20.905391 [ 3 ] {} <Trace> HTTP-Session: 1fdc7d4a-aac1-43de-8a98-f85d7a4662e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.10.10 06:01:20.905637 [ 3 ] {2cb76ab3-5cc7-4275-801e-8433447fda22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 572 | 2024.10.10 06:01:20.905706 [ 3 ] {2cb76ab3-5cc7-4275-801e-8433447fda22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 573 | 2024.10.10 06:01:20.907673 [ 3 ] {2cb76ab3-5cc7-4275-801e-8433447fda22} <Debug> oximeter.measurements_histogrami64 (eea80b88-6f7f-4738-a412-6e98b857c95a): Loading data parts | ||
| 574 | 2024.10.10 06:01:20.907838 [ 3 ] {2cb76ab3-5cc7-4275-801e-8433447fda22} <Debug> oximeter.measurements_histogrami64 (eea80b88-6f7f-4738-a412-6e98b857c95a): There are no data parts | ||
| 575 | 2024.10.10 06:01:20.909518 [ 3 ] {2cb76ab3-5cc7-4275-801e-8433447fda22} <Debug> DynamicQueryHandler: Done processing query | ||
| 576 | 2024.10.10 06:01:20.909550 [ 3 ] {} <Debug> HTTP-Session: 1fdc7d4a-aac1-43de-8a98-f85d7a4662e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 577 | 2024.10.10 06:01:20.909705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 578 | 2024.10.10 06:01:20.909752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 579 | 2024.10.10 06:01:20.909771 [ 3 ] {} <Debug> HTTP-Session: 39945bf7-4bab-4dd0-a0de-170c0de96c54 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 580 | 2024.10.10 06:01:20.909804 [ 3 ] {} <Debug> HTTP-Session: 39945bf7-4bab-4dd0-a0de-170c0de96c54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.10.10 06:01:20.909818 [ 3 ] {} <Debug> HTTP-Session: 39945bf7-4bab-4dd0-a0de-170c0de96c54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2024.10.10 06:01:20.909849 [ 3 ] {} <Trace> HTTP-Session: 39945bf7-4bab-4dd0-a0de-170c0de96c54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.10.10 06:01:20.910184 [ 3 ] {ebf75914-1b62-43a7-8c70-465060e584f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 584 | 2024.10.10 06:01:20.910284 [ 3 ] {ebf75914-1b62-43a7-8c70-465060e584f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 585 | 2024.10.10 06:01:20.913446 [ 3 ] {ebf75914-1b62-43a7-8c70-465060e584f7} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Loading data parts | ||
| 586 | 2024.10.10 06:01:20.913671 [ 3 ] {ebf75914-1b62-43a7-8c70-465060e584f7} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): There are no data parts | ||
| 587 | 2024.10.10 06:01:20.915859 [ 3 ] {ebf75914-1b62-43a7-8c70-465060e584f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 588 | 2024.10.10 06:01:20.915911 [ 3 ] {} <Debug> HTTP-Session: 39945bf7-4bab-4dd0-a0de-170c0de96c54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2024.10.10 06:01:20.916578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 590 | 2024.10.10 06:01:20.916882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 591 | 2024.10.10 06:01:20.916907 [ 3 ] {} <Debug> HTTP-Session: b4f6ab3f-6555-4b06-b93b-bd62c62ce279 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 592 | 2024.10.10 06:01:20.916930 [ 3 ] {} <Debug> HTTP-Session: b4f6ab3f-6555-4b06-b93b-bd62c62ce279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.10.10 06:01:20.916983 [ 3 ] {} <Debug> HTTP-Session: b4f6ab3f-6555-4b06-b93b-bd62c62ce279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2024.10.10 06:01:20.917023 [ 3 ] {} <Trace> HTTP-Session: b4f6ab3f-6555-4b06-b93b-bd62c62ce279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.10.10 06:01:20.917371 [ 3 ] {507fa7ec-055a-4c1c-bbd8-a2fb81b4d96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 596 | 2024.10.10 06:01:20.917812 [ 3 ] {507fa7ec-055a-4c1c-bbd8-a2fb81b4d96c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 597 | 2024.10.10 06:01:20.920644 [ 3 ] {507fa7ec-055a-4c1c-bbd8-a2fb81b4d96c} <Debug> oximeter.measurements_histogramf32 (32ca38dc-a4e1-4f94-8477-a080334440fe): Loading data parts | ||
| 598 | 2024.10.10 06:01:20.920824 [ 3 ] {507fa7ec-055a-4c1c-bbd8-a2fb81b4d96c} <Debug> oximeter.measurements_histogramf32 (32ca38dc-a4e1-4f94-8477-a080334440fe): There are no data parts | ||
| 599 | 2024.10.10 06:01:20.922466 [ 3 ] {507fa7ec-055a-4c1c-bbd8-a2fb81b4d96c} <Debug> DynamicQueryHandler: Done processing query | ||
| 600 | 2024.10.10 06:01:20.922574 [ 3 ] {} <Debug> HTTP-Session: b4f6ab3f-6555-4b06-b93b-bd62c62ce279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.10.10 06:01:20.922727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 602 | 2024.10.10 06:01:20.922786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 603 | 2024.10.10 06:01:20.922850 [ 3 ] {} <Debug> HTTP-Session: 3d953029-345a-4a7b-a1b1-a832ad7b559d Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 604 | 2024.10.10 06:01:20.922872 [ 3 ] {} <Debug> HTTP-Session: 3d953029-345a-4a7b-a1b1-a832ad7b559d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.10.10 06:01:20.922890 [ 3 ] {} <Debug> HTTP-Session: 3d953029-345a-4a7b-a1b1-a832ad7b559d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2024.10.10 06:01:20.922956 [ 3 ] {} <Trace> HTTP-Session: 3d953029-345a-4a7b-a1b1-a832ad7b559d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.10.10 06:01:20.923284 [ 3 ] {04ef5669-b158-4f7f-80a8-98fe87c96d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 608 | 2024.10.10 06:01:20.923373 [ 3 ] {04ef5669-b158-4f7f-80a8-98fe87c96d07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 609 | 2024.10.10 06:01:20.925775 [ 3 ] {04ef5669-b158-4f7f-80a8-98fe87c96d07} <Debug> oximeter.measurements_histogramf64 (d06fdbfc-06e3-44e9-b85e-93f77713a7e0): Loading data parts | ||
| 610 | 2024.10.10 06:01:20.925954 [ 3 ] {04ef5669-b158-4f7f-80a8-98fe87c96d07} <Debug> oximeter.measurements_histogramf64 (d06fdbfc-06e3-44e9-b85e-93f77713a7e0): There are no data parts | ||
| 611 | 2024.10.10 06:01:20.928057 [ 3 ] {04ef5669-b158-4f7f-80a8-98fe87c96d07} <Debug> DynamicQueryHandler: Done processing query | ||
| 612 | 2024.10.10 06:01:20.928085 [ 3 ] {} <Debug> HTTP-Session: 3d953029-345a-4a7b-a1b1-a832ad7b559d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.10.10 06:01:20.928213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 614 | 2024.10.10 06:01:20.928310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 615 | 2024.10.10 06:01:20.928333 [ 3 ] {} <Debug> HTTP-Session: 84c19dae-d507-4668-97ac-e8cf42b46c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 616 | 2024.10.10 06:01:20.928350 [ 3 ] {} <Debug> HTTP-Session: 84c19dae-d507-4668-97ac-e8cf42b46c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.10.10 06:01:20.928397 [ 3 ] {} <Debug> HTTP-Session: 84c19dae-d507-4668-97ac-e8cf42b46c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2024.10.10 06:01:20.928431 [ 3 ] {} <Trace> HTTP-Session: 84c19dae-d507-4668-97ac-e8cf42b46c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.10.10 06:01:20.928629 [ 3 ] {332045b8-8d66-4ba9-9147-f7746396154a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) /* The field tables store named dimensions of each timeseries. | ||
| 620 | * | ||
| 621 | * As with the measurement tables, there is one field table for each field data | ||
| 622 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 623 | * this behavior **must not** be relied upon for query correctness. | ||
| 624 | * | ||
| 625 | * The index for the fields differs from the measurements, however. Rows are | ||
| 626 | * sorted by timeseries name, then field name, field value, and finally | ||
| 627 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 628 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 629 | * usually then used to look up measurements. | ||
| 630 | * | ||
| 631 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 632 | * timeseries name and then key, since it would improve lookups where one | ||
| 633 | * already has the key. Realistically though, these tables are quite small and | ||
| 634 | * so performance benefits will be low in absolute terms. | ||
| 635 | * | ||
| 636 | * TTL: We use a materialized column to expire old field table records. This | ||
| 637 | * column is generated automatically by the database whenever a new row is | ||
| 638 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 639 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 640 | * record will remain during a deduplication, which will have the last | ||
| 641 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 642 | * measurement tables. | ||
| 643 | */ | ||
| 644 | 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) | ||
| 645 | 2024.10.10 06:01:20.928706 [ 3 ] {332045b8-8d66-4ba9-9147-f7746396154a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 646 | 2024.10.10 06:01:20.941648 [ 3 ] {332045b8-8d66-4ba9-9147-f7746396154a} <Debug> oximeter.fields_bool (fc55f465-1e63-441d-a3fd-c0e906ee8b7b): Loading data parts | ||
| 647 | 2024.10.10 06:01:20.941865 [ 3 ] {332045b8-8d66-4ba9-9147-f7746396154a} <Debug> oximeter.fields_bool (fc55f465-1e63-441d-a3fd-c0e906ee8b7b): There are no data parts | ||
| 648 | 2024.10.10 06:01:20.944451 [ 3 ] {332045b8-8d66-4ba9-9147-f7746396154a} <Debug> DynamicQueryHandler: Done processing query | ||
| 649 | 2024.10.10 06:01:20.944487 [ 3 ] {} <Debug> HTTP-Session: 84c19dae-d507-4668-97ac-e8cf42b46c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2024.10.10 06:01:20.944669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 651 | 2024.10.10 06:01:20.944723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 652 | 2024.10.10 06:01:20.944744 [ 3 ] {} <Debug> HTTP-Session: f7ce3e7d-3d86-4d80-a675-6441c0c41660 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 653 | 2024.10.10 06:01:20.944785 [ 3 ] {} <Debug> HTTP-Session: f7ce3e7d-3d86-4d80-a675-6441c0c41660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2024.10.10 06:01:20.944799 [ 3 ] {} <Debug> HTTP-Session: f7ce3e7d-3d86-4d80-a675-6441c0c41660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2024.10.10 06:01:20.944831 [ 3 ] {} <Trace> HTTP-Session: f7ce3e7d-3d86-4d80-a675-6441c0c41660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 656 | 2024.10.10 06:01:20.945026 [ 3 ] {da422a82-70c4-4e6a-a6c3-b5d3a278db0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 657 | 2024.10.10 06:01:20.945089 [ 3 ] {da422a82-70c4-4e6a-a6c3-b5d3a278db0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 658 | 2024.10.10 06:01:20.946886 [ 3 ] {da422a82-70c4-4e6a-a6c3-b5d3a278db0a} <Debug> oximeter.fields_i8 (63b3cc6b-65a5-49be-bbff-5fd7be0ec208): Loading data parts | ||
| 659 | 2024.10.10 06:01:20.947054 [ 3 ] {da422a82-70c4-4e6a-a6c3-b5d3a278db0a} <Debug> oximeter.fields_i8 (63b3cc6b-65a5-49be-bbff-5fd7be0ec208): There are no data parts | ||
| 660 | 2024.10.10 06:01:20.948421 [ 3 ] {da422a82-70c4-4e6a-a6c3-b5d3a278db0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 661 | 2024.10.10 06:01:20.948447 [ 3 ] {} <Debug> HTTP-Session: f7ce3e7d-3d86-4d80-a675-6441c0c41660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.10.10 06:01:20.948569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 663 | 2024.10.10 06:01:20.948637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 664 | 2024.10.10 06:01:20.948657 [ 3 ] {} <Debug> HTTP-Session: dc5f03dd-c30b-4b10-b255-2bf08c103e60 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 665 | 2024.10.10 06:01:20.948673 [ 3 ] {} <Debug> HTTP-Session: dc5f03dd-c30b-4b10-b255-2bf08c103e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.10.10 06:01:20.948701 [ 3 ] {} <Debug> HTTP-Session: dc5f03dd-c30b-4b10-b255-2bf08c103e60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.10.10 06:01:20.948731 [ 3 ] {} <Trace> HTTP-Session: dc5f03dd-c30b-4b10-b255-2bf08c103e60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 668 | 2024.10.10 06:01:20.948905 [ 3 ] {c15b60b5-4944-4991-97fe-2c3aefdfc45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 669 | 2024.10.10 06:01:20.948962 [ 3 ] {c15b60b5-4944-4991-97fe-2c3aefdfc45d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 670 | 2024.10.10 06:01:20.950759 [ 3 ] {c15b60b5-4944-4991-97fe-2c3aefdfc45d} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Loading data parts | ||
| 671 | 2024.10.10 06:01:20.950936 [ 3 ] {c15b60b5-4944-4991-97fe-2c3aefdfc45d} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): There are no data parts | ||
| 672 | 2024.10.10 06:01:20.952263 [ 3 ] {c15b60b5-4944-4991-97fe-2c3aefdfc45d} <Debug> DynamicQueryHandler: Done processing query | ||
| 673 | 2024.10.10 06:01:20.952296 [ 3 ] {} <Debug> HTTP-Session: dc5f03dd-c30b-4b10-b255-2bf08c103e60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 674 | 2024.10.10 06:01:20.952430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 675 | 2024.10.10 06:01:20.952478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 676 | 2024.10.10 06:01:20.952514 [ 3 ] {} <Debug> HTTP-Session: 21db91a5-c6a8-4f01-b31c-030ebf950c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 677 | 2024.10.10 06:01:20.952530 [ 3 ] {} <Debug> HTTP-Session: 21db91a5-c6a8-4f01-b31c-030ebf950c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 678 | 2024.10.10 06:01:20.952544 [ 3 ] {} <Debug> HTTP-Session: 21db91a5-c6a8-4f01-b31c-030ebf950c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 679 | 2024.10.10 06:01:20.952586 [ 3 ] {} <Trace> HTTP-Session: 21db91a5-c6a8-4f01-b31c-030ebf950c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 680 | 2024.10.10 06:01:20.952758 [ 3 ] {fd59392e-a5a5-4488-9231-45de371bc505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 681 | 2024.10.10 06:01:20.952817 [ 3 ] {fd59392e-a5a5-4488-9231-45de371bc505} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 682 | 2024.10.10 06:01:20.954584 [ 3 ] {fd59392e-a5a5-4488-9231-45de371bc505} <Debug> oximeter.fields_i16 (db1cd91d-375b-4747-b28b-63906139c41d): Loading data parts | ||
| 683 | 2024.10.10 06:01:20.954761 [ 3 ] {fd59392e-a5a5-4488-9231-45de371bc505} <Debug> oximeter.fields_i16 (db1cd91d-375b-4747-b28b-63906139c41d): There are no data parts | ||
| 684 | 2024.10.10 06:01:20.956051 [ 3 ] {fd59392e-a5a5-4488-9231-45de371bc505} <Debug> DynamicQueryHandler: Done processing query | ||
| 685 | 2024.10.10 06:01:20.956077 [ 3 ] {} <Debug> HTTP-Session: 21db91a5-c6a8-4f01-b31c-030ebf950c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2024.10.10 06:01:20.956196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 687 | 2024.10.10 06:01:20.956260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 688 | 2024.10.10 06:01:20.956280 [ 3 ] {} <Debug> HTTP-Session: 3adb5412-43f3-4a88-ae16-318f9046b704 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 689 | 2024.10.10 06:01:20.956297 [ 3 ] {} <Debug> HTTP-Session: 3adb5412-43f3-4a88-ae16-318f9046b704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.10.10 06:01:20.956325 [ 3 ] {} <Debug> HTTP-Session: 3adb5412-43f3-4a88-ae16-318f9046b704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.10.10 06:01:20.956355 [ 3 ] {} <Trace> HTTP-Session: 3adb5412-43f3-4a88-ae16-318f9046b704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 692 | 2024.10.10 06:01:20.956541 [ 3 ] {d0552518-1f44-4d52-9503-afe3b85301e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 693 | 2024.10.10 06:01:20.956593 [ 3 ] {d0552518-1f44-4d52-9503-afe3b85301e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 694 | 2024.10.10 06:01:20.958329 [ 3 ] {d0552518-1f44-4d52-9503-afe3b85301e6} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Loading data parts | ||
| 695 | 2024.10.10 06:01:20.958493 [ 3 ] {d0552518-1f44-4d52-9503-afe3b85301e6} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): There are no data parts | ||
| 696 | 2024.10.10 06:01:20.959824 [ 3 ] {d0552518-1f44-4d52-9503-afe3b85301e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 697 | 2024.10.10 06:01:20.959866 [ 3 ] {} <Debug> HTTP-Session: 3adb5412-43f3-4a88-ae16-318f9046b704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.10.10 06:01:20.959989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 699 | 2024.10.10 06:01:20.960037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 700 | 2024.10.10 06:01:20.960070 [ 3 ] {} <Debug> HTTP-Session: 9c32c063-50c7-4ebc-b58e-302deddc2afc Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 701 | 2024.10.10 06:01:20.960087 [ 3 ] {} <Debug> HTTP-Session: 9c32c063-50c7-4ebc-b58e-302deddc2afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.10.10 06:01:20.960101 [ 3 ] {} <Debug> HTTP-Session: 9c32c063-50c7-4ebc-b58e-302deddc2afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.10.10 06:01:20.960143 [ 3 ] {} <Trace> HTTP-Session: 9c32c063-50c7-4ebc-b58e-302deddc2afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 704 | 2024.10.10 06:01:20.960315 [ 3 ] {5fac4832-f77d-4364-9196-2f6c1379ea69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 705 | 2024.10.10 06:01:20.960374 [ 3 ] {5fac4832-f77d-4364-9196-2f6c1379ea69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 706 | 2024.10.10 06:01:20.962071 [ 3 ] {5fac4832-f77d-4364-9196-2f6c1379ea69} <Debug> oximeter.fields_i32 (0b80c165-62e8-424d-8d58-2f9e658cc387): Loading data parts | ||
| 707 | 2024.10.10 06:01:20.962247 [ 3 ] {5fac4832-f77d-4364-9196-2f6c1379ea69} <Debug> oximeter.fields_i32 (0b80c165-62e8-424d-8d58-2f9e658cc387): There are no data parts | ||
| 708 | 2024.10.10 06:01:20.963570 [ 3 ] {5fac4832-f77d-4364-9196-2f6c1379ea69} <Debug> DynamicQueryHandler: Done processing query | ||
| 709 | 2024.10.10 06:01:20.963597 [ 3 ] {} <Debug> HTTP-Session: 9c32c063-50c7-4ebc-b58e-302deddc2afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.10.10 06:01:20.963720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 711 | 2024.10.10 06:01:20.963776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 712 | 2024.10.10 06:01:20.963795 [ 3 ] {} <Debug> HTTP-Session: 9ce3318c-5f43-4f8e-bfeb-e71b28012b22 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 713 | 2024.10.10 06:01:20.963826 [ 3 ] {} <Debug> HTTP-Session: 9ce3318c-5f43-4f8e-bfeb-e71b28012b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.10.10 06:01:20.963840 [ 3 ] {} <Debug> HTTP-Session: 9ce3318c-5f43-4f8e-bfeb-e71b28012b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2024.10.10 06:01:20.963870 [ 3 ] {} <Trace> HTTP-Session: 9ce3318c-5f43-4f8e-bfeb-e71b28012b22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 716 | 2024.10.10 06:01:20.964055 [ 3 ] {224ecb70-3b5b-4132-8ffb-9079bafc9f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 717 | 2024.10.10 06:01:20.964113 [ 3 ] {224ecb70-3b5b-4132-8ffb-9079bafc9f6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 718 | 2024.10.10 06:01:20.965795 [ 3 ] {224ecb70-3b5b-4132-8ffb-9079bafc9f6d} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Loading data parts | ||
| 719 | 2024.10.10 06:01:20.965955 [ 3 ] {224ecb70-3b5b-4132-8ffb-9079bafc9f6d} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): There are no data parts | ||
| 720 | 2024.10.10 06:01:20.967211 [ 3 ] {224ecb70-3b5b-4132-8ffb-9079bafc9f6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 721 | 2024.10.10 06:01:20.967238 [ 3 ] {} <Debug> HTTP-Session: 9ce3318c-5f43-4f8e-bfeb-e71b28012b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 722 | 2024.10.10 06:01:20.967361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 723 | 2024.10.10 06:01:20.967428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 724 | 2024.10.10 06:01:20.967449 [ 3 ] {} <Debug> HTTP-Session: fa3a45f9-512f-4a90-91a1-442ac35a2907 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 725 | 2024.10.10 06:01:20.967465 [ 3 ] {} <Debug> HTTP-Session: fa3a45f9-512f-4a90-91a1-442ac35a2907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.10.10 06:01:20.967494 [ 3 ] {} <Debug> HTTP-Session: fa3a45f9-512f-4a90-91a1-442ac35a2907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2024.10.10 06:01:20.967525 [ 3 ] {} <Trace> HTTP-Session: fa3a45f9-512f-4a90-91a1-442ac35a2907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 728 | 2024.10.10 06:01:20.967698 [ 3 ] {97c4eb16-5302-46db-908e-55ea30e87ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 729 | 2024.10.10 06:01:20.967757 [ 3 ] {97c4eb16-5302-46db-908e-55ea30e87ee4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 730 | 2024.10.10 06:01:20.969456 [ 3 ] {97c4eb16-5302-46db-908e-55ea30e87ee4} <Debug> oximeter.fields_i64 (4c612985-0e33-4a26-8399-cdff9dfe21c8): Loading data parts | ||
| 731 | 2024.10.10 06:01:20.969638 [ 3 ] {97c4eb16-5302-46db-908e-55ea30e87ee4} <Debug> oximeter.fields_i64 (4c612985-0e33-4a26-8399-cdff9dfe21c8): There are no data parts | ||
| 732 | 2024.10.10 06:01:20.970886 [ 3 ] {97c4eb16-5302-46db-908e-55ea30e87ee4} <Debug> DynamicQueryHandler: Done processing query | ||
| 733 | 2024.10.10 06:01:20.970912 [ 3 ] {} <Debug> HTTP-Session: fa3a45f9-512f-4a90-91a1-442ac35a2907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2024.10.10 06:01:20.971097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 735 | 2024.10.10 06:01:20.971146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 736 | 2024.10.10 06:01:20.971166 [ 3 ] {} <Debug> HTTP-Session: fc15ceeb-332d-47d2-b3da-fcc641b48ac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 737 | 2024.10.10 06:01:20.971192 [ 3 ] {} <Debug> HTTP-Session: fc15ceeb-332d-47d2-b3da-fcc641b48ac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.10.10 06:01:20.971207 [ 3 ] {} <Debug> HTTP-Session: fc15ceeb-332d-47d2-b3da-fcc641b48ac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2024.10.10 06:01:20.971237 [ 3 ] {} <Trace> HTTP-Session: fc15ceeb-332d-47d2-b3da-fcc641b48ac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 740 | 2024.10.10 06:01:20.971417 [ 3 ] {d338982b-0496-41b2-800b-76295691d20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 741 | 2024.10.10 06:01:20.971471 [ 3 ] {d338982b-0496-41b2-800b-76295691d20c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 742 | 2024.10.10 06:01:20.973228 [ 3 ] {d338982b-0496-41b2-800b-76295691d20c} <Debug> oximeter.fields_u64 (ef3a25f3-c380-4d43-9ee5-0847c590be37): Loading data parts | ||
| 743 | 2024.10.10 06:01:20.973377 [ 3 ] {d338982b-0496-41b2-800b-76295691d20c} <Debug> oximeter.fields_u64 (ef3a25f3-c380-4d43-9ee5-0847c590be37): There are no data parts | ||
| 744 | 2024.10.10 06:01:20.974755 [ 3 ] {d338982b-0496-41b2-800b-76295691d20c} <Debug> DynamicQueryHandler: Done processing query | ||
| 745 | 2024.10.10 06:01:20.974788 [ 3 ] {} <Debug> HTTP-Session: fc15ceeb-332d-47d2-b3da-fcc641b48ac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 746 | 2024.10.10 06:01:20.974913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 747 | 2024.10.10 06:01:20.974970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 748 | 2024.10.10 06:01:20.974990 [ 3 ] {} <Debug> HTTP-Session: 8a6d1061-a9cc-4dbe-a69f-a6f873a82ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 749 | 2024.10.10 06:01:20.975007 [ 3 ] {} <Debug> HTTP-Session: 8a6d1061-a9cc-4dbe-a69f-a6f873a82ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.10.10 06:01:20.975020 [ 3 ] {} <Debug> HTTP-Session: 8a6d1061-a9cc-4dbe-a69f-a6f873a82ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.10.10 06:01:20.975051 [ 3 ] {} <Trace> HTTP-Session: 8a6d1061-a9cc-4dbe-a69f-a6f873a82ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2024.10.10 06:01:20.975227 [ 3 ] {1f16bc6e-c25e-4850-84ab-046710de0e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 753 | 2024.10.10 06:01:20.975272 [ 3 ] {1f16bc6e-c25e-4850-84ab-046710de0e0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 754 | 2024.10.10 06:01:20.977066 [ 3 ] {1f16bc6e-c25e-4850-84ab-046710de0e0c} <Debug> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Loading data parts | ||
| 755 | 2024.10.10 06:01:20.977238 [ 3 ] {1f16bc6e-c25e-4850-84ab-046710de0e0c} <Debug> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): There are no data parts | ||
| 756 | 2024.10.10 06:01:20.978560 [ 3 ] {1f16bc6e-c25e-4850-84ab-046710de0e0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 757 | 2024.10.10 06:01:20.978588 [ 3 ] {} <Debug> HTTP-Session: 8a6d1061-a9cc-4dbe-a69f-a6f873a82ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 758 | 2024.10.10 06:01:20.978731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 759 | 2024.10.10 06:01:20.978781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 760 | 2024.10.10 06:01:20.978802 [ 3 ] {} <Debug> HTTP-Session: d4f970f1-dd6f-4a2a-ac7b-afa595c99a4f Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 761 | 2024.10.10 06:01:20.978818 [ 3 ] {} <Debug> HTTP-Session: d4f970f1-dd6f-4a2a-ac7b-afa595c99a4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.10.10 06:01:20.978831 [ 3 ] {} <Debug> HTTP-Session: d4f970f1-dd6f-4a2a-ac7b-afa595c99a4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 763 | 2024.10.10 06:01:20.978863 [ 3 ] {} <Trace> HTTP-Session: d4f970f1-dd6f-4a2a-ac7b-afa595c99a4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 764 | 2024.10.10 06:01:20.979055 [ 3 ] {544854fc-a489-4705-9070-5089088cbf82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 765 | 2024.10.10 06:01:20.979101 [ 3 ] {544854fc-a489-4705-9070-5089088cbf82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 766 | 2024.10.10 06:01:20.980915 [ 3 ] {544854fc-a489-4705-9070-5089088cbf82} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Loading data parts | ||
| 767 | 2024.10.10 06:01:20.981111 [ 3 ] {544854fc-a489-4705-9070-5089088cbf82} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): There are no data parts | ||
| 768 | 2024.10.10 06:01:20.982391 [ 3 ] {544854fc-a489-4705-9070-5089088cbf82} <Debug> DynamicQueryHandler: Done processing query | ||
| 769 | 2024.10.10 06:01:20.982419 [ 3 ] {} <Debug> HTTP-Session: d4f970f1-dd6f-4a2a-ac7b-afa595c99a4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2024.10.10 06:01:20.982545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 771 | 2024.10.10 06:01:20.982595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 772 | 2024.10.10 06:01:20.982616 [ 3 ] {} <Debug> HTTP-Session: 32e0d266-d1fd-493d-8c96-64254f03f3a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 773 | 2024.10.10 06:01:20.982633 [ 3 ] {} <Debug> HTTP-Session: 32e0d266-d1fd-493d-8c96-64254f03f3a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.10.10 06:01:20.982647 [ 3 ] {} <Debug> HTTP-Session: 32e0d266-d1fd-493d-8c96-64254f03f3a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 775 | 2024.10.10 06:01:20.982679 [ 3 ] {} <Trace> HTTP-Session: 32e0d266-d1fd-493d-8c96-64254f03f3a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 776 | 2024.10.10 06:01:20.982853 [ 3 ] {d6ad7dd7-3216-43ba-90be-c66e3a0d99d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) 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) | ||
| 777 | 2024.10.10 06:01:20.983147 [ 3 ] {d6ad7dd7-3216-43ba-90be-c66e3a0d99d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 778 | 2024.10.10 06:01:20.985019 [ 3 ] {d6ad7dd7-3216-43ba-90be-c66e3a0d99d3} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Loading data parts | ||
| 779 | 2024.10.10 06:01:20.985196 [ 3 ] {d6ad7dd7-3216-43ba-90be-c66e3a0d99d3} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): There are no data parts | ||
| 780 | 2024.10.10 06:01:20.986518 [ 3 ] {d6ad7dd7-3216-43ba-90be-c66e3a0d99d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 781 | 2024.10.10 06:01:20.986544 [ 3 ] {} <Debug> HTTP-Session: 32e0d266-d1fd-493d-8c96-64254f03f3a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2024.10.10 06:01:20.986692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 783 | 2024.10.10 06:01:20.986742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 784 | 2024.10.10 06:01:20.986764 [ 3 ] {} <Debug> HTTP-Session: 556e4d41-1cc5-47f3-ba77-2fb52aa9a073 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 785 | 2024.10.10 06:01:20.986783 [ 3 ] {} <Debug> HTTP-Session: 556e4d41-1cc5-47f3-ba77-2fb52aa9a073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 786 | 2024.10.10 06:01:20.986798 [ 3 ] {} <Debug> HTTP-Session: 556e4d41-1cc5-47f3-ba77-2fb52aa9a073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 787 | 2024.10.10 06:01:20.986829 [ 3 ] {} <Trace> HTTP-Session: 556e4d41-1cc5-47f3-ba77-2fb52aa9a073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2024.10.10 06:01:20.987047 [ 3 ] {c295305d-938d-4ddb-bd95-a372a4578142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) /* The timeseries schema table stores the extracted schema for the samples | ||
| 789 | * oximeter collects. | ||
| 790 | */ | ||
| 791 | 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) | ||
| 792 | 2024.10.10 06:01:20.987108 [ 3 ] {c295305d-938d-4ddb-bd95-a372a4578142} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 793 | 2024.10.10 06:01:20.988839 [ 3 ] {c295305d-938d-4ddb-bd95-a372a4578142} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Loading data parts | ||
| 794 | 2024.10.10 06:01:20.989006 [ 3 ] {c295305d-938d-4ddb-bd95-a372a4578142} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): There are no data parts | ||
| 795 | 2024.10.10 06:01:20.993295 [ 3 ] {c295305d-938d-4ddb-bd95-a372a4578142} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.10.10 06:01:20.993326 [ 3 ] {} <Debug> HTTP-Session: 556e4d41-1cc5-47f3-ba77-2fb52aa9a073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.10.10 06:01:20.993481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41486, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.10.10 06:01:20.993539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.10.10 06:01:20.993562 [ 3 ] {} <Debug> HTTP-Session: b533f950-ec86-4df9-80a2-df7ca871abc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41486 | ||
| 800 | 2024.10.10 06:01:20.993583 [ 3 ] {} <Debug> HTTP-Session: b533f950-ec86-4df9-80a2-df7ca871abc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.10.10 06:01:20.993600 [ 3 ] {} <Debug> HTTP-Session: b533f950-ec86-4df9-80a2-df7ca871abc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.10.10 06:01:20.993639 [ 3 ] {} <Trace> HTTP-Session: b533f950-ec86-4df9-80a2-df7ca871abc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.10.10 06:01:20.993827 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41486) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 804 | 2024.10.10 06:01:20.995043 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 805 | 2024.10.10 06:01:21.000346 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.36 MiB, peak 122.37 MiB, free memory in arenas 0.00 B, will set to 131.46 MiB (RSS), difference: 9.10 MiB | ||
| 806 | 2024.10.10 06:01:21.004370 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Trace> oximeter.version (2f523001-5fc2-4b26-b019-a088dd6e1379): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 807 | 2024.10.10 06:01:21.004459 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 808 | 2024.10.10 06:01:21.009482 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 809 | 2024.10.10 06:01:21.010619 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Trace> oximeter.version (2f523001-5fc2-4b26-b019-a088dd6e1379): 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.10 06:01:21.010879 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017144 sec., 58.32944470368642 rows/sec., 933.27 B/sec. | ||
| 811 | 2024.10.10 06:01:21.011044 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 812 | 2024.10.10 06:01:21.011069 [ 3 ] {fdff0aaa-7440-4370-8624-018ae8ad59b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 813 | 2024.10.10 06:01:21.011086 [ 3 ] {} <Debug> HTTP-Session: b533f950-ec86-4df9-80a2-df7ca871abc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 814 | 2024.10.10 06:01:22.000150 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 130.52 MiB, peak 135.65 MiB, free memory in arenas 0.00 B, will set to 133.75 MiB (RSS), difference: 3.23 MiB | ||
| 815 | 2024.10.10 06:01:28.103494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 816 | 2024.10.10 06:01:28.103603 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 817 | 2024.10.10 06:01:28.109261 [ 242 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Loading data parts | ||
| 818 | 2024.10.10 06:01:28.109462 [ 242 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): There are no data parts | ||
| 819 | 2024.10.10 06:01:28.117698 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2024.10.10 06:01:28.117749 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 821 | 2024.10.10 06:01:28.120037 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 822 | 2024.10.10 06:01:28.121070 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): 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.10 06:01:28.121574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 824 | 2024.10.10 06:01:29.000150 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.05 MiB, peak 138.05 MiB, free memory in arenas 0.00 B, will set to 134.99 MiB (RSS), difference: -3.05 MiB | ||
| 825 | 2024.10.10 06:01:33.071958 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 826 | 2024.10.10 06:01:33.072047 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 827 | 2024.10.10 06:01:39.000151 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 131.06 MiB, peak 138.05 MiB, free memory in arenas 0.00 B, will set to 135.07 MiB (RSS), difference: 4.01 MiB | ||
| 828 | 2024.10.10 06:01:41.013145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 829 | 2024.10.10 06:01:41.013265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 830 | 2024.10.10 06:01:41.013294 [ 3 ] {} <Debug> HTTP-Session: a9d4d6a4-c987-4c26-b78a-72bb70a7ecf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 831 | 2024.10.10 06:01:41.013323 [ 3 ] {} <Debug> HTTP-Session: a9d4d6a4-c987-4c26-b78a-72bb70a7ecf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 832 | 2024.10.10 06:01:41.013341 [ 3 ] {} <Debug> HTTP-Session: a9d4d6a4-c987-4c26-b78a-72bb70a7ecf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 833 | 2024.10.10 06:01:41.013398 [ 3 ] {} <Trace> HTTP-Session: a9d4d6a4-c987-4c26-b78a-72bb70a7ecf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2024.10.10 06:01:41.013603 [ 3 ] {f3a6f782-5fdd-405b-8299-a191505fd133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 835 | 2024.10.10 06:01:41.013993 [ 3 ] {f3a6f782-5fdd-405b-8299-a191505fd133} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2024.10.10 06:01:41.014227 [ 3 ] {f3a6f782-5fdd-405b-8299-a191505fd133} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2024.10.10 06:01:41.016296 [ 3 ] {f3a6f782-5fdd-405b-8299-a191505fd133} <Debug> DynamicQueryHandler: Done processing query | ||
| 838 | 2024.10.10 06:01:41.016327 [ 3 ] {f3a6f782-5fdd-405b-8299-a191505fd133} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 839 | 2024.10.10 06:01:41.016343 [ 3 ] {} <Debug> HTTP-Session: a9d4d6a4-c987-4c26-b78a-72bb70a7ecf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 840 | 2024.10.10 06:01:41.017683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 841 | 2024.10.10 06:01:41.017751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 842 | 2024.10.10 06:01:41.017776 [ 3 ] {} <Debug> HTTP-Session: 83fcf3cb-c50f-4a8f-af40-ce7640f75bda Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 843 | 2024.10.10 06:01:41.017797 [ 3 ] {} <Debug> HTTP-Session: 83fcf3cb-c50f-4a8f-af40-ce7640f75bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 844 | 2024.10.10 06:01:41.017815 [ 3 ] {} <Debug> HTTP-Session: 83fcf3cb-c50f-4a8f-af40-ce7640f75bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 845 | 2024.10.10 06:01:41.017855 [ 3 ] {} <Trace> HTTP-Session: 83fcf3cb-c50f-4a8f-af40-ce7640f75bda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 846 | 2024.10.10 06:01:41.018036 [ 3 ] {3233529c-7922-420a-8bc4-9832f46e6aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 847 | 2024.10.10 06:01:41.019732 [ 3 ] {3233529c-7922-420a-8bc4-9832f46e6aba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 848 | 2024.10.10 06:01:41.019787 [ 3 ] {3233529c-7922-420a-8bc4-9832f46e6aba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 849 | 2024.10.10 06:01:41.020834 [ 3 ] {3233529c-7922-420a-8bc4-9832f46e6aba} <Debug> DynamicQueryHandler: Done processing query | ||
| 850 | 2024.10.10 06:01:41.020861 [ 3 ] {3233529c-7922-420a-8bc4-9832f46e6aba} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 851 | 2024.10.10 06:01:41.020878 [ 3 ] {} <Debug> HTTP-Session: 83fcf3cb-c50f-4a8f-af40-ce7640f75bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 852 | 2024.10.10 06:01:41.021199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 853 | 2024.10.10 06:01:41.021249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 854 | 2024.10.10 06:01:41.021269 [ 3 ] {} <Debug> HTTP-Session: 8036874d-7a95-452c-bef0-b72987551855 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 855 | 2024.10.10 06:01:41.021286 [ 3 ] {} <Debug> HTTP-Session: 8036874d-7a95-452c-bef0-b72987551855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 856 | 2024.10.10 06:01:41.021301 [ 3 ] {} <Debug> HTTP-Session: 8036874d-7a95-452c-bef0-b72987551855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 857 | 2024.10.10 06:01:41.021332 [ 3 ] {} <Trace> HTTP-Session: 8036874d-7a95-452c-bef0-b72987551855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 858 | 2024.10.10 06:01:41.021458 [ 3 ] {7cc0d40b-058c-46a8-928c-f7d9587e911c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 859 | 2024.10.10 06:01:41.021808 [ 3 ] {7cc0d40b-058c-46a8-928c-f7d9587e911c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 860 | 2024.10.10 06:01:41.021862 [ 3 ] {7cc0d40b-058c-46a8-928c-f7d9587e911c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 861 | 2024.10.10 06:01:41.022810 [ 3 ] {7cc0d40b-058c-46a8-928c-f7d9587e911c} <Debug> DynamicQueryHandler: Done processing query | ||
| 862 | 2024.10.10 06:01:41.022836 [ 3 ] {7cc0d40b-058c-46a8-928c-f7d9587e911c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 863 | 2024.10.10 06:01:41.022852 [ 3 ] {} <Debug> HTTP-Session: 8036874d-7a95-452c-bef0-b72987551855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 864 | 2024.10.10 06:01:41.023197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 865 | 2024.10.10 06:01:41.023246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 866 | 2024.10.10 06:01:41.023267 [ 3 ] {} <Debug> HTTP-Session: 08e04f27-ed4e-4dde-80ac-138b644341d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 867 | 2024.10.10 06:01:41.023283 [ 3 ] {} <Debug> HTTP-Session: 08e04f27-ed4e-4dde-80ac-138b644341d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 868 | 2024.10.10 06:01:41.023298 [ 3 ] {} <Debug> HTTP-Session: 08e04f27-ed4e-4dde-80ac-138b644341d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 869 | 2024.10.10 06:01:41.023329 [ 3 ] {} <Trace> HTTP-Session: 08e04f27-ed4e-4dde-80ac-138b644341d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2024.10.10 06:01:41.023453 [ 3 ] {a91245b8-d490-4650-b758-c89efeb26951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 871 | 2024.10.10 06:01:41.023766 [ 3 ] {a91245b8-d490-4650-b758-c89efeb26951} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 872 | 2024.10.10 06:01:41.023819 [ 3 ] {a91245b8-d490-4650-b758-c89efeb26951} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 873 | 2024.10.10 06:01:41.024697 [ 3 ] {a91245b8-d490-4650-b758-c89efeb26951} <Debug> DynamicQueryHandler: Done processing query | ||
| 874 | 2024.10.10 06:01:41.024723 [ 3 ] {a91245b8-d490-4650-b758-c89efeb26951} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 875 | 2024.10.10 06:01:41.024740 [ 3 ] {} <Debug> HTTP-Session: 08e04f27-ed4e-4dde-80ac-138b644341d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 876 | 2024.10.10 06:01:41.025102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 877 | 2024.10.10 06:01:41.025151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 878 | 2024.10.10 06:01:41.025170 [ 3 ] {} <Debug> HTTP-Session: 83f23c27-49c7-471d-9f78-de140b7a2dce Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 879 | 2024.10.10 06:01:41.025187 [ 3 ] {} <Debug> HTTP-Session: 83f23c27-49c7-471d-9f78-de140b7a2dce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 880 | 2024.10.10 06:01:41.025201 [ 3 ] {} <Debug> HTTP-Session: 83f23c27-49c7-471d-9f78-de140b7a2dce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 881 | 2024.10.10 06:01:41.025232 [ 3 ] {} <Trace> HTTP-Session: 83f23c27-49c7-471d-9f78-de140b7a2dce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2024.10.10 06:01:41.025362 [ 3 ] {2e3da665-6d7b-49c7-aa56-d10894f3cc58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 883 | 2024.10.10 06:01:41.025681 [ 3 ] {2e3da665-6d7b-49c7-aa56-d10894f3cc58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 884 | 2024.10.10 06:01:41.025734 [ 3 ] {2e3da665-6d7b-49c7-aa56-d10894f3cc58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 885 | 2024.10.10 06:01:41.026565 [ 3 ] {2e3da665-6d7b-49c7-aa56-d10894f3cc58} <Debug> DynamicQueryHandler: Done processing query | ||
| 886 | 2024.10.10 06:01:41.026591 [ 3 ] {2e3da665-6d7b-49c7-aa56-d10894f3cc58} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 887 | 2024.10.10 06:01:41.026607 [ 3 ] {} <Debug> HTTP-Session: 83f23c27-49c7-471d-9f78-de140b7a2dce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 888 | 2024.10.10 06:01:41.026951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 889 | 2024.10.10 06:01:41.027001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 890 | 2024.10.10 06:01:41.027020 [ 3 ] {} <Debug> HTTP-Session: ab0b17dd-871f-46f7-adef-4a609f6ccf77 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 891 | 2024.10.10 06:01:41.027036 [ 3 ] {} <Debug> HTTP-Session: ab0b17dd-871f-46f7-adef-4a609f6ccf77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 892 | 2024.10.10 06:01:41.027050 [ 3 ] {} <Debug> HTTP-Session: ab0b17dd-871f-46f7-adef-4a609f6ccf77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 893 | 2024.10.10 06:01:41.027081 [ 3 ] {} <Trace> HTTP-Session: ab0b17dd-871f-46f7-adef-4a609f6ccf77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 894 | 2024.10.10 06:01:41.027206 [ 3 ] {897f452d-b7de-428c-81dd-f0d4b2eb15bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 895 | 2024.10.10 06:01:41.027525 [ 3 ] {897f452d-b7de-428c-81dd-f0d4b2eb15bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 896 | 2024.10.10 06:01:41.027577 [ 3 ] {897f452d-b7de-428c-81dd-f0d4b2eb15bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 897 | 2024.10.10 06:01:41.028527 [ 3 ] {897f452d-b7de-428c-81dd-f0d4b2eb15bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 898 | 2024.10.10 06:01:41.028552 [ 3 ] {897f452d-b7de-428c-81dd-f0d4b2eb15bc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 899 | 2024.10.10 06:01:41.028569 [ 3 ] {} <Debug> HTTP-Session: ab0b17dd-871f-46f7-adef-4a609f6ccf77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 900 | 2024.10.10 06:01:41.028844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 901 | 2024.10.10 06:01:41.028893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 902 | 2024.10.10 06:01:41.028913 [ 3 ] {} <Debug> HTTP-Session: b868d848-1761-4b83-b5f4-f8a38cdc4e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 903 | 2024.10.10 06:01:41.028929 [ 3 ] {} <Debug> HTTP-Session: b868d848-1761-4b83-b5f4-f8a38cdc4e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 904 | 2024.10.10 06:01:41.028943 [ 3 ] {} <Debug> HTTP-Session: b868d848-1761-4b83-b5f4-f8a38cdc4e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 905 | 2024.10.10 06:01:41.028973 [ 3 ] {} <Trace> HTTP-Session: b868d848-1761-4b83-b5f4-f8a38cdc4e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2024.10.10 06:01:41.029098 [ 3 ] {a331cf7b-2b7c-493a-9123-a930e26e5583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 907 | 2024.10.10 06:01:41.029421 [ 3 ] {a331cf7b-2b7c-493a-9123-a930e26e5583} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 908 | 2024.10.10 06:01:41.029475 [ 3 ] {a331cf7b-2b7c-493a-9123-a930e26e5583} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 909 | 2024.10.10 06:01:41.030343 [ 3 ] {a331cf7b-2b7c-493a-9123-a930e26e5583} <Debug> DynamicQueryHandler: Done processing query | ||
| 910 | 2024.10.10 06:01:41.030369 [ 3 ] {a331cf7b-2b7c-493a-9123-a930e26e5583} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 911 | 2024.10.10 06:01:41.030386 [ 3 ] {} <Debug> HTTP-Session: b868d848-1761-4b83-b5f4-f8a38cdc4e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 912 | 2024.10.10 06:01:41.030591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 913 | 2024.10.10 06:01:41.030641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 914 | 2024.10.10 06:01:41.030661 [ 3 ] {} <Debug> HTTP-Session: e33828fd-7aad-44c8-ad83-ddeeb61fd255 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 915 | 2024.10.10 06:01:41.030677 [ 3 ] {} <Debug> HTTP-Session: e33828fd-7aad-44c8-ad83-ddeeb61fd255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 916 | 2024.10.10 06:01:41.030690 [ 3 ] {} <Debug> HTTP-Session: e33828fd-7aad-44c8-ad83-ddeeb61fd255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 917 | 2024.10.10 06:01:41.030721 [ 3 ] {} <Trace> HTTP-Session: e33828fd-7aad-44c8-ad83-ddeeb61fd255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2024.10.10 06:01:41.030845 [ 3 ] {ab973154-9238-40c9-a609-3e6cd364e0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 919 | 2024.10.10 06:01:41.031171 [ 3 ] {ab973154-9238-40c9-a609-3e6cd364e0eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 920 | 2024.10.10 06:01:41.031225 [ 3 ] {ab973154-9238-40c9-a609-3e6cd364e0eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 921 | 2024.10.10 06:01:41.032066 [ 3 ] {ab973154-9238-40c9-a609-3e6cd364e0eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 922 | 2024.10.10 06:01:41.032091 [ 3 ] {ab973154-9238-40c9-a609-3e6cd364e0eb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 923 | 2024.10.10 06:01:41.032107 [ 3 ] {} <Debug> HTTP-Session: e33828fd-7aad-44c8-ad83-ddeeb61fd255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 924 | 2024.10.10 06:01:41.032305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 925 | 2024.10.10 06:01:41.032359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 926 | 2024.10.10 06:01:41.032379 [ 3 ] {} <Debug> HTTP-Session: dba9fa6b-93dc-4055-86e5-2e5aae2545b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 927 | 2024.10.10 06:01:41.032395 [ 3 ] {} <Debug> HTTP-Session: dba9fa6b-93dc-4055-86e5-2e5aae2545b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 928 | 2024.10.10 06:01:41.032409 [ 3 ] {} <Debug> HTTP-Session: dba9fa6b-93dc-4055-86e5-2e5aae2545b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 929 | 2024.10.10 06:01:41.032440 [ 3 ] {} <Trace> HTTP-Session: dba9fa6b-93dc-4055-86e5-2e5aae2545b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 930 | 2024.10.10 06:01:41.032567 [ 3 ] {2928575e-7c3b-4fbd-b7b0-f1f070b98816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 931 | 2024.10.10 06:01:41.032897 [ 3 ] {2928575e-7c3b-4fbd-b7b0-f1f070b98816} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 932 | 2024.10.10 06:01:41.032950 [ 3 ] {2928575e-7c3b-4fbd-b7b0-f1f070b98816} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 933 | 2024.10.10 06:01:41.033815 [ 3 ] {2928575e-7c3b-4fbd-b7b0-f1f070b98816} <Debug> DynamicQueryHandler: Done processing query | ||
| 934 | 2024.10.10 06:01:41.033840 [ 3 ] {2928575e-7c3b-4fbd-b7b0-f1f070b98816} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 935 | 2024.10.10 06:01:41.033857 [ 3 ] {} <Debug> HTTP-Session: dba9fa6b-93dc-4055-86e5-2e5aae2545b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 936 | 2024.10.10 06:01:41.034060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 937 | 2024.10.10 06:01:41.034110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 938 | 2024.10.10 06:01:41.034129 [ 3 ] {} <Debug> HTTP-Session: 4cc477a2-6f58-4984-aa94-b9219b84a360 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 939 | 2024.10.10 06:01:41.034146 [ 3 ] {} <Debug> HTTP-Session: 4cc477a2-6f58-4984-aa94-b9219b84a360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 940 | 2024.10.10 06:01:41.034160 [ 3 ] {} <Debug> HTTP-Session: 4cc477a2-6f58-4984-aa94-b9219b84a360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 941 | 2024.10.10 06:01:41.034191 [ 3 ] {} <Trace> HTTP-Session: 4cc477a2-6f58-4984-aa94-b9219b84a360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 942 | 2024.10.10 06:01:41.034320 [ 3 ] {4c808e3b-ebcf-4d1f-9e61-edf17a329fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 943 | 2024.10.10 06:01:41.034662 [ 3 ] {4c808e3b-ebcf-4d1f-9e61-edf17a329fe7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 944 | 2024.10.10 06:01:41.034716 [ 3 ] {4c808e3b-ebcf-4d1f-9e61-edf17a329fe7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 945 | 2024.10.10 06:01:41.035590 [ 3 ] {4c808e3b-ebcf-4d1f-9e61-edf17a329fe7} <Debug> DynamicQueryHandler: Done processing query | ||
| 946 | 2024.10.10 06:01:41.035617 [ 3 ] {4c808e3b-ebcf-4d1f-9e61-edf17a329fe7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 947 | 2024.10.10 06:01:41.035633 [ 3 ] {} <Debug> HTTP-Session: 4cc477a2-6f58-4984-aa94-b9219b84a360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 948 | 2024.10.10 06:01:41.035844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 949 | 2024.10.10 06:01:41.035892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 950 | 2024.10.10 06:01:41.035913 [ 3 ] {} <Debug> HTTP-Session: 838e2f55-a220-4495-9d61-e079a2dda5d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 951 | 2024.10.10 06:01:41.035929 [ 3 ] {} <Debug> HTTP-Session: 838e2f55-a220-4495-9d61-e079a2dda5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.10.10 06:01:41.035943 [ 3 ] {} <Debug> HTTP-Session: 838e2f55-a220-4495-9d61-e079a2dda5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 953 | 2024.10.10 06:01:41.035974 [ 3 ] {} <Trace> HTTP-Session: 838e2f55-a220-4495-9d61-e079a2dda5d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2024.10.10 06:01:41.036103 [ 3 ] {058ad212-b686-4cde-80bd-2f37caa5e9b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 955 | 2024.10.10 06:01:41.036444 [ 3 ] {058ad212-b686-4cde-80bd-2f37caa5e9b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 956 | 2024.10.10 06:01:41.036497 [ 3 ] {058ad212-b686-4cde-80bd-2f37caa5e9b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 957 | 2024.10.10 06:01:41.037361 [ 3 ] {058ad212-b686-4cde-80bd-2f37caa5e9b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 958 | 2024.10.10 06:01:41.037387 [ 3 ] {058ad212-b686-4cde-80bd-2f37caa5e9b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 959 | 2024.10.10 06:01:41.037404 [ 3 ] {} <Debug> HTTP-Session: 838e2f55-a220-4495-9d61-e079a2dda5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 960 | 2024.10.10 06:01:41.037610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 961 | 2024.10.10 06:01:41.037660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 962 | 2024.10.10 06:01:41.037680 [ 3 ] {} <Debug> HTTP-Session: 9d80c34d-449c-434d-a4a2-a46e01c96810 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 963 | 2024.10.10 06:01:41.037696 [ 3 ] {} <Debug> HTTP-Session: 9d80c34d-449c-434d-a4a2-a46e01c96810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.10.10 06:01:41.037710 [ 3 ] {} <Debug> HTTP-Session: 9d80c34d-449c-434d-a4a2-a46e01c96810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 965 | 2024.10.10 06:01:41.037741 [ 3 ] {} <Trace> HTTP-Session: 9d80c34d-449c-434d-a4a2-a46e01c96810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 966 | 2024.10.10 06:01:41.037870 [ 3 ] {9ec672be-0658-464e-a3c9-1e650e6b1e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 967 | 2024.10.10 06:01:41.038211 [ 3 ] {9ec672be-0658-464e-a3c9-1e650e6b1e9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 968 | 2024.10.10 06:01:41.038263 [ 3 ] {9ec672be-0658-464e-a3c9-1e650e6b1e9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 969 | 2024.10.10 06:01:41.039095 [ 3 ] {9ec672be-0658-464e-a3c9-1e650e6b1e9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 970 | 2024.10.10 06:01:41.039121 [ 3 ] {9ec672be-0658-464e-a3c9-1e650e6b1e9e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 971 | 2024.10.10 06:01:41.039137 [ 3 ] {} <Debug> HTTP-Session: 9d80c34d-449c-434d-a4a2-a46e01c96810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 972 | 2024.10.10 06:01:41.039369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 973 | 2024.10.10 06:01:41.039418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 974 | 2024.10.10 06:01:41.039438 [ 3 ] {} <Debug> HTTP-Session: 0230502d-2fb8-4d83-b5d8-60aa966b1ac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 975 | 2024.10.10 06:01:41.039454 [ 3 ] {} <Debug> HTTP-Session: 0230502d-2fb8-4d83-b5d8-60aa966b1ac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 976 | 2024.10.10 06:01:41.039469 [ 3 ] {} <Debug> HTTP-Session: 0230502d-2fb8-4d83-b5d8-60aa966b1ac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 977 | 2024.10.10 06:01:41.039499 [ 3 ] {} <Trace> HTTP-Session: 0230502d-2fb8-4d83-b5d8-60aa966b1ac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 978 | 2024.10.10 06:01:41.039631 [ 3 ] {861f9c09-899d-4b65-8077-80aa1afce9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 979 | 2024.10.10 06:01:41.039974 [ 3 ] {861f9c09-899d-4b65-8077-80aa1afce9e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 980 | 2024.10.10 06:01:41.040027 [ 3 ] {861f9c09-899d-4b65-8077-80aa1afce9e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 981 | 2024.10.10 06:01:41.040899 [ 3 ] {861f9c09-899d-4b65-8077-80aa1afce9e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 982 | 2024.10.10 06:01:41.040926 [ 3 ] {861f9c09-899d-4b65-8077-80aa1afce9e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 983 | 2024.10.10 06:01:41.040942 [ 3 ] {} <Debug> HTTP-Session: 0230502d-2fb8-4d83-b5d8-60aa966b1ac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 984 | 2024.10.10 06:01:41.041177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 985 | 2024.10.10 06:01:41.041225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 986 | 2024.10.10 06:01:41.041245 [ 3 ] {} <Debug> HTTP-Session: 306c3c6a-0601-4847-aa37-d5727571b867 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 987 | 2024.10.10 06:01:41.041261 [ 3 ] {} <Debug> HTTP-Session: 306c3c6a-0601-4847-aa37-d5727571b867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.10.10 06:01:41.041274 [ 3 ] {} <Debug> HTTP-Session: 306c3c6a-0601-4847-aa37-d5727571b867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 989 | 2024.10.10 06:01:41.041305 [ 3 ] {} <Trace> HTTP-Session: 306c3c6a-0601-4847-aa37-d5727571b867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 990 | 2024.10.10 06:01:41.041437 [ 3 ] {09629e72-0201-45b6-abe3-291b103ef15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 991 | 2024.10.10 06:01:41.041785 [ 3 ] {09629e72-0201-45b6-abe3-291b103ef15e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 992 | 2024.10.10 06:01:41.041838 [ 3 ] {09629e72-0201-45b6-abe3-291b103ef15e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 993 | 2024.10.10 06:01:41.042626 [ 3 ] {09629e72-0201-45b6-abe3-291b103ef15e} <Debug> DynamicQueryHandler: Done processing query | ||
| 994 | 2024.10.10 06:01:41.042651 [ 3 ] {09629e72-0201-45b6-abe3-291b103ef15e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 995 | 2024.10.10 06:01:41.042668 [ 3 ] {} <Debug> HTTP-Session: 306c3c6a-0601-4847-aa37-d5727571b867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 996 | 2024.10.10 06:01:41.043913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 997 | 2024.10.10 06:01:41.043962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 998 | 2024.10.10 06:01:41.043982 [ 3 ] {} <Debug> HTTP-Session: 0f4c210a-85f8-43e6-8310-ab66ec6638c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 999 | 2024.10.10 06:01:41.043998 [ 3 ] {} <Debug> HTTP-Session: 0f4c210a-85f8-43e6-8310-ab66ec6638c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1000 | 2024.10.10 06:01:41.044012 [ 3 ] {} <Debug> HTTP-Session: 0f4c210a-85f8-43e6-8310-ab66ec6638c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1001 | 2024.10.10 06:01:41.044042 [ 3 ] {} <Trace> HTTP-Session: 0f4c210a-85f8-43e6-8310-ab66ec6638c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2024.10.10 06:01:41.044164 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1003 | 2024.10.10 06:01:41.044211 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1004 | 2024.10.10 06:01:41.044402 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1005 | 2024.10.10 06:01:41.044880 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1006 | 2024.10.10 06:01:41.044918 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1007 | 2024.10.10 06:01:41.045467 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1008 | 2024.10.10 06:01:41.045790 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1009 | 2024.10.10 06:01:41.045957 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001835 sec., 7629.427792915531 rows/sec., 1.07 MiB/sec. | ||
| 1010 | 2024.10.10 06:01:41.046245 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1011 | 2024.10.10 06:01:41.046271 [ 3 ] {db641402-fdcb-45c1-bd1f-11770bb672b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1012 | 2024.10.10 06:01:41.046287 [ 3 ] {} <Debug> HTTP-Session: 0f4c210a-85f8-43e6-8310-ab66ec6638c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1013 | 2024.10.10 06:01:41.046424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1014 | 2024.10.10 06:01:41.046474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1015 | 2024.10.10 06:01:41.046494 [ 3 ] {} <Debug> HTTP-Session: 0bbff574-7a5f-48d4-9eae-9337375c8229 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1016 | 2024.10.10 06:01:41.046510 [ 3 ] {} <Debug> HTTP-Session: 0bbff574-7a5f-48d4-9eae-9337375c8229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1017 | 2024.10.10 06:01:41.046523 [ 3 ] {} <Debug> HTTP-Session: 0bbff574-7a5f-48d4-9eae-9337375c8229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1018 | 2024.10.10 06:01:41.046554 [ 3 ] {} <Trace> HTTP-Session: 0bbff574-7a5f-48d4-9eae-9337375c8229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1019 | 2024.10.10 06:01:41.046660 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1020 | 2024.10.10 06:01:41.046703 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1021 | 2024.10.10 06:01:41.046958 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1022 | 2024.10.10 06:01:41.047958 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1023 | 2024.10.10 06:01:41.047995 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1024 | 2024.10.10 06:01:41.048391 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1025 | 2024.10.10 06:01:41.048763 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1026 | 2024.10.10 06:01:41.048916 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002288 sec., 11363.636363636364 rows/sec., 901.02 KiB/sec. | ||
| 1027 | 2024.10.10 06:01:41.049096 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Debug> DynamicQueryHandler: Done processing query | ||
| 1028 | 2024.10.10 06:01:41.049121 [ 3 ] {22af64a2-bcad-4ad3-87d2-b2215deba793} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1029 | 2024.10.10 06:01:41.049137 [ 3 ] {} <Debug> HTTP-Session: 0bbff574-7a5f-48d4-9eae-9337375c8229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1030 | 2024.10.10 06:01:41.049265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1031 | 2024.10.10 06:01:41.049317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1032 | 2024.10.10 06:01:41.049336 [ 3 ] {} <Debug> HTTP-Session: 1a733b7b-9c26-4a9a-9618-a65984582146 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1033 | 2024.10.10 06:01:41.049353 [ 3 ] {} <Debug> HTTP-Session: 1a733b7b-9c26-4a9a-9618-a65984582146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1034 | 2024.10.10 06:01:41.049366 [ 3 ] {} <Debug> HTTP-Session: 1a733b7b-9c26-4a9a-9618-a65984582146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1035 | 2024.10.10 06:01:41.049398 [ 3 ] {} <Trace> HTTP-Session: 1a733b7b-9c26-4a9a-9618-a65984582146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1036 | 2024.10.10 06:01:41.049504 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1037 | 2024.10.10 06:01:41.049547 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1038 | 2024.10.10 06:01:41.049778 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1039 | 2024.10.10 06:01:41.050117 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1040 | 2024.10.10 06:01:41.050154 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1041 | 2024.10.10 06:01:41.050537 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1042 | 2024.10.10 06:01:41.050913 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1043 | 2024.10.10 06:01:41.051067 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001589 sec., 17621.14537444934 rows/sec., 1.37 MiB/sec. | ||
| 1044 | 2024.10.10 06:01:41.051300 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1045 | 2024.10.10 06:01:41.051325 [ 3 ] {11972b8e-23b2-4a7a-be9d-2c865115408b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1046 | 2024.10.10 06:01:41.051343 [ 3 ] {} <Debug> HTTP-Session: 1a733b7b-9c26-4a9a-9618-a65984582146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1047 | 2024.10.10 06:01:41.051474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1048 | 2024.10.10 06:01:41.051524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1049 | 2024.10.10 06:01:41.051544 [ 3 ] {} <Debug> HTTP-Session: 984a78fa-2ef4-442b-a735-b2f60ea6fa91 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1050 | 2024.10.10 06:01:41.051560 [ 3 ] {} <Debug> HTTP-Session: 984a78fa-2ef4-442b-a735-b2f60ea6fa91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1051 | 2024.10.10 06:01:41.051574 [ 3 ] {} <Debug> HTTP-Session: 984a78fa-2ef4-442b-a735-b2f60ea6fa91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1052 | 2024.10.10 06:01:41.051604 [ 3 ] {} <Trace> HTTP-Session: 984a78fa-2ef4-442b-a735-b2f60ea6fa91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2024.10.10 06:01:41.051712 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1054 | 2024.10.10 06:01:41.051758 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1055 | 2024.10.10 06:01:41.051933 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1056 | 2024.10.10 06:01:41.052320 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1057 | 2024.10.10 06:01:41.052355 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1058 | 2024.10.10 06:01:41.052771 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1059 | 2024.10.10 06:01:41.053107 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1060 | 2024.10.10 06:01:41.053265 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001579 sec., 18999.366687777074 rows/sec., 1.32 MiB/sec. | ||
| 1061 | 2024.10.10 06:01:41.053551 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Debug> DynamicQueryHandler: Done processing query | ||
| 1062 | 2024.10.10 06:01:41.053576 [ 3 ] {3bf01251-c1e0-400a-888e-5d2db1f14866} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1063 | 2024.10.10 06:01:41.053591 [ 3 ] {} <Debug> HTTP-Session: 984a78fa-2ef4-442b-a735-b2f60ea6fa91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1064 | 2024.10.10 06:01:41.053738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1893, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1065 | 2024.10.10 06:01:41.053791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1066 | 2024.10.10 06:01:41.053820 [ 3 ] {} <Debug> HTTP-Session: 959ed488-538f-4b68-aac2-233c2b96e084 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1067 | 2024.10.10 06:01:41.053837 [ 3 ] {} <Debug> HTTP-Session: 959ed488-538f-4b68-aac2-233c2b96e084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1068 | 2024.10.10 06:01:41.053851 [ 3 ] {} <Debug> HTTP-Session: 959ed488-538f-4b68-aac2-233c2b96e084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1069 | 2024.10.10 06:01:41.053882 [ 3 ] {} <Trace> HTTP-Session: 959ed488-538f-4b68-aac2-233c2b96e084 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1070 | 2024.10.10 06:01:41.053987 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1071 | 2024.10.10 06:01:41.054031 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1072 | 2024.10.10 06:01:41.054175 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1073 | 2024.10.10 06:01:41.054436 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1074 | 2024.10.10 06:01:41.054473 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1075 | 2024.10.10 06:01:41.054847 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1076 | 2024.10.10 06:01:41.055169 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1077 | 2024.10.10 06:01:41.055329 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Debug> executeQuery: Read 12 rows, 864.00 B in 0.001371 sec., 8752.735229759299 rows/sec., 615.43 KiB/sec. | ||
| 1078 | 2024.10.10 06:01:41.055522 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Debug> DynamicQueryHandler: Done processing query | ||
| 1079 | 2024.10.10 06:01:41.055549 [ 3 ] {6cd9cd94-e5a9-47ac-9f2d-51a16c4aed03} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1080 | 2024.10.10 06:01:41.055565 [ 3 ] {} <Debug> HTTP-Session: 959ed488-538f-4b68-aac2-233c2b96e084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1081 | 2024.10.10 06:01:42.000197 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.23 MiB, peak 141.37 MiB, free memory in arenas 0.00 B, will set to 137.75 MiB (RSS), difference: 1.52 MiB | ||
| 1082 | 2024.10.10 06:01:46.016615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 7238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1083 | 2024.10.10 06:01:46.016810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1084 | 2024.10.10 06:01:46.016859 [ 3 ] {} <Debug> HTTP-Session: 87195080-35f3-4cd1-a99d-2b1e53a80844 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1085 | 2024.10.10 06:01:46.016901 [ 3 ] {} <Debug> HTTP-Session: 87195080-35f3-4cd1-a99d-2b1e53a80844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1086 | 2024.10.10 06:01:46.016929 [ 3 ] {} <Debug> HTTP-Session: 87195080-35f3-4cd1-a99d-2b1e53a80844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1087 | 2024.10.10 06:01:46.017010 [ 3 ] {} <Trace> HTTP-Session: 87195080-35f3-4cd1-a99d-2b1e53a80844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1088 | 2024.10.10 06:01:46.017220 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1089 | 2024.10.10 06:01:46.017286 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1090 | 2024.10.10 06:01:46.017617 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1091 | 2024.10.10 06:01:46.018098 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1092 | 2024.10.10 06:01:46.018140 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1093 | 2024.10.10 06:01:46.018551 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1094 | 2024.10.10 06:01:46.018945 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1095 | 2024.10.10 06:01:46.019119 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001965 sec., 26463.104325699744 rows/sec., 2.01 MiB/sec. | ||
| 1096 | 2024.10.10 06:01:46.019353 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1097 | 2024.10.10 06:01:46.019380 [ 3 ] {a4a15cd6-33ba-49c7-b5c9-769527f365e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1098 | 2024.10.10 06:01:46.019397 [ 3 ] {} <Debug> HTTP-Session: 87195080-35f3-4cd1-a99d-2b1e53a80844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1099 | 2024.10.10 06:01:46.019579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1100 | 2024.10.10 06:01:46.019631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1101 | 2024.10.10 06:01:46.019652 [ 3 ] {} <Debug> HTTP-Session: 33e5816d-2ca2-4ba2-bb0f-de7b20d26c68 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1102 | 2024.10.10 06:01:46.019668 [ 3 ] {} <Debug> HTTP-Session: 33e5816d-2ca2-4ba2-bb0f-de7b20d26c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1103 | 2024.10.10 06:01:46.019682 [ 3 ] {} <Debug> HTTP-Session: 33e5816d-2ca2-4ba2-bb0f-de7b20d26c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1104 | 2024.10.10 06:01:46.019715 [ 3 ] {} <Trace> HTTP-Session: 33e5816d-2ca2-4ba2-bb0f-de7b20d26c68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2024.10.10 06:01:46.019834 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1106 | 2024.10.10 06:01:46.019878 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1107 | 2024.10.10 06:01:46.020105 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1108 | 2024.10.10 06:01:46.020911 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1109 | 2024.10.10 06:01:46.021010 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1110 | 2024.10.10 06:01:46.021634 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1111 | 2024.10.10 06:01:46.022189 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1112 | 2024.10.10 06:01:46.022460 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002655 sec., 21092.278719397364 rows/sec., 1.65 MiB/sec. | ||
| 1113 | 2024.10.10 06:01:46.023198 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Debug> DynamicQueryHandler: Done processing query | ||
| 1114 | 2024.10.10 06:01:46.023234 [ 3 ] {d90dba08-9142-4afd-8bd8-28c574d64831} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1115 | 2024.10.10 06:01:46.023255 [ 3 ] {} <Debug> HTTP-Session: 33e5816d-2ca2-4ba2-bb0f-de7b20d26c68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1116 | 2024.10.10 06:01:46.023538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 17214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1117 | 2024.10.10 06:01:46.023610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1118 | 2024.10.10 06:01:46.023639 [ 3 ] {} <Debug> HTTP-Session: 0f257f17-24d1-4619-86c0-26d43f58d450 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1119 | 2024.10.10 06:01:46.023664 [ 3 ] {} <Debug> HTTP-Session: 0f257f17-24d1-4619-86c0-26d43f58d450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1120 | 2024.10.10 06:01:46.023684 [ 3 ] {} <Debug> HTTP-Session: 0f257f17-24d1-4619-86c0-26d43f58d450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1121 | 2024.10.10 06:01:46.023728 [ 3 ] {} <Trace> HTTP-Session: 0f257f17-24d1-4619-86c0-26d43f58d450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2024.10.10 06:01:46.023887 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1123 | 2024.10.10 06:01:46.023939 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1124 | 2024.10.10 06:01:46.024116 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1125 | 2024.10.10 06:01:46.024517 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1126 | 2024.10.10 06:01:46.024556 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1127 | 2024.10.10 06:01:46.024965 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1128 | 2024.10.10 06:01:46.025317 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1129 | 2024.10.10 06:01:46.025447 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Debug> executeQuery: Read 90 rows, 6.39 KiB in 0.001616 sec., 55693.069306930694 rows/sec., 3.86 MiB/sec. | ||
| 1130 | 2024.10.10 06:01:46.025623 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1131 | 2024.10.10 06:01:46.025648 [ 3 ] {dc3dc5b1-5670-418b-bfa3-74d07ada1a6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1132 | 2024.10.10 06:01:46.025666 [ 3 ] {} <Debug> HTTP-Session: 0f257f17-24d1-4619-86c0-26d43f58d450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1133 | 2024.10.10 06:01:46.025805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1134 | 2024.10.10 06:01:46.025855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1135 | 2024.10.10 06:01:46.025875 [ 3 ] {} <Debug> HTTP-Session: 0e634c35-a1da-48ac-9e65-a5acf3d0b72c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1136 | 2024.10.10 06:01:46.025893 [ 3 ] {} <Debug> HTTP-Session: 0e634c35-a1da-48ac-9e65-a5acf3d0b72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1137 | 2024.10.10 06:01:46.025906 [ 3 ] {} <Debug> HTTP-Session: 0e634c35-a1da-48ac-9e65-a5acf3d0b72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1138 | 2024.10.10 06:01:46.025939 [ 3 ] {} <Trace> HTTP-Session: 0e634c35-a1da-48ac-9e65-a5acf3d0b72c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1139 | 2024.10.10 06:01:46.026045 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1140 | 2024.10.10 06:01:46.026089 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1141 | 2024.10.10 06:01:46.026217 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1142 | 2024.10.10 06:01:46.026534 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1143 | 2024.10.10 06:01:46.026570 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1144 | 2024.10.10 06:01:46.026934 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1145 | 2024.10.10 06:01:46.027267 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1146 | 2024.10.10 06:01:46.027392 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Debug> executeQuery: Read 32 rows, 2.25 KiB in 0.001381 sec., 23171.614771904417 rows/sec., 1.59 MiB/sec. | ||
| 1147 | 2024.10.10 06:01:46.027668 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1148 | 2024.10.10 06:01:46.027693 [ 3 ] {81bc5711-6b66-4255-bc10-065a8f9c71b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1149 | 2024.10.10 06:01:46.027709 [ 3 ] {} <Debug> HTTP-Session: 0e634c35-a1da-48ac-9e65-a5acf3d0b72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1150 | 2024.10.10 06:01:48.072104 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1151 | 2024.10.10 06:01:48.072193 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1152 | 2024.10.10 06:01:48.123074 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 1153 | 2024.10.10 06:01:48.126914 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1154 | 2024.10.10 06:01:48.126959 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1155 | 2024.10.10 06:01:48.128454 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1156 | 2024.10.10 06:01:48.129425 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1157 | 2024.10.10 06:01:48.130180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 1158 | 2024.10.10 06:01:51.019066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 7238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1159 | 2024.10.10 06:01:51.019226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1160 | 2024.10.10 06:01:51.019270 [ 3 ] {} <Debug> HTTP-Session: 5ac1c9fe-5eeb-40e1-8868-9bc37ab68a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1161 | 2024.10.10 06:01:51.019313 [ 3 ] {} <Debug> HTTP-Session: 5ac1c9fe-5eeb-40e1-8868-9bc37ab68a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1162 | 2024.10.10 06:01:51.019343 [ 3 ] {} <Debug> HTTP-Session: 5ac1c9fe-5eeb-40e1-8868-9bc37ab68a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1163 | 2024.10.10 06:01:51.019424 [ 3 ] {} <Trace> HTTP-Session: 5ac1c9fe-5eeb-40e1-8868-9bc37ab68a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2024.10.10 06:01:51.019737 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1165 | 2024.10.10 06:01:51.019847 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1166 | 2024.10.10 06:01:51.020360 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1167 | 2024.10.10 06:01:51.020859 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2024.10.10 06:01:51.020905 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1169 | 2024.10.10 06:01:51.021325 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1170 | 2024.10.10 06:01:51.021699 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1171 | 2024.10.10 06:01:51.021883 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002253 sec., 23080.337328007103 rows/sec., 1.75 MiB/sec. | ||
| 1172 | 2024.10.10 06:01:51.022139 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 1173 | 2024.10.10 06:01:51.022167 [ 3 ] {4ef24dc9-2bcd-446e-8dc5-633ee4c1b5ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1174 | 2024.10.10 06:01:51.022183 [ 3 ] {} <Debug> HTTP-Session: 5ac1c9fe-5eeb-40e1-8868-9bc37ab68a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1175 | 2024.10.10 06:01:51.022394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1176 | 2024.10.10 06:01:51.022450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1177 | 2024.10.10 06:01:51.022470 [ 3 ] {} <Debug> HTTP-Session: 1a9cbf3a-d431-4b6f-94f2-036a904cc065 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1178 | 2024.10.10 06:01:51.022489 [ 3 ] {} <Debug> HTTP-Session: 1a9cbf3a-d431-4b6f-94f2-036a904cc065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1179 | 2024.10.10 06:01:51.022503 [ 3 ] {} <Debug> HTTP-Session: 1a9cbf3a-d431-4b6f-94f2-036a904cc065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1180 | 2024.10.10 06:01:51.022538 [ 3 ] {} <Trace> HTTP-Session: 1a9cbf3a-d431-4b6f-94f2-036a904cc065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1181 | 2024.10.10 06:01:51.022666 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1182 | 2024.10.10 06:01:51.022713 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1183 | 2024.10.10 06:01:51.022946 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1184 | 2024.10.10 06:01:51.023341 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2024.10.10 06:01:51.023379 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1186 | 2024.10.10 06:01:51.023737 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1187 | 2024.10.10 06:01:51.024094 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2024.10.10 06:01:51.024254 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.68 MiB/sec. | ||
| 1189 | 2024.10.10 06:01:51.024431 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1190 | 2024.10.10 06:01:51.024456 [ 3 ] {039387d3-07c6-4fa2-b9c3-b449a272c70a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1191 | 2024.10.10 06:01:51.024471 [ 3 ] {} <Debug> HTTP-Session: 1a9cbf3a-d431-4b6f-94f2-036a904cc065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1192 | 2024.10.10 06:01:51.024752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 28647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1193 | 2024.10.10 06:01:51.024802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1194 | 2024.10.10 06:01:51.024822 [ 3 ] {} <Debug> HTTP-Session: 70527dce-4041-494d-b5c7-f755fb24ba5d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1195 | 2024.10.10 06:01:51.024839 [ 3 ] {} <Debug> HTTP-Session: 70527dce-4041-494d-b5c7-f755fb24ba5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1196 | 2024.10.10 06:01:51.024852 [ 3 ] {} <Debug> HTTP-Session: 70527dce-4041-494d-b5c7-f755fb24ba5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1197 | 2024.10.10 06:01:51.024884 [ 3 ] {} <Trace> HTTP-Session: 70527dce-4041-494d-b5c7-f755fb24ba5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1198 | 2024.10.10 06:01:51.025034 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1199 | 2024.10.10 06:01:51.025082 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1200 | 2024.10.10 06:01:51.025224 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1201 | 2024.10.10 06:01:51.025616 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1202 | 2024.10.10 06:01:51.025655 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1203 | 2024.10.10 06:01:51.026055 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1204 | 2024.10.10 06:01:51.026392 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1205 | 2024.10.10 06:01:51.026548 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00157 sec., 95541.40127388535 rows/sec., 6.62 MiB/sec. | ||
| 1206 | 2024.10.10 06:01:51.026852 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Debug> DynamicQueryHandler: Done processing query | ||
| 1207 | 2024.10.10 06:01:51.026877 [ 3 ] {d8705e1b-7eec-4421-8adc-72bb2123d404} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1208 | 2024.10.10 06:01:51.026894 [ 3 ] {} <Debug> HTTP-Session: 70527dce-4041-494d-b5c7-f755fb24ba5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1209 | 2024.10.10 06:01:51.027034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 7692, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1210 | 2024.10.10 06:01:51.027084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1211 | 2024.10.10 06:01:51.027103 [ 3 ] {} <Debug> HTTP-Session: df52910d-9af6-4120-bc41-cf235dd88439 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1212 | 2024.10.10 06:01:51.027119 [ 3 ] {} <Debug> HTTP-Session: df52910d-9af6-4120-bc41-cf235dd88439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1213 | 2024.10.10 06:01:51.027133 [ 3 ] {} <Debug> HTTP-Session: df52910d-9af6-4120-bc41-cf235dd88439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1214 | 2024.10.10 06:01:51.027166 [ 3 ] {} <Trace> HTTP-Session: df52910d-9af6-4120-bc41-cf235dd88439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1215 | 2024.10.10 06:01:51.027286 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1216 | 2024.10.10 06:01:51.027331 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1217 | 2024.10.10 06:01:51.027477 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1218 | 2024.10.10 06:01:51.027777 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1219 | 2024.10.10 06:01:51.027813 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1220 | 2024.10.10 06:01:51.028172 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1221 | 2024.10.10 06:01:51.028489 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1222 | 2024.10.10 06:01:51.028660 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001397 sec., 35790.980672870435 rows/sec., 2.45 MiB/sec. | ||
| 1223 | 2024.10.10 06:01:51.028831 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1224 | 2024.10.10 06:01:51.028856 [ 3 ] {588738fd-fed0-4ee1-ba2f-59f8eb28c81f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1225 | 2024.10.10 06:01:51.028871 [ 3 ] {} <Debug> HTTP-Session: df52910d-9af6-4120-bc41-cf235dd88439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1226 | 2024.10.10 06:01:56.011069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1227 | 2024.10.10 06:01:56.011251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1228 | 2024.10.10 06:01:56.011297 [ 3 ] {} <Debug> HTTP-Session: 3450904b-1ec0-411d-825b-6aca1608c6f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1229 | 2024.10.10 06:01:56.011339 [ 3 ] {} <Debug> HTTP-Session: 3450904b-1ec0-411d-825b-6aca1608c6f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1230 | 2024.10.10 06:01:56.011367 [ 3 ] {} <Debug> HTTP-Session: 3450904b-1ec0-411d-825b-6aca1608c6f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1231 | 2024.10.10 06:01:56.011449 [ 3 ] {} <Trace> HTTP-Session: 3450904b-1ec0-411d-825b-6aca1608c6f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1232 | 2024.10.10 06:01:56.011686 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 1233 | 2024.10.10 06:01:56.012147 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1234 | 2024.10.10 06:01:56.012220 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <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')" moved to PREWHERE | ||
| 1235 | 2024.10.10 06:01:56.012517 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1236 | 2024.10.10 06:01:56.012696 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1237 | 2024.10.10 06:01:56.012988 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1238 | 2024.10.10 06:01:56.014109 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1239 | 2024.10.10 06:01:56.014157 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1240 | 2024.10.10 06:01:56.014176 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1241 | 2024.10.10 06:01:56.014278 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <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'))" | ||
| 1242 | 2024.10.10 06:01:56.014304 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1243 | 2024.10.10 06:01:56.016489 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.004891 sec., 2862.400327131466 rows/sec., 116.80 KiB/sec. | ||
| 1244 | 2024.10.10 06:01:56.016778 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Debug> DynamicQueryHandler: Done processing query | ||
| 1245 | 2024.10.10 06:01:56.016806 [ 3 ] {9dc8dcca-2880-4403-9c9d-ce180e8c9617} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1246 | 2024.10.10 06:01:56.016822 [ 3 ] {} <Debug> HTTP-Session: 3450904b-1ec0-411d-825b-6aca1608c6f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1247 | 2024.10.10 06:01:56.017093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1248 | 2024.10.10 06:01:56.017146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1249 | 2024.10.10 06:01:56.017168 [ 3 ] {} <Debug> HTTP-Session: 851d59e8-074f-46a1-b6e2-f47437dbed9f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1250 | 2024.10.10 06:01:56.017186 [ 3 ] {} <Debug> HTTP-Session: 851d59e8-074f-46a1-b6e2-f47437dbed9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1251 | 2024.10.10 06:01:56.017200 [ 3 ] {} <Debug> HTTP-Session: 851d59e8-074f-46a1-b6e2-f47437dbed9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1252 | 2024.10.10 06:01:56.017236 [ 3 ] {} <Trace> HTTP-Session: 851d59e8-074f-46a1-b6e2-f47437dbed9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1253 | 2024.10.10 06:01:56.017388 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
| 1254 | 2024.10.10 06:01:56.017658 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1255 | 2024.10.10 06:01:56.017699 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <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', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1256 | 2024.10.10 06:01:56.017947 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1257 | 2024.10.10 06:01:56.018013 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1258 | 2024.10.10 06:01:56.018159 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1259 | 2024.10.10 06:01:56.018193 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1260 | 2024.10.10 06:01:56.018216 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1261 | 2024.10.10 06:01:56.018232 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1262 | 2024.10.10 06:01:56.018272 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <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', 'switch_data_link:link_enabled'))" | ||
| 1263 | 2024.10.10 06:01:56.018294 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1264 | 2024.10.10 06:01:56.019149 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001829 sec., 7654.455986878076 rows/sec., 312.35 KiB/sec. | ||
| 1265 | 2024.10.10 06:01:56.019385 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1266 | 2024.10.10 06:01:56.019411 [ 3 ] {06778be5-2cf6-42c1-a56a-20f5af459c2f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1267 | 2024.10.10 06:01:56.019427 [ 3 ] {} <Debug> HTTP-Session: 851d59e8-074f-46a1-b6e2-f47437dbed9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1268 | 2024.10.10 06:01:56.019945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1269 | 2024.10.10 06:01:56.019996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1270 | 2024.10.10 06:01:56.020015 [ 3 ] {} <Debug> HTTP-Session: 0db4c7ec-3d3e-4dca-8bb1-fff5252fe98e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1271 | 2024.10.10 06:01:56.020031 [ 3 ] {} <Debug> HTTP-Session: 0db4c7ec-3d3e-4dca-8bb1-fff5252fe98e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1272 | 2024.10.10 06:01:56.020046 [ 3 ] {} <Debug> HTTP-Session: 0db4c7ec-3d3e-4dca-8bb1-fff5252fe98e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1273 | 2024.10.10 06:01:56.020078 [ 3 ] {} <Trace> HTTP-Session: 0db4c7ec-3d3e-4dca-8bb1-fff5252fe98e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2024.10.10 06:01:56.020215 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
| 1275 | 2024.10.10 06:01:56.020472 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1276 | 2024.10.10 06:01:56.020512 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1277 | 2024.10.10 06:01:56.020760 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1278 | 2024.10.10 06:01:56.020824 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1279 | 2024.10.10 06:01:56.020962 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1280 | 2024.10.10 06:01:56.020995 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1281 | 2024.10.10 06:01:56.021019 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1282 | 2024.10.10 06:01:56.021036 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1283 | 2024.10.10 06:01:56.021078 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1284 | 2024.10.10 06:01:56.021099 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1285 | 2024.10.10 06:01:56.021941 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001788 sec., 7829.977628635346 rows/sec., 319.51 KiB/sec. | ||
| 1286 | 2024.10.10 06:01:56.022162 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Debug> DynamicQueryHandler: Done processing query | ||
| 1287 | 2024.10.10 06:01:56.022187 [ 3 ] {a8da0bf0-0f68-45f4-a784-1ff0ea7b8b17} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1288 | 2024.10.10 06:01:56.022203 [ 3 ] {} <Debug> HTTP-Session: 0db4c7ec-3d3e-4dca-8bb1-fff5252fe98e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1289 | 2024.10.10 06:01:56.022528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1290 | 2024.10.10 06:01:56.022577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1291 | 2024.10.10 06:01:56.022597 [ 3 ] {} <Debug> HTTP-Session: ce0e33db-2fff-45ea-be72-061d042fce83 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1292 | 2024.10.10 06:01:56.022613 [ 3 ] {} <Debug> HTTP-Session: ce0e33db-2fff-45ea-be72-061d042fce83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1293 | 2024.10.10 06:01:56.022626 [ 3 ] {} <Debug> HTTP-Session: ce0e33db-2fff-45ea-be72-061d042fce83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1294 | 2024.10.10 06:01:56.022658 [ 3 ] {} <Trace> HTTP-Session: ce0e33db-2fff-45ea-be72-061d042fce83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1295 | 2024.10.10 06:01:56.022796 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1296 | 2024.10.10 06:01:56.023050 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1297 | 2024.10.10 06:01:56.023090 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1298 | 2024.10.10 06:01:56.023344 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1299 | 2024.10.10 06:01:56.023409 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1300 | 2024.10.10 06:01:56.023551 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1301 | 2024.10.10 06:01:56.023584 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1302 | 2024.10.10 06:01:56.023608 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1303 | 2024.10.10 06:01:56.023625 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1304 | 2024.10.10 06:01:56.023666 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1305 | 2024.10.10 06:01:56.023693 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1306 | 2024.10.10 06:01:56.024511 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001778 sec., 7874.015748031496 rows/sec., 321.31 KiB/sec. | ||
| 1307 | 2024.10.10 06:01:56.024740 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Debug> DynamicQueryHandler: Done processing query | ||
| 1308 | 2024.10.10 06:01:56.024766 [ 3 ] {11f6658c-f5ed-4743-863e-468d906c0894} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1309 | 2024.10.10 06:01:56.024783 [ 3 ] {} <Debug> HTTP-Session: ce0e33db-2fff-45ea-be72-061d042fce83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1310 | 2024.10.10 06:01:56.025027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1311 | 2024.10.10 06:01:56.025077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1312 | 2024.10.10 06:01:56.025096 [ 3 ] {} <Debug> HTTP-Session: a66fb141-6c93-418d-a5fa-170fc9ebf847 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1313 | 2024.10.10 06:01:56.025112 [ 3 ] {} <Debug> HTTP-Session: a66fb141-6c93-418d-a5fa-170fc9ebf847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1314 | 2024.10.10 06:01:56.025126 [ 3 ] {} <Debug> HTTP-Session: a66fb141-6c93-418d-a5fa-170fc9ebf847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1315 | 2024.10.10 06:01:56.025157 [ 3 ] {} <Trace> HTTP-Session: a66fb141-6c93-418d-a5fa-170fc9ebf847 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1316 | 2024.10.10 06:01:56.025295 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1317 | 2024.10.10 06:01:56.025550 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1318 | 2024.10.10 06:01:56.025590 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1319 | 2024.10.10 06:01:56.025843 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1320 | 2024.10.10 06:01:56.025907 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1321 | 2024.10.10 06:01:56.026046 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1322 | 2024.10.10 06:01:56.026079 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1323 | 2024.10.10 06:01:56.026102 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1324 | 2024.10.10 06:01:56.026118 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1325 | 2024.10.10 06:01:56.026158 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1326 | 2024.10.10 06:01:56.026181 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1327 | 2024.10.10 06:01:56.027023 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001791 sec., 7816.862088218872 rows/sec., 318.98 KiB/sec. | ||
| 1328 | 2024.10.10 06:01:56.027249 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Debug> DynamicQueryHandler: Done processing query | ||
| 1329 | 2024.10.10 06:01:56.027274 [ 3 ] {3920c2c0-6248-497b-94b0-fffcb2df8894} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1330 | 2024.10.10 06:01:56.027291 [ 3 ] {} <Debug> HTTP-Session: a66fb141-6c93-418d-a5fa-170fc9ebf847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1331 | 2024.10.10 06:01:56.027761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1332 | 2024.10.10 06:01:56.027809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1333 | 2024.10.10 06:01:56.027828 [ 3 ] {} <Debug> HTTP-Session: 5fa45acf-6a2c-4b7f-a994-2d04b7cb8fc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1334 | 2024.10.10 06:01:56.027844 [ 3 ] {} <Debug> HTTP-Session: 5fa45acf-6a2c-4b7f-a994-2d04b7cb8fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1335 | 2024.10.10 06:01:56.027858 [ 3 ] {} <Debug> HTTP-Session: 5fa45acf-6a2c-4b7f-a994-2d04b7cb8fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1336 | 2024.10.10 06:01:56.027889 [ 3 ] {} <Trace> HTTP-Session: 5fa45acf-6a2c-4b7f-a994-2d04b7cb8fc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1337 | 2024.10.10 06:01:56.028027 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1338 | 2024.10.10 06:01:56.028279 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1339 | 2024.10.10 06:01:56.028320 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1340 | 2024.10.10 06:01:56.028573 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1341 | 2024.10.10 06:01:56.028637 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1342 | 2024.10.10 06:01:56.028778 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1343 | 2024.10.10 06:01:56.028811 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1344 | 2024.10.10 06:01:56.028834 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1345 | 2024.10.10 06:01:56.028850 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1346 | 2024.10.10 06:01:56.028891 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1347 | 2024.10.10 06:01:56.028913 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1348 | 2024.10.10 06:01:56.029725 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001761 sec., 7950.028392958547 rows/sec., 324.41 KiB/sec. | ||
| 1349 | 2024.10.10 06:01:56.029953 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Debug> DynamicQueryHandler: Done processing query | ||
| 1350 | 2024.10.10 06:01:56.029977 [ 3 ] {b00c0d32-c625-4e79-9d42-731717131c57} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1351 | 2024.10.10 06:01:56.029994 [ 3 ] {} <Debug> HTTP-Session: 5fa45acf-6a2c-4b7f-a994-2d04b7cb8fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1352 | 2024.10.10 06:01:56.030199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1353 | 2024.10.10 06:01:56.030246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1354 | 2024.10.10 06:01:56.030266 [ 3 ] {} <Debug> HTTP-Session: 7a0d5db2-5515-44f0-8318-8e22963ff306 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1355 | 2024.10.10 06:01:56.030283 [ 3 ] {} <Debug> HTTP-Session: 7a0d5db2-5515-44f0-8318-8e22963ff306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1356 | 2024.10.10 06:01:56.030296 [ 3 ] {} <Debug> HTTP-Session: 7a0d5db2-5515-44f0-8318-8e22963ff306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1357 | 2024.10.10 06:01:56.030327 [ 3 ] {} <Trace> HTTP-Session: 7a0d5db2-5515-44f0-8318-8e22963ff306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2024.10.10 06:01:56.030465 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1359 | 2024.10.10 06:01:56.030726 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1360 | 2024.10.10 06:01:56.030766 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1361 | 2024.10.10 06:01:56.031023 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1362 | 2024.10.10 06:01:56.031087 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1363 | 2024.10.10 06:01:56.031227 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1364 | 2024.10.10 06:01:56.031260 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1365 | 2024.10.10 06:01:56.031284 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1366 | 2024.10.10 06:01:56.031301 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1367 | 2024.10.10 06:01:56.031342 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1368 | 2024.10.10 06:01:56.031387 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1369 | 2024.10.10 06:01:56.032163 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001763 sec., 7941.009642654566 rows/sec., 324.04 KiB/sec. | ||
| 1370 | 2024.10.10 06:01:56.032393 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1371 | 2024.10.10 06:01:56.032417 [ 3 ] {323d1553-219e-4484-b3f4-611514e1365e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1372 | 2024.10.10 06:01:56.032433 [ 3 ] {} <Debug> HTTP-Session: 7a0d5db2-5515-44f0-8318-8e22963ff306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1373 | 2024.10.10 06:01:56.032675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1374 | 2024.10.10 06:01:56.032749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1375 | 2024.10.10 06:01:56.032769 [ 3 ] {} <Debug> HTTP-Session: e30b528e-16db-4a7a-8805-0df7f3832be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1376 | 2024.10.10 06:01:56.032785 [ 3 ] {} <Debug> HTTP-Session: e30b528e-16db-4a7a-8805-0df7f3832be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1377 | 2024.10.10 06:01:56.032799 [ 3 ] {} <Debug> HTTP-Session: e30b528e-16db-4a7a-8805-0df7f3832be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1378 | 2024.10.10 06:01:56.032830 [ 3 ] {} <Trace> HTTP-Session: e30b528e-16db-4a7a-8805-0df7f3832be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1379 | 2024.10.10 06:01:56.032970 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1380 | 2024.10.10 06:01:56.033227 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1381 | 2024.10.10 06:01:56.033268 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1382 | 2024.10.10 06:01:56.033530 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1383 | 2024.10.10 06:01:56.033595 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1384 | 2024.10.10 06:01:56.033735 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1385 | 2024.10.10 06:01:56.033767 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1386 | 2024.10.10 06:01:56.033791 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1387 | 2024.10.10 06:01:56.033807 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1388 | 2024.10.10 06:01:56.033847 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1389 | 2024.10.10 06:01:56.033868 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1390 | 2024.10.10 06:01:56.034707 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001803 sec., 7764.83638380477 rows/sec., 316.85 KiB/sec. | ||
| 1391 | 2024.10.10 06:01:56.034929 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1392 | 2024.10.10 06:01:56.034953 [ 3 ] {85c1a67e-8f00-4342-892b-720673c6525d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1393 | 2024.10.10 06:01:56.034970 [ 3 ] {} <Debug> HTTP-Session: e30b528e-16db-4a7a-8805-0df7f3832be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1394 | 2024.10.10 06:01:56.035196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1395 | 2024.10.10 06:01:56.035244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1396 | 2024.10.10 06:01:56.035263 [ 3 ] {} <Debug> HTTP-Session: 4453a2ea-e7f6-429a-8996-1b8e5c3d717f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1397 | 2024.10.10 06:01:56.035278 [ 3 ] {} <Debug> HTTP-Session: 4453a2ea-e7f6-429a-8996-1b8e5c3d717f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1398 | 2024.10.10 06:01:56.035292 [ 3 ] {} <Debug> HTTP-Session: 4453a2ea-e7f6-429a-8996-1b8e5c3d717f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1399 | 2024.10.10 06:01:56.035325 [ 3 ] {} <Trace> HTTP-Session: 4453a2ea-e7f6-429a-8996-1b8e5c3d717f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2024.10.10 06:01:56.035466 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1401 | 2024.10.10 06:01:56.035727 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1402 | 2024.10.10 06:01:56.035768 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1403 | 2024.10.10 06:01:56.036033 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1404 | 2024.10.10 06:01:56.036097 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1405 | 2024.10.10 06:01:56.036236 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1406 | 2024.10.10 06:01:56.036269 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1407 | 2024.10.10 06:01:56.036291 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1408 | 2024.10.10 06:01:56.036308 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1409 | 2024.10.10 06:01:56.036348 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1410 | 2024.10.10 06:01:56.036369 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1411 | 2024.10.10 06:01:56.037201 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001826 sec., 7667.031763417306 rows/sec., 312.86 KiB/sec. | ||
| 1412 | 2024.10.10 06:01:56.037417 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Debug> DynamicQueryHandler: Done processing query | ||
| 1413 | 2024.10.10 06:01:56.037439 [ 3 ] {73428d30-2f35-45c8-8ba5-4cdd93d7ad39} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1414 | 2024.10.10 06:01:56.037454 [ 3 ] {} <Debug> HTTP-Session: 4453a2ea-e7f6-429a-8996-1b8e5c3d717f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1415 | 2024.10.10 06:01:56.037881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1416 | 2024.10.10 06:01:56.037928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1417 | 2024.10.10 06:01:56.037947 [ 3 ] {} <Debug> HTTP-Session: 3987a599-523b-4dbc-babe-24836da27834 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1418 | 2024.10.10 06:01:56.037963 [ 3 ] {} <Debug> HTTP-Session: 3987a599-523b-4dbc-babe-24836da27834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1419 | 2024.10.10 06:01:56.037977 [ 3 ] {} <Debug> HTTP-Session: 3987a599-523b-4dbc-babe-24836da27834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1420 | 2024.10.10 06:01:56.038007 [ 3 ] {} <Trace> HTTP-Session: 3987a599-523b-4dbc-babe-24836da27834 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1421 | 2024.10.10 06:01:56.038156 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1422 | 2024.10.10 06:01:56.038423 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1423 | 2024.10.10 06:01:56.038465 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1424 | 2024.10.10 06:01:56.038734 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1425 | 2024.10.10 06:01:56.038799 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1426 | 2024.10.10 06:01:56.038937 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1427 | 2024.10.10 06:01:56.038970 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1428 | 2024.10.10 06:01:56.038992 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1429 | 2024.10.10 06:01:56.039008 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1430 | 2024.10.10 06:01:56.039050 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1431 | 2024.10.10 06:01:56.039072 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1432 | 2024.10.10 06:01:56.039920 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001829 sec., 7654.455986878076 rows/sec., 312.35 KiB/sec. | ||
| 1433 | 2024.10.10 06:01:56.040151 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1434 | 2024.10.10 06:01:56.040175 [ 3 ] {5e5b6a5d-ef89-4664-bb24-c7730876e6b2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1435 | 2024.10.10 06:01:56.040192 [ 3 ] {} <Debug> HTTP-Session: 3987a599-523b-4dbc-babe-24836da27834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1436 | 2024.10.10 06:01:56.040428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1437 | 2024.10.10 06:01:56.040476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1438 | 2024.10.10 06:01:56.040495 [ 3 ] {} <Debug> HTTP-Session: 6c0b9577-874c-4dd5-9241-1345623d1995 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1439 | 2024.10.10 06:01:56.040511 [ 3 ] {} <Debug> HTTP-Session: 6c0b9577-874c-4dd5-9241-1345623d1995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1440 | 2024.10.10 06:01:56.040524 [ 3 ] {} <Debug> HTTP-Session: 6c0b9577-874c-4dd5-9241-1345623d1995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1441 | 2024.10.10 06:01:56.040555 [ 3 ] {} <Trace> HTTP-Session: 6c0b9577-874c-4dd5-9241-1345623d1995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1442 | 2024.10.10 06:01:56.040697 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1443 | 2024.10.10 06:01:56.040962 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1444 | 2024.10.10 06:01:56.041003 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1445 | 2024.10.10 06:01:56.041271 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1446 | 2024.10.10 06:01:56.041335 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1447 | 2024.10.10 06:01:56.041476 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1448 | 2024.10.10 06:01:56.041509 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1449 | 2024.10.10 06:01:56.041532 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1450 | 2024.10.10 06:01:56.041548 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1451 | 2024.10.10 06:01:56.041589 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1452 | 2024.10.10 06:01:56.041611 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1453 | 2024.10.10 06:01:56.042459 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00183 sec., 7650.273224043715 rows/sec., 312.18 KiB/sec. | ||
| 1454 | 2024.10.10 06:01:56.042688 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Debug> DynamicQueryHandler: Done processing query | ||
| 1455 | 2024.10.10 06:01:56.042712 [ 3 ] {6f3bd15f-634e-40bc-89ac-621cbf376faf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1456 | 2024.10.10 06:01:56.042730 [ 3 ] {} <Debug> HTTP-Session: 6c0b9577-874c-4dd5-9241-1345623d1995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1457 | 2024.10.10 06:01:56.047204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1458 | 2024.10.10 06:01:56.047298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1459 | 2024.10.10 06:01:56.047336 [ 3 ] {} <Debug> HTTP-Session: aa34c5a1-a935-44da-9fa6-11f66f578e9a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1460 | 2024.10.10 06:01:56.047368 [ 3 ] {} <Debug> HTTP-Session: aa34c5a1-a935-44da-9fa6-11f66f578e9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1461 | 2024.10.10 06:01:56.047395 [ 3 ] {} <Debug> HTTP-Session: aa34c5a1-a935-44da-9fa6-11f66f578e9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1462 | 2024.10.10 06:01:56.047458 [ 3 ] {} <Trace> HTTP-Session: aa34c5a1-a935-44da-9fa6-11f66f578e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1463 | 2024.10.10 06:01:56.047737 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1464 | 2024.10.10 06:01:56.048266 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1465 | 2024.10.10 06:01:56.048351 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1466 | 2024.10.10 06:01:56.048695 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1467 | 2024.10.10 06:01:56.048761 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1468 | 2024.10.10 06:01:56.048903 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1469 | 2024.10.10 06:01:56.048937 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1470 | 2024.10.10 06:01:56.048960 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1471 | 2024.10.10 06:01:56.048976 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1472 | 2024.10.10 06:01:56.049017 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1473 | 2024.10.10 06:01:56.049038 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1474 | 2024.10.10 06:01:56.049802 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002212 sec., 6329.113924050633 rows/sec., 258.27 KiB/sec. | ||
| 1475 | 2024.10.10 06:01:56.050038 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1476 | 2024.10.10 06:01:56.050062 [ 3 ] {22dea122-aaf0-48b0-a3aa-d4b86f30c6b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1477 | 2024.10.10 06:01:56.050079 [ 3 ] {} <Debug> HTTP-Session: aa34c5a1-a935-44da-9fa6-11f66f578e9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1478 | 2024.10.10 06:01:56.050452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1479 | 2024.10.10 06:01:56.050501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1480 | 2024.10.10 06:01:56.050519 [ 3 ] {} <Debug> HTTP-Session: 24b896c7-c8ff-4ae3-943a-ce68700c45b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1481 | 2024.10.10 06:01:56.050535 [ 3 ] {} <Debug> HTTP-Session: 24b896c7-c8ff-4ae3-943a-ce68700c45b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1482 | 2024.10.10 06:01:56.050549 [ 3 ] {} <Debug> HTTP-Session: 24b896c7-c8ff-4ae3-943a-ce68700c45b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1483 | 2024.10.10 06:01:56.050580 [ 3 ] {} <Trace> HTTP-Session: 24b896c7-c8ff-4ae3-943a-ce68700c45b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2024.10.10 06:01:56.050722 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1485 | 2024.10.10 06:01:56.050991 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1486 | 2024.10.10 06:01:56.051034 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1487 | 2024.10.10 06:01:56.051310 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1488 | 2024.10.10 06:01:56.051375 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1489 | 2024.10.10 06:01:56.051515 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1490 | 2024.10.10 06:01:56.051548 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1491 | 2024.10.10 06:01:56.051571 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1492 | 2024.10.10 06:01:56.051588 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1493 | 2024.10.10 06:01:56.051629 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1494 | 2024.10.10 06:01:56.051652 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1495 | 2024.10.10 06:01:56.052563 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001907 sec., 7341.373885684321 rows/sec., 299.57 KiB/sec. | ||
| 1496 | 2024.10.10 06:01:56.052792 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1497 | 2024.10.10 06:01:56.052816 [ 3 ] {d831a5f1-1309-4b6e-b7c2-a688d03823d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1498 | 2024.10.10 06:01:56.052833 [ 3 ] {} <Debug> HTTP-Session: 24b896c7-c8ff-4ae3-943a-ce68700c45b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1499 | 2024.10.10 06:01:56.053048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1500 | 2024.10.10 06:01:56.053095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1501 | 2024.10.10 06:01:56.053114 [ 3 ] {} <Debug> HTTP-Session: 0bde628e-6260-47d1-abe4-12d992d3f5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1502 | 2024.10.10 06:01:56.053130 [ 3 ] {} <Debug> HTTP-Session: 0bde628e-6260-47d1-abe4-12d992d3f5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1503 | 2024.10.10 06:01:56.053143 [ 3 ] {} <Debug> HTTP-Session: 0bde628e-6260-47d1-abe4-12d992d3f5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1504 | 2024.10.10 06:01:56.053175 [ 3 ] {} <Trace> HTTP-Session: 0bde628e-6260-47d1-abe4-12d992d3f5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1505 | 2024.10.10 06:01:56.053318 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1506 | 2024.10.10 06:01:56.053587 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1507 | 2024.10.10 06:01:56.053630 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1508 | 2024.10.10 06:01:56.053915 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1509 | 2024.10.10 06:01:56.053980 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1510 | 2024.10.10 06:01:56.054119 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1511 | 2024.10.10 06:01:56.054152 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1512 | 2024.10.10 06:01:56.054175 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1513 | 2024.10.10 06:01:56.054191 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1514 | 2024.10.10 06:01:56.054233 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1515 | 2024.10.10 06:01:56.054255 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1516 | 2024.10.10 06:01:56.055140 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001892 sec., 7399.577167019027 rows/sec., 301.95 KiB/sec. | ||
| 1517 | 2024.10.10 06:01:56.055367 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Debug> DynamicQueryHandler: Done processing query | ||
| 1518 | 2024.10.10 06:01:56.055391 [ 3 ] {5296881c-7218-4748-b3b5-868db2081774} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1519 | 2024.10.10 06:01:56.055408 [ 3 ] {} <Debug> HTTP-Session: 0bde628e-6260-47d1-abe4-12d992d3f5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1520 | 2024.10.10 06:01:56.055647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1521 | 2024.10.10 06:01:56.055695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1522 | 2024.10.10 06:01:56.055713 [ 3 ] {} <Debug> HTTP-Session: 5ef007ab-8345-4aea-9650-a2fb0f657884 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1523 | 2024.10.10 06:01:56.055729 [ 3 ] {} <Debug> HTTP-Session: 5ef007ab-8345-4aea-9650-a2fb0f657884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1524 | 2024.10.10 06:01:56.055743 [ 3 ] {} <Debug> HTTP-Session: 5ef007ab-8345-4aea-9650-a2fb0f657884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1525 | 2024.10.10 06:01:56.055774 [ 3 ] {} <Trace> HTTP-Session: 5ef007ab-8345-4aea-9650-a2fb0f657884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1526 | 2024.10.10 06:01:56.055917 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1527 | 2024.10.10 06:01:56.056190 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1528 | 2024.10.10 06:01:56.056232 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1529 | 2024.10.10 06:01:56.056516 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1530 | 2024.10.10 06:01:56.056581 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1531 | 2024.10.10 06:01:56.056722 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1532 | 2024.10.10 06:01:56.056754 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1533 | 2024.10.10 06:01:56.056778 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1534 | 2024.10.10 06:01:56.056795 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1535 | 2024.10.10 06:01:56.056836 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1536 | 2024.10.10 06:01:56.056857 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1537 | 2024.10.10 06:01:56.057819 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001964 sec., 7128.309572301426 rows/sec., 290.88 KiB/sec. | ||
| 1538 | 2024.10.10 06:01:56.058059 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Debug> DynamicQueryHandler: Done processing query | ||
| 1539 | 2024.10.10 06:01:56.058083 [ 3 ] {d46ec87d-5d4f-45bf-8c23-578d5a825487} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1540 | 2024.10.10 06:01:56.058100 [ 3 ] {} <Debug> HTTP-Session: 5ef007ab-8345-4aea-9650-a2fb0f657884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1541 | 2024.10.10 06:01:56.058421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1542 | 2024.10.10 06:01:56.058469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1543 | 2024.10.10 06:01:56.058489 [ 3 ] {} <Debug> HTTP-Session: ee60482c-853f-4d53-8ab9-a7901b0360c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1544 | 2024.10.10 06:01:56.058505 [ 3 ] {} <Debug> HTTP-Session: ee60482c-853f-4d53-8ab9-a7901b0360c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1545 | 2024.10.10 06:01:56.058518 [ 3 ] {} <Debug> HTTP-Session: ee60482c-853f-4d53-8ab9-a7901b0360c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1546 | 2024.10.10 06:01:56.058550 [ 3 ] {} <Trace> HTTP-Session: ee60482c-853f-4d53-8ab9-a7901b0360c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1547 | 2024.10.10 06:01:56.058693 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 1548 | 2024.10.10 06:01:56.058967 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1549 | 2024.10.10 06:01:56.059009 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <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', '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 | ||
| 1550 | 2024.10.10 06:01:56.059292 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1551 | 2024.10.10 06:01:56.059356 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1552 | 2024.10.10 06:01:56.059498 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1553 | 2024.10.10 06:01:56.059531 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1554 | 2024.10.10 06:01:56.059553 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1555 | 2024.10.10 06:01:56.059570 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1556 | 2024.10.10 06:01:56.059610 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <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', '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'))" | ||
| 1557 | 2024.10.10 06:01:56.059631 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1558 | 2024.10.10 06:01:56.060483 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001861 sec., 7522.837184309511 rows/sec., 306.98 KiB/sec. | ||
| 1559 | 2024.10.10 06:01:56.060707 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1560 | 2024.10.10 06:01:56.060732 [ 3 ] {def8a592-57a7-4df6-b0d3-16e6099bccd2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1561 | 2024.10.10 06:01:56.060748 [ 3 ] {} <Debug> HTTP-Session: ee60482c-853f-4d53-8ab9-a7901b0360c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1562 | 2024.10.10 06:01:56.068448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1563 | 2024.10.10 06:01:56.068542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1564 | 2024.10.10 06:01:56.068579 [ 3 ] {} <Debug> HTTP-Session: af898c37-5655-4cf2-b135-0acfb9d6931d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1565 | 2024.10.10 06:01:56.068611 [ 3 ] {} <Debug> HTTP-Session: af898c37-5655-4cf2-b135-0acfb9d6931d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1566 | 2024.10.10 06:01:56.068642 [ 3 ] {} <Debug> HTTP-Session: af898c37-5655-4cf2-b135-0acfb9d6931d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1567 | 2024.10.10 06:01:56.068704 [ 3 ] {} <Trace> HTTP-Session: af898c37-5655-4cf2-b135-0acfb9d6931d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1568 | 2024.10.10 06:01:56.068991 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 1569 | 2024.10.10 06:01:56.069515 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1570 | 2024.10.10 06:01:56.069560 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <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 | ||
| 1571 | 2024.10.10 06:01:56.069852 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1572 | 2024.10.10 06:01:56.069916 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1573 | 2024.10.10 06:01:56.070060 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1574 | 2024.10.10 06:01:56.070093 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1575 | 2024.10.10 06:01:56.070116 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1576 | 2024.10.10 06:01:56.070132 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1577 | 2024.10.10 06:01:56.070175 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <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'))" | ||
| 1578 | 2024.10.10 06:01:56.070197 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1579 | 2024.10.10 06:01:56.071026 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002187 sec., 6401.463191586648 rows/sec., 261.22 KiB/sec. | ||
| 1580 | 2024.10.10 06:01:56.071263 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1581 | 2024.10.10 06:01:56.071287 [ 3 ] {5d4b3156-6e58-4059-bece-9f809c43cecd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1582 | 2024.10.10 06:01:56.071303 [ 3 ] {} <Debug> HTTP-Session: af898c37-5655-4cf2-b135-0acfb9d6931d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1583 | 2024.10.10 06:01:56.073413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1584 | 2024.10.10 06:01:56.073485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1585 | 2024.10.10 06:01:56.073530 [ 3 ] {} <Debug> HTTP-Session: d3ede82f-d6c0-4376-99ea-143993c149e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1586 | 2024.10.10 06:01:56.073566 [ 3 ] {} <Debug> HTTP-Session: d3ede82f-d6c0-4376-99ea-143993c149e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1587 | 2024.10.10 06:01:56.073594 [ 3 ] {} <Debug> HTTP-Session: d3ede82f-d6c0-4376-99ea-143993c149e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1588 | 2024.10.10 06:01:56.073656 [ 3 ] {} <Trace> HTTP-Session: d3ede82f-d6c0-4376-99ea-143993c149e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1589 | 2024.10.10 06:01:56.073894 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1590 | 2024.10.10 06:01:56.073982 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1591 | 2024.10.10 06:01:56.074301 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1592 | 2024.10.10 06:01:56.074747 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1593 | 2024.10.10 06:01:56.074784 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1594 | 2024.10.10 06:01:56.075267 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1595 | 2024.10.10 06:01:56.075572 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1596 | 2024.10.10 06:01:56.075735 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Debug> executeQuery: Read 17 rows, 2.72 KiB in 0.001927 sec., 8822.003113648158 rows/sec., 1.38 MiB/sec. | ||
| 1597 | 2024.10.10 06:01:56.075897 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1598 | 2024.10.10 06:01:56.075921 [ 3 ] {d2f6533b-e2ba-4249-a7ca-fa7ad3efd21c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1599 | 2024.10.10 06:01:56.075936 [ 3 ] {} <Debug> HTTP-Session: d3ede82f-d6c0-4376-99ea-143993c149e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1600 | 2024.10.10 06:01:56.076145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1601 | 2024.10.10 06:01:56.076192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1602 | 2024.10.10 06:01:56.076212 [ 3 ] {} <Debug> HTTP-Session: c4e75c0d-643d-45c0-a021-692cdff932fe Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1603 | 2024.10.10 06:01:56.076228 [ 3 ] {} <Debug> HTTP-Session: c4e75c0d-643d-45c0-a021-692cdff932fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1604 | 2024.10.10 06:01:56.076242 [ 3 ] {} <Debug> HTTP-Session: c4e75c0d-643d-45c0-a021-692cdff932fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1605 | 2024.10.10 06:01:56.076272 [ 3 ] {} <Trace> HTTP-Session: c4e75c0d-643d-45c0-a021-692cdff932fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1606 | 2024.10.10 06:01:56.076417 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1607 | 2024.10.10 06:01:56.076459 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1608 | 2024.10.10 06:01:56.076692 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1609 | 2024.10.10 06:01:56.077096 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1610 | 2024.10.10 06:01:56.077133 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1611 | 2024.10.10 06:01:56.077509 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1612 | 2024.10.10 06:01:56.077869 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1613 | 2024.10.10 06:01:56.078031 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Debug> executeQuery: Read 205 rows, 18.45 KiB in 0.001668 sec., 122901.67865707434 rows/sec., 10.80 MiB/sec. | ||
| 1614 | 2024.10.10 06:01:56.078327 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1615 | 2024.10.10 06:01:56.078352 [ 3 ] {8c36f8a3-8deb-4ac7-9cd5-6d52c555b7bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1616 | 2024.10.10 06:01:56.078367 [ 3 ] {} <Debug> HTTP-Session: c4e75c0d-643d-45c0-a021-692cdff932fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1617 | 2024.10.10 06:01:56.078502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1618 | 2024.10.10 06:01:56.078550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1619 | 2024.10.10 06:01:56.078568 [ 3 ] {} <Debug> HTTP-Session: 9f6c0f4d-aa1b-45cf-b13a-eafa1974cc73 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1620 | 2024.10.10 06:01:56.078585 [ 3 ] {} <Debug> HTTP-Session: 9f6c0f4d-aa1b-45cf-b13a-eafa1974cc73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1621 | 2024.10.10 06:01:56.078598 [ 3 ] {} <Debug> HTTP-Session: 9f6c0f4d-aa1b-45cf-b13a-eafa1974cc73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1622 | 2024.10.10 06:01:56.078629 [ 3 ] {} <Trace> HTTP-Session: 9f6c0f4d-aa1b-45cf-b13a-eafa1974cc73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1623 | 2024.10.10 06:01:56.078730 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1624 | 2024.10.10 06:01:56.078772 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1625 | 2024.10.10 06:01:56.079010 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1626 | 2024.10.10 06:01:56.079361 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1627 | 2024.10.10 06:01:56.079394 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1628 | 2024.10.10 06:01:56.079735 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1629 | 2024.10.10 06:01:56.080068 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1630 | 2024.10.10 06:01:56.080224 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001512 sec., 5291.005291005291 rows/sec., 397.86 KiB/sec. | ||
| 1631 | 2024.10.10 06:01:56.080420 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1632 | 2024.10.10 06:01:56.080443 [ 3 ] {aa6236eb-553c-423c-8b9c-274daa1eb0e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1633 | 2024.10.10 06:01:56.080458 [ 3 ] {} <Debug> HTTP-Session: 9f6c0f4d-aa1b-45cf-b13a-eafa1974cc73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1634 | 2024.10.10 06:01:56.080596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1635 | 2024.10.10 06:01:56.080641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1636 | 2024.10.10 06:01:56.080660 [ 3 ] {} <Debug> HTTP-Session: b3e7fa26-594c-4db1-a48e-7c5ed6551265 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1637 | 2024.10.10 06:01:56.080676 [ 3 ] {} <Debug> HTTP-Session: b3e7fa26-594c-4db1-a48e-7c5ed6551265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1638 | 2024.10.10 06:01:56.080690 [ 3 ] {} <Debug> HTTP-Session: b3e7fa26-594c-4db1-a48e-7c5ed6551265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1639 | 2024.10.10 06:01:56.080721 [ 3 ] {} <Trace> HTTP-Session: b3e7fa26-594c-4db1-a48e-7c5ed6551265 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2024.10.10 06:01:56.080817 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1641 | 2024.10.10 06:01:56.080858 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1642 | 2024.10.10 06:01:56.081074 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1643 | 2024.10.10 06:01:56.081379 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1644 | 2024.10.10 06:01:56.081414 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1645 | 2024.10.10 06:01:56.081753 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1646 | 2024.10.10 06:01:56.082086 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1647 | 2024.10.10 06:01:56.082245 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001446 sec., 9681.881051175656 rows/sec., 678.06 KiB/sec. | ||
| 1648 | 2024.10.10 06:01:56.082545 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1649 | 2024.10.10 06:01:56.082570 [ 3 ] {296720e3-936b-44b9-9ca0-f02efb1ce61e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1650 | 2024.10.10 06:01:56.082585 [ 3 ] {} <Debug> HTTP-Session: b3e7fa26-594c-4db1-a48e-7c5ed6551265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1651 | 2024.10.10 06:01:56.082736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1652 | 2024.10.10 06:01:56.082783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1653 | 2024.10.10 06:01:56.082803 [ 3 ] {} <Debug> HTTP-Session: b8d1fe76-2ff5-4c9d-89bf-75988b31e5f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1654 | 2024.10.10 06:01:56.082818 [ 3 ] {} <Debug> HTTP-Session: b8d1fe76-2ff5-4c9d-89bf-75988b31e5f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1655 | 2024.10.10 06:01:56.082832 [ 3 ] {} <Debug> HTTP-Session: b8d1fe76-2ff5-4c9d-89bf-75988b31e5f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1656 | 2024.10.10 06:01:56.082862 [ 3 ] {} <Trace> HTTP-Session: b8d1fe76-2ff5-4c9d-89bf-75988b31e5f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1657 | 2024.10.10 06:01:56.082955 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1658 | 2024.10.10 06:01:56.082997 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1659 | 2024.10.10 06:01:56.083235 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1660 | 2024.10.10 06:01:56.083497 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1661 | 2024.10.10 06:01:56.083531 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1662 | 2024.10.10 06:01:56.083878 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1663 | 2024.10.10 06:01:56.084224 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1664 | 2024.10.10 06:01:56.084379 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 246.35 KiB/sec. | ||
| 1665 | 2024.10.10 06:01:56.084672 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1666 | 2024.10.10 06:01:56.084697 [ 3 ] {ebf811b9-4793-439b-860d-0d4bdb0b638f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1667 | 2024.10.10 06:01:56.084712 [ 3 ] {} <Debug> HTTP-Session: b8d1fe76-2ff5-4c9d-89bf-75988b31e5f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1668 | 2024.10.10 06:01:56.085071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 63162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1669 | 2024.10.10 06:01:56.085118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1670 | 2024.10.10 06:01:56.085136 [ 3 ] {} <Debug> HTTP-Session: ab671d2c-573f-495a-a6ce-b584a1afb679 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1671 | 2024.10.10 06:01:56.085152 [ 3 ] {} <Debug> HTTP-Session: ab671d2c-573f-495a-a6ce-b584a1afb679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1672 | 2024.10.10 06:01:56.085165 [ 3 ] {} <Debug> HTTP-Session: ab671d2c-573f-495a-a6ce-b584a1afb679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1673 | 2024.10.10 06:01:56.085195 [ 3 ] {} <Trace> HTTP-Session: ab671d2c-573f-495a-a6ce-b584a1afb679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1674 | 2024.10.10 06:01:56.085488 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1675 | 2024.10.10 06:01:56.085530 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1676 | 2024.10.10 06:01:56.085770 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1677 | 2024.10.10 06:01:56.086277 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1678 | 2024.10.10 06:01:56.086312 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1679 | 2024.10.10 06:01:56.086678 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1680 | 2024.10.10 06:01:56.087022 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1681 | 2024.10.10 06:01:56.087180 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001889 sec., 206458.44362096346 rows/sec., 14.64 MiB/sec. | ||
| 1682 | 2024.10.10 06:01:56.087403 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Debug> DynamicQueryHandler: Done processing query | ||
| 1683 | 2024.10.10 06:01:56.087427 [ 3 ] {eccf078f-cf1e-4743-8660-133eb1fb27da} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 1684 | 2024.10.10 06:01:56.087443 [ 3 ] {} <Debug> HTTP-Session: ab671d2c-573f-495a-a6ce-b584a1afb679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1685 | 2024.10.10 06:01:56.087572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1686 | 2024.10.10 06:01:56.087620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1687 | 2024.10.10 06:01:56.087638 [ 3 ] {} <Debug> HTTP-Session: 7c92902b-4076-475a-b370-bbda1a3939e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1688 | 2024.10.10 06:01:56.087654 [ 3 ] {} <Debug> HTTP-Session: 7c92902b-4076-475a-b370-bbda1a3939e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1689 | 2024.10.10 06:01:56.087667 [ 3 ] {} <Debug> HTTP-Session: 7c92902b-4076-475a-b370-bbda1a3939e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1690 | 2024.10.10 06:01:56.087697 [ 3 ] {} <Trace> HTTP-Session: 7c92902b-4076-475a-b370-bbda1a3939e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1691 | 2024.10.10 06:01:56.087789 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1692 | 2024.10.10 06:01:56.087832 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1693 | 2024.10.10 06:01:56.087956 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1694 | 2024.10.10 06:01:56.088186 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2024.10.10 06:01:56.088220 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1696 | 2024.10.10 06:01:56.088562 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1697 | 2024.10.10 06:01:56.088876 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1698 | 2024.10.10 06:01:56.089029 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 249.58 KiB/sec. | ||
| 1699 | 2024.10.10 06:01:56.089297 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1700 | 2024.10.10 06:01:56.089320 [ 3 ] {69681e7a-785e-4b40-ad57-f08e049a0eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1701 | 2024.10.10 06:01:56.089335 [ 3 ] {} <Debug> HTTP-Session: 7c92902b-4076-475a-b370-bbda1a3939e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1702 | 2024.10.10 06:01:56.089680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1703 | 2024.10.10 06:01:56.089728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1704 | 2024.10.10 06:01:56.089747 [ 3 ] {} <Debug> HTTP-Session: f2a820d3-bfec-48e8-a7ce-0e01b411a5cb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1705 | 2024.10.10 06:01:56.089762 [ 3 ] {} <Debug> HTTP-Session: f2a820d3-bfec-48e8-a7ce-0e01b411a5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1706 | 2024.10.10 06:01:56.089775 [ 3 ] {} <Debug> HTTP-Session: f2a820d3-bfec-48e8-a7ce-0e01b411a5cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1707 | 2024.10.10 06:01:56.089805 [ 3 ] {} <Trace> HTTP-Session: f2a820d3-bfec-48e8-a7ce-0e01b411a5cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1708 | 2024.10.10 06:01:56.089977 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1709 | 2024.10.10 06:01:56.090022 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1710 | 2024.10.10 06:01:56.090178 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1711 | 2024.10.10 06:01:56.090635 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1712 | 2024.10.10 06:01:56.090671 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1713 | 2024.10.10 06:01:56.091073 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1714 | 2024.10.10 06:01:56.091409 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1715 | 2024.10.10 06:01:56.091560 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
| 1716 | 2024.10.10 06:01:56.091760 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Debug> DynamicQueryHandler: Done processing query | ||
| 1717 | 2024.10.10 06:01:56.091784 [ 3 ] {1b59ac60-9044-4345-8722-bb0b4a855a78} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1718 | 2024.10.10 06:01:56.091799 [ 3 ] {} <Debug> HTTP-Session: f2a820d3-bfec-48e8-a7ce-0e01b411a5cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1719 | 2024.10.10 06:01:56.091927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1720 | 2024.10.10 06:01:56.091975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1721 | 2024.10.10 06:01:56.091994 [ 3 ] {} <Debug> HTTP-Session: a45b0bb0-199a-4aa9-8ef2-d8972520746a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1722 | 2024.10.10 06:01:56.092010 [ 3 ] {} <Debug> HTTP-Session: a45b0bb0-199a-4aa9-8ef2-d8972520746a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1723 | 2024.10.10 06:01:56.092023 [ 3 ] {} <Debug> HTTP-Session: a45b0bb0-199a-4aa9-8ef2-d8972520746a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1724 | 2024.10.10 06:01:56.092053 [ 3 ] {} <Trace> HTTP-Session: a45b0bb0-199a-4aa9-8ef2-d8972520746a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1725 | 2024.10.10 06:01:56.092145 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 1726 | 2024.10.10 06:01:56.092220 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1727 | 2024.10.10 06:01:56.092363 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1728 | 2024.10.10 06:01:56.092679 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1729 | 2024.10.10 06:01:56.092715 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1730 | 2024.10.10 06:01:56.093617 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1731 | 2024.10.10 06:01:56.094017 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1732 | 2024.10.10 06:01:56.094174 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002043 sec., 489.4762604013705 rows/sec., 32.98 KiB/sec. | ||
| 1733 | 2024.10.10 06:01:56.094435 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1734 | 2024.10.10 06:01:56.094461 [ 3 ] {abb356b8-7d55-43b2-8dfa-a7c580dde1b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 1735 | 2024.10.10 06:01:56.094478 [ 3 ] {} <Debug> HTTP-Session: a45b0bb0-199a-4aa9-8ef2-d8972520746a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1736 | 2024.10.10 06:01:56.094631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1737 | 2024.10.10 06:01:56.094680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1738 | 2024.10.10 06:01:56.094700 [ 3 ] {} <Debug> HTTP-Session: 0140ab05-d12f-47c8-bd1c-4962462482a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1739 | 2024.10.10 06:01:56.094716 [ 3 ] {} <Debug> HTTP-Session: 0140ab05-d12f-47c8-bd1c-4962462482a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1740 | 2024.10.10 06:01:56.094730 [ 3 ] {} <Debug> HTTP-Session: 0140ab05-d12f-47c8-bd1c-4962462482a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1741 | 2024.10.10 06:01:56.094762 [ 3 ] {} <Trace> HTTP-Session: 0140ab05-d12f-47c8-bd1c-4962462482a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1742 | 2024.10.10 06:01:56.094918 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1743 | 2024.10.10 06:01:56.094989 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <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 | ||
| 1744 | 2024.10.10 06:01:56.095414 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1745 | 2024.10.10 06:01:56.095961 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1746 | 2024.10.10 06:01:56.095999 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1747 | 2024.10.10 06:01:56.098607 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1748 | 2024.10.10 06:01:56.099068 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1749 | 2024.10.10 06:01:56.099254 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004415 sec., 1812.0045300113252 rows/sec., 3.25 MiB/sec. | ||
| 1750 | 2024.10.10 06:01:56.099530 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1751 | 2024.10.10 06:01:56.099555 [ 3 ] {2090452c-1fd0-4a22-b7dc-f695eb2460a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 1752 | 2024.10.10 06:01:56.099571 [ 3 ] {} <Debug> HTTP-Session: 0140ab05-d12f-47c8-bd1c-4962462482a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1753 | 2024.10.10 06:01:56.099730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1754 | 2024.10.10 06:01:56.099781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1755 | 2024.10.10 06:01:56.099801 [ 3 ] {} <Debug> HTTP-Session: 064cb21e-ccd5-48fa-9125-15e027567bbe Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1756 | 2024.10.10 06:01:56.099817 [ 3 ] {} <Debug> HTTP-Session: 064cb21e-ccd5-48fa-9125-15e027567bbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1757 | 2024.10.10 06:01:56.099831 [ 3 ] {} <Debug> HTTP-Session: 064cb21e-ccd5-48fa-9125-15e027567bbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1758 | 2024.10.10 06:01:56.099862 [ 3 ] {} <Trace> HTTP-Session: 064cb21e-ccd5-48fa-9125-15e027567bbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1759 | 2024.10.10 06:01:56.099992 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1760 | 2024.10.10 06:01:56.100036 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1761 | 2024.10.10 06:01:56.100168 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1762 | 2024.10.10 06:01:56.100460 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1763 | 2024.10.10 06:01:56.100496 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1764 | 2024.10.10 06:01:56.100850 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1765 | 2024.10.10 06:01:56.101169 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1766 | 2024.10.10 06:01:56.101324 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001376 sec., 59593.023255813954 rows/sec., 3.78 MiB/sec. | ||
| 1767 | 2024.10.10 06:01:56.101597 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Debug> DynamicQueryHandler: Done processing query | ||
| 1768 | 2024.10.10 06:01:56.101621 [ 3 ] {25f315cc-1a76-4652-8f62-24c93d8ad8be} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1769 | 2024.10.10 06:01:56.101637 [ 3 ] {} <Debug> HTTP-Session: 064cb21e-ccd5-48fa-9125-15e027567bbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1770 | 2024.10.10 06:01:58.130580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 200 | ||
| 1771 | 2024.10.10 06:01:58.134227 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1772 | 2024.10.10 06:01:58.134275 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1773 | 2024.10.10 06:01:58.135929 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1774 | 2024.10.10 06:01:58.136917 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1775 | 2024.10.10 06:01:58.137695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1776 | 2024.10.10 06:02:01.020024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 7816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1777 | 2024.10.10 06:02:01.020142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1778 | 2024.10.10 06:02:01.020169 [ 3 ] {} <Debug> HTTP-Session: 5c0c9750-44e2-4f1d-bba8-9bddcd1c5901 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1779 | 2024.10.10 06:02:01.020194 [ 3 ] {} <Debug> HTTP-Session: 5c0c9750-44e2-4f1d-bba8-9bddcd1c5901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1780 | 2024.10.10 06:02:01.020209 [ 3 ] {} <Debug> HTTP-Session: 5c0c9750-44e2-4f1d-bba8-9bddcd1c5901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1781 | 2024.10.10 06:02:01.020261 [ 3 ] {} <Trace> HTTP-Session: 5c0c9750-44e2-4f1d-bba8-9bddcd1c5901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1782 | 2024.10.10 06:02:01.020467 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1783 | 2024.10.10 06:02:01.020536 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1784 | 2024.10.10 06:02:01.020879 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1785 | 2024.10.10 06:02:01.021296 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1786 | 2024.10.10 06:02:01.021343 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1787 | 2024.10.10 06:02:01.021812 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1788 | 2024.10.10 06:02:01.022199 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1789 | 2024.10.10 06:02:01.022364 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001962 sec., 28542.303771661565 rows/sec., 2.18 MiB/sec. | ||
| 1790 | 2024.10.10 06:02:01.022591 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1791 | 2024.10.10 06:02:01.022618 [ 3 ] {208b5136-f40b-4294-90fb-8f8ec2ea3ec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1792 | 2024.10.10 06:02:01.022636 [ 3 ] {} <Debug> HTTP-Session: 5c0c9750-44e2-4f1d-bba8-9bddcd1c5901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1793 | 2024.10.10 06:02:01.022818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1794 | 2024.10.10 06:02:01.022874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1795 | 2024.10.10 06:02:01.022895 [ 3 ] {} <Debug> HTTP-Session: 24257f24-1d69-4a78-8de4-9843d5acc7ec Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1796 | 2024.10.10 06:02:01.022914 [ 3 ] {} <Debug> HTTP-Session: 24257f24-1d69-4a78-8de4-9843d5acc7ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1797 | 2024.10.10 06:02:01.022929 [ 3 ] {} <Debug> HTTP-Session: 24257f24-1d69-4a78-8de4-9843d5acc7ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1798 | 2024.10.10 06:02:01.022972 [ 3 ] {} <Trace> HTTP-Session: 24257f24-1d69-4a78-8de4-9843d5acc7ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1799 | 2024.10.10 06:02:01.023106 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1800 | 2024.10.10 06:02:01.023159 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1801 | 2024.10.10 06:02:01.023401 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1802 | 2024.10.10 06:02:01.023741 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1803 | 2024.10.10 06:02:01.023780 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1804 | 2024.10.10 06:02:01.024147 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1805 | 2024.10.10 06:02:01.024529 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1806 | 2024.10.10 06:02:01.024700 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001636 sec., 39119.80440097799 rows/sec., 3.05 MiB/sec. | ||
| 1807 | 2024.10.10 06:02:01.024915 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Debug> DynamicQueryHandler: Done processing query | ||
| 1808 | 2024.10.10 06:02:01.024941 [ 3 ] {2cbfd965-dff9-41a4-81df-ae886b683f81} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1809 | 2024.10.10 06:02:01.024958 [ 3 ] {} <Debug> HTTP-Session: 24257f24-1d69-4a78-8de4-9843d5acc7ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1810 | 2024.10.10 06:02:01.025192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1811 | 2024.10.10 06:02:01.025243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1812 | 2024.10.10 06:02:01.025263 [ 3 ] {} <Debug> HTTP-Session: 8e5d368e-f2f7-48e2-914e-42b60ff53bde Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1813 | 2024.10.10 06:02:01.025280 [ 3 ] {} <Debug> HTTP-Session: 8e5d368e-f2f7-48e2-914e-42b60ff53bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1814 | 2024.10.10 06:02:01.025295 [ 3 ] {} <Debug> HTTP-Session: 8e5d368e-f2f7-48e2-914e-42b60ff53bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1815 | 2024.10.10 06:02:01.025327 [ 3 ] {} <Trace> HTTP-Session: 8e5d368e-f2f7-48e2-914e-42b60ff53bde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1816 | 2024.10.10 06:02:01.025481 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1817 | 2024.10.10 06:02:01.025530 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1818 | 2024.10.10 06:02:01.025675 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1819 | 2024.10.10 06:02:01.026019 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1820 | 2024.10.10 06:02:01.026059 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1821 | 2024.10.10 06:02:01.026442 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1822 | 2024.10.10 06:02:01.026793 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1823 | 2024.10.10 06:02:01.026964 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
| 1824 | 2024.10.10 06:02:01.027131 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1825 | 2024.10.10 06:02:01.027156 [ 3 ] {c6116d36-28f2-476b-9557-57f801c43af4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1826 | 2024.10.10 06:02:01.027172 [ 3 ] {} <Debug> HTTP-Session: 8e5d368e-f2f7-48e2-914e-42b60ff53bde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1827 | 2024.10.10 06:02:01.027339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1828 | 2024.10.10 06:02:01.027388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1829 | 2024.10.10 06:02:01.027409 [ 3 ] {} <Debug> HTTP-Session: 2a94199f-1772-4b63-8cf8-e07b299cd15d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1830 | 2024.10.10 06:02:01.027425 [ 3 ] {} <Debug> HTTP-Session: 2a94199f-1772-4b63-8cf8-e07b299cd15d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1831 | 2024.10.10 06:02:01.027440 [ 3 ] {} <Debug> HTTP-Session: 2a94199f-1772-4b63-8cf8-e07b299cd15d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1832 | 2024.10.10 06:02:01.027471 [ 3 ] {} <Trace> HTTP-Session: 2a94199f-1772-4b63-8cf8-e07b299cd15d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1833 | 2024.10.10 06:02:01.027585 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1834 | 2024.10.10 06:02:01.027632 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1835 | 2024.10.10 06:02:01.027762 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1836 | 2024.10.10 06:02:01.028038 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1837 | 2024.10.10 06:02:01.028075 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1838 | 2024.10.10 06:02:01.028443 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1839 | 2024.10.10 06:02:01.028780 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1840 | 2024.10.10 06:02:01.028950 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 1841 | 2024.10.10 06:02:01.029221 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1842 | 2024.10.10 06:02:01.029247 [ 3 ] {7b4210a5-9711-48dd-83b3-250de096729b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1843 | 2024.10.10 06:02:01.029264 [ 3 ] {} <Debug> HTTP-Session: 2a94199f-1772-4b63-8cf8-e07b299cd15d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1844 | 2024.10.10 06:02:01.170012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1845 | 2024.10.10 06:02:01.170131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1846 | 2024.10.10 06:02:01.170156 [ 3 ] {} <Debug> HTTP-Session: 5d6db8f2-0040-4440-862f-2868ba6914ed Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1847 | 2024.10.10 06:02:01.170182 [ 3 ] {} <Debug> HTTP-Session: 5d6db8f2-0040-4440-862f-2868ba6914ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1848 | 2024.10.10 06:02:01.170197 [ 3 ] {} <Debug> HTTP-Session: 5d6db8f2-0040-4440-862f-2868ba6914ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1849 | 2024.10.10 06:02:01.170247 [ 3 ] {} <Trace> HTTP-Session: 5d6db8f2-0040-4440-862f-2868ba6914ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1850 | 2024.10.10 06:02:01.170493 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 1851 | 2024.10.10 06:02:01.170898 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1852 | 2024.10.10 06:02:01.170948 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <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 | ||
| 1853 | 2024.10.10 06:02:01.171300 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1854 | 2024.10.10 06:02:01.171385 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1855 | 2024.10.10 06:02:01.171563 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1856 | 2024.10.10 06:02:01.171669 [ 251 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1857 | 2024.10.10 06:02:01.171707 [ 250 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1858 | 2024.10.10 06:02:01.171824 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1859 | 2024.10.10 06:02:01.171854 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1860 | 2024.10.10 06:02:01.172025 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1861 | 2024.10.10 06:02:01.172065 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1862 | 2024.10.10 06:02:01.172124 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <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'))" | ||
| 1863 | 2024.10.10 06:02:01.172173 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <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'))" | ||
| 1864 | 2024.10.10 06:02:01.173949 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003569 sec., 8685.906416363126 rows/sec., 327.80 KiB/sec. | ||
| 1865 | 2024.10.10 06:02:01.174303 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1866 | 2024.10.10 06:02:01.174331 [ 3 ] {b95ae5d7-04b1-4951-a864-4c0e765b4fa3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1867 | 2024.10.10 06:02:01.174349 [ 3 ] {} <Debug> HTTP-Session: 5d6db8f2-0040-4440-862f-2868ba6914ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1868 | 2024.10.10 06:02:01.174636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1869 | 2024.10.10 06:02:01.174691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1870 | 2024.10.10 06:02:01.174717 [ 3 ] {} <Debug> HTTP-Session: 2b5cd87a-062b-4af3-aa95-8cefb5917e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1871 | 2024.10.10 06:02:01.174737 [ 3 ] {} <Debug> HTTP-Session: 2b5cd87a-062b-4af3-aa95-8cefb5917e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1872 | 2024.10.10 06:02:01.174752 [ 3 ] {} <Debug> HTTP-Session: 2b5cd87a-062b-4af3-aa95-8cefb5917e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1873 | 2024.10.10 06:02:01.174789 [ 3 ] {} <Trace> HTTP-Session: 2b5cd87a-062b-4af3-aa95-8cefb5917e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1874 | 2024.10.10 06:02:01.174960 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 1875 | 2024.10.10 06:02:01.175266 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1876 | 2024.10.10 06:02:01.175313 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <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', '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 | ||
| 1877 | 2024.10.10 06:02:01.175624 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1878 | 2024.10.10 06:02:01.175693 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1879 | 2024.10.10 06:02:01.175842 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1880 | 2024.10.10 06:02:01.175962 [ 256 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1881 | 2024.10.10 06:02:01.175966 [ 255 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1882 | 2024.10.10 06:02:01.176121 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1883 | 2024.10.10 06:02:01.176150 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1884 | 2024.10.10 06:02:01.176234 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1885 | 2024.10.10 06:02:01.176257 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1886 | 2024.10.10 06:02:01.176300 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <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', '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'))" | ||
| 1887 | 2024.10.10 06:02:01.176344 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <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', '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'))" | ||
| 1888 | 2024.10.10 06:02:01.177805 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002926 sec., 10594.66848940533 rows/sec., 399.84 KiB/sec. | ||
| 1889 | 2024.10.10 06:02:01.178102 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1890 | 2024.10.10 06:02:01.178129 [ 3 ] {501b066c-23c9-472b-8681-e97f1db37bcd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1891 | 2024.10.10 06:02:01.178184 [ 3 ] {} <Debug> HTTP-Session: 2b5cd87a-062b-4af3-aa95-8cefb5917e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1892 | 2024.10.10 06:02:01.178506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1893 | 2024.10.10 06:02:01.178560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1894 | 2024.10.10 06:02:01.178581 [ 3 ] {} <Debug> HTTP-Session: 1fb46dcb-fc74-457c-ab49-0558ef5dd020 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1895 | 2024.10.10 06:02:01.178598 [ 3 ] {} <Debug> HTTP-Session: 1fb46dcb-fc74-457c-ab49-0558ef5dd020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1896 | 2024.10.10 06:02:01.178612 [ 3 ] {} <Debug> HTTP-Session: 1fb46dcb-fc74-457c-ab49-0558ef5dd020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1897 | 2024.10.10 06:02:01.178647 [ 3 ] {} <Trace> HTTP-Session: 1fb46dcb-fc74-457c-ab49-0558ef5dd020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1898 | 2024.10.10 06:02:01.178810 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 1899 | 2024.10.10 06:02:01.179137 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1900 | 2024.10.10 06:02:01.179186 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <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', '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 | ||
| 1901 | 2024.10.10 06:02:01.179492 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1902 | 2024.10.10 06:02:01.179560 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1903 | 2024.10.10 06:02:01.179707 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1904 | 2024.10.10 06:02:01.179816 [ 250 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1905 | 2024.10.10 06:02:01.179821 [ 251 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1906 | 2024.10.10 06:02:01.179940 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1907 | 2024.10.10 06:02:01.179965 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1908 | 2024.10.10 06:02:01.180045 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1909 | 2024.10.10 06:02:01.180066 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1910 | 2024.10.10 06:02:01.180107 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <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', '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'))" | ||
| 1911 | 2024.10.10 06:02:01.180150 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <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', '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'))" | ||
| 1912 | 2024.10.10 06:02:01.181408 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002676 sec., 11584.454409566517 rows/sec., 437.19 KiB/sec. | ||
| 1913 | 2024.10.10 06:02:01.181702 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1914 | 2024.10.10 06:02:01.181728 [ 3 ] {6e5a717f-fc82-4b2a-9448-f6d6d35bb1e4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1915 | 2024.10.10 06:02:01.181746 [ 3 ] {} <Debug> HTTP-Session: 1fb46dcb-fc74-457c-ab49-0558ef5dd020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1916 | 2024.10.10 06:02:01.181989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1917 | 2024.10.10 06:02:01.182039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1918 | 2024.10.10 06:02:01.182059 [ 3 ] {} <Debug> HTTP-Session: 237ed3cb-5844-4600-bb98-e8a4a4efc5ab Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1919 | 2024.10.10 06:02:01.182076 [ 3 ] {} <Debug> HTTP-Session: 237ed3cb-5844-4600-bb98-e8a4a4efc5ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1920 | 2024.10.10 06:02:01.182090 [ 3 ] {} <Debug> HTTP-Session: 237ed3cb-5844-4600-bb98-e8a4a4efc5ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1921 | 2024.10.10 06:02:01.182123 [ 3 ] {} <Trace> HTTP-Session: 237ed3cb-5844-4600-bb98-e8a4a4efc5ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1922 | 2024.10.10 06:02:01.182283 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 1923 | 2024.10.10 06:02:01.182576 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1924 | 2024.10.10 06:02:01.182626 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <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', '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 | ||
| 1925 | 2024.10.10 06:02:01.182942 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1926 | 2024.10.10 06:02:01.183010 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1927 | 2024.10.10 06:02:01.183154 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1928 | 2024.10.10 06:02:01.183271 [ 255 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1929 | 2024.10.10 06:02:01.183284 [ 250 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1930 | 2024.10.10 06:02:01.183405 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1931 | 2024.10.10 06:02:01.183434 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1932 | 2024.10.10 06:02:01.183515 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1933 | 2024.10.10 06:02:01.183536 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1934 | 2024.10.10 06:02:01.183578 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <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', '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'))" | ||
| 1935 | 2024.10.10 06:02:01.183621 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <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', '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'))" | ||
| 1936 | 2024.10.10 06:02:01.184714 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002511 sec., 12345.679012345678 rows/sec., 465.92 KiB/sec. | ||
| 1937 | 2024.10.10 06:02:01.185012 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1938 | 2024.10.10 06:02:01.185038 [ 3 ] {e4d4703a-1aa1-4804-b281-43858465175b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1939 | 2024.10.10 06:02:01.185055 [ 3 ] {} <Debug> HTTP-Session: 237ed3cb-5844-4600-bb98-e8a4a4efc5ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1940 | 2024.10.10 06:02:01.185286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1941 | 2024.10.10 06:02:01.185335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1942 | 2024.10.10 06:02:01.185354 [ 3 ] {} <Debug> HTTP-Session: 50c1534f-324b-4bf9-b5e7-a06dc6e50dcd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1943 | 2024.10.10 06:02:01.185371 [ 3 ] {} <Debug> HTTP-Session: 50c1534f-324b-4bf9-b5e7-a06dc6e50dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1944 | 2024.10.10 06:02:01.185387 [ 3 ] {} <Debug> HTTP-Session: 50c1534f-324b-4bf9-b5e7-a06dc6e50dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1945 | 2024.10.10 06:02:01.185420 [ 3 ] {} <Trace> HTTP-Session: 50c1534f-324b-4bf9-b5e7-a06dc6e50dcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1946 | 2024.10.10 06:02:01.185576 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 1947 | 2024.10.10 06:02:01.185877 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1948 | 2024.10.10 06:02:01.185925 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <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', '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 | ||
| 1949 | 2024.10.10 06:02:01.186239 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1950 | 2024.10.10 06:02:01.186306 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1951 | 2024.10.10 06:02:01.186451 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1952 | 2024.10.10 06:02:01.186556 [ 251 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1953 | 2024.10.10 06:02:01.186569 [ 254 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1954 | 2024.10.10 06:02:01.186681 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1955 | 2024.10.10 06:02:01.186711 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1956 | 2024.10.10 06:02:01.186790 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1957 | 2024.10.10 06:02:01.186811 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1958 | 2024.10.10 06:02:01.186853 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <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', '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'))" | ||
| 1959 | 2024.10.10 06:02:01.186897 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <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', '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'))" | ||
| 1960 | 2024.10.10 06:02:01.188237 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002738 sec., 11322.132943754565 rows/sec., 427.29 KiB/sec. | ||
| 1961 | 2024.10.10 06:02:01.188522 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1962 | 2024.10.10 06:02:01.188549 [ 3 ] {bec3ac1c-47ea-4074-affc-41fe932d8c0c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1963 | 2024.10.10 06:02:01.188567 [ 3 ] {} <Debug> HTTP-Session: 50c1534f-324b-4bf9-b5e7-a06dc6e50dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1964 | 2024.10.10 06:02:01.188877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1965 | 2024.10.10 06:02:01.188930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1966 | 2024.10.10 06:02:01.188951 [ 3 ] {} <Debug> HTTP-Session: 432e260e-c03f-40bd-9c7c-eea99e0e23ec Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1967 | 2024.10.10 06:02:01.188968 [ 3 ] {} <Debug> HTTP-Session: 432e260e-c03f-40bd-9c7c-eea99e0e23ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1968 | 2024.10.10 06:02:01.188983 [ 3 ] {} <Debug> HTTP-Session: 432e260e-c03f-40bd-9c7c-eea99e0e23ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1969 | 2024.10.10 06:02:01.189016 [ 3 ] {} <Trace> HTTP-Session: 432e260e-c03f-40bd-9c7c-eea99e0e23ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1970 | 2024.10.10 06:02:01.189174 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 1971 | 2024.10.10 06:02:01.189470 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1972 | 2024.10.10 06:02:01.189519 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <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', '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 | ||
| 1973 | 2024.10.10 06:02:01.189836 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1974 | 2024.10.10 06:02:01.189902 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1975 | 2024.10.10 06:02:01.190047 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1976 | 2024.10.10 06:02:01.190162 [ 251 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1977 | 2024.10.10 06:02:01.190169 [ 255 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1978 | 2024.10.10 06:02:01.190293 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 1979 | 2024.10.10 06:02:01.190323 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1980 | 2024.10.10 06:02:01.190405 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1981 | 2024.10.10 06:02:01.190427 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1982 | 2024.10.10 06:02:01.190469 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <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', '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'))" | ||
| 1983 | 2024.10.10 06:02:01.190515 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <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', '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'))" | ||
| 1984 | 2024.10.10 06:02:01.191821 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002725 sec., 11376.146788990825 rows/sec., 429.33 KiB/sec. | ||
| 1985 | 2024.10.10 06:02:01.192122 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1986 | 2024.10.10 06:02:01.192148 [ 3 ] {064bd1ac-6cd2-47ff-a9bd-5cb0394d2bbc} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1987 | 2024.10.10 06:02:01.192165 [ 3 ] {} <Debug> HTTP-Session: 432e260e-c03f-40bd-9c7c-eea99e0e23ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1988 | 2024.10.10 06:02:01.273897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1989 | 2024.10.10 06:02:01.274019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1990 | 2024.10.10 06:02:01.274051 [ 3 ] {} <Debug> HTTP-Session: cfba1253-00b6-4c4f-961f-d37b28ad1300 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 1991 | 2024.10.10 06:02:01.274080 [ 3 ] {} <Debug> HTTP-Session: cfba1253-00b6-4c4f-961f-d37b28ad1300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1992 | 2024.10.10 06:02:01.274097 [ 3 ] {} <Debug> HTTP-Session: cfba1253-00b6-4c4f-961f-d37b28ad1300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1993 | 2024.10.10 06:02:01.274152 [ 3 ] {} <Trace> HTTP-Session: cfba1253-00b6-4c4f-961f-d37b28ad1300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1994 | 2024.10.10 06:02:01.274352 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1995 | 2024.10.10 06:02:01.274427 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1996 | 2024.10.10 06:02:01.274668 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1997 | 2024.10.10 06:02:01.275148 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1998 | 2024.10.10 06:02:01.275194 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 1999 | 2024.10.10 06:02:01.275766 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2000 | 2024.10.10 06:02:01.276104 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2001 | 2024.10.10 06:02:01.276274 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001989 sec., 3016.5912518853697 rows/sec., 671.66 KiB/sec. | ||
| 2002 | 2024.10.10 06:02:01.276606 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2003 | 2024.10.10 06:02:01.276635 [ 3 ] {c83f8cf6-ffe4-4617-9f4d-c80ced6340d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2004 | 2024.10.10 06:02:01.276652 [ 3 ] {} <Debug> HTTP-Session: cfba1253-00b6-4c4f-961f-d37b28ad1300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2005 | 2024.10.10 06:02:01.276950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 185542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2006 | 2024.10.10 06:02:01.277011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2007 | 2024.10.10 06:02:01.277031 [ 3 ] {} <Debug> HTTP-Session: 6556b92b-f4a7-4cf8-89d3-4270c5380701 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2008 | 2024.10.10 06:02:01.277050 [ 3 ] {} <Debug> HTTP-Session: 6556b92b-f4a7-4cf8-89d3-4270c5380701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2009 | 2024.10.10 06:02:01.277064 [ 3 ] {} <Debug> HTTP-Session: 6556b92b-f4a7-4cf8-89d3-4270c5380701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2010 | 2024.10.10 06:02:01.277099 [ 3 ] {} <Trace> HTTP-Session: 6556b92b-f4a7-4cf8-89d3-4270c5380701 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2024.10.10 06:02:01.278238 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2012 | 2024.10.10 06:02:01.278295 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2013 | 2024.10.10 06:02:01.278583 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2014 | 2024.10.10 06:02:01.279867 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2015 | 2024.10.10 06:02:01.279910 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2016 | 2024.10.10 06:02:01.280561 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2017 | 2024.10.10 06:02:01.280989 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2018 | 2024.10.10 06:02:01.281176 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Debug> executeQuery: Read 1273 rows, 108.60 KiB in 0.003905 sec., 325992.3175416133 rows/sec., 27.16 MiB/sec. | ||
| 2019 | 2024.10.10 06:02:01.281190 [ 80 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2020 | 2024.10.10 06:02:01.281323 [ 80 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2024.10.10 06:02:01.281390 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2022 | 2024.10.10 06:02:01.281556 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2023 | 2024.10.10 06:02:01.281593 [ 3 ] {8fd10be7-9692-4bb9-8619-6323b990596d} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 2024 | 2024.10.10 06:02:01.281613 [ 3 ] {} <Debug> HTTP-Session: 6556b92b-f4a7-4cf8-89d3-4270c5380701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2025 | 2024.10.10 06:02:01.281723 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 2026 | 2024.10.10 06:02:01.281944 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2027 | 2024.10.10 06:02:01.281953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 32331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2028 | 2024.10.10 06:02:01.282044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2029 | 2024.10.10 06:02:01.282040 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 2030 | 2024.10.10 06:02:01.282084 [ 3 ] {} <Debug> HTTP-Session: 37db75e4-3ec8-4971-a2a6-f6b42c06afb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2031 | 2024.10.10 06:02:01.282119 [ 3 ] {} <Debug> HTTP-Session: 37db75e4-3ec8-4971-a2a6-f6b42c06afb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2032 | 2024.10.10 06:02:01.282159 [ 3 ] {} <Debug> HTTP-Session: 37db75e4-3ec8-4971-a2a6-f6b42c06afb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2033 | 2024.10.10 06:02:01.282311 [ 3 ] {} <Trace> HTTP-Session: 37db75e4-3ec8-4971-a2a6-f6b42c06afb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2034 | 2024.10.10 06:02:01.282359 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part | ||
| 2035 | 2024.10.10 06:02:01.282670 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 2036 | 2024.10.10 06:02:01.282937 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 205 rows starting from the beginning of the part | ||
| 2037 | 2024.10.10 06:02:01.282976 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2038 | 2024.10.10 06:02:01.283193 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2039 | 2024.10.10 06:02:01.283209 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 2040 | 2024.10.10 06:02:01.283576 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1273 rows starting from the beginning of the part | ||
| 2041 | 2024.10.10 06:02:01.284501 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2042 | 2024.10.10 06:02:01.285654 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2043 | 2024.10.10 06:02:01.285730 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2044 | 2024.10.10 06:02:01.286799 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2045 | 2024.10.10 06:02:01.287616 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1664 rows, containing 5 columns (5 merged, 0 gathered) in 0.006114437 sec., 272142.79908354604 rows/sec., 23.65 MiB/sec. | ||
| 2046 | 2024.10.10 06:02:01.287916 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2047 | 2024.10.10 06:02:01.288005 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2048 | 2024.10.10 06:02:01.288333 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005686 sec., 42560.67534294759 rows/sec., 2.88 MiB/sec. | ||
| 2049 | 2024.10.10 06:02:01.288901 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2050 | 2024.10.10 06:02:01.288946 [ 3 ] {034cebcf-2cd3-4a0f-9a7f-150c795d51a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2051 | 2024.10.10 06:02:01.288990 [ 3 ] {} <Debug> HTTP-Session: 37db75e4-3ec8-4971-a2a6-f6b42c06afb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2052 | 2024.10.10 06:02:01.289141 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2024.10.10 06:02:01.289214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2054 | 2024.10.10 06:02:01.289298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2055 | 2024.10.10 06:02:01.289316 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_6_1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2056 | 2024.10.10 06:02:01.289328 [ 3 ] {} <Debug> HTTP-Session: 89a4bcb3-1bae-44a5-8a9b-1cf923107a93 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2057 | 2024.10.10 06:02:01.289364 [ 3 ] {} <Debug> HTTP-Session: 89a4bcb3-1bae-44a5-8a9b-1cf923107a93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2058 | 2024.10.10 06:02:01.289410 [ 3 ] {} <Debug> HTTP-Session: 89a4bcb3-1bae-44a5-8a9b-1cf923107a93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2059 | 2024.10.10 06:02:01.289477 [ 3 ] {} <Trace> HTTP-Session: 89a4bcb3-1bae-44a5-8a9b-1cf923107a93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2060 | 2024.10.10 06:02:01.289501 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 2061 | 2024.10.10 06:02:01.289624 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2062 | 2024.10.10 06:02:01.289677 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2063 | 2024.10.10 06:02:01.289944 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2064 | 2024.10.10 06:02:01.290355 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2065 | 2024.10.10 06:02:01.290393 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2066 | 2024.10.10 06:02:01.290838 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2067 | 2024.10.10 06:02:01.291329 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2068 | 2024.10.10 06:02:01.291530 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001925 sec., 3116.8831168831166 rows/sec., 184.15 KiB/sec. | ||
| 2069 | 2024.10.10 06:02:01.291804 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2070 | 2024.10.10 06:02:01.291836 [ 3 ] {3f4ded34-a48a-4e32-b8de-7108a0c8bdd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2071 | 2024.10.10 06:02:01.291856 [ 3 ] {} <Debug> HTTP-Session: 89a4bcb3-1bae-44a5-8a9b-1cf923107a93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2072 | 2024.10.10 06:02:01.292289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 125904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2073 | 2024.10.10 06:02:01.292355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2074 | 2024.10.10 06:02:01.292380 [ 3 ] {} <Debug> HTTP-Session: efbbf492-ebd4-49b1-a585-adb70aafae83 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2075 | 2024.10.10 06:02:01.292403 [ 3 ] {} <Debug> HTTP-Session: efbbf492-ebd4-49b1-a585-adb70aafae83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2076 | 2024.10.10 06:02:01.292425 [ 3 ] {} <Debug> HTTP-Session: efbbf492-ebd4-49b1-a585-adb70aafae83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2077 | 2024.10.10 06:02:01.292466 [ 3 ] {} <Trace> HTTP-Session: efbbf492-ebd4-49b1-a585-adb70aafae83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2078 | 2024.10.10 06:02:01.292888 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2079 | 2024.10.10 06:02:01.292943 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2080 | 2024.10.10 06:02:01.293183 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2081 | 2024.10.10 06:02:01.294114 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2082 | 2024.10.10 06:02:01.294156 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2083 | 2024.10.10 06:02:01.294574 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2084 | 2024.10.10 06:02:01.294942 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2085 | 2024.10.10 06:02:01.295096 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Debug> executeQuery: Read 774 rows, 56.86 KiB in 0.002472 sec., 313106.7961165049 rows/sec., 22.46 MiB/sec. | ||
| 2086 | 2024.10.10 06:02:01.295104 [ 80 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2087 | 2024.10.10 06:02:01.295194 [ 80 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2088 | 2024.10.10 06:02:01.295245 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2089 | 2024.10.10 06:02:01.295407 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Debug> DynamicQueryHandler: Done processing query | ||
| 2090 | 2024.10.10 06:02:01.295479 [ 3 ] {5f3df706-fb42-4536-acdf-035a22a9f863} <Debug> MemoryTracker: Peak memory usage (for query): 4.60 MiB. | ||
| 2091 | 2024.10.10 06:02:01.295522 [ 3 ] {} <Debug> HTTP-Session: efbbf492-ebd4-49b1-a585-adb70aafae83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2092 | 2024.10.10 06:02:01.295534 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 2093 | 2024.10.10 06:02:01.295693 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2094 | 2024.10.10 06:02:01.295727 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 2095 | 2024.10.10 06:02:01.295756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2096 | 2024.10.10 06:02:01.295824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2097 | 2024.10.10 06:02:01.295894 [ 3 ] {} <Debug> HTTP-Session: 9123d4cc-7604-41b1-9280-24f15d7e16cc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2098 | 2024.10.10 06:02:01.295906 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 2099 | 2024.10.10 06:02:01.295952 [ 3 ] {} <Debug> HTTP-Session: 9123d4cc-7604-41b1-9280-24f15d7e16cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2100 | 2024.10.10 06:02:01.296014 [ 3 ] {} <Debug> HTTP-Session: 9123d4cc-7604-41b1-9280-24f15d7e16cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2101 | 2024.10.10 06:02:01.296152 [ 3 ] {} <Trace> HTTP-Session: 9123d4cc-7604-41b1-9280-24f15d7e16cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2102 | 2024.10.10 06:02:01.296274 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 2103 | 2024.10.10 06:02:01.296431 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2104 | 2024.10.10 06:02:01.296601 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 390 rows starting from the beginning of the part | ||
| 2105 | 2024.10.10 06:02:01.296600 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2106 | 2024.10.10 06:02:01.296936 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 2107 | 2024.10.10 06:02:01.297266 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 774 rows starting from the beginning of the part | ||
| 2108 | 2024.10.10 06:02:01.297396 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2109 | 2024.10.10 06:02:01.298034 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2110 | 2024.10.10 06:02:01.298078 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2111 | 2024.10.10 06:02:01.298570 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2112 | 2024.10.10 06:02:01.299061 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2024.10.10 06:02:01.299267 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002933 sec., 2045.6870098874874 rows/sec., 106.88 KiB/sec. | ||
| 2114 | 2024.10.10 06:02:01.299528 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2115 | 2024.10.10 06:02:01.299558 [ 3 ] {debc50fd-094d-4bca-9804-7fe6e96af7c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2116 | 2024.10.10 06:02:01.299580 [ 3 ] {} <Debug> HTTP-Session: 9123d4cc-7604-41b1-9280-24f15d7e16cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2117 | 2024.10.10 06:02:01.299758 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 5 columns (5 merged, 0 gathered) in 0.004398535 sec., 311012.64398259873 rows/sec., 23.72 MiB/sec. | ||
| 2118 | 2024.10.10 06:02:01.299962 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2119 | 2024.10.10 06:02:01.300314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 380290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2120 | 2024.10.10 06:02:01.300378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2121 | 2024.10.10 06:02:01.300407 [ 3 ] {} <Debug> HTTP-Session: bd06b1f1-2838-4769-9526-3bef6632ecf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2122 | 2024.10.10 06:02:01.300424 [ 3 ] {} <Debug> HTTP-Session: bd06b1f1-2838-4769-9526-3bef6632ecf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2123 | 2024.10.10 06:02:01.300439 [ 3 ] {} <Debug> HTTP-Session: bd06b1f1-2838-4769-9526-3bef6632ecf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2124 | 2024.10.10 06:02:01.300476 [ 3 ] {} <Trace> HTTP-Session: bd06b1f1-2838-4769-9526-3bef6632ecf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2125 | 2024.10.10 06:02:01.300513 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2024.10.10 06:02:01.300605 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_6_1} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2127 | 2024.10.10 06:02:01.300805 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 2128 | 2024.10.10 06:02:01.301592 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2129 | 2024.10.10 06:02:01.301645 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2130 | 2024.10.10 06:02:01.301795 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2131 | 2024.10.10 06:02:01.303405 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2132 | 2024.10.10 06:02:01.303444 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2133 | 2024.10.10 06:02:01.304129 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2134 | 2024.10.10 06:02:01.304486 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2135 | 2024.10.10 06:02:01.304654 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Debug> executeQuery: Read 2015 rows, 137.34 KiB in 0.003732 sec., 539924.973204716 rows/sec., 35.94 MiB/sec. | ||
| 2136 | 2024.10.10 06:02:01.304659 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2137 | 2024.10.10 06:02:01.304762 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2138 | 2024.10.10 06:02:01.304809 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2139 | 2024.10.10 06:02:01.305009 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Debug> DynamicQueryHandler: Done processing query | ||
| 2140 | 2024.10.10 06:02:01.305012 [ 191 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 2141 | 2024.10.10 06:02:01.305058 [ 3 ] {e16e94a0-e1c7-425f-b507-f42042c58e54} <Debug> MemoryTracker: Peak memory usage (for query): 5.25 MiB. | ||
| 2142 | 2024.10.10 06:02:01.305112 [ 3 ] {} <Debug> HTTP-Session: bd06b1f1-2838-4769-9526-3bef6632ecf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2143 | 2024.10.10 06:02:01.305269 [ 191 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2144 | 2024.10.10 06:02:01.305332 [ 191 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 2145 | 2024.10.10 06:02:01.305360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2146 | 2024.10.10 06:02:01.305541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2147 | 2024.10.10 06:02:01.305598 [ 191 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 90 rows starting from the beginning of the part | ||
| 2148 | 2024.10.10 06:02:01.305643 [ 3 ] {} <Debug> HTTP-Session: 7e83c909-ade9-467e-ac7a-f09a7da8fddf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2149 | 2024.10.10 06:02:01.305746 [ 3 ] {} <Debug> HTTP-Session: 7e83c909-ade9-467e-ac7a-f09a7da8fddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2150 | 2024.10.10 06:02:01.305849 [ 3 ] {} <Debug> HTTP-Session: 7e83c909-ade9-467e-ac7a-f09a7da8fddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2151 | 2024.10.10 06:02:01.305906 [ 191 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 2152 | 2024.10.10 06:02:01.306028 [ 3 ] {} <Trace> HTTP-Session: 7e83c909-ade9-467e-ac7a-f09a7da8fddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2153 | 2024.10.10 06:02:01.306208 [ 191 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 237 rows starting from the beginning of the part | ||
| 2154 | 2024.10.10 06:02:01.306480 [ 191 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 2155 | 2024.10.10 06:02:01.306525 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2156 | 2024.10.10 06:02:01.306757 [ 191 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2015 rows starting from the beginning of the part | ||
| 2157 | 2024.10.10 06:02:01.306801 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2158 | 2024.10.10 06:02:01.307601 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2159 | 2024.10.10 06:02:01.308102 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2024.10.10 06:02:01.308169 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2161 | 2024.10.10 06:02:01.309171 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2162 | 2024.10.10 06:02:01.309846 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2024.10.10 06:02:01.310064 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003742 sec., 267.23677177979687 rows/sec., 18.01 KiB/sec. | ||
| 2164 | 2024.10.10 06:02:01.310780 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Debug> DynamicQueryHandler: Done processing query | ||
| 2165 | 2024.10.10 06:02:01.310792 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2682 rows, containing 5 columns (5 merged, 0 gathered) in 0.005861611 sec., 457553.3927447591 rows/sec., 30.69 MiB/sec. | ||
| 2166 | 2024.10.10 06:02:01.310818 [ 3 ] {a2d52de3-cda1-4876-90e7-cc70ac905347} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2167 | 2024.10.10 06:02:01.310845 [ 3 ] {} <Debug> HTTP-Session: 7e83c909-ade9-467e-ac7a-f09a7da8fddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2168 | 2024.10.10 06:02:01.311004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2169 | 2024.10.10 06:02:01.311075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2170 | 2024.10.10 06:02:01.311105 [ 3 ] {} <Debug> HTTP-Session: 5f959842-cbd3-41ce-9f9d-5a1e1384c403 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2171 | 2024.10.10 06:02:01.311133 [ 3 ] {} <Debug> HTTP-Session: 5f959842-cbd3-41ce-9f9d-5a1e1384c403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2172 | 2024.10.10 06:02:01.311157 [ 3 ] {} <Debug> HTTP-Session: 5f959842-cbd3-41ce-9f9d-5a1e1384c403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2173 | 2024.10.10 06:02:01.311168 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2174 | 2024.10.10 06:02:01.311203 [ 3 ] {} <Trace> HTTP-Session: 5f959842-cbd3-41ce-9f9d-5a1e1384c403 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2175 | 2024.10.10 06:02:01.311365 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2176 | 2024.10.10 06:02:01.311431 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2177 | 2024.10.10 06:02:01.311706 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2178 | 2024.10.10 06:02:01.311828 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2179 | 2024.10.10 06:02:01.311967 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2180 | 2024.10.10 06:02:01.312086 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2181 | 2024.10.10 06:02:01.312155 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2024.10.10 06:02:01.312188 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2183 | 2024.10.10 06:02:01.312564 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2184 | 2024.10.10 06:02:01.312910 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2185 | 2024.10.10 06:02:01.313075 [ 80 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2186 | 2024.10.10 06:02:01.313078 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001752 sec., 12557.077625570775 rows/sec., 680.58 KiB/sec. | ||
| 2187 | 2024.10.10 06:02:01.313129 [ 80 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2024.10.10 06:02:01.313195 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2189 | 2024.10.10 06:02:01.313402 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 2190 | 2024.10.10 06:02:01.313446 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2191 | 2024.10.10 06:02:01.313489 [ 3 ] {9229e816-9131-435c-a983-b0407d4b628a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2192 | 2024.10.10 06:02:01.313530 [ 3 ] {} <Debug> HTTP-Session: 5f959842-cbd3-41ce-9f9d-5a1e1384c403 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2193 | 2024.10.10 06:02:01.313642 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2194 | 2024.10.10 06:02:01.313680 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 2195 | 2024.10.10 06:02:01.313750 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part | ||
| 2196 | 2024.10.10 06:02:01.313950 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 2197 | 2024.10.10 06:02:01.314137 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 82 rows starting from the beginning of the part | ||
| 2198 | 2024.10.10 06:02:01.314300 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 2199 | 2024.10.10 06:02:01.314440 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 2200 | 2024.10.10 06:02:01.315581 [ 193 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 4 columns (4 merged, 0 gathered) in 0.002267225 sec., 113795.49890284378 rows/sec., 7.44 MiB/sec. | ||
| 2201 | 2024.10.10 06:02:01.315735 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2202 | 2024.10.10 06:02:01.316126 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2024.10.10 06:02:01.316206 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_6_1} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2204 | 2024.10.10 06:02:01.316284 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2205 | 2024.10.10 06:02:03.072231 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2206 | 2024.10.10 06:02:03.072308 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2207 | 2024.10.10 06:02:06.019779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2208 | 2024.10.10 06:02:06.019904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2209 | 2024.10.10 06:02:06.019935 [ 3 ] {} <Debug> HTTP-Session: c252c021-4d94-4480-8d69-8c2650fe5f55 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2210 | 2024.10.10 06:02:06.019964 [ 3 ] {} <Debug> HTTP-Session: c252c021-4d94-4480-8d69-8c2650fe5f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2211 | 2024.10.10 06:02:06.019982 [ 3 ] {} <Debug> HTTP-Session: c252c021-4d94-4480-8d69-8c2650fe5f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2212 | 2024.10.10 06:02:06.020048 [ 3 ] {} <Trace> HTTP-Session: c252c021-4d94-4480-8d69-8c2650fe5f55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2213 | 2024.10.10 06:02:06.020287 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2214 | 2024.10.10 06:02:06.020368 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2215 | 2024.10.10 06:02:06.020781 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2216 | 2024.10.10 06:02:06.021302 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2217 | 2024.10.10 06:02:06.021354 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2218 | 2024.10.10 06:02:06.021800 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2219 | 2024.10.10 06:02:06.022602 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2220 | 2024.10.10 06:02:06.023093 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002891 sec., 24904.877205119337 rows/sec., 2.01 MiB/sec. | ||
| 2221 | 2024.10.10 06:02:06.023335 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2222 | 2024.10.10 06:02:06.023370 [ 3 ] {6cc88ef0-d0e3-4bd4-89e8-d6f5a6ca6d3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2223 | 2024.10.10 06:02:06.023388 [ 3 ] {} <Debug> HTTP-Session: c252c021-4d94-4480-8d69-8c2650fe5f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2224 | 2024.10.10 06:02:06.023587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2225 | 2024.10.10 06:02:06.023652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2226 | 2024.10.10 06:02:06.023673 [ 3 ] {} <Debug> HTTP-Session: 396780e7-6d43-470f-aff9-61cf9b2d5103 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2227 | 2024.10.10 06:02:06.023693 [ 3 ] {} <Debug> HTTP-Session: 396780e7-6d43-470f-aff9-61cf9b2d5103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2228 | 2024.10.10 06:02:06.023708 [ 3 ] {} <Debug> HTTP-Session: 396780e7-6d43-470f-aff9-61cf9b2d5103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2229 | 2024.10.10 06:02:06.023746 [ 3 ] {} <Trace> HTTP-Session: 396780e7-6d43-470f-aff9-61cf9b2d5103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2230 | 2024.10.10 06:02:06.023863 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2231 | 2024.10.10 06:02:06.023915 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2232 | 2024.10.10 06:02:06.024179 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2233 | 2024.10.10 06:02:06.024555 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2024.10.10 06:02:06.024741 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2235 | 2024.10.10 06:02:06.025117 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2236 | 2024.10.10 06:02:06.025502 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2237 | 2024.10.10 06:02:06.025647 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001817 sec., 4402.861860209136 rows/sec., 331.07 KiB/sec. | ||
| 2238 | 2024.10.10 06:02:06.025989 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Debug> DynamicQueryHandler: Done processing query | ||
| 2239 | 2024.10.10 06:02:06.026020 [ 3 ] {a6aec748-5796-48ad-b513-ef81c0778f16} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2240 | 2024.10.10 06:02:06.026038 [ 3 ] {} <Debug> HTTP-Session: 396780e7-6d43-470f-aff9-61cf9b2d5103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2241 | 2024.10.10 06:02:06.026192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2242 | 2024.10.10 06:02:06.026254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2243 | 2024.10.10 06:02:06.026275 [ 3 ] {} <Debug> HTTP-Session: fc0f4d88-b3a7-473e-a0ab-a80a69d832d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2244 | 2024.10.10 06:02:06.026294 [ 3 ] {} <Debug> HTTP-Session: fc0f4d88-b3a7-473e-a0ab-a80a69d832d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2245 | 2024.10.10 06:02:06.026308 [ 3 ] {} <Debug> HTTP-Session: fc0f4d88-b3a7-473e-a0ab-a80a69d832d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2246 | 2024.10.10 06:02:06.026343 [ 3 ] {} <Trace> HTTP-Session: fc0f4d88-b3a7-473e-a0ab-a80a69d832d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2247 | 2024.10.10 06:02:06.026475 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2248 | 2024.10.10 06:02:06.026527 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2249 | 2024.10.10 06:02:06.026800 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2250 | 2024.10.10 06:02:06.027191 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2024.10.10 06:02:06.027234 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2252 | 2024.10.10 06:02:06.027601 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2253 | 2024.10.10 06:02:06.027976 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2254 | 2024.10.10 06:02:06.028134 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001701 sec., 42328.04232804233 rows/sec., 3.30 MiB/sec. | ||
| 2255 | 2024.10.10 06:02:06.028320 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Debug> DynamicQueryHandler: Done processing query | ||
| 2256 | 2024.10.10 06:02:06.028346 [ 3 ] {6f6194f4-27c8-4592-a947-625bb6d62c61} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2257 | 2024.10.10 06:02:06.028362 [ 3 ] {} <Debug> HTTP-Session: fc0f4d88-b3a7-473e-a0ab-a80a69d832d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2258 | 2024.10.10 06:02:06.028547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2259 | 2024.10.10 06:02:06.028603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2260 | 2024.10.10 06:02:06.028625 [ 3 ] {} <Debug> HTTP-Session: fd4a89b3-a42a-4f08-9e27-d89067a971c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2261 | 2024.10.10 06:02:06.028644 [ 3 ] {} <Debug> HTTP-Session: fd4a89b3-a42a-4f08-9e27-d89067a971c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2262 | 2024.10.10 06:02:06.028659 [ 3 ] {} <Debug> HTTP-Session: fd4a89b3-a42a-4f08-9e27-d89067a971c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2263 | 2024.10.10 06:02:06.028695 [ 3 ] {} <Trace> HTTP-Session: fd4a89b3-a42a-4f08-9e27-d89067a971c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2264 | 2024.10.10 06:02:06.028862 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2265 | 2024.10.10 06:02:06.028914 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2266 | 2024.10.10 06:02:06.029068 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2267 | 2024.10.10 06:02:06.029502 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2268 | 2024.10.10 06:02:06.029540 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2269 | 2024.10.10 06:02:06.029946 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2270 | 2024.10.10 06:02:06.030295 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2271 | 2024.10.10 06:02:06.030466 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
| 2272 | 2024.10.10 06:02:06.030655 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2273 | 2024.10.10 06:02:06.030681 [ 3 ] {81d78868-404a-4b62-ba9d-04443385da5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2274 | 2024.10.10 06:02:06.030698 [ 3 ] {} <Debug> HTTP-Session: fd4a89b3-a42a-4f08-9e27-d89067a971c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2275 | 2024.10.10 06:02:06.030851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2276 | 2024.10.10 06:02:06.030902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2277 | 2024.10.10 06:02:06.030921 [ 3 ] {} <Debug> HTTP-Session: 39838227-2a4c-4fe8-bcfd-f61e87c53b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2278 | 2024.10.10 06:02:06.030938 [ 3 ] {} <Debug> HTTP-Session: 39838227-2a4c-4fe8-bcfd-f61e87c53b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2279 | 2024.10.10 06:02:06.030952 [ 3 ] {} <Debug> HTTP-Session: 39838227-2a4c-4fe8-bcfd-f61e87c53b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2280 | 2024.10.10 06:02:06.030984 [ 3 ] {} <Trace> HTTP-Session: 39838227-2a4c-4fe8-bcfd-f61e87c53b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2024.10.10 06:02:06.031164 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2282 | 2024.10.10 06:02:06.031232 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <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 | ||
| 2283 | 2024.10.10 06:02:06.031689 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2284 | 2024.10.10 06:02:06.032192 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2285 | 2024.10.10 06:02:06.032230 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2286 | 2024.10.10 06:02:06.032851 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2287 | 2024.10.10 06:02:06.033283 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2288 | 2024.10.10 06:02:06.033472 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002406 sec., 3325.0207813798834 rows/sec., 5.96 MiB/sec. | ||
| 2289 | 2024.10.10 06:02:06.033698 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2290 | 2024.10.10 06:02:06.033725 [ 3 ] {fec883ea-c482-422e-bd1f-4ba0fed3e24f} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 2291 | 2024.10.10 06:02:06.033743 [ 3 ] {} <Debug> HTTP-Session: 39838227-2a4c-4fe8-bcfd-f61e87c53b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2292 | 2024.10.10 06:02:06.033892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2293 | 2024.10.10 06:02:06.033945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2294 | 2024.10.10 06:02:06.033966 [ 3 ] {} <Debug> HTTP-Session: b171cf11-c2c0-4ccd-a70e-5a1f97a02913 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2295 | 2024.10.10 06:02:06.033984 [ 3 ] {} <Debug> HTTP-Session: b171cf11-c2c0-4ccd-a70e-5a1f97a02913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2296 | 2024.10.10 06:02:06.033999 [ 3 ] {} <Debug> HTTP-Session: b171cf11-c2c0-4ccd-a70e-5a1f97a02913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2297 | 2024.10.10 06:02:06.034032 [ 3 ] {} <Trace> HTTP-Session: b171cf11-c2c0-4ccd-a70e-5a1f97a02913 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2298 | 2024.10.10 06:02:06.034153 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2299 | 2024.10.10 06:02:06.034199 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2300 | 2024.10.10 06:02:06.034333 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2301 | 2024.10.10 06:02:06.034649 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2302 | 2024.10.10 06:02:06.034688 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2303 | 2024.10.10 06:02:06.035067 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2304 | 2024.10.10 06:02:06.035414 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2305 | 2024.10.10 06:02:06.035575 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 2306 | 2024.10.10 06:02:06.035745 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Debug> DynamicQueryHandler: Done processing query | ||
| 2307 | 2024.10.10 06:02:06.035771 [ 3 ] {b43b8dfe-fb21-4460-ae2f-9d2d13606f98} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2308 | 2024.10.10 06:02:06.035787 [ 3 ] {} <Debug> HTTP-Session: b171cf11-c2c0-4ccd-a70e-5a1f97a02913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2309 | 2024.10.10 06:02:08.138891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 250 | ||
| 2310 | 2024.10.10 06:02:08.142301 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2024.10.10 06:02:08.142367 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2312 | 2024.10.10 06:02:08.144166 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2313 | 2024.10.10 06:02:08.145444 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2024.10.10 06:02:08.146068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 250 | ||
| 2315 | 2024.10.10 06:02:11.020111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 7816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2316 | 2024.10.10 06:02:11.020226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2317 | 2024.10.10 06:02:11.020252 [ 3 ] {} <Debug> HTTP-Session: 3abac277-e6c8-4d23-a0ef-8e0f5588ca7d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2318 | 2024.10.10 06:02:11.020278 [ 3 ] {} <Debug> HTTP-Session: 3abac277-e6c8-4d23-a0ef-8e0f5588ca7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2319 | 2024.10.10 06:02:11.020293 [ 3 ] {} <Debug> HTTP-Session: 3abac277-e6c8-4d23-a0ef-8e0f5588ca7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2320 | 2024.10.10 06:02:11.020343 [ 3 ] {} <Trace> HTTP-Session: 3abac277-e6c8-4d23-a0ef-8e0f5588ca7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2321 | 2024.10.10 06:02:11.020541 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2322 | 2024.10.10 06:02:11.020616 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2323 | 2024.10.10 06:02:11.020957 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2324 | 2024.10.10 06:02:11.021420 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2024.10.10 06:02:11.021470 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2326 | 2024.10.10 06:02:11.021899 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2327 | 2024.10.10 06:02:11.022295 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2328 | 2024.10.10 06:02:11.022475 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. | ||
| 2329 | 2024.10.10 06:02:11.022694 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2330 | 2024.10.10 06:02:11.022722 [ 3 ] {8f85a468-4608-49f4-83b4-7ff7beb8cfd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2331 | 2024.10.10 06:02:11.022739 [ 3 ] {} <Debug> HTTP-Session: 3abac277-e6c8-4d23-a0ef-8e0f5588ca7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2332 | 2024.10.10 06:02:11.022888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2333 | 2024.10.10 06:02:11.022945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2334 | 2024.10.10 06:02:11.022965 [ 3 ] {} <Debug> HTTP-Session: 9174c5d4-32d7-467b-8782-fac636c8d15e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2335 | 2024.10.10 06:02:11.022984 [ 3 ] {} <Debug> HTTP-Session: 9174c5d4-32d7-467b-8782-fac636c8d15e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2336 | 2024.10.10 06:02:11.022998 [ 3 ] {} <Debug> HTTP-Session: 9174c5d4-32d7-467b-8782-fac636c8d15e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2337 | 2024.10.10 06:02:11.023035 [ 3 ] {} <Trace> HTTP-Session: 9174c5d4-32d7-467b-8782-fac636c8d15e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2338 | 2024.10.10 06:02:11.023167 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2339 | 2024.10.10 06:02:11.023216 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2340 | 2024.10.10 06:02:11.023457 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2341 | 2024.10.10 06:02:11.023917 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2342 | 2024.10.10 06:02:11.023955 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2343 | 2024.10.10 06:02:11.024316 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2344 | 2024.10.10 06:02:11.024684 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2345 | 2024.10.10 06:02:11.024850 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001719 sec., 37230.94822571262 rows/sec., 2.91 MiB/sec. | ||
| 2346 | 2024.10.10 06:02:11.025160 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2347 | 2024.10.10 06:02:11.025187 [ 3 ] {117a9893-a3c3-45f3-ae33-46bb3c62cd2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2348 | 2024.10.10 06:02:11.025205 [ 3 ] {} <Debug> HTTP-Session: 9174c5d4-32d7-467b-8782-fac636c8d15e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2349 | 2024.10.10 06:02:11.025396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2350 | 2024.10.10 06:02:11.025449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2351 | 2024.10.10 06:02:11.025468 [ 3 ] {} <Debug> HTTP-Session: 761c19c1-45c9-4f68-ae86-537f9ea4b58e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2352 | 2024.10.10 06:02:11.025485 [ 3 ] {} <Debug> HTTP-Session: 761c19c1-45c9-4f68-ae86-537f9ea4b58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2353 | 2024.10.10 06:02:11.025500 [ 3 ] {} <Debug> HTTP-Session: 761c19c1-45c9-4f68-ae86-537f9ea4b58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2354 | 2024.10.10 06:02:11.025532 [ 3 ] {} <Trace> HTTP-Session: 761c19c1-45c9-4f68-ae86-537f9ea4b58e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2355 | 2024.10.10 06:02:11.025684 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2356 | 2024.10.10 06:02:11.025735 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2357 | 2024.10.10 06:02:11.025907 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2358 | 2024.10.10 06:02:11.026284 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2359 | 2024.10.10 06:02:11.026322 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2360 | 2024.10.10 06:02:11.026717 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2361 | 2024.10.10 06:02:11.027057 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2362 | 2024.10.10 06:02:11.027214 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
| 2363 | 2024.10.10 06:02:11.027374 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2364 | 2024.10.10 06:02:11.027399 [ 3 ] {cb775bf8-5809-4597-93d1-342a2ccdada0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2365 | 2024.10.10 06:02:11.027414 [ 3 ] {} <Debug> HTTP-Session: 761c19c1-45c9-4f68-ae86-537f9ea4b58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2366 | 2024.10.10 06:02:11.027573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2367 | 2024.10.10 06:02:11.027627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2368 | 2024.10.10 06:02:11.027647 [ 3 ] {} <Debug> HTTP-Session: cca0d352-adfb-479e-8131-4ac72df04fa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2369 | 2024.10.10 06:02:11.027664 [ 3 ] {} <Debug> HTTP-Session: cca0d352-adfb-479e-8131-4ac72df04fa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2370 | 2024.10.10 06:02:11.027679 [ 3 ] {} <Debug> HTTP-Session: cca0d352-adfb-479e-8131-4ac72df04fa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2371 | 2024.10.10 06:02:11.027710 [ 3 ] {} <Trace> HTTP-Session: cca0d352-adfb-479e-8131-4ac72df04fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2024.10.10 06:02:11.027822 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2373 | 2024.10.10 06:02:11.027869 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2374 | 2024.10.10 06:02:11.027998 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2375 | 2024.10.10 06:02:11.028310 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2376 | 2024.10.10 06:02:11.028348 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2377 | 2024.10.10 06:02:11.028707 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2378 | 2024.10.10 06:02:11.029033 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2024.10.10 06:02:11.029193 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 2380 | 2024.10.10 06:02:11.029493 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2381 | 2024.10.10 06:02:11.029527 [ 3 ] {4bf18c03-900c-4461-93c2-24312136d45e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2382 | 2024.10.10 06:02:11.029543 [ 3 ] {} <Debug> HTTP-Session: cca0d352-adfb-479e-8131-4ac72df04fa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2383 | 2024.10.10 06:02:16.020276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2384 | 2024.10.10 06:02:16.020464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2385 | 2024.10.10 06:02:16.020512 [ 3 ] {} <Debug> HTTP-Session: 051cdb82-36ad-424b-8bf0-6b2b140f0bc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2386 | 2024.10.10 06:02:16.020555 [ 3 ] {} <Debug> HTTP-Session: 051cdb82-36ad-424b-8bf0-6b2b140f0bc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2387 | 2024.10.10 06:02:16.020585 [ 3 ] {} <Debug> HTTP-Session: 051cdb82-36ad-424b-8bf0-6b2b140f0bc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2388 | 2024.10.10 06:02:16.020667 [ 3 ] {} <Trace> HTTP-Session: 051cdb82-36ad-424b-8bf0-6b2b140f0bc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2389 | 2024.10.10 06:02:16.021047 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 2390 | 2024.10.10 06:02:16.021459 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2391 | 2024.10.10 06:02:16.021511 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <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', '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 | ||
| 2392 | 2024.10.10 06:02:16.021873 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2393 | 2024.10.10 06:02:16.021956 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2394 | 2024.10.10 06:02:16.022135 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2395 | 2024.10.10 06:02:16.022256 [ 251 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2396 | 2024.10.10 06:02:16.022262 [ 257 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2397 | 2024.10.10 06:02:16.022309 [ 255 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2398 | 2024.10.10 06:02:16.022457 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 2399 | 2024.10.10 06:02:16.022492 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2400 | 2024.10.10 06:02:16.022609 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2401 | 2024.10.10 06:02:16.022633 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2402 | 2024.10.10 06:02:16.022677 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <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', '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'))" | ||
| 2403 | 2024.10.10 06:02:16.022725 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <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', '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'))" | ||
| 2404 | 2024.10.10 06:02:16.022769 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <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', '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'))" | ||
| 2405 | 2024.10.10 06:02:16.024630 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003766 sec., 9824.747742963356 rows/sec., 368.22 KiB/sec. | ||
| 2406 | 2024.10.10 06:02:16.025010 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2407 | 2024.10.10 06:02:16.025038 [ 3 ] {b568e053-004e-4ca5-af8f-ed205aeb1bcb} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2408 | 2024.10.10 06:02:16.025055 [ 3 ] {} <Debug> HTTP-Session: 051cdb82-36ad-424b-8bf0-6b2b140f0bc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2409 | 2024.10.10 06:02:16.025296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2410 | 2024.10.10 06:02:16.025353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2411 | 2024.10.10 06:02:16.025374 [ 3 ] {} <Debug> HTTP-Session: 0c343d95-52e0-46b8-b35a-0c4ecd3d6256 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2412 | 2024.10.10 06:02:16.025393 [ 3 ] {} <Debug> HTTP-Session: 0c343d95-52e0-46b8-b35a-0c4ecd3d6256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2413 | 2024.10.10 06:02:16.025407 [ 3 ] {} <Debug> HTTP-Session: 0c343d95-52e0-46b8-b35a-0c4ecd3d6256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2414 | 2024.10.10 06:02:16.025445 [ 3 ] {} <Trace> HTTP-Session: 0c343d95-52e0-46b8-b35a-0c4ecd3d6256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2415 | 2024.10.10 06:02:16.025615 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 2416 | 2024.10.10 06:02:16.025926 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2417 | 2024.10.10 06:02:16.025975 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <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', '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 | ||
| 2418 | 2024.10.10 06:02:16.026300 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2419 | 2024.10.10 06:02:16.026367 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2420 | 2024.10.10 06:02:16.026516 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2421 | 2024.10.10 06:02:16.026669 [ 259 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2422 | 2024.10.10 06:02:16.026683 [ 258 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2423 | 2024.10.10 06:02:16.026676 [ 260 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2424 | 2024.10.10 06:02:16.026853 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 2425 | 2024.10.10 06:02:16.026883 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2426 | 2024.10.10 06:02:16.026995 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2427 | 2024.10.10 06:02:16.027018 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2428 | 2024.10.10 06:02:16.027060 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <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', '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'))" | ||
| 2429 | 2024.10.10 06:02:16.027105 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <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', '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'))" | ||
| 2430 | 2024.10.10 06:02:16.027146 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <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', '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'))" | ||
| 2431 | 2024.10.10 06:02:16.028872 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003343 sec., 11067.903081064911 rows/sec., 414.81 KiB/sec. | ||
| 2432 | 2024.10.10 06:02:16.029262 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2433 | 2024.10.10 06:02:16.029293 [ 3 ] {8796ac34-6c06-4521-8658-d406b692a69e} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2434 | 2024.10.10 06:02:16.029314 [ 3 ] {} <Debug> HTTP-Session: 0c343d95-52e0-46b8-b35a-0c4ecd3d6256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2435 | 2024.10.10 06:02:16.029621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2436 | 2024.10.10 06:02:16.029683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2437 | 2024.10.10 06:02:16.029708 [ 3 ] {} <Debug> HTTP-Session: 63baadc3-c9dc-43ce-99c0-c06fb90373fc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2438 | 2024.10.10 06:02:16.029728 [ 3 ] {} <Debug> HTTP-Session: 63baadc3-c9dc-43ce-99c0-c06fb90373fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2439 | 2024.10.10 06:02:16.029745 [ 3 ] {} <Debug> HTTP-Session: 63baadc3-c9dc-43ce-99c0-c06fb90373fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2440 | 2024.10.10 06:02:16.029785 [ 3 ] {} <Trace> HTTP-Session: 63baadc3-c9dc-43ce-99c0-c06fb90373fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2441 | 2024.10.10 06:02:16.030005 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', '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) | ||
| 2442 | 2024.10.10 06:02:16.030314 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2443 | 2024.10.10 06:02:16.030364 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <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', '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 | ||
| 2444 | 2024.10.10 06:02:16.030690 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2445 | 2024.10.10 06:02:16.030755 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2446 | 2024.10.10 06:02:16.030899 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2447 | 2024.10.10 06:02:16.030959 [ 257 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2448 | 2024.10.10 06:02:16.031035 [ 260 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2449 | 2024.10.10 06:02:16.031040 [ 251 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2450 | 2024.10.10 06:02:16.031163 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 2451 | 2024.10.10 06:02:16.031187 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2452 | 2024.10.10 06:02:16.031290 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2453 | 2024.10.10 06:02:16.031312 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2454 | 2024.10.10 06:02:16.031350 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <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', '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'))" | ||
| 2455 | 2024.10.10 06:02:16.031394 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <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', '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'))" | ||
| 2456 | 2024.10.10 06:02:16.031433 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <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', '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'))" | ||
| 2457 | 2024.10.10 06:02:16.033432 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003523 sec., 10502.412716434856 rows/sec., 393.62 KiB/sec. | ||
| 2458 | 2024.10.10 06:02:16.033784 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Debug> DynamicQueryHandler: Done processing query | ||
| 2459 | 2024.10.10 06:02:16.033810 [ 3 ] {14dad930-4998-497c-a75a-92b81b67e7da} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2460 | 2024.10.10 06:02:16.033829 [ 3 ] {} <Debug> HTTP-Session: 63baadc3-c9dc-43ce-99c0-c06fb90373fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2461 | 2024.10.10 06:02:16.040767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2462 | 2024.10.10 06:02:16.040828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2463 | 2024.10.10 06:02:16.040852 [ 3 ] {} <Debug> HTTP-Session: f37d8679-67f1-4bab-922f-4616d8b396ec Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2464 | 2024.10.10 06:02:16.040872 [ 3 ] {} <Debug> HTTP-Session: f37d8679-67f1-4bab-922f-4616d8b396ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2465 | 2024.10.10 06:02:16.040889 [ 3 ] {} <Debug> HTTP-Session: f37d8679-67f1-4bab-922f-4616d8b396ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2466 | 2024.10.10 06:02:16.040928 [ 3 ] {} <Trace> HTTP-Session: f37d8679-67f1-4bab-922f-4616d8b396ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2467 | 2024.10.10 06:02:16.041059 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2468 | 2024.10.10 06:02:16.041117 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2469 | 2024.10.10 06:02:16.041321 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2470 | 2024.10.10 06:02:16.041713 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2471 | 2024.10.10 06:02:16.041759 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2472 | 2024.10.10 06:02:16.042279 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2473 | 2024.10.10 06:02:16.042617 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2024.10.10 06:02:16.042774 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001756 sec., 1708.4282460136674 rows/sec., 155.72 KiB/sec. | ||
| 2475 | 2024.10.10 06:02:16.042954 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Debug> DynamicQueryHandler: Done processing query | ||
| 2476 | 2024.10.10 06:02:16.042979 [ 3 ] {76fd8690-170b-47ef-b968-591ba3108020} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2477 | 2024.10.10 06:02:16.042996 [ 3 ] {} <Debug> HTTP-Session: f37d8679-67f1-4bab-922f-4616d8b396ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2478 | 2024.10.10 06:02:16.043306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2479 | 2024.10.10 06:02:16.043356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2480 | 2024.10.10 06:02:16.043374 [ 3 ] {} <Debug> HTTP-Session: 34bde72e-f6fe-40f9-98b5-c258e1009751 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2481 | 2024.10.10 06:02:16.043391 [ 3 ] {} <Debug> HTTP-Session: 34bde72e-f6fe-40f9-98b5-c258e1009751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2482 | 2024.10.10 06:02:16.043405 [ 3 ] {} <Debug> HTTP-Session: 34bde72e-f6fe-40f9-98b5-c258e1009751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2483 | 2024.10.10 06:02:16.043436 [ 3 ] {} <Trace> HTTP-Session: 34bde72e-f6fe-40f9-98b5-c258e1009751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2484 | 2024.10.10 06:02:16.043746 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2485 | 2024.10.10 06:02:16.043794 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2486 | 2024.10.10 06:02:16.044030 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2487 | 2024.10.10 06:02:16.044522 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2488 | 2024.10.10 06:02:16.044561 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2489 | 2024.10.10 06:02:16.044945 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2490 | 2024.10.10 06:02:16.045313 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2491 | 2024.10.10 06:02:16.045482 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.001953 sec., 128520.22529441884 rows/sec., 11.38 MiB/sec. | ||
| 2492 | 2024.10.10 06:02:16.045650 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Debug> DynamicQueryHandler: Done processing query | ||
| 2493 | 2024.10.10 06:02:16.045674 [ 3 ] {9bf93e0b-f13e-4d94-a334-f0604ed1c115} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2494 | 2024.10.10 06:02:16.045691 [ 3 ] {} <Debug> HTTP-Session: 34bde72e-f6fe-40f9-98b5-c258e1009751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2495 | 2024.10.10 06:02:16.045832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2496 | 2024.10.10 06:02:16.045881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2497 | 2024.10.10 06:02:16.045900 [ 3 ] {} <Debug> HTTP-Session: 15ed6efa-41da-43ac-a09a-8c1a112aa736 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2498 | 2024.10.10 06:02:16.045917 [ 3 ] {} <Debug> HTTP-Session: 15ed6efa-41da-43ac-a09a-8c1a112aa736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2499 | 2024.10.10 06:02:16.045931 [ 3 ] {} <Debug> HTTP-Session: 15ed6efa-41da-43ac-a09a-8c1a112aa736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2500 | 2024.10.10 06:02:16.045961 [ 3 ] {} <Trace> HTTP-Session: 15ed6efa-41da-43ac-a09a-8c1a112aa736 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2501 | 2024.10.10 06:02:16.046065 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2502 | 2024.10.10 06:02:16.046108 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2503 | 2024.10.10 06:02:16.046333 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2504 | 2024.10.10 06:02:16.046670 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2505 | 2024.10.10 06:02:16.046708 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2506 | 2024.10.10 06:02:16.047052 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2507 | 2024.10.10 06:02:16.047408 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2508 | 2024.10.10 06:02:16.047576 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001531 sec., 20248.203788373612 rows/sec., 1.49 MiB/sec. | ||
| 2509 | 2024.10.10 06:02:16.047736 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 2510 | 2024.10.10 06:02:16.047762 [ 3 ] {df83a391-2e56-4978-8f58-39e4a27868ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2511 | 2024.10.10 06:02:16.047779 [ 3 ] {} <Debug> HTTP-Session: 15ed6efa-41da-43ac-a09a-8c1a112aa736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2512 | 2024.10.10 06:02:16.047908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2513 | 2024.10.10 06:02:16.047957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2514 | 2024.10.10 06:02:16.047976 [ 3 ] {} <Debug> HTTP-Session: bfdaf13d-00a9-4694-9ff1-ef68cde07fd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2515 | 2024.10.10 06:02:16.047993 [ 3 ] {} <Debug> HTTP-Session: bfdaf13d-00a9-4694-9ff1-ef68cde07fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2516 | 2024.10.10 06:02:16.048006 [ 3 ] {} <Debug> HTTP-Session: bfdaf13d-00a9-4694-9ff1-ef68cde07fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2517 | 2024.10.10 06:02:16.048037 [ 3 ] {} <Trace> HTTP-Session: bfdaf13d-00a9-4694-9ff1-ef68cde07fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2518 | 2024.10.10 06:02:16.048134 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2519 | 2024.10.10 06:02:16.048175 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2520 | 2024.10.10 06:02:16.048396 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2521 | 2024.10.10 06:02:16.048674 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2024.10.10 06:02:16.048710 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2523 | 2024.10.10 06:02:16.049058 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2524 | 2024.10.10 06:02:16.049421 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2525 | 2024.10.10 06:02:16.049582 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001462 sec., 9575.92339261286 rows/sec., 670.64 KiB/sec. | ||
| 2526 | 2024.10.10 06:02:16.049742 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Debug> DynamicQueryHandler: Done processing query | ||
| 2527 | 2024.10.10 06:02:16.049767 [ 3 ] {941a8341-45ea-4b95-9a9c-cbc61f9ba087} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2528 | 2024.10.10 06:02:16.049783 [ 3 ] {} <Debug> HTTP-Session: bfdaf13d-00a9-4694-9ff1-ef68cde07fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2529 | 2024.10.10 06:02:16.049886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2530 | 2024.10.10 06:02:16.049932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2531 | 2024.10.10 06:02:16.049952 [ 3 ] {} <Debug> HTTP-Session: 82578787-1a5e-4c5a-a1f8-66aced633afc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2532 | 2024.10.10 06:02:16.049968 [ 3 ] {} <Debug> HTTP-Session: 82578787-1a5e-4c5a-a1f8-66aced633afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2533 | 2024.10.10 06:02:16.049982 [ 3 ] {} <Debug> HTTP-Session: 82578787-1a5e-4c5a-a1f8-66aced633afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2534 | 2024.10.10 06:02:16.050012 [ 3 ] {} <Trace> HTTP-Session: 82578787-1a5e-4c5a-a1f8-66aced633afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2535 | 2024.10.10 06:02:16.050106 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2536 | 2024.10.10 06:02:16.050148 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2537 | 2024.10.10 06:02:16.050364 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2538 | 2024.10.10 06:02:16.050631 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2539 | 2024.10.10 06:02:16.050667 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2540 | 2024.10.10 06:02:16.051006 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2541 | 2024.10.10 06:02:16.051356 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2542 | 2024.10.10 06:02:16.051508 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 248.77 KiB/sec. | ||
| 2543 | 2024.10.10 06:02:16.051797 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Debug> DynamicQueryHandler: Done processing query | ||
| 2544 | 2024.10.10 06:02:16.051822 [ 3 ] {dfa7a10b-aec0-4a53-9bc5-1e03b398ea45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2545 | 2024.10.10 06:02:16.051838 [ 3 ] {} <Debug> HTTP-Session: 82578787-1a5e-4c5a-a1f8-66aced633afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2546 | 2024.10.10 06:02:16.052146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 68770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2547 | 2024.10.10 06:02:16.052194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2548 | 2024.10.10 06:02:16.052214 [ 3 ] {} <Debug> HTTP-Session: 4c009300-a5a5-4c1b-8c1a-248eeed58783 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2549 | 2024.10.10 06:02:16.052229 [ 3 ] {} <Debug> HTTP-Session: 4c009300-a5a5-4c1b-8c1a-248eeed58783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2550 | 2024.10.10 06:02:16.052243 [ 3 ] {} <Debug> HTTP-Session: 4c009300-a5a5-4c1b-8c1a-248eeed58783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2551 | 2024.10.10 06:02:16.052274 [ 3 ] {} <Trace> HTTP-Session: 4c009300-a5a5-4c1b-8c1a-248eeed58783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2552 | 2024.10.10 06:02:16.052546 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2553 | 2024.10.10 06:02:16.052590 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2554 | 2024.10.10 06:02:16.052833 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2555 | 2024.10.10 06:02:16.053329 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2556 | 2024.10.10 06:02:16.053366 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2557 | 2024.10.10 06:02:16.053731 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2558 | 2024.10.10 06:02:16.054085 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2559 | 2024.10.10 06:02:16.054258 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Debug> executeQuery: Read 423 rows, 30.98 KiB in 0.001868 sec., 226445.39614561026 rows/sec., 16.19 MiB/sec. | ||
| 2560 | 2024.10.10 06:02:16.054421 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Debug> DynamicQueryHandler: Done processing query | ||
| 2561 | 2024.10.10 06:02:16.054446 [ 3 ] {2f25f6c5-7d14-48dd-817e-eecd0e877c64} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 2562 | 2024.10.10 06:02:16.054461 [ 3 ] {} <Debug> HTTP-Session: 4c009300-a5a5-4c1b-8c1a-248eeed58783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2563 | 2024.10.10 06:02:16.054687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2564 | 2024.10.10 06:02:16.054735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2565 | 2024.10.10 06:02:16.054755 [ 3 ] {} <Debug> HTTP-Session: b3f14a93-e64f-4a48-a2ff-85ea3ea12eb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2566 | 2024.10.10 06:02:16.054772 [ 3 ] {} <Debug> HTTP-Session: b3f14a93-e64f-4a48-a2ff-85ea3ea12eb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2567 | 2024.10.10 06:02:16.054785 [ 3 ] {} <Debug> HTTP-Session: b3f14a93-e64f-4a48-a2ff-85ea3ea12eb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2568 | 2024.10.10 06:02:16.054815 [ 3 ] {} <Trace> HTTP-Session: b3f14a93-e64f-4a48-a2ff-85ea3ea12eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2024.10.10 06:02:16.054909 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2570 | 2024.10.10 06:02:16.054953 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2571 | 2024.10.10 06:02:16.055078 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2572 | 2024.10.10 06:02:16.055308 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2573 | 2024.10.10 06:02:16.055344 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2574 | 2024.10.10 06:02:16.055700 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2575 | 2024.10.10 06:02:16.056024 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2576 | 2024.10.10 06:02:16.056187 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 243.95 KiB/sec. | ||
| 2577 | 2024.10.10 06:02:16.056370 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2578 | 2024.10.10 06:02:16.056394 [ 3 ] {2d8cfa85-a7bc-4842-834d-1c055c60070c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2579 | 2024.10.10 06:02:16.056409 [ 3 ] {} <Debug> HTTP-Session: b3f14a93-e64f-4a48-a2ff-85ea3ea12eb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2580 | 2024.10.10 06:02:16.056693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2581 | 2024.10.10 06:02:16.056741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2582 | 2024.10.10 06:02:16.056759 [ 3 ] {} <Debug> HTTP-Session: ea4c8ab0-42cd-4f23-a31f-5b86a97a6d46 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2583 | 2024.10.10 06:02:16.056775 [ 3 ] {} <Debug> HTTP-Session: ea4c8ab0-42cd-4f23-a31f-5b86a97a6d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2584 | 2024.10.10 06:02:16.056789 [ 3 ] {} <Debug> HTTP-Session: ea4c8ab0-42cd-4f23-a31f-5b86a97a6d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2585 | 2024.10.10 06:02:16.056818 [ 3 ] {} <Trace> HTTP-Session: ea4c8ab0-42cd-4f23-a31f-5b86a97a6d46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2586 | 2024.10.10 06:02:16.056992 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2587 | 2024.10.10 06:02:16.057039 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2588 | 2024.10.10 06:02:16.057178 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2589 | 2024.10.10 06:02:16.057550 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2590 | 2024.10.10 06:02:16.057586 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2591 | 2024.10.10 06:02:16.057961 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2592 | 2024.10.10 06:02:16.058292 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2593 | 2024.10.10 06:02:16.058458 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001552 sec., 152706.1855670103 rows/sec., 10.24 MiB/sec. | ||
| 2594 | 2024.10.10 06:02:16.058615 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Debug> DynamicQueryHandler: Done processing query | ||
| 2595 | 2024.10.10 06:02:16.058639 [ 3 ] {1134439a-b4ee-411c-b43a-3edb6cb91bff} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2596 | 2024.10.10 06:02:16.058655 [ 3 ] {} <Debug> HTTP-Session: ea4c8ab0-42cd-4f23-a31f-5b86a97a6d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2597 | 2024.10.10 06:02:16.058828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2598 | 2024.10.10 06:02:16.058874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2599 | 2024.10.10 06:02:16.058893 [ 3 ] {} <Debug> HTTP-Session: 07c58734-15ae-4354-8e44-c94abd4409b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2600 | 2024.10.10 06:02:16.058910 [ 3 ] {} <Debug> HTTP-Session: 07c58734-15ae-4354-8e44-c94abd4409b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2601 | 2024.10.10 06:02:16.058923 [ 3 ] {} <Debug> HTTP-Session: 07c58734-15ae-4354-8e44-c94abd4409b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2602 | 2024.10.10 06:02:16.058954 [ 3 ] {} <Trace> HTTP-Session: 07c58734-15ae-4354-8e44-c94abd4409b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2024.10.10 06:02:16.059045 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2604 | 2024.10.10 06:02:16.059088 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2605 | 2024.10.10 06:02:16.059213 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2606 | 2024.10.10 06:02:16.059442 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2607 | 2024.10.10 06:02:16.059478 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2608 | 2024.10.10 06:02:16.059818 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2609 | 2024.10.10 06:02:16.060144 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2610 | 2024.10.10 06:02:16.060300 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001269 sec., 788.0220646178093 rows/sec., 53.10 KiB/sec. | ||
| 2611 | 2024.10.10 06:02:16.060563 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2612 | 2024.10.10 06:02:16.060587 [ 3 ] {31651343-6d5f-4b70-a3e8-a9358da9e1bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2613 | 2024.10.10 06:02:16.060604 [ 3 ] {} <Debug> HTTP-Session: 07c58734-15ae-4354-8e44-c94abd4409b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2614 | 2024.10.10 06:02:16.060857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2615 | 2024.10.10 06:02:16.060905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2616 | 2024.10.10 06:02:16.060924 [ 3 ] {} <Debug> HTTP-Session: 8faabf64-ee8b-487b-ad49-69a922d9bc74 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2617 | 2024.10.10 06:02:16.060941 [ 3 ] {} <Debug> HTTP-Session: 8faabf64-ee8b-487b-ad49-69a922d9bc74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2618 | 2024.10.10 06:02:16.060954 [ 3 ] {} <Debug> HTTP-Session: 8faabf64-ee8b-487b-ad49-69a922d9bc74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2619 | 2024.10.10 06:02:16.060985 [ 3 ] {} <Trace> HTTP-Session: 8faabf64-ee8b-487b-ad49-69a922d9bc74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2620 | 2024.10.10 06:02:16.061302 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2621 | 2024.10.10 06:02:16.061372 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <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 | ||
| 2622 | 2024.10.10 06:02:16.061813 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2623 | 2024.10.10 06:02:16.062411 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2024.10.10 06:02:16.062448 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2625 | 2024.10.10 06:02:16.063067 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2626 | 2024.10.10 06:02:16.063473 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2024.10.10 06:02:16.063664 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002592 sec., 11959.876543209875 rows/sec., 21.43 MiB/sec. | ||
| 2628 | 2024.10.10 06:02:16.063929 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Debug> DynamicQueryHandler: Done processing query | ||
| 2629 | 2024.10.10 06:02:16.063954 [ 3 ] {6d9c46a5-56e9-4022-93d4-93b1275b6d87} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 2630 | 2024.10.10 06:02:16.063970 [ 3 ] {} <Debug> HTTP-Session: 8faabf64-ee8b-487b-ad49-69a922d9bc74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2631 | 2024.10.10 06:02:16.064087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2632 | 2024.10.10 06:02:16.064135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2633 | 2024.10.10 06:02:16.064155 [ 3 ] {} <Debug> HTTP-Session: 8a5313b3-3df7-4fb0-8a6b-19b6416e3aed Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2634 | 2024.10.10 06:02:16.064171 [ 3 ] {} <Debug> HTTP-Session: 8a5313b3-3df7-4fb0-8a6b-19b6416e3aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2635 | 2024.10.10 06:02:16.064185 [ 3 ] {} <Debug> HTTP-Session: 8a5313b3-3df7-4fb0-8a6b-19b6416e3aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2636 | 2024.10.10 06:02:16.064215 [ 3 ] {} <Trace> HTTP-Session: 8a5313b3-3df7-4fb0-8a6b-19b6416e3aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2024.10.10 06:02:16.064314 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2638 | 2024.10.10 06:02:16.064359 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2639 | 2024.10.10 06:02:16.064484 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2640 | 2024.10.10 06:02:16.064715 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2024.10.10 06:02:16.064751 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2642 | 2024.10.10 06:02:16.065113 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2643 | 2024.10.10 06:02:16.065429 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2024.10.10 06:02:16.065594 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001291 sec., 11618.900077459333 rows/sec., 864.61 KiB/sec. | ||
| 2645 | 2024.10.10 06:02:16.065869 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2646 | 2024.10.10 06:02:16.065895 [ 3 ] {a6146f49-fc48-4e2b-b4f8-6d2fca37f51f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2647 | 2024.10.10 06:02:16.065910 [ 3 ] {} <Debug> HTTP-Session: 8a5313b3-3df7-4fb0-8a6b-19b6416e3aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2648 | 2024.10.10 06:02:16.066031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2649 | 2024.10.10 06:02:16.066080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2650 | 2024.10.10 06:02:16.066099 [ 3 ] {} <Debug> HTTP-Session: da449101-1e8f-40d1-bdcb-c1f91af669b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2651 | 2024.10.10 06:02:16.066115 [ 3 ] {} <Debug> HTTP-Session: da449101-1e8f-40d1-bdcb-c1f91af669b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2652 | 2024.10.10 06:02:16.066129 [ 3 ] {} <Debug> HTTP-Session: da449101-1e8f-40d1-bdcb-c1f91af669b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2653 | 2024.10.10 06:02:16.066159 [ 3 ] {} <Trace> HTTP-Session: da449101-1e8f-40d1-bdcb-c1f91af669b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2654 | 2024.10.10 06:02:16.066272 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2655 | 2024.10.10 06:02:16.066316 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2656 | 2024.10.10 06:02:16.066462 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2657 | 2024.10.10 06:02:16.066775 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2024.10.10 06:02:16.066811 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2659 | 2024.10.10 06:02:16.067164 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2660 | 2024.10.10 06:02:16.067480 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2661 | 2024.10.10 06:02:16.067636 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
| 2662 | 2024.10.10 06:02:16.067800 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Debug> DynamicQueryHandler: Done processing query | ||
| 2663 | 2024.10.10 06:02:16.067824 [ 3 ] {ef4f9425-ae4b-4a41-82b6-e950fba8f994} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2664 | 2024.10.10 06:02:16.067840 [ 3 ] {} <Debug> HTTP-Session: da449101-1e8f-40d1-bdcb-c1f91af669b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2665 | 2024.10.10 06:02:18.072373 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2666 | 2024.10.10 06:02:18.072472 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2667 | 2024.10.10 06:02:18.147252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 288 | ||
| 2668 | 2024.10.10 06:02:18.150313 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2669 | 2024.10.10 06:02:18.150373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2670 | 2024.10.10 06:02:18.151924 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2671 | 2024.10.10 06:02:18.152919 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2672 | 2024.10.10 06:02:18.153650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 288 | ||
| 2673 | 2024.10.10 06:02:21.019951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 7816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2674 | 2024.10.10 06:02:21.020115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2675 | 2024.10.10 06:02:21.020163 [ 3 ] {} <Debug> HTTP-Session: f5537161-b755-4160-9396-03273d1c42b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2676 | 2024.10.10 06:02:21.020208 [ 3 ] {} <Debug> HTTP-Session: f5537161-b755-4160-9396-03273d1c42b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2677 | 2024.10.10 06:02:21.020237 [ 3 ] {} <Debug> HTTP-Session: f5537161-b755-4160-9396-03273d1c42b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2678 | 2024.10.10 06:02:21.020324 [ 3 ] {} <Trace> HTTP-Session: f5537161-b755-4160-9396-03273d1c42b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2679 | 2024.10.10 06:02:21.020630 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2680 | 2024.10.10 06:02:21.020743 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2681 | 2024.10.10 06:02:21.021266 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2682 | 2024.10.10 06:02:21.021730 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2683 | 2024.10.10 06:02:21.021772 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2684 | 2024.10.10 06:02:21.022213 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2685 | 2024.10.10 06:02:21.022608 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2686 | 2024.10.10 06:02:21.022759 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002241 sec., 24988.8442659527 rows/sec., 1.91 MiB/sec. | ||
| 2687 | 2024.10.10 06:02:21.023368 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Debug> DynamicQueryHandler: Done processing query | ||
| 2688 | 2024.10.10 06:02:21.023398 [ 3 ] {06be4233-552b-48e3-bc92-e95f44d45138} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2689 | 2024.10.10 06:02:21.023416 [ 3 ] {} <Debug> HTTP-Session: f5537161-b755-4160-9396-03273d1c42b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2690 | 2024.10.10 06:02:21.023603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2691 | 2024.10.10 06:02:21.023660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2692 | 2024.10.10 06:02:21.023681 [ 3 ] {} <Debug> HTTP-Session: 71d6674a-13ce-4451-837d-99330b9b656d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2693 | 2024.10.10 06:02:21.023701 [ 3 ] {} <Debug> HTTP-Session: 71d6674a-13ce-4451-837d-99330b9b656d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2694 | 2024.10.10 06:02:21.023715 [ 3 ] {} <Debug> HTTP-Session: 71d6674a-13ce-4451-837d-99330b9b656d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2695 | 2024.10.10 06:02:21.023753 [ 3 ] {} <Trace> HTTP-Session: 71d6674a-13ce-4451-837d-99330b9b656d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2696 | 2024.10.10 06:02:21.023886 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2697 | 2024.10.10 06:02:21.023936 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2698 | 2024.10.10 06:02:21.024191 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2699 | 2024.10.10 06:02:21.024587 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2700 | 2024.10.10 06:02:21.024626 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2701 | 2024.10.10 06:02:21.024994 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2702 | 2024.10.10 06:02:21.025367 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2703 | 2024.10.10 06:02:21.025495 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001657 sec., 38624.01931200965 rows/sec., 3.01 MiB/sec. | ||
| 2704 | 2024.10.10 06:02:21.025788 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2705 | 2024.10.10 06:02:21.025815 [ 3 ] {f61d0ff0-892f-455d-94e6-3e71cc5cd9a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2706 | 2024.10.10 06:02:21.025833 [ 3 ] {} <Debug> HTTP-Session: 71d6674a-13ce-4451-837d-99330b9b656d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2707 | 2024.10.10 06:02:21.026068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2708 | 2024.10.10 06:02:21.026120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2709 | 2024.10.10 06:02:21.026141 [ 3 ] {} <Debug> HTTP-Session: 33da3388-aa7d-4ae8-ac51-b93c4db500dd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2710 | 2024.10.10 06:02:21.026159 [ 3 ] {} <Debug> HTTP-Session: 33da3388-aa7d-4ae8-ac51-b93c4db500dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2711 | 2024.10.10 06:02:21.026173 [ 3 ] {} <Debug> HTTP-Session: 33da3388-aa7d-4ae8-ac51-b93c4db500dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2712 | 2024.10.10 06:02:21.026206 [ 3 ] {} <Trace> HTTP-Session: 33da3388-aa7d-4ae8-ac51-b93c4db500dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2713 | 2024.10.10 06:02:21.026366 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2714 | 2024.10.10 06:02:21.026418 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2715 | 2024.10.10 06:02:21.026585 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2716 | 2024.10.10 06:02:21.026955 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2024.10.10 06:02:21.026992 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2718 | 2024.10.10 06:02:21.027391 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2719 | 2024.10.10 06:02:21.027735 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2720 | 2024.10.10 06:02:21.027865 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 2721 | 2024.10.10 06:02:21.028165 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2722 | 2024.10.10 06:02:21.028191 [ 3 ] {fa81fb5b-8d14-41f8-8a8f-baf1330767c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2723 | 2024.10.10 06:02:21.028209 [ 3 ] {} <Debug> HTTP-Session: 33da3388-aa7d-4ae8-ac51-b93c4db500dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2724 | 2024.10.10 06:02:21.028406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2725 | 2024.10.10 06:02:21.028455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2726 | 2024.10.10 06:02:21.028475 [ 3 ] {} <Debug> HTTP-Session: 5db4701c-5bb1-4cac-a9d4-5dc6ae6375e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2727 | 2024.10.10 06:02:21.028493 [ 3 ] {} <Debug> HTTP-Session: 5db4701c-5bb1-4cac-a9d4-5dc6ae6375e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2728 | 2024.10.10 06:02:21.028507 [ 3 ] {} <Debug> HTTP-Session: 5db4701c-5bb1-4cac-a9d4-5dc6ae6375e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2729 | 2024.10.10 06:02:21.028539 [ 3 ] {} <Trace> HTTP-Session: 5db4701c-5bb1-4cac-a9d4-5dc6ae6375e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2730 | 2024.10.10 06:02:21.028660 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2731 | 2024.10.10 06:02:21.028709 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2732 | 2024.10.10 06:02:21.028863 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2733 | 2024.10.10 06:02:21.029176 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2024.10.10 06:02:21.029213 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2735 | 2024.10.10 06:02:21.029578 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2736 | 2024.10.10 06:02:21.029906 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2024.10.10 06:02:21.030030 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
| 2738 | 2024.10.10 06:02:21.030297 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Debug> DynamicQueryHandler: Done processing query | ||
| 2739 | 2024.10.10 06:02:21.030324 [ 3 ] {97a0e5f9-2e76-4afb-bb16-510719210353} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2740 | 2024.10.10 06:02:21.030341 [ 3 ] {} <Debug> HTTP-Session: 5db4701c-5bb1-4cac-a9d4-5dc6ae6375e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.10.10 06:02:26.025927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2742 | 2024.10.10 06:02:26.026079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2743 | 2024.10.10 06:02:26.026111 [ 3 ] {} <Debug> HTTP-Session: 3911f480-1bce-4aac-88be-5e124eb3cd94 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2744 | 2024.10.10 06:02:26.026140 [ 3 ] {} <Debug> HTTP-Session: 3911f480-1bce-4aac-88be-5e124eb3cd94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2745 | 2024.10.10 06:02:26.026159 [ 3 ] {} <Debug> HTTP-Session: 3911f480-1bce-4aac-88be-5e124eb3cd94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2746 | 2024.10.10 06:02:26.026218 [ 3 ] {} <Trace> HTTP-Session: 3911f480-1bce-4aac-88be-5e124eb3cd94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2747 | 2024.10.10 06:02:26.026497 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2748 | 2024.10.10 06:02:26.026569 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2749 | 2024.10.10 06:02:26.026921 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2750 | 2024.10.10 06:02:26.027564 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2024.10.10 06:02:26.027623 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2752 | 2024.10.10 06:02:26.028115 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2753 | 2024.10.10 06:02:26.028565 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2024.10.10 06:02:26.028771 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002377 sec., 105595.2881783761 rows/sec., 9.35 MiB/sec. | ||
| 2755 | 2024.10.10 06:02:26.028787 [ 58 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2756 | 2024.10.10 06:02:26.028919 [ 58 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2757 | 2024.10.10 06:02:26.028976 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2758 | 2024.10.10 06:02:26.029129 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Debug> DynamicQueryHandler: Done processing query | ||
| 2759 | 2024.10.10 06:02:26.029207 [ 3 ] {171fc7a9-ea1c-4d0a-8d35-54bbf0611114} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2760 | 2024.10.10 06:02:26.029249 [ 3 ] {} <Debug> HTTP-Session: 3911f480-1bce-4aac-88be-5e124eb3cd94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2761 | 2024.10.10 06:02:26.029258 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 2762 | 2024.10.10 06:02:26.029584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2763 | 2024.10.10 06:02:26.029631 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2764 | 2024.10.10 06:02:26.029664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2765 | 2024.10.10 06:02:26.029674 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1345 rows starting from the beginning of the part | ||
| 2766 | 2024.10.10 06:02:26.029691 [ 3 ] {} <Debug> HTTP-Session: b466510e-8cc1-4d84-b5e1-4327bfb18f0e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2767 | 2024.10.10 06:02:26.029714 [ 3 ] {} <Debug> HTTP-Session: b466510e-8cc1-4d84-b5e1-4327bfb18f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2768 | 2024.10.10 06:02:26.029732 [ 3 ] {} <Debug> HTTP-Session: b466510e-8cc1-4d84-b5e1-4327bfb18f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2769 | 2024.10.10 06:02:26.029807 [ 3 ] {} <Trace> HTTP-Session: b466510e-8cc1-4d84-b5e1-4327bfb18f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2770 | 2024.10.10 06:02:26.029807 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2771 | 2024.10.10 06:02:26.030159 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2772 | 2024.10.10 06:02:26.030210 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2773 | 2024.10.10 06:02:26.030383 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2774 | 2024.10.10 06:02:26.030520 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 251 rows starting from the beginning of the part | ||
| 2775 | 2024.10.10 06:02:26.030808 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 2776 | 2024.10.10 06:02:26.031110 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 251 rows starting from the beginning of the part | ||
| 2777 | 2024.10.10 06:02:26.031689 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2778 | 2024.10.10 06:02:26.032226 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2024.10.10 06:02:26.032272 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2780 | 2024.10.10 06:02:26.032891 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2781 | 2024.10.10 06:02:26.033527 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2024.10.10 06:02:26.033577 [ 193 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2031 rows, containing 5 columns (5 merged, 0 gathered) in 0.004512318 sec., 450101.2561614673 rows/sec., 39.55 MiB/sec. | ||
| 2783 | 2024.10.10 06:02:26.033740 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.003704 sec., 8369.330453563714 rows/sec., 629.33 KiB/sec. | ||
| 2784 | 2024.10.10 06:02:26.033890 [ 193 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2785 | 2024.10.10 06:02:26.034300 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Debug> DynamicQueryHandler: Done processing query | ||
| 2786 | 2024.10.10 06:02:26.034332 [ 3 ] {e462390d-64fa-4e16-80fa-ddc4af043a80} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2787 | 2024.10.10 06:02:26.034365 [ 3 ] {} <Debug> HTTP-Session: b466510e-8cc1-4d84-b5e1-4327bfb18f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2788 | 2024.10.10 06:02:26.034531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2789 | 2024.10.10 06:02:26.034596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2790 | 2024.10.10 06:02:26.034618 [ 3 ] {} <Debug> HTTP-Session: 21cd84ce-6b20-42f1-af03-b3d82597dee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2791 | 2024.10.10 06:02:26.034644 [ 3 ] {} <Debug> HTTP-Session: 21cd84ce-6b20-42f1-af03-b3d82597dee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.10.10 06:02:26.034651 [ 193 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2793 | 2024.10.10 06:02:26.034661 [ 3 ] {} <Debug> HTTP-Session: 21cd84ce-6b20-42f1-af03-b3d82597dee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2794 | 2024.10.10 06:02:26.034710 [ 3 ] {} <Trace> HTTP-Session: 21cd84ce-6b20-42f1-af03-b3d82597dee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2795 | 2024.10.10 06:02:26.034749 [ 193 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_11_2} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2796 | 2024.10.10 06:02:26.034837 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2797 | 2024.10.10 06:02:26.034847 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2798 | 2024.10.10 06:02:26.034898 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2799 | 2024.10.10 06:02:26.035135 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2800 | 2024.10.10 06:02:26.035456 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2801 | 2024.10.10 06:02:26.035494 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2802 | 2024.10.10 06:02:26.035853 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2803 | 2024.10.10 06:02:26.036213 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2024.10.10 06:02:26.036376 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001571 sec., 8911.521323997455 rows/sec., 624.10 KiB/sec. | ||
| 2805 | 2024.10.10 06:02:26.036682 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2806 | 2024.10.10 06:02:26.036707 [ 3 ] {5e3e5956-7c79-47a2-99d6-25065b1035fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2807 | 2024.10.10 06:02:26.036724 [ 3 ] {} <Debug> HTTP-Session: 21cd84ce-6b20-42f1-af03-b3d82597dee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2808 | 2024.10.10 06:02:26.036859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2809 | 2024.10.10 06:02:26.036910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2810 | 2024.10.10 06:02:26.036930 [ 3 ] {} <Debug> HTTP-Session: 1d774455-5cdb-4b1c-ba4c-c1067f321b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2811 | 2024.10.10 06:02:26.036947 [ 3 ] {} <Debug> HTTP-Session: 1d774455-5cdb-4b1c-ba4c-c1067f321b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2812 | 2024.10.10 06:02:26.036961 [ 3 ] {} <Debug> HTTP-Session: 1d774455-5cdb-4b1c-ba4c-c1067f321b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2813 | 2024.10.10 06:02:26.036993 [ 3 ] {} <Trace> HTTP-Session: 1d774455-5cdb-4b1c-ba4c-c1067f321b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2814 | 2024.10.10 06:02:26.037092 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2815 | 2024.10.10 06:02:26.037138 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2816 | 2024.10.10 06:02:26.037392 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2817 | 2024.10.10 06:02:26.037735 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2818 | 2024.10.10 06:02:26.037772 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2819 | 2024.10.10 06:02:26.038120 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2820 | 2024.10.10 06:02:26.038486 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2821 | 2024.10.10 06:02:26.038650 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 224.22 KiB/sec. | ||
| 2822 | 2024.10.10 06:02:26.038954 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2823 | 2024.10.10 06:02:26.038979 [ 3 ] {1f84959d-6c10-4057-9411-b670ca4badd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2824 | 2024.10.10 06:02:26.038996 [ 3 ] {} <Debug> HTTP-Session: 1d774455-5cdb-4b1c-ba4c-c1067f321b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2825 | 2024.10.10 06:02:26.039169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2826 | 2024.10.10 06:02:26.039219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2827 | 2024.10.10 06:02:26.039238 [ 3 ] {} <Debug> HTTP-Session: 1f99d593-3476-4c98-8743-ec4a32461982 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2828 | 2024.10.10 06:02:26.039255 [ 3 ] {} <Debug> HTTP-Session: 1f99d593-3476-4c98-8743-ec4a32461982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2829 | 2024.10.10 06:02:26.039269 [ 3 ] {} <Debug> HTTP-Session: 1f99d593-3476-4c98-8743-ec4a32461982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2830 | 2024.10.10 06:02:26.039301 [ 3 ] {} <Trace> HTTP-Session: 1f99d593-3476-4c98-8743-ec4a32461982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2831 | 2024.10.10 06:02:26.039514 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2832 | 2024.10.10 06:02:26.039565 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2833 | 2024.10.10 06:02:26.040140 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2834 | 2024.10.10 06:02:26.040720 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2835 | 2024.10.10 06:02:26.040759 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2836 | 2024.10.10 06:02:26.041136 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2837 | 2024.10.10 06:02:26.041492 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2838 | 2024.10.10 06:02:26.041646 [ 58 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2839 | 2024.10.10 06:02:26.041658 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002244 sec., 184046.3458110517 rows/sec., 13.13 MiB/sec. | ||
| 2840 | 2024.10.10 06:02:26.041709 [ 58 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2841 | 2024.10.10 06:02:26.041777 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2842 | 2024.10.10 06:02:26.041945 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 2843 | 2024.10.10 06:02:26.041955 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Debug> DynamicQueryHandler: Done processing query | ||
| 2844 | 2024.10.10 06:02:26.041999 [ 3 ] {83a27006-01bc-4183-9a63-5464b04f8e65} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 2845 | 2024.10.10 06:02:26.042025 [ 3 ] {} <Debug> HTTP-Session: 1f99d593-3476-4c98-8743-ec4a32461982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2846 | 2024.10.10 06:02:26.042111 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2847 | 2024.10.10 06:02:26.042145 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 846 rows starting from the beginning of the part | ||
| 2848 | 2024.10.10 06:02:26.042179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2849 | 2024.10.10 06:02:26.042318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2850 | 2024.10.10 06:02:26.042357 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2851 | 2024.10.10 06:02:26.042402 [ 3 ] {} <Debug> HTTP-Session: 14ede4ff-2667-4eaa-b491-aa7ec64b0eea Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2852 | 2024.10.10 06:02:26.042471 [ 3 ] {} <Debug> HTTP-Session: 14ede4ff-2667-4eaa-b491-aa7ec64b0eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2853 | 2024.10.10 06:02:26.042531 [ 3 ] {} <Debug> HTTP-Session: 14ede4ff-2667-4eaa-b491-aa7ec64b0eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2854 | 2024.10.10 06:02:26.042665 [ 3 ] {} <Trace> HTTP-Session: 14ede4ff-2667-4eaa-b491-aa7ec64b0eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2024.10.10 06:02:26.042668 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2856 | 2024.10.10 06:02:26.043022 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 423 rows starting from the beginning of the part | ||
| 2857 | 2024.10.10 06:02:26.043039 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2858 | 2024.10.10 06:02:26.043166 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2859 | 2024.10.10 06:02:26.043275 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 2860 | 2024.10.10 06:02:26.043623 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 413 rows starting from the beginning of the part | ||
| 2861 | 2024.10.10 06:02:26.044184 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2862 | 2024.10.10 06:02:26.044626 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2863 | 2024.10.10 06:02:26.044665 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2864 | 2024.10.10 06:02:26.045213 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2865 | 2024.10.10 06:02:26.045666 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2866 | 2024.10.10 06:02:26.045743 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1882 rows, containing 5 columns (5 merged, 0 gathered) in 0.003839132 sec., 490214.9756767936 rows/sec., 37.42 MiB/sec. | ||
| 2867 | 2024.10.10 06:02:26.045904 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003025 sec., 1983.4710743801654 rows/sec., 103.63 KiB/sec. | ||
| 2868 | 2024.10.10 06:02:26.046156 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 2869 | 2024.10.10 06:02:26.046185 [ 3 ] {655f760b-484c-46fe-828b-fdd91a4cd0ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2870 | 2024.10.10 06:02:26.046209 [ 3 ] {} <Debug> HTTP-Session: 14ede4ff-2667-4eaa-b491-aa7ec64b0eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2871 | 2024.10.10 06:02:26.046283 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2872 | 2024.10.10 06:02:26.046417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2873 | 2024.10.10 06:02:26.046480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2874 | 2024.10.10 06:02:26.046528 [ 3 ] {} <Debug> HTTP-Session: e452f549-5fa3-401f-807d-1007ba71d405 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2875 | 2024.10.10 06:02:26.046569 [ 3 ] {} <Debug> HTTP-Session: e452f549-5fa3-401f-807d-1007ba71d405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2876 | 2024.10.10 06:02:26.046626 [ 3 ] {} <Debug> HTTP-Session: e452f549-5fa3-401f-807d-1007ba71d405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2877 | 2024.10.10 06:02:26.046746 [ 3 ] {} <Trace> HTTP-Session: e452f549-5fa3-401f-807d-1007ba71d405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2878 | 2024.10.10 06:02:26.047205 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2024.10.10 06:02:26.047217 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2880 | 2024.10.10 06:02:26.047332 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2881 | 2024.10.10 06:02:26.047397 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_11_2} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2882 | 2024.10.10 06:02:26.047627 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2883 | 2024.10.10 06:02:26.047725 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2884 | 2024.10.10 06:02:26.048144 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2024.10.10 06:02:26.048182 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2886 | 2024.10.10 06:02:26.048580 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2887 | 2024.10.10 06:02:26.048918 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2024.10.10 06:02:26.049079 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2889 | 2024.10.10 06:02:26.049089 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00211 sec., 112322.2748815166 rows/sec., 7.53 MiB/sec. | ||
| 2890 | 2024.10.10 06:02:26.049140 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2891 | 2024.10.10 06:02:26.049215 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2892 | 2024.10.10 06:02:26.049405 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2893 | 2024.10.10 06:02:26.049416 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 2894 | 2024.10.10 06:02:26.049440 [ 3 ] {f3211b57-1627-4920-b054-e38c2fde61d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2895 | 2024.10.10 06:02:26.049487 [ 3 ] {} <Debug> HTTP-Session: e452f549-5fa3-401f-807d-1007ba71d405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2896 | 2024.10.10 06:02:26.049660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2897 | 2024.10.10 06:02:26.049714 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2898 | 2024.10.10 06:02:26.049750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2899 | 2024.10.10 06:02:26.049795 [ 3 ] {} <Debug> HTTP-Session: b1c1382a-334e-4bee-8d88-77d7a66cafb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2900 | 2024.10.10 06:02:26.049808 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2682 rows starting from the beginning of the part | ||
| 2901 | 2024.10.10 06:02:26.049823 [ 3 ] {} <Debug> HTTP-Session: b1c1382a-334e-4bee-8d88-77d7a66cafb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2902 | 2024.10.10 06:02:26.049854 [ 3 ] {} <Debug> HTTP-Session: b1c1382a-334e-4bee-8d88-77d7a66cafb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2903 | 2024.10.10 06:02:26.049908 [ 3 ] {} <Trace> HTTP-Session: b1c1382a-334e-4bee-8d88-77d7a66cafb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2904 | 2024.10.10 06:02:26.050095 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2905 | 2024.10.10 06:02:26.050225 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2906 | 2024.10.10 06:02:26.050376 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2907 | 2024.10.10 06:02:26.050419 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2908 | 2024.10.10 06:02:26.050688 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2909 | 2024.10.10 06:02:26.051057 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2910 | 2024.10.10 06:02:26.051429 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2911 | 2024.10.10 06:02:26.051649 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2912 | 2024.10.10 06:02:26.052375 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2913 | 2024.10.10 06:02:26.052441 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2914 | 2024.10.10 06:02:26.053189 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2915 | 2024.10.10 06:02:26.054137 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2916 | 2024.10.10 06:02:26.054363 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004226 sec., 236.63038334122103 rows/sec., 15.94 KiB/sec. | ||
| 2917 | 2024.10.10 06:02:26.054858 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Debug> DynamicQueryHandler: Done processing query | ||
| 2918 | 2024.10.10 06:02:26.054883 [ 3 ] {48727298-825a-45d8-b7c6-66d62fd06dcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2919 | 2024.10.10 06:02:26.054909 [ 3 ] {} <Debug> HTTP-Session: b1c1382a-334e-4bee-8d88-77d7a66cafb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2920 | 2024.10.10 06:02:26.055128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2921 | 2024.10.10 06:02:26.055277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2922 | 2024.10.10 06:02:26.055315 [ 3 ] {} <Debug> HTTP-Session: e62cc13f-8ac0-4cdf-b96c-1046b4e17ece Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2923 | 2024.10.10 06:02:26.055345 [ 3 ] {} <Debug> HTTP-Session: e62cc13f-8ac0-4cdf-b96c-1046b4e17ece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2924 | 2024.10.10 06:02:26.055347 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3636 rows, containing 5 columns (5 merged, 0 gathered) in 0.006015584 sec., 604430.0935703 rows/sec., 40.74 MiB/sec. | ||
| 2925 | 2024.10.10 06:02:26.055367 [ 3 ] {} <Debug> HTTP-Session: e62cc13f-8ac0-4cdf-b96c-1046b4e17ece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2926 | 2024.10.10 06:02:26.055426 [ 3 ] {} <Trace> HTTP-Session: e62cc13f-8ac0-4cdf-b96c-1046b4e17ece Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2927 | 2024.10.10 06:02:26.055709 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2928 | 2024.10.10 06:02:26.056029 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2929 | 2024.10.10 06:02:26.056116 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <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 | ||
| 2930 | 2024.10.10 06:02:26.056292 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2024.10.10 06:02:26.056419 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2932 | 2024.10.10 06:02:26.056551 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 2933 | 2024.10.10 06:02:26.056782 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2934 | 2024.10.10 06:02:26.057496 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2935 | 2024.10.10 06:02:26.057534 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2936 | 2024.10.10 06:02:26.058162 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2937 | 2024.10.10 06:02:26.058586 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2938 | 2024.10.10 06:02:26.058808 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003267 sec., 9488.827670645853 rows/sec., 17.00 MiB/sec. | ||
| 2939 | 2024.10.10 06:02:26.059234 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2940 | 2024.10.10 06:02:26.059261 [ 3 ] {81bca0b3-9e10-458c-9b03-25281579f4f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 2941 | 2024.10.10 06:02:26.059278 [ 3 ] {} <Debug> HTTP-Session: e62cc13f-8ac0-4cdf-b96c-1046b4e17ece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2942 | 2024.10.10 06:02:26.059409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2943 | 2024.10.10 06:02:26.059458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2944 | 2024.10.10 06:02:26.059478 [ 3 ] {} <Debug> HTTP-Session: d1e754f6-28bc-4d35-9d51-0ef970713e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 2945 | 2024.10.10 06:02:26.059494 [ 3 ] {} <Debug> HTTP-Session: d1e754f6-28bc-4d35-9d51-0ef970713e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2946 | 2024.10.10 06:02:26.059508 [ 3 ] {} <Debug> HTTP-Session: d1e754f6-28bc-4d35-9d51-0ef970713e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2947 | 2024.10.10 06:02:26.059539 [ 3 ] {} <Trace> HTTP-Session: d1e754f6-28bc-4d35-9d51-0ef970713e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2948 | 2024.10.10 06:02:26.059664 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2949 | 2024.10.10 06:02:26.059709 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2950 | 2024.10.10 06:02:26.059845 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2951 | 2024.10.10 06:02:26.060216 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2952 | 2024.10.10 06:02:26.060253 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2953 | 2024.10.10 06:02:26.060611 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2954 | 2024.10.10 06:02:26.060940 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2955 | 2024.10.10 06:02:26.061089 [ 58 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2956 | 2024.10.10 06:02:26.061095 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00147 sec., 55782.31292517007 rows/sec., 3.54 MiB/sec. | ||
| 2957 | 2024.10.10 06:02:26.061129 [ 58 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2024.10.10 06:02:26.061186 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2959 | 2024.10.10 06:02:26.061400 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 2960 | 2024.10.10 06:02:26.061427 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2961 | 2024.10.10 06:02:26.061477 [ 3 ] {72855bb9-f6f7-427f-8a2e-854185547ee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2962 | 2024.10.10 06:02:26.061512 [ 3 ] {} <Debug> HTTP-Session: d1e754f6-28bc-4d35-9d51-0ef970713e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2963 | 2024.10.10 06:02:26.061636 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2964 | 2024.10.10 06:02:26.061683 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 258 rows starting from the beginning of the part | ||
| 2965 | 2024.10.10 06:02:26.061851 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2966 | 2024.10.10 06:02:26.062013 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2967 | 2024.10.10 06:02:26.062211 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2968 | 2024.10.10 06:02:26.062339 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2969 | 2024.10.10 06:02:26.062509 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2970 | 2024.10.10 06:02:26.063824 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 4 columns (4 merged, 0 gathered) in 0.002532341 sec., 237724.6982140241 rows/sec., 15.56 MiB/sec. | ||
| 2971 | 2024.10.10 06:02:26.064066 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2972 | 2024.10.10 06:02:26.064559 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2973 | 2024.10.10 06:02:26.064636 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_11_2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2974 | 2024.10.10 06:02:26.064716 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2975 | 2024.10.10 06:02:28.154808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 316 | ||
| 2976 | 2024.10.10 06:02:28.157628 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2977 | 2024.10.10 06:02:28.157688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2978 | 2024.10.10 06:02:28.159404 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2979 | 2024.10.10 06:02:28.160548 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2980 | 2024.10.10 06:02:28.160790 [ 56 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2981 | 2024.10.10 06:02:28.160912 [ 56 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2024.10.10 06:02:28.160983 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2983 | 2024.10.10 06:02:28.161619 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 2984 | 2024.10.10 06:02:28.162332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316 | ||
| 2985 | 2024.10.10 06:02:28.162929 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2986 | 2024.10.10 06:02:28.163067 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 2987 | 2024.10.10 06:02:28.163675 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 2988 | 2024.10.10 06:02:28.164215 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
| 2989 | 2024.10.10 06:02:28.164792 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 2990 | 2024.10.10 06:02:28.165212 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part | ||
| 2991 | 2024.10.10 06:02:28.165837 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
| 2992 | 2024.10.10 06:02:28.200200 [ 192 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 72 columns (72 merged, 0 gathered) in 0.039057486 sec., 8090.638501413019 rows/sec., 7.23 MiB/sec. | ||
| 2993 | 2024.10.10 06:02:28.201304 [ 192 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2994 | 2024.10.10 06:02:28.203134 [ 192 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2024.10.10 06:02:28.203242 [ 192 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_6_1} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2996 | 2024.10.10 06:02:28.203580 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. | ||
| 2997 | 2024.10.10 06:02:29.000167 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.22 MiB, peak 151.49 MiB, free memory in arenas 0.00 B, will set to 144.78 MiB (RSS), difference: 1.56 MiB | ||
| 2998 | 2024.10.10 06:02:30.971754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 172750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2999 | 2024.10.10 06:02:30.971896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3000 | 2024.10.10 06:02:30.971932 [ 3 ] {} <Debug> HTTP-Session: 0d1be40b-0223-4e9b-b8ca-d0592ad6d43e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3001 | 2024.10.10 06:02:30.971963 [ 3 ] {} <Debug> HTTP-Session: 0d1be40b-0223-4e9b-b8ca-d0592ad6d43e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3002 | 2024.10.10 06:02:30.971983 [ 3 ] {} <Debug> HTTP-Session: 0d1be40b-0223-4e9b-b8ca-d0592ad6d43e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3003 | 2024.10.10 06:02:30.972041 [ 3 ] {} <Trace> HTTP-Session: 0d1be40b-0223-4e9b-b8ca-d0592ad6d43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3004 | 2024.10.10 06:02:30.973005 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3005 | 2024.10.10 06:02:30.973079 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3006 | 2024.10.10 06:02:30.973416 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3007 | 2024.10.10 06:02:30.974838 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3008 | 2024.10.10 06:02:30.974887 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3009 | 2024.10.10 06:02:30.975472 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3010 | 2024.10.10 06:02:30.975887 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2024.10.10 06:02:30.976067 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.003757 sec., 318339.1003460208 rows/sec., 26.12 MiB/sec. | ||
| 3012 | 2024.10.10 06:02:30.976340 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3013 | 2024.10.10 06:02:30.976369 [ 3 ] {64435d00-7ace-4721-ae35-ccaeabc1aacb} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 3014 | 2024.10.10 06:02:30.976387 [ 3 ] {} <Debug> HTTP-Session: 0d1be40b-0223-4e9b-b8ca-d0592ad6d43e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3015 | 2024.10.10 06:02:30.976677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3016 | 2024.10.10 06:02:30.976740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3017 | 2024.10.10 06:02:30.976768 [ 3 ] {} <Debug> HTTP-Session: 594b0446-e832-4c0b-a652-7ab795df1fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3018 | 2024.10.10 06:02:30.976786 [ 3 ] {} <Debug> HTTP-Session: 594b0446-e832-4c0b-a652-7ab795df1fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3019 | 2024.10.10 06:02:30.976801 [ 3 ] {} <Debug> HTTP-Session: 594b0446-e832-4c0b-a652-7ab795df1fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3020 | 2024.10.10 06:02:30.976839 [ 3 ] {} <Trace> HTTP-Session: 594b0446-e832-4c0b-a652-7ab795df1fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3021 | 2024.10.10 06:02:30.977003 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3022 | 2024.10.10 06:02:30.977053 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3023 | 2024.10.10 06:02:30.977296 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3024 | 2024.10.10 06:02:30.977758 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2024.10.10 06:02:30.977798 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3026 | 2024.10.10 06:02:30.978208 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3027 | 2024.10.10 06:02:30.978609 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2024.10.10 06:02:30.978762 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001831 sec., 124522.11906062262 rows/sec., 8.43 MiB/sec. | ||
| 3029 | 2024.10.10 06:02:30.978969 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Debug> DynamicQueryHandler: Done processing query | ||
| 3030 | 2024.10.10 06:02:30.978997 [ 3 ] {50a47269-f0fb-4127-a12c-98d9cd273365} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3031 | 2024.10.10 06:02:30.979020 [ 3 ] {} <Debug> HTTP-Session: 594b0446-e832-4c0b-a652-7ab795df1fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3032 | 2024.10.10 06:02:30.979305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 85834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3033 | 2024.10.10 06:02:30.979363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3034 | 2024.10.10 06:02:30.979386 [ 3 ] {} <Debug> HTTP-Session: 5114977f-00e9-41a6-a000-af6aaadbfa95 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3035 | 2024.10.10 06:02:30.979404 [ 3 ] {} <Debug> HTTP-Session: 5114977f-00e9-41a6-a000-af6aaadbfa95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3036 | 2024.10.10 06:02:30.979424 [ 3 ] {} <Debug> HTTP-Session: 5114977f-00e9-41a6-a000-af6aaadbfa95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3037 | 2024.10.10 06:02:30.979465 [ 3 ] {} <Trace> HTTP-Session: 5114977f-00e9-41a6-a000-af6aaadbfa95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3038 | 2024.10.10 06:02:30.979803 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3039 | 2024.10.10 06:02:30.979856 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3040 | 2024.10.10 06:02:30.980102 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3041 | 2024.10.10 06:02:30.980807 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3042 | 2024.10.10 06:02:30.980853 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3043 | 2024.10.10 06:02:30.981334 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3044 | 2024.10.10 06:02:30.981726 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3045 | 2024.10.10 06:02:30.981885 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002305 sec., 225596.52928416483 rows/sec., 16.69 MiB/sec. | ||
| 3046 | 2024.10.10 06:02:30.982067 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Debug> DynamicQueryHandler: Done processing query | ||
| 3047 | 2024.10.10 06:02:30.982098 [ 3 ] {7f4e445b-b53d-4fa8-a3b0-b5d403332f20} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3048 | 2024.10.10 06:02:30.982120 [ 3 ] {} <Debug> HTTP-Session: 5114977f-00e9-41a6-a000-af6aaadbfa95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3049 | 2024.10.10 06:02:30.982446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 186758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3050 | 2024.10.10 06:02:30.982497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3051 | 2024.10.10 06:02:30.982517 [ 3 ] {} <Debug> HTTP-Session: 3369b010-79ca-41e3-91b4-8b55c55156a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3052 | 2024.10.10 06:02:30.982534 [ 3 ] {} <Debug> HTTP-Session: 3369b010-79ca-41e3-91b4-8b55c55156a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3053 | 2024.10.10 06:02:30.982548 [ 3 ] {} <Debug> HTTP-Session: 3369b010-79ca-41e3-91b4-8b55c55156a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3054 | 2024.10.10 06:02:30.982583 [ 3 ] {} <Trace> HTTP-Session: 3369b010-79ca-41e3-91b4-8b55c55156a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3055 | 2024.10.10 06:02:30.983112 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3056 | 2024.10.10 06:02:30.983764 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3057 | 2024.10.10 06:02:30.983916 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3058 | 2024.10.10 06:02:30.985051 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3059 | 2024.10.10 06:02:30.985268 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3060 | 2024.10.10 06:02:30.985785 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3061 | 2024.10.10 06:02:30.986160 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3062 | 2024.10.10 06:02:30.986317 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Debug> executeQuery: Read 986 rows, 67.82 KiB in 0.003573 sec., 275958.57822558074 rows/sec., 18.54 MiB/sec. | ||
| 3063 | 2024.10.10 06:02:30.986636 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3064 | 2024.10.10 06:02:30.986662 [ 3 ] {dde6662e-63ed-480f-a6bd-2cd84fc503dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 3065 | 2024.10.10 06:02:30.986678 [ 3 ] {} <Debug> HTTP-Session: 3369b010-79ca-41e3-91b4-8b55c55156a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3066 | 2024.10.10 06:02:30.987037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 8227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3067 | 2024.10.10 06:02:30.987091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3068 | 2024.10.10 06:02:30.987114 [ 3 ] {} <Debug> HTTP-Session: 96bbaedb-436f-4176-b34c-7638afe37881 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3069 | 2024.10.10 06:02:30.987132 [ 3 ] {} <Debug> HTTP-Session: 96bbaedb-436f-4176-b34c-7638afe37881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3070 | 2024.10.10 06:02:30.987147 [ 3 ] {} <Debug> HTTP-Session: 96bbaedb-436f-4176-b34c-7638afe37881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3071 | 2024.10.10 06:02:30.987181 [ 3 ] {} <Trace> HTTP-Session: 96bbaedb-436f-4176-b34c-7638afe37881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3072 | 2024.10.10 06:02:30.987306 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3073 | 2024.10.10 06:02:30.987353 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3074 | 2024.10.10 06:02:30.987507 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3075 | 2024.10.10 06:02:30.987851 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3076 | 2024.10.10 06:02:30.987892 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3077 | 2024.10.10 06:02:30.988273 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3078 | 2024.10.10 06:02:30.988610 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3079 | 2024.10.10 06:02:30.988769 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.00149 sec., 36241.61073825503 rows/sec., 2.44 MiB/sec. | ||
| 3080 | 2024.10.10 06:02:30.988992 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Debug> DynamicQueryHandler: Done processing query | ||
| 3081 | 2024.10.10 06:02:30.989021 [ 3 ] {c9a7d8ca-4006-47a2-bca6-f87b45ad7022} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3082 | 2024.10.10 06:02:30.989039 [ 3 ] {} <Debug> HTTP-Session: 96bbaedb-436f-4176-b34c-7638afe37881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3083 | 2024.10.10 06:02:31.011009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3084 | 2024.10.10 06:02:31.011070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3085 | 2024.10.10 06:02:31.011091 [ 3 ] {} <Debug> HTTP-Session: 829ab15f-77c5-4ab6-b4d1-8a1900b4ef30 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3086 | 2024.10.10 06:02:31.011108 [ 3 ] {} <Debug> HTTP-Session: 829ab15f-77c5-4ab6-b4d1-8a1900b4ef30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3087 | 2024.10.10 06:02:31.011122 [ 3 ] {} <Debug> HTTP-Session: 829ab15f-77c5-4ab6-b4d1-8a1900b4ef30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3088 | 2024.10.10 06:02:31.011155 [ 3 ] {} <Trace> HTTP-Session: 829ab15f-77c5-4ab6-b4d1-8a1900b4ef30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3089 | 2024.10.10 06:02:31.011341 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 3090 | 2024.10.10 06:02:31.011701 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3091 | 2024.10.10 06:02:31.011755 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <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 | ||
| 3092 | 2024.10.10 06:02:31.012107 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3093 | 2024.10.10 06:02:31.012185 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3094 | 2024.10.10 06:02:31.012353 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3095 | 2024.10.10 06:02:31.012499 [ 259 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3096 | 2024.10.10 06:02:31.012551 [ 258 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3097 | 2024.10.10 06:02:31.012591 [ 251 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3098 | 2024.10.10 06:02:31.012598 [ 260 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3099 | 2024.10.10 06:02:31.012817 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 3100 | 2024.10.10 06:02:31.012848 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3101 | 2024.10.10 06:02:31.012983 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3102 | 2024.10.10 06:02:31.013008 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 3103 | 2024.10.10 06:02:31.013051 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <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'))" | ||
| 3104 | 2024.10.10 06:02:31.013130 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <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'))" | ||
| 3105 | 2024.10.10 06:02:31.013173 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <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'))" | ||
| 3106 | 2024.10.10 06:02:31.013211 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <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'))" | ||
| 3107 | 2024.10.10 06:02:31.015903 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004657 sec., 8589.220528237063 rows/sec., 327.55 KiB/sec. | ||
| 3108 | 2024.10.10 06:02:31.016363 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3109 | 2024.10.10 06:02:31.016395 [ 3 ] {10ba8c8c-66da-4b2d-b5bc-6b874fe5975e} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 3110 | 2024.10.10 06:02:31.016417 [ 3 ] {} <Debug> HTTP-Session: 829ab15f-77c5-4ab6-b4d1-8a1900b4ef30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3111 | 2024.10.10 06:02:31.017787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3112 | 2024.10.10 06:02:31.017838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3113 | 2024.10.10 06:02:31.017859 [ 3 ] {} <Debug> HTTP-Session: 04091b58-b918-4059-bb4b-9824c4c87d74 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3114 | 2024.10.10 06:02:31.017875 [ 3 ] {} <Debug> HTTP-Session: 04091b58-b918-4059-bb4b-9824c4c87d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3115 | 2024.10.10 06:02:31.017889 [ 3 ] {} <Debug> HTTP-Session: 04091b58-b918-4059-bb4b-9824c4c87d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3116 | 2024.10.10 06:02:31.017920 [ 3 ] {} <Trace> HTTP-Session: 04091b58-b918-4059-bb4b-9824c4c87d74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3117 | 2024.10.10 06:02:31.018019 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3118 | 2024.10.10 06:02:31.018068 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3119 | 2024.10.10 06:02:31.018239 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3120 | 2024.10.10 06:02:31.018562 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3121 | 2024.10.10 06:02:31.018600 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3122 | 2024.10.10 06:02:31.019056 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3123 | 2024.10.10 06:02:31.019366 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3124 | 2024.10.10 06:02:31.019537 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001523 sec., 656.5988181221273 rows/sec., 148.76 KiB/sec. | ||
| 3125 | 2024.10.10 06:02:31.019837 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3126 | 2024.10.10 06:02:31.019864 [ 3 ] {0cff0b1f-4ef7-4c4c-a114-b535f347ddbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3127 | 2024.10.10 06:02:31.019881 [ 3 ] {} <Debug> HTTP-Session: 04091b58-b918-4059-bb4b-9824c4c87d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3128 | 2024.10.10 06:02:31.020048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3129 | 2024.10.10 06:02:31.020098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3130 | 2024.10.10 06:02:31.020117 [ 3 ] {} <Debug> HTTP-Session: 0f9f58ac-7aa6-4e58-ad5e-68e7361d69fb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3131 | 2024.10.10 06:02:31.020134 [ 3 ] {} <Debug> HTTP-Session: 0f9f58ac-7aa6-4e58-ad5e-68e7361d69fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3132 | 2024.10.10 06:02:31.020147 [ 3 ] {} <Debug> HTTP-Session: 0f9f58ac-7aa6-4e58-ad5e-68e7361d69fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3133 | 2024.10.10 06:02:31.020179 [ 3 ] {} <Trace> HTTP-Session: 0f9f58ac-7aa6-4e58-ad5e-68e7361d69fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3134 | 2024.10.10 06:02:31.020275 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3135 | 2024.10.10 06:02:31.020320 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3136 | 2024.10.10 06:02:31.020574 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3137 | 2024.10.10 06:02:31.020877 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2024.10.10 06:02:31.020914 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3139 | 2024.10.10 06:02:31.021257 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3140 | 2024.10.10 06:02:31.021619 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2024.10.10 06:02:31.021782 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001526 sec., 1310.615989515072 rows/sec., 106.87 KiB/sec. | ||
| 3142 | 2024.10.10 06:02:31.021991 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Debug> DynamicQueryHandler: Done processing query | ||
| 3143 | 2024.10.10 06:02:31.022016 [ 3 ] {3fec70c7-a569-4cd7-879e-bc9edab59dde} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3144 | 2024.10.10 06:02:31.022032 [ 3 ] {} <Debug> HTTP-Session: 0f9f58ac-7aa6-4e58-ad5e-68e7361d69fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3145 | 2024.10.10 06:02:31.022151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3146 | 2024.10.10 06:02:31.022199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3147 | 2024.10.10 06:02:31.022218 [ 3 ] {} <Debug> HTTP-Session: 083b1eff-acef-4420-8658-e7c389ec12c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3148 | 2024.10.10 06:02:31.022236 [ 3 ] {} <Debug> HTTP-Session: 083b1eff-acef-4420-8658-e7c389ec12c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3149 | 2024.10.10 06:02:31.022250 [ 3 ] {} <Debug> HTTP-Session: 083b1eff-acef-4420-8658-e7c389ec12c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3150 | 2024.10.10 06:02:31.022281 [ 3 ] {} <Trace> HTTP-Session: 083b1eff-acef-4420-8658-e7c389ec12c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3151 | 2024.10.10 06:02:31.022396 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3152 | 2024.10.10 06:02:31.022438 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3153 | 2024.10.10 06:02:31.022661 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3154 | 2024.10.10 06:02:31.022969 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3155 | 2024.10.10 06:02:31.023007 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3156 | 2024.10.10 06:02:31.023354 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3157 | 2024.10.10 06:02:31.023711 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3158 | 2024.10.10 06:02:31.023876 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Debug> executeQuery: Read 27 rows, 2.05 KiB in 0.0015 sec., 18000 rows/sec., 1.34 MiB/sec. | ||
| 3159 | 2024.10.10 06:02:31.024052 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Debug> DynamicQueryHandler: Done processing query | ||
| 3160 | 2024.10.10 06:02:31.024076 [ 3 ] {09d9e3f4-cfa4-4b49-87aa-7e35921bd171} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3161 | 2024.10.10 06:02:31.024092 [ 3 ] {} <Debug> HTTP-Session: 083b1eff-acef-4420-8658-e7c389ec12c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3162 | 2024.10.10 06:02:31.024231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3163 | 2024.10.10 06:02:31.024280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3164 | 2024.10.10 06:02:31.024300 [ 3 ] {} <Debug> HTTP-Session: 217bf6f9-3b4d-4bd3-9887-ecd456bbf5c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3165 | 2024.10.10 06:02:31.024317 [ 3 ] {} <Debug> HTTP-Session: 217bf6f9-3b4d-4bd3-9887-ecd456bbf5c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3166 | 2024.10.10 06:02:31.024331 [ 3 ] {} <Debug> HTTP-Session: 217bf6f9-3b4d-4bd3-9887-ecd456bbf5c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3167 | 2024.10.10 06:02:31.024362 [ 3 ] {} <Trace> HTTP-Session: 217bf6f9-3b4d-4bd3-9887-ecd456bbf5c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2024.10.10 06:02:31.024456 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3169 | 2024.10.10 06:02:31.024498 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3170 | 2024.10.10 06:02:31.024724 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3171 | 2024.10.10 06:02:31.025012 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3172 | 2024.10.10 06:02:31.025049 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3173 | 2024.10.10 06:02:31.025381 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3174 | 2024.10.10 06:02:31.025752 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3175 | 2024.10.10 06:02:31.025914 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001474 sec., 1356.8521031207597 rows/sec., 94.74 KiB/sec. | ||
| 3176 | 2024.10.10 06:02:31.026082 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Debug> DynamicQueryHandler: Done processing query | ||
| 3177 | 2024.10.10 06:02:31.026107 [ 3 ] {a5814413-391b-43f7-8cc5-30fc43df3819} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3178 | 2024.10.10 06:02:31.026123 [ 3 ] {} <Debug> HTTP-Session: 217bf6f9-3b4d-4bd3-9887-ecd456bbf5c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3179 | 2024.10.10 06:02:31.026236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3180 | 2024.10.10 06:02:31.026283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3181 | 2024.10.10 06:02:31.026303 [ 3 ] {} <Debug> HTTP-Session: cfb7e1c1-62f8-467e-b7f1-155c1351bc79 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3182 | 2024.10.10 06:02:31.026319 [ 3 ] {} <Debug> HTTP-Session: cfb7e1c1-62f8-467e-b7f1-155c1351bc79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3183 | 2024.10.10 06:02:31.026334 [ 3 ] {} <Debug> HTTP-Session: cfb7e1c1-62f8-467e-b7f1-155c1351bc79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3184 | 2024.10.10 06:02:31.026365 [ 3 ] {} <Trace> HTTP-Session: cfb7e1c1-62f8-467e-b7f1-155c1351bc79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3185 | 2024.10.10 06:02:31.026472 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3186 | 2024.10.10 06:02:31.026512 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3187 | 2024.10.10 06:02:31.026739 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3188 | 2024.10.10 06:02:31.027051 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2024.10.10 06:02:31.027088 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3190 | 2024.10.10 06:02:31.027426 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3191 | 2024.10.10 06:02:31.027783 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2024.10.10 06:02:31.027945 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001496 sec., 20053.47593582888 rows/sec., 1.57 MiB/sec. | ||
| 3193 | 2024.10.10 06:02:31.028118 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3194 | 2024.10.10 06:02:31.028144 [ 3 ] {e07a135f-7619-4ae5-ad32-1e7923efa3b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3195 | 2024.10.10 06:02:31.028161 [ 3 ] {} <Debug> HTTP-Session: cfb7e1c1-62f8-467e-b7f1-155c1351bc79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3196 | 2024.10.10 06:02:31.028301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3197 | 2024.10.10 06:02:31.028349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3198 | 2024.10.10 06:02:31.028369 [ 3 ] {} <Debug> HTTP-Session: afe205c8-00d6-47a1-957c-bcbaf3c3d54d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3199 | 2024.10.10 06:02:31.028386 [ 3 ] {} <Debug> HTTP-Session: afe205c8-00d6-47a1-957c-bcbaf3c3d54d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3200 | 2024.10.10 06:02:31.028400 [ 3 ] {} <Debug> HTTP-Session: afe205c8-00d6-47a1-957c-bcbaf3c3d54d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3201 | 2024.10.10 06:02:31.028431 [ 3 ] {} <Trace> HTTP-Session: afe205c8-00d6-47a1-957c-bcbaf3c3d54d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2024.10.10 06:02:31.028533 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3203 | 2024.10.10 06:02:31.028578 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3204 | 2024.10.10 06:02:31.028724 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3205 | 2024.10.10 06:02:31.028997 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2024.10.10 06:02:31.029032 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3207 | 2024.10.10 06:02:31.029388 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3208 | 2024.10.10 06:02:31.029731 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3209 | 2024.10.10 06:02:31.029855 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Debug> executeQuery: Read 21 rows, 1.49 KiB in 0.00135 sec., 15555.555555555555 rows/sec., 1.08 MiB/sec. | ||
| 3210 | 2024.10.10 06:02:31.030027 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3211 | 2024.10.10 06:02:31.030052 [ 3 ] {340c92a1-3113-4350-b420-a19dcd16216f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3212 | 2024.10.10 06:02:31.030068 [ 3 ] {} <Debug> HTTP-Session: afe205c8-00d6-47a1-957c-bcbaf3c3d54d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3213 | 2024.10.10 06:02:31.030170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3214 | 2024.10.10 06:02:31.030217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3215 | 2024.10.10 06:02:31.030237 [ 3 ] {} <Debug> HTTP-Session: 3b58b522-63ba-4628-8aa4-e2b5b1da409b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3216 | 2024.10.10 06:02:31.030253 [ 3 ] {} <Debug> HTTP-Session: 3b58b522-63ba-4628-8aa4-e2b5b1da409b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3217 | 2024.10.10 06:02:31.030267 [ 3 ] {} <Debug> HTTP-Session: 3b58b522-63ba-4628-8aa4-e2b5b1da409b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3218 | 2024.10.10 06:02:31.030298 [ 3 ] {} <Trace> HTTP-Session: 3b58b522-63ba-4628-8aa4-e2b5b1da409b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2024.10.10 06:02:31.030393 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3220 | 2024.10.10 06:02:31.030436 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3221 | 2024.10.10 06:02:31.030569 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3222 | 2024.10.10 06:02:31.030820 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2024.10.10 06:02:31.030855 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3224 | 2024.10.10 06:02:31.031227 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3225 | 2024.10.10 06:02:31.031549 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2024.10.10 06:02:31.031709 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 315.99 KiB/sec. | ||
| 3227 | 2024.10.10 06:02:31.031875 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Debug> DynamicQueryHandler: Done processing query | ||
| 3228 | 2024.10.10 06:02:31.031901 [ 3 ] {94016dfa-1d40-4d25-bf6f-d8ad84be2728} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3229 | 2024.10.10 06:02:31.031917 [ 3 ] {} <Debug> HTTP-Session: 3b58b522-63ba-4628-8aa4-e2b5b1da409b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3230 | 2024.10.10 06:02:33.072543 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3231 | 2024.10.10 06:02:33.072604 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3232 | 2024.10.10 06:02:36.025671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3233 | 2024.10.10 06:02:36.025789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3234 | 2024.10.10 06:02:36.025815 [ 3 ] {} <Debug> HTTP-Session: 0c06ac78-1548-4190-8341-e066a046916e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3235 | 2024.10.10 06:02:36.025839 [ 3 ] {} <Debug> HTTP-Session: 0c06ac78-1548-4190-8341-e066a046916e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3236 | 2024.10.10 06:02:36.025854 [ 3 ] {} <Debug> HTTP-Session: 0c06ac78-1548-4190-8341-e066a046916e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3237 | 2024.10.10 06:02:36.025903 [ 3 ] {} <Trace> HTTP-Session: 0c06ac78-1548-4190-8341-e066a046916e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2024.10.10 06:02:36.026149 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3239 | 2024.10.10 06:02:36.026216 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3240 | 2024.10.10 06:02:36.026550 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3241 | 2024.10.10 06:02:36.027184 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3242 | 2024.10.10 06:02:36.027226 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3243 | 2024.10.10 06:02:36.027660 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3244 | 2024.10.10 06:02:36.028049 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3245 | 2024.10.10 06:02:36.028218 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002177 sec., 115296.27928341753 rows/sec., 10.21 MiB/sec. | ||
| 3246 | 2024.10.10 06:02:36.028437 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Debug> DynamicQueryHandler: Done processing query | ||
| 3247 | 2024.10.10 06:02:36.028465 [ 3 ] {a45ab630-f4da-4ae8-a7f7-cdbaf2e54609} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 3248 | 2024.10.10 06:02:36.028482 [ 3 ] {} <Debug> HTTP-Session: 0c06ac78-1548-4190-8341-e066a046916e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3249 | 2024.10.10 06:02:36.028659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3250 | 2024.10.10 06:02:36.028708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3251 | 2024.10.10 06:02:36.028728 [ 3 ] {} <Debug> HTTP-Session: aefe5141-d553-4cc3-a454-536a1f55e38d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3252 | 2024.10.10 06:02:36.028744 [ 3 ] {} <Debug> HTTP-Session: aefe5141-d553-4cc3-a454-536a1f55e38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3253 | 2024.10.10 06:02:36.028758 [ 3 ] {} <Debug> HTTP-Session: aefe5141-d553-4cc3-a454-536a1f55e38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3254 | 2024.10.10 06:02:36.028790 [ 3 ] {} <Trace> HTTP-Session: aefe5141-d553-4cc3-a454-536a1f55e38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3255 | 2024.10.10 06:02:36.028905 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3256 | 2024.10.10 06:02:36.028950 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3257 | 2024.10.10 06:02:36.029178 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3258 | 2024.10.10 06:02:36.029553 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3259 | 2024.10.10 06:02:36.029591 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3260 | 2024.10.10 06:02:36.029966 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3261 | 2024.10.10 06:02:36.030334 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3262 | 2024.10.10 06:02:36.030487 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001613 sec., 19218.846869187848 rows/sec., 1.41 MiB/sec. | ||
| 3263 | 2024.10.10 06:02:36.030515 [ 44 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3264 | 2024.10.10 06:02:36.030653 [ 44 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3265 | 2024.10.10 06:02:36.030709 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3266 | 2024.10.10 06:02:36.030760 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3267 | 2024.10.10 06:02:36.030835 [ 3 ] {c819cd3d-77c9-421a-93fa-4ec58807751f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3268 | 2024.10.10 06:02:36.030939 [ 3 ] {} <Debug> HTTP-Session: aefe5141-d553-4cc3-a454-536a1f55e38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3269 | 2024.10.10 06:02:36.031188 [ 192 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 3270 | 2024.10.10 06:02:36.031238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3271 | 2024.10.10 06:02:36.031339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3272 | 2024.10.10 06:02:36.031376 [ 3 ] {} <Debug> HTTP-Session: 67821365-94c1-435c-a085-09440b94930c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3273 | 2024.10.10 06:02:36.031420 [ 3 ] {} <Debug> HTTP-Session: 67821365-94c1-435c-a085-09440b94930c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3274 | 2024.10.10 06:02:36.031454 [ 3 ] {} <Debug> HTTP-Session: 67821365-94c1-435c-a085-09440b94930c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3275 | 2024.10.10 06:02:36.031535 [ 3 ] {} <Trace> HTTP-Session: 67821365-94c1-435c-a085-09440b94930c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3276 | 2024.10.10 06:02:36.031623 [ 192 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3277 | 2024.10.10 06:02:36.031728 [ 192 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 3278 | 2024.10.10 06:02:36.031743 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3279 | 2024.10.10 06:02:36.031828 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3280 | 2024.10.10 06:02:36.031992 [ 192 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 3281 | 2024.10.10 06:02:36.032322 [ 192 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
| 3282 | 2024.10.10 06:02:36.032644 [ 192 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 3283 | 2024.10.10 06:02:36.032912 [ 192 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 3284 | 2024.10.10 06:02:36.033228 [ 192 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 3285 | 2024.10.10 06:02:36.033945 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3286 | 2024.10.10 06:02:36.034787 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2024.10.10 06:02:36.034854 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3288 | 2024.10.10 06:02:36.035970 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3289 | 2024.10.10 06:02:36.036326 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 111 rows, containing 5 columns (5 merged, 0 gathered) in 0.005511792 sec., 20138.640935652144 rows/sec., 1.55 MiB/sec. | ||
| 3290 | 2024.10.10 06:02:36.036618 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3291 | 2024.10.10 06:02:36.036689 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3292 | 2024.10.10 06:02:36.036964 [ 44 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3293 | 2024.10.10 06:02:36.037024 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005334 sec., 2624.6719160104985 rows/sec., 183.81 KiB/sec. | ||
| 3294 | 2024.10.10 06:02:36.037052 [ 44 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2024.10.10 06:02:36.037133 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3296 | 2024.10.10 06:02:36.037843 [ 201 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 3297 | 2024.10.10 06:02:36.037974 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Debug> DynamicQueryHandler: Done processing query | ||
| 3298 | 2024.10.10 06:02:36.038022 [ 3 ] {c3c5458b-eb5a-463e-abf0-6b4949688e97} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3299 | 2024.10.10 06:02:36.038094 [ 3 ] {} <Debug> HTTP-Session: 67821365-94c1-435c-a085-09440b94930c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3300 | 2024.10.10 06:02:36.038240 [ 201 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3301 | 2024.10.10 06:02:36.038308 [ 201 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 3302 | 2024.10.10 06:02:36.038309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3303 | 2024.10.10 06:02:36.038395 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3304 | 2024.10.10 06:02:36.038439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3305 | 2024.10.10 06:02:36.038541 [ 3 ] {} <Debug> HTTP-Session: f2e0e7eb-9770-49b3-b3d9-e6ad6c71619a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3306 | 2024.10.10 06:02:36.038680 [ 3 ] {} <Debug> HTTP-Session: f2e0e7eb-9770-49b3-b3d9-e6ad6c71619a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3307 | 2024.10.10 06:02:36.038760 [ 201 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 242 rows starting from the beginning of the part | ||
| 3308 | 2024.10.10 06:02:36.038776 [ 3 ] {} <Debug> HTTP-Session: f2e0e7eb-9770-49b3-b3d9-e6ad6c71619a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3309 | 2024.10.10 06:02:36.038856 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_6_1} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3310 | 2024.10.10 06:02:36.038904 [ 3 ] {} <Trace> HTTP-Session: f2e0e7eb-9770-49b3-b3d9-e6ad6c71619a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3311 | 2024.10.10 06:02:36.039141 [ 201 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 3312 | 2024.10.10 06:02:36.039221 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3313 | 2024.10.10 06:02:36.039231 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3314 | 2024.10.10 06:02:36.039479 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3315 | 2024.10.10 06:02:36.039533 [ 201 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 3316 | 2024.10.10 06:02:36.039874 [ 201 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 3317 | 2024.10.10 06:02:36.040151 [ 201 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3318 | 2024.10.10 06:02:36.040680 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3319 | 2024.10.10 06:02:36.041216 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3320 | 2024.10.10 06:02:36.041268 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3321 | 2024.10.10 06:02:36.041793 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3322 | 2024.10.10 06:02:36.041922 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004600651 sec., 114331.64567362315 rows/sec., 7.77 MiB/sec. | ||
| 3323 | 2024.10.10 06:02:36.042304 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3324 | 2024.10.10 06:02:36.042534 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2024.10.10 06:02:36.042815 [ 44 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3326 | 2024.10.10 06:02:36.042894 [ 44 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3327 | 2024.10.10 06:02:36.042950 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3328 | 2024.10.10 06:02:36.043216 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003999 sec., 1500.3750937734433 rows/sec., 88.65 KiB/sec. | ||
| 3329 | 2024.10.10 06:02:36.043535 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 3330 | 2024.10.10 06:02:36.043674 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3331 | 2024.10.10 06:02:36.043920 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3332 | 2024.10.10 06:02:36.044000 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_6_1} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3333 | 2024.10.10 06:02:36.044023 [ 3 ] {2ff808d4-02df-4893-8910-4862971759e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3334 | 2024.10.10 06:02:36.044081 [ 3 ] {} <Debug> HTTP-Session: f2e0e7eb-9770-49b3-b3d9-e6ad6c71619a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3335 | 2024.10.10 06:02:36.044099 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3336 | 2024.10.10 06:02:36.044239 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 3337 | 2024.10.10 06:02:36.044252 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3338 | 2024.10.10 06:02:36.044384 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 3339 | 2024.10.10 06:02:36.044481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3340 | 2024.10.10 06:02:36.044632 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 3341 | 2024.10.10 06:02:36.044662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3342 | 2024.10.10 06:02:36.044745 [ 3 ] {} <Debug> HTTP-Session: bbf20450-bcf5-4123-aa3e-2ab68d65a629 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3343 | 2024.10.10 06:02:36.044864 [ 3 ] {} <Debug> HTTP-Session: bbf20450-bcf5-4123-aa3e-2ab68d65a629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3344 | 2024.10.10 06:02:36.044890 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 3345 | 2024.10.10 06:02:36.044944 [ 3 ] {} <Debug> HTTP-Session: bbf20450-bcf5-4123-aa3e-2ab68d65a629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3346 | 2024.10.10 06:02:36.045178 [ 3 ] {} <Trace> HTTP-Session: bbf20450-bcf5-4123-aa3e-2ab68d65a629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3347 | 2024.10.10 06:02:36.045202 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 3348 | 2024.10.10 06:02:36.045792 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3349 | 2024.10.10 06:02:36.045888 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3350 | 2024.10.10 06:02:36.046739 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3351 | 2024.10.10 06:02:36.047464 [ 192 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004225252 sec., 7100.168226652518 rows/sec., 450.69 KiB/sec. | ||
| 3352 | 2024.10.10 06:02:36.047749 [ 192 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3353 | 2024.10.10 06:02:36.047921 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3354 | 2024.10.10 06:02:36.047976 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3355 | 2024.10.10 06:02:36.048970 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3356 | 2024.10.10 06:02:36.048968 [ 192 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_5_1} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3357 | 2024.10.10 06:02:36.049132 [ 192 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_5_1} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3358 | 2024.10.10 06:02:36.049394 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3359 | 2024.10.10 06:02:36.049651 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2024.10.10 06:02:36.049834 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.004386 sec., 94163.24669402644 rows/sec., 6.72 MiB/sec. | ||
| 3361 | 2024.10.10 06:02:36.050182 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3362 | 2024.10.10 06:02:36.050207 [ 3 ] {ad021252-4a60-4ce2-8fef-a1bc08d4d08a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 3363 | 2024.10.10 06:02:36.050224 [ 3 ] {} <Debug> HTTP-Session: bbf20450-bcf5-4123-aa3e-2ab68d65a629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3364 | 2024.10.10 06:02:36.050428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3365 | 2024.10.10 06:02:36.050478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3366 | 2024.10.10 06:02:36.050497 [ 3 ] {} <Debug> HTTP-Session: 41e6e6b2-d843-420b-965b-e022b3788eea Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3367 | 2024.10.10 06:02:36.050515 [ 3 ] {} <Debug> HTTP-Session: 41e6e6b2-d843-420b-965b-e022b3788eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3368 | 2024.10.10 06:02:36.050529 [ 3 ] {} <Debug> HTTP-Session: 41e6e6b2-d843-420b-965b-e022b3788eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3369 | 2024.10.10 06:02:36.050563 [ 3 ] {} <Trace> HTTP-Session: 41e6e6b2-d843-420b-965b-e022b3788eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3370 | 2024.10.10 06:02:36.050661 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3371 | 2024.10.10 06:02:36.050707 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3372 | 2024.10.10 06:02:36.050858 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3373 | 2024.10.10 06:02:36.051142 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3374 | 2024.10.10 06:02:36.051178 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3375 | 2024.10.10 06:02:36.051538 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3376 | 2024.10.10 06:02:36.051868 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3377 | 2024.10.10 06:02:36.052030 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec. | ||
| 3378 | 2024.10.10 06:02:36.052202 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 3379 | 2024.10.10 06:02:36.052227 [ 3 ] {28b89e54-5931-4351-83a9-45186cb7e9ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3380 | 2024.10.10 06:02:36.052243 [ 3 ] {} <Debug> HTTP-Session: 41e6e6b2-d843-420b-965b-e022b3788eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3381 | 2024.10.10 06:02:36.052399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3382 | 2024.10.10 06:02:36.052446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3383 | 2024.10.10 06:02:36.052466 [ 3 ] {} <Debug> HTTP-Session: a641e56c-41a6-4587-9829-ac99706c5693 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3384 | 2024.10.10 06:02:36.052482 [ 3 ] {} <Debug> HTTP-Session: a641e56c-41a6-4587-9829-ac99706c5693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3385 | 2024.10.10 06:02:36.052496 [ 3 ] {} <Debug> HTTP-Session: a641e56c-41a6-4587-9829-ac99706c5693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3386 | 2024.10.10 06:02:36.052533 [ 3 ] {} <Trace> HTTP-Session: a641e56c-41a6-4587-9829-ac99706c5693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3387 | 2024.10.10 06:02:36.052735 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3388 | 2024.10.10 06:02:36.052784 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3389 | 2024.10.10 06:02:36.052932 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3390 | 2024.10.10 06:02:36.053369 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3391 | 2024.10.10 06:02:36.053406 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3392 | 2024.10.10 06:02:36.053828 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3393 | 2024.10.10 06:02:36.054178 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3394 | 2024.10.10 06:02:36.054315 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 3395 | 2024.10.10 06:02:36.054498 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3396 | 2024.10.10 06:02:36.054523 [ 3 ] {bea93ced-deb9-4a50-b5ce-42749149764b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3397 | 2024.10.10 06:02:36.054539 [ 3 ] {} <Debug> HTTP-Session: a641e56c-41a6-4587-9829-ac99706c5693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3398 | 2024.10.10 06:02:36.054683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3399 | 2024.10.10 06:02:36.054732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3400 | 2024.10.10 06:02:36.054750 [ 3 ] {} <Debug> HTTP-Session: b63b7fc2-cebc-4f5b-81df-e29718d58598 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3401 | 2024.10.10 06:02:36.054767 [ 3 ] {} <Debug> HTTP-Session: b63b7fc2-cebc-4f5b-81df-e29718d58598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3402 | 2024.10.10 06:02:36.054781 [ 3 ] {} <Debug> HTTP-Session: b63b7fc2-cebc-4f5b-81df-e29718d58598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3403 | 2024.10.10 06:02:36.054811 [ 3 ] {} <Trace> HTTP-Session: b63b7fc2-cebc-4f5b-81df-e29718d58598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3404 | 2024.10.10 06:02:36.054902 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3405 | 2024.10.10 06:02:36.054946 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3406 | 2024.10.10 06:02:36.055078 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3407 | 2024.10.10 06:02:36.055351 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2024.10.10 06:02:36.055387 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3409 | 2024.10.10 06:02:36.055742 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3410 | 2024.10.10 06:02:36.056065 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2024.10.10 06:02:36.056218 [ 42 ] {} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3412 | 2024.10.10 06:02:36.056226 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 3413 | 2024.10.10 06:02:36.056280 [ 42 ] {} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2024.10.10 06:02:36.056342 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3415 | 2024.10.10 06:02:36.056501 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::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 | ||
| 3416 | 2024.10.10 06:02:36.056558 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3417 | 2024.10.10 06:02:36.056604 [ 3 ] {3fad77a2-d315-4ec3-a929-82194e6a16f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3418 | 2024.10.10 06:02:36.056648 [ 3 ] {} <Debug> HTTP-Session: b63b7fc2-cebc-4f5b-81df-e29718d58598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3419 | 2024.10.10 06:02:36.056736 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3420 | 2024.10.10 06:02:36.056771 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::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 | ||
| 3421 | 2024.10.10 06:02:36.056871 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::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 | ||
| 3422 | 2024.10.10 06:02:36.056967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3423 | 2024.10.10 06:02:36.057162 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::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 | ||
| 3424 | 2024.10.10 06:02:36.057259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3425 | 2024.10.10 06:02:36.057378 [ 3 ] {} <Debug> HTTP-Session: 989f7c23-92ae-4b4d-ad12-2d4c35235592 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3426 | 2024.10.10 06:02:36.057413 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::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 | ||
| 3427 | 2024.10.10 06:02:36.057466 [ 3 ] {} <Debug> HTTP-Session: 989f7c23-92ae-4b4d-ad12-2d4c35235592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3428 | 2024.10.10 06:02:36.057543 [ 3 ] {} <Debug> HTTP-Session: 989f7c23-92ae-4b4d-ad12-2d4c35235592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3429 | 2024.10.10 06:02:36.057699 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::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 | ||
| 3430 | 2024.10.10 06:02:36.057747 [ 3 ] {} <Trace> HTTP-Session: 989f7c23-92ae-4b4d-ad12-2d4c35235592 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3431 | 2024.10.10 06:02:36.058563 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3432 | 2024.10.10 06:02:36.058774 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <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 | ||
| 3433 | 2024.10.10 06:02:36.060208 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00377745 sec., 1323.6442573693894 rows/sec., 89.19 KiB/sec. | ||
| 3434 | 2024.10.10 06:02:36.060427 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3435 | 2024.10.10 06:02:36.060670 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3436 | 2024.10.10 06:02:36.061154 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_5_1} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2024.10.10 06:02:36.061237 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_5_1} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3438 | 2024.10.10 06:02:36.061315 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3439 | 2024.10.10 06:02:36.061610 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3440 | 2024.10.10 06:02:36.061651 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3441 | 2024.10.10 06:02:36.062310 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3442 | 2024.10.10 06:02:36.062736 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3443 | 2024.10.10 06:02:36.062934 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004863 sec., 6374.665844129138 rows/sec., 11.42 MiB/sec. | ||
| 3444 | 2024.10.10 06:02:36.063276 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Debug> DynamicQueryHandler: Done processing query | ||
| 3445 | 2024.10.10 06:02:36.063301 [ 3 ] {77338cdc-9d71-4d17-ac04-0493e34c0011} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 3446 | 2024.10.10 06:02:36.063318 [ 3 ] {} <Debug> HTTP-Session: 989f7c23-92ae-4b4d-ad12-2d4c35235592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3447 | 2024.10.10 06:02:36.063453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3448 | 2024.10.10 06:02:36.063502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3449 | 2024.10.10 06:02:36.063545 [ 3 ] {} <Debug> HTTP-Session: a6c88efa-02fb-4569-8c83-37a38c96e061 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3450 | 2024.10.10 06:02:36.063562 [ 3 ] {} <Debug> HTTP-Session: a6c88efa-02fb-4569-8c83-37a38c96e061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3451 | 2024.10.10 06:02:36.063576 [ 3 ] {} <Debug> HTTP-Session: a6c88efa-02fb-4569-8c83-37a38c96e061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3452 | 2024.10.10 06:02:36.063607 [ 3 ] {} <Trace> HTTP-Session: a6c88efa-02fb-4569-8c83-37a38c96e061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3453 | 2024.10.10 06:02:36.063744 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3454 | 2024.10.10 06:02:36.063790 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3455 | 2024.10.10 06:02:36.063921 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3456 | 2024.10.10 06:02:36.064225 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3457 | 2024.10.10 06:02:36.064262 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3458 | 2024.10.10 06:02:36.064630 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3459 | 2024.10.10 06:02:36.064952 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2024.10.10 06:02:36.065106 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001408 sec., 58238.63636363637 rows/sec., 3.70 MiB/sec. | ||
| 3461 | 2024.10.10 06:02:36.065292 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Debug> DynamicQueryHandler: Done processing query | ||
| 3462 | 2024.10.10 06:02:36.065318 [ 3 ] {83e3c1fa-57f8-4abc-b9a9-8a733cf6e723} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3463 | 2024.10.10 06:02:36.065333 [ 3 ] {} <Debug> HTTP-Session: a6c88efa-02fb-4569-8c83-37a38c96e061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3464 | 2024.10.10 06:02:38.163451 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 362 | ||
| 3465 | 2024.10.10 06:02:38.166569 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3466 | 2024.10.10 06:02:38.166617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
| 3467 | 2024.10.10 06:02:38.168214 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3468 | 2024.10.10 06:02:38.169233 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3469 | 2024.10.10 06:02:38.169753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 362 | ||
| 3470 | 2024.10.10 06:02:41.020956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3471 | 2024.10.10 06:02:41.021096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3472 | 2024.10.10 06:02:41.021127 [ 3 ] {} <Debug> HTTP-Session: 5581eafc-b3a7-49b6-a417-19bc0e5c01dd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3473 | 2024.10.10 06:02:41.021157 [ 3 ] {} <Debug> HTTP-Session: 5581eafc-b3a7-49b6-a417-19bc0e5c01dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3474 | 2024.10.10 06:02:41.021175 [ 3 ] {} <Debug> HTTP-Session: 5581eafc-b3a7-49b6-a417-19bc0e5c01dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3475 | 2024.10.10 06:02:41.021232 [ 3 ] {} <Trace> HTTP-Session: 5581eafc-b3a7-49b6-a417-19bc0e5c01dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3476 | 2024.10.10 06:02:41.021427 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3477 | 2024.10.10 06:02:41.021511 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3478 | 2024.10.10 06:02:41.021882 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3479 | 2024.10.10 06:02:41.022319 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2024.10.10 06:02:41.022365 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3481 | 2024.10.10 06:02:41.022780 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3482 | 2024.10.10 06:02:41.023173 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2024.10.10 06:02:41.023336 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001963 sec., 1018.8487009679063 rows/sec., 83.08 KiB/sec. | ||
| 3484 | 2024.10.10 06:02:41.023569 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3485 | 2024.10.10 06:02:41.023600 [ 3 ] {0163cbf2-562f-4430-aaf0-b4791af217d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3486 | 2024.10.10 06:02:41.023616 [ 3 ] {} <Debug> HTTP-Session: 5581eafc-b3a7-49b6-a417-19bc0e5c01dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3487 | 2024.10.10 06:02:41.023781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3488 | 2024.10.10 06:02:41.023840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3489 | 2024.10.10 06:02:41.023861 [ 3 ] {} <Debug> HTTP-Session: fb4dcd3e-5af3-4a36-9c9c-6816379f921a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3490 | 2024.10.10 06:02:41.023879 [ 3 ] {} <Debug> HTTP-Session: fb4dcd3e-5af3-4a36-9c9c-6816379f921a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3491 | 2024.10.10 06:02:41.023893 [ 3 ] {} <Debug> HTTP-Session: fb4dcd3e-5af3-4a36-9c9c-6816379f921a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3492 | 2024.10.10 06:02:41.023928 [ 3 ] {} <Trace> HTTP-Session: fb4dcd3e-5af3-4a36-9c9c-6816379f921a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3493 | 2024.10.10 06:02:41.024067 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3494 | 2024.10.10 06:02:41.024115 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3495 | 2024.10.10 06:02:41.024352 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3496 | 2024.10.10 06:02:41.024754 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2024.10.10 06:02:41.024800 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3498 | 2024.10.10 06:02:41.025258 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3499 | 2024.10.10 06:02:41.025930 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3500 | 2024.10.10 06:02:41.026072 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Debug> executeQuery: Read 75 rows, 6.14 KiB in 0.002054 sec., 36514.11879259981 rows/sec., 2.92 MiB/sec. | ||
| 3501 | 2024.10.10 06:02:41.026428 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3502 | 2024.10.10 06:02:41.026455 [ 3 ] {e97e8531-e404-4375-ad3e-32ab790ef40f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3503 | 2024.10.10 06:02:41.026472 [ 3 ] {} <Debug> HTTP-Session: fb4dcd3e-5af3-4a36-9c9c-6816379f921a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3504 | 2024.10.10 06:02:41.026624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3505 | 2024.10.10 06:02:41.026680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3506 | 2024.10.10 06:02:41.026699 [ 3 ] {} <Debug> HTTP-Session: 4fa87113-386a-45ce-b82e-389e4455ddc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3507 | 2024.10.10 06:02:41.026717 [ 3 ] {} <Debug> HTTP-Session: 4fa87113-386a-45ce-b82e-389e4455ddc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3508 | 2024.10.10 06:02:41.026731 [ 3 ] {} <Debug> HTTP-Session: 4fa87113-386a-45ce-b82e-389e4455ddc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3509 | 2024.10.10 06:02:41.026767 [ 3 ] {} <Trace> HTTP-Session: 4fa87113-386a-45ce-b82e-389e4455ddc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3510 | 2024.10.10 06:02:41.026877 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3511 | 2024.10.10 06:02:41.026924 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3512 | 2024.10.10 06:02:41.027184 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3513 | 2024.10.10 06:02:41.027579 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2024.10.10 06:02:41.027617 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3515 | 2024.10.10 06:02:41.027973 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3516 | 2024.10.10 06:02:41.028344 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2024.10.10 06:02:41.028472 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001627 sec., 6760.909649661955 rows/sec., 501.79 KiB/sec. | ||
| 3518 | 2024.10.10 06:02:41.028770 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3519 | 2024.10.10 06:02:41.028795 [ 3 ] {6d11023d-002c-45cc-9dce-5cffa08b274d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3520 | 2024.10.10 06:02:41.028812 [ 3 ] {} <Debug> HTTP-Session: 4fa87113-386a-45ce-b82e-389e4455ddc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3521 | 2024.10.10 06:02:41.029014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14469, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3522 | 2024.10.10 06:02:41.029065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3523 | 2024.10.10 06:02:41.029084 [ 3 ] {} <Debug> HTTP-Session: d49bb3c0-7fe9-4fc8-85fd-e44dfa4d87cd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3524 | 2024.10.10 06:02:41.029100 [ 3 ] {} <Debug> HTTP-Session: d49bb3c0-7fe9-4fc8-85fd-e44dfa4d87cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3525 | 2024.10.10 06:02:41.029114 [ 3 ] {} <Debug> HTTP-Session: d49bb3c0-7fe9-4fc8-85fd-e44dfa4d87cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3526 | 2024.10.10 06:02:41.029146 [ 3 ] {} <Trace> HTTP-Session: d49bb3c0-7fe9-4fc8-85fd-e44dfa4d87cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3527 | 2024.10.10 06:02:41.029271 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3528 | 2024.10.10 06:02:41.029316 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3529 | 2024.10.10 06:02:41.029562 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3530 | 2024.10.10 06:02:41.029937 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2024.10.10 06:02:41.029974 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3532 | 2024.10.10 06:02:41.030338 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3533 | 2024.10.10 06:02:41.030695 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2024.10.10 06:02:41.030824 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Debug> executeQuery: Read 85 rows, 6.81 KiB in 0.0016 sec., 53125 rows/sec., 4.16 MiB/sec. | ||
| 3535 | 2024.10.10 06:02:41.030997 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3536 | 2024.10.10 06:02:41.031022 [ 3 ] {60e3c310-7749-4dda-abc0-cdeca8f02aa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3537 | 2024.10.10 06:02:41.031037 [ 3 ] {} <Debug> HTTP-Session: d49bb3c0-7fe9-4fc8-85fd-e44dfa4d87cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3538 | 2024.10.10 06:02:41.031220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3539 | 2024.10.10 06:02:41.031271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3540 | 2024.10.10 06:02:41.031291 [ 3 ] {} <Debug> HTTP-Session: 93035379-8458-4e12-8644-4ad34451e967 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3541 | 2024.10.10 06:02:41.031308 [ 3 ] {} <Debug> HTTP-Session: 93035379-8458-4e12-8644-4ad34451e967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3542 | 2024.10.10 06:02:41.031321 [ 3 ] {} <Debug> HTTP-Session: 93035379-8458-4e12-8644-4ad34451e967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3543 | 2024.10.10 06:02:41.031353 [ 3 ] {} <Trace> HTTP-Session: 93035379-8458-4e12-8644-4ad34451e967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3544 | 2024.10.10 06:02:41.031506 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3545 | 2024.10.10 06:02:41.031552 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3546 | 2024.10.10 06:02:41.031696 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3547 | 2024.10.10 06:02:41.032114 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3548 | 2024.10.10 06:02:41.032151 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3549 | 2024.10.10 06:02:41.032545 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3550 | 2024.10.10 06:02:41.032899 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3551 | 2024.10.10 06:02:41.033031 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001596 sec., 100877.19298245614 rows/sec., 7.03 MiB/sec. | ||
| 3552 | 2024.10.10 06:02:41.033366 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Debug> DynamicQueryHandler: Done processing query | ||
| 3553 | 2024.10.10 06:02:41.033392 [ 3 ] {5e88f4a7-6585-4d66-9fc4-c206a7a7f401} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3554 | 2024.10.10 06:02:41.033408 [ 3 ] {} <Debug> HTTP-Session: 93035379-8458-4e12-8644-4ad34451e967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3555 | 2024.10.10 06:02:41.033560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3556 | 2024.10.10 06:02:41.033611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3557 | 2024.10.10 06:02:41.033630 [ 3 ] {} <Debug> HTTP-Session: ac414018-e6ee-41a9-afb7-f5d3607e3794 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3558 | 2024.10.10 06:02:41.033646 [ 3 ] {} <Debug> HTTP-Session: ac414018-e6ee-41a9-afb7-f5d3607e3794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3559 | 2024.10.10 06:02:41.033660 [ 3 ] {} <Debug> HTTP-Session: ac414018-e6ee-41a9-afb7-f5d3607e3794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3560 | 2024.10.10 06:02:41.033691 [ 3 ] {} <Trace> HTTP-Session: ac414018-e6ee-41a9-afb7-f5d3607e3794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3561 | 2024.10.10 06:02:41.033944 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3562 | 2024.10.10 06:02:41.034017 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <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 | ||
| 3563 | 2024.10.10 06:02:41.034453 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3564 | 2024.10.10 06:02:41.034993 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3565 | 2024.10.10 06:02:41.035029 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3566 | 2024.10.10 06:02:41.035636 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3567 | 2024.10.10 06:02:41.036046 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3568 | 2024.10.10 06:02:41.036173 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3569 | 2024.10.10 06:02:41.036193 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002428 sec., 3706.7545304777595 rows/sec., 6.64 MiB/sec. | ||
| 3570 | 2024.10.10 06:02:41.036223 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2024.10.10 06:02:41.036268 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3572 | 2024.10.10 06:02:41.036710 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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.10 06:02:41.036812 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3574 | 2024.10.10 06:02:41.036858 [ 3 ] {8656abc6-b789-44a8-962c-86b821404b8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 3575 | 2024.10.10 06:02:41.036889 [ 3 ] {} <Debug> HTTP-Session: ac414018-e6ee-41a9-afb7-f5d3607e3794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3576 | 2024.10.10 06:02:41.037107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3577 | 2024.10.10 06:02:41.037225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3578 | 2024.10.10 06:02:41.037273 [ 3 ] {} <Debug> HTTP-Session: 6d469930-e36f-49d5-9cfb-1d64aaa86132 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3579 | 2024.10.10 06:02:41.037321 [ 3 ] {} <Debug> HTTP-Session: 6d469930-e36f-49d5-9cfb-1d64aaa86132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3580 | 2024.10.10 06:02:41.037357 [ 3 ] {} <Debug> HTTP-Session: 6d469930-e36f-49d5-9cfb-1d64aaa86132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3581 | 2024.10.10 06:02:41.037453 [ 3 ] {} <Trace> HTTP-Session: 6d469930-e36f-49d5-9cfb-1d64aaa86132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3582 | 2024.10.10 06:02:41.037540 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3583 | 2024.10.10 06:02:41.037709 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3584 | 2024.10.10 06:02:41.037739 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 3585 | 2024.10.10 06:02:41.037799 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3586 | 2024.10.10 06:02:41.038744 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 3587 | 2024.10.10 06:02:41.038748 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3588 | 2024.10.10 06:02:41.039341 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
| 3589 | 2024.10.10 06:02:41.039816 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2024.10.10 06:02:41.039953 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3591 | 2024.10.10 06:02:41.040077 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 3592 | 2024.10.10 06:02:41.040751 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
| 3593 | 2024.10.10 06:02:41.041370 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part | ||
| 3594 | 2024.10.10 06:02:41.041383 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3595 | 2024.10.10 06:02:41.042520 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3596 | 2024.10.10 06:02:41.042773 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.005165 sec., 2323.330106485963 rows/sec., 169.60 KiB/sec. | ||
| 3597 | 2024.10.10 06:02:41.043299 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3598 | 2024.10.10 06:02:41.043358 [ 3 ] {b1f53e61-e17d-4810-8895-17b07ca7cbcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3599 | 2024.10.10 06:02:41.043405 [ 3 ] {} <Debug> HTTP-Session: 6d469930-e36f-49d5-9cfb-1d64aaa86132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3600 | 2024.10.10 06:02:41.043626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3601 | 2024.10.10 06:02:41.043732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3602 | 2024.10.10 06:02:41.043781 [ 3 ] {} <Debug> HTTP-Session: 368a2a51-4fc1-4461-b7ea-69f87320823e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3603 | 2024.10.10 06:02:41.043820 [ 3 ] {} <Debug> HTTP-Session: 368a2a51-4fc1-4461-b7ea-69f87320823e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3604 | 2024.10.10 06:02:41.043860 [ 3 ] {} <Debug> HTTP-Session: 368a2a51-4fc1-4461-b7ea-69f87320823e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3605 | 2024.10.10 06:02:41.043953 [ 3 ] {} <Trace> HTTP-Session: 368a2a51-4fc1-4461-b7ea-69f87320823e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3606 | 2024.10.10 06:02:41.044245 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3607 | 2024.10.10 06:02:41.044382 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3608 | 2024.10.10 06:02:41.045262 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3609 | 2024.10.10 06:02:41.046195 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3610 | 2024.10.10 06:02:41.046273 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3611 | 2024.10.10 06:02:41.047336 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3612 | 2024.10.10 06:02:41.048292 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3613 | 2024.10.10 06:02:41.048622 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004486 sec., 13374.944271065537 rows/sec., 923.01 KiB/sec. | ||
| 3614 | 2024.10.10 06:02:41.049066 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Debug> DynamicQueryHandler: Done processing query | ||
| 3615 | 2024.10.10 06:02:41.049127 [ 3 ] {e1591755-aaac-424e-8b72-4a6fff448fac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3616 | 2024.10.10 06:02:41.049178 [ 3 ] {} <Debug> HTTP-Session: 368a2a51-4fc1-4461-b7ea-69f87320823e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3617 | 2024.10.10 06:02:41.049496 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 19 columns (19 merged, 0 gathered) in 0.013100844 sec., 9007.053286032564 rows/sec., 16.14 MiB/sec. | ||
| 3618 | 2024.10.10 06:02:41.049929 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3619 | 2024.10.10 06:02:41.050588 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2024.10.10 06:02:41.050680 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3621 | 2024.10.10 06:02:41.050867 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 3622 | 2024.10.10 06:02:43.977393 [ 30 ] {} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3623 | 2024.10.10 06:02:43.977470 [ 30 ] {} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3624 | 2024.10.10 06:02:43.977497 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3625 | 2024.10.10 06:02:43.977837 [ 198 ] {72ad7d18-3401-4465-b512-fff5d910f234::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 | ||
| 3626 | 2024.10.10 06:02:43.978216 [ 198 ] {72ad7d18-3401-4465-b512-fff5d910f234::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3627 | 2024.10.10 06:02:43.978263 [ 198 ] {72ad7d18-3401-4465-b512-fff5d910f234::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 3628 | 2024.10.10 06:02:43.978359 [ 198 ] {72ad7d18-3401-4465-b512-fff5d910f234::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part | ||
| 3629 | 2024.10.10 06:02:43.978502 [ 198 ] {72ad7d18-3401-4465-b512-fff5d910f234::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 | ||
| 3630 | 2024.10.10 06:02:43.978617 [ 198 ] {72ad7d18-3401-4465-b512-fff5d910f234::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 3631 | 2024.10.10 06:02:43.978727 [ 198 ] {72ad7d18-3401-4465-b512-fff5d910f234::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 | ||
| 3632 | 2024.10.10 06:02:43.981006 [ 199 ] {72ad7d18-3401-4465-b512-fff5d910f234::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003405982 sec., 12037.644356311925 rows/sec., 1.88 MiB/sec. | ||
| 3633 | 2024.10.10 06:02:43.981215 [ 190 ] {72ad7d18-3401-4465-b512-fff5d910f234::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3634 | 2024.10.10 06:02:43.981719 [ 190 ] {72ad7d18-3401-4465-b512-fff5d910f234::all_1_5_1} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2024.10.10 06:02:43.981800 [ 190 ] {72ad7d18-3401-4465-b512-fff5d910f234::all_1_5_1} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3636 | 2024.10.10 06:02:43.981881 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3637 | 2024.10.10 06:02:46.026242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3638 | 2024.10.10 06:02:46.026383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3639 | 2024.10.10 06:02:46.026414 [ 3 ] {} <Debug> HTTP-Session: 3428d9f3-0d12-4746-9351-af6072fccd97 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3640 | 2024.10.10 06:02:46.026444 [ 3 ] {} <Debug> HTTP-Session: 3428d9f3-0d12-4746-9351-af6072fccd97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3641 | 2024.10.10 06:02:46.026462 [ 3 ] {} <Debug> HTTP-Session: 3428d9f3-0d12-4746-9351-af6072fccd97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3642 | 2024.10.10 06:02:46.026523 [ 3 ] {} <Trace> HTTP-Session: 3428d9f3-0d12-4746-9351-af6072fccd97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3643 | 2024.10.10 06:02:46.026720 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3644 | 2024.10.10 06:02:46.026797 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3645 | 2024.10.10 06:02:46.027157 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3646 | 2024.10.10 06:02:46.027654 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2024.10.10 06:02:46.027702 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3648 | 2024.10.10 06:02:46.028112 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3649 | 2024.10.10 06:02:46.028503 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2024.10.10 06:02:46.028650 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001987 sec., 3019.627579265224 rows/sec., 246.23 KiB/sec. | ||
| 3651 | 2024.10.10 06:02:46.028905 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3652 | 2024.10.10 06:02:46.028934 [ 3 ] {78bc5b44-1fc5-4e9b-b98f-d81bfff28fd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3653 | 2024.10.10 06:02:46.028950 [ 3 ] {} <Debug> HTTP-Session: 3428d9f3-0d12-4746-9351-af6072fccd97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3654 | 2024.10.10 06:02:46.029132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3655 | 2024.10.10 06:02:46.029192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3656 | 2024.10.10 06:02:46.029212 [ 3 ] {} <Debug> HTTP-Session: a9266e0f-0174-4ca2-9a8f-db830d178d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3657 | 2024.10.10 06:02:46.029230 [ 3 ] {} <Debug> HTTP-Session: a9266e0f-0174-4ca2-9a8f-db830d178d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3658 | 2024.10.10 06:02:46.029244 [ 3 ] {} <Debug> HTTP-Session: a9266e0f-0174-4ca2-9a8f-db830d178d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3659 | 2024.10.10 06:02:46.029281 [ 3 ] {} <Trace> HTTP-Session: a9266e0f-0174-4ca2-9a8f-db830d178d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3660 | 2024.10.10 06:02:46.029462 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3661 | 2024.10.10 06:02:46.029510 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3662 | 2024.10.10 06:02:46.029754 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3663 | 2024.10.10 06:02:46.030281 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3664 | 2024.10.10 06:02:46.030319 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3665 | 2024.10.10 06:02:46.030704 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3666 | 2024.10.10 06:02:46.031078 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3667 | 2024.10.10 06:02:46.031246 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Debug> executeQuery: Read 254 rows, 22.98 KiB in 0.001866 sec., 136120.04287245445 rows/sec., 12.03 MiB/sec. | ||
| 3668 | 2024.10.10 06:02:46.031256 [ 26 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3669 | 2024.10.10 06:02:46.031351 [ 26 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2024.10.10 06:02:46.031412 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3671 | 2024.10.10 06:02:46.031559 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3672 | 2024.10.10 06:02:46.031605 [ 3 ] {94e05b53-339c-4031-a3d2-9dd2fa8e708e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 3673 | 2024.10.10 06:02:46.031624 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 3674 | 2024.10.10 06:02:46.031637 [ 3 ] {} <Debug> HTTP-Session: a9266e0f-0174-4ca2-9a8f-db830d178d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3675 | 2024.10.10 06:02:46.031846 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3676 | 2024.10.10 06:02:46.031886 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1391 rows starting from the beginning of the part | ||
| 3677 | 2024.10.10 06:02:46.031924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3678 | 2024.10.10 06:02:46.032060 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1196 rows starting from the beginning of the part | ||
| 3679 | 2024.10.10 06:02:46.032061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3680 | 2024.10.10 06:02:46.032193 [ 3 ] {} <Debug> HTTP-Session: aaa694e4-12bb-4596-977c-2ed06335db06 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3681 | 2024.10.10 06:02:46.032315 [ 3 ] {} <Debug> HTTP-Session: aaa694e4-12bb-4596-977c-2ed06335db06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3682 | 2024.10.10 06:02:46.032407 [ 3 ] {} <Debug> HTTP-Session: aaa694e4-12bb-4596-977c-2ed06335db06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3683 | 2024.10.10 06:02:46.032440 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part | ||
| 3684 | 2024.10.10 06:02:46.032504 [ 3 ] {} <Trace> HTTP-Session: aaa694e4-12bb-4596-977c-2ed06335db06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3685 | 2024.10.10 06:02:46.032767 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 251 rows starting from the beginning of the part | ||
| 3686 | 2024.10.10 06:02:46.032829 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3687 | 2024.10.10 06:02:46.032964 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 75 rows starting from the beginning of the part | ||
| 3688 | 2024.10.10 06:02:46.033037 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3689 | 2024.10.10 06:02:46.033300 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 254 rows starting from the beginning of the part | ||
| 3690 | 2024.10.10 06:02:46.034199 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3691 | 2024.10.10 06:02:46.035084 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3692 | 2024.10.10 06:02:46.035175 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3693 | 2024.10.10 06:02:46.036246 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3694 | 2024.10.10 06:02:46.036866 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3695 | 2024.10.10 06:02:46.037278 [ 199 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005765198 sec., 554013.9297904426 rows/sec., 48.41 MiB/sec. | ||
| 3696 | 2024.10.10 06:02:46.037292 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.004577 sec., 8083.897749617653 rows/sec., 600.83 KiB/sec. | ||
| 3697 | 2024.10.10 06:02:46.037599 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Debug> DynamicQueryHandler: Done processing query | ||
| 3698 | 2024.10.10 06:02:46.037640 [ 3 ] {7d764b0f-bad9-47e1-83b1-c5144e57a731} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3699 | 2024.10.10 06:02:46.037640 [ 199 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3700 | 2024.10.10 06:02:46.037671 [ 3 ] {} <Debug> HTTP-Session: aaa694e4-12bb-4596-977c-2ed06335db06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3701 | 2024.10.10 06:02:46.037908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3702 | 2024.10.10 06:02:46.038052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3703 | 2024.10.10 06:02:46.038127 [ 3 ] {} <Debug> HTTP-Session: 35e8e7a9-ad99-4d1c-9031-0b2493023c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3704 | 2024.10.10 06:02:46.038183 [ 3 ] {} <Debug> HTTP-Session: 35e8e7a9-ad99-4d1c-9031-0b2493023c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3705 | 2024.10.10 06:02:46.038219 [ 3 ] {} <Debug> HTTP-Session: 35e8e7a9-ad99-4d1c-9031-0b2493023c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3706 | 2024.10.10 06:02:46.038308 [ 3 ] {} <Trace> HTTP-Session: 35e8e7a9-ad99-4d1c-9031-0b2493023c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3707 | 2024.10.10 06:02:46.038509 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3708 | 2024.10.10 06:02:46.038583 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3709 | 2024.10.10 06:02:46.038602 [ 199 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3710 | 2024.10.10 06:02:46.038854 [ 199 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_16_3} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3711 | 2024.10.10 06:02:46.039074 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3712 | 2024.10.10 06:02:46.039220 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3713 | 2024.10.10 06:02:46.039558 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3714 | 2024.10.10 06:02:46.039599 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3715 | 2024.10.10 06:02:46.039965 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3716 | 2024.10.10 06:02:46.040336 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3717 | 2024.10.10 06:02:46.040498 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002047 sec., 6839.276990718124 rows/sec., 478.98 KiB/sec. | ||
| 3718 | 2024.10.10 06:02:46.040681 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3719 | 2024.10.10 06:02:46.040706 [ 3 ] {55fe2c36-47cd-4130-95dc-1114dee9d25d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3720 | 2024.10.10 06:02:46.040722 [ 3 ] {} <Debug> HTTP-Session: 35e8e7a9-ad99-4d1c-9031-0b2493023c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3721 | 2024.10.10 06:02:46.040862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3722 | 2024.10.10 06:02:46.040912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3723 | 2024.10.10 06:02:46.040932 [ 3 ] {} <Debug> HTTP-Session: 6b7ba15d-450f-43f1-8adf-80f5c3a9dc67 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3724 | 2024.10.10 06:02:46.040949 [ 3 ] {} <Debug> HTTP-Session: 6b7ba15d-450f-43f1-8adf-80f5c3a9dc67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3725 | 2024.10.10 06:02:46.040963 [ 3 ] {} <Debug> HTTP-Session: 6b7ba15d-450f-43f1-8adf-80f5c3a9dc67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3726 | 2024.10.10 06:02:46.040995 [ 3 ] {} <Trace> HTTP-Session: 6b7ba15d-450f-43f1-8adf-80f5c3a9dc67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3727 | 2024.10.10 06:02:46.041091 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3728 | 2024.10.10 06:02:46.041134 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3729 | 2024.10.10 06:02:46.041363 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3730 | 2024.10.10 06:02:46.041680 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2024.10.10 06:02:46.041717 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3732 | 2024.10.10 06:02:46.042074 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3733 | 2024.10.10 06:02:46.042433 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3734 | 2024.10.10 06:02:46.042589 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 232.76 KiB/sec. | ||
| 3735 | 2024.10.10 06:02:46.042761 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Debug> DynamicQueryHandler: Done processing query | ||
| 3736 | 2024.10.10 06:02:46.042786 [ 3 ] {f27593bf-4fde-4f92-a543-f5ca89711012} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3737 | 2024.10.10 06:02:46.042802 [ 3 ] {} <Debug> HTTP-Session: 6b7ba15d-450f-43f1-8adf-80f5c3a9dc67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3738 | 2024.10.10 06:02:46.043006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 68089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3739 | 2024.10.10 06:02:46.043055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3740 | 2024.10.10 06:02:46.043074 [ 3 ] {} <Debug> HTTP-Session: 5d3ba013-92ce-47e0-8dc3-1b712d9e2903 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3741 | 2024.10.10 06:02:46.043091 [ 3 ] {} <Debug> HTTP-Session: 5d3ba013-92ce-47e0-8dc3-1b712d9e2903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3742 | 2024.10.10 06:02:46.043105 [ 3 ] {} <Debug> HTTP-Session: 5d3ba013-92ce-47e0-8dc3-1b712d9e2903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3743 | 2024.10.10 06:02:46.043136 [ 3 ] {} <Trace> HTTP-Session: 5d3ba013-92ce-47e0-8dc3-1b712d9e2903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3744 | 2024.10.10 06:02:46.043431 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3745 | 2024.10.10 06:02:46.043476 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3746 | 2024.10.10 06:02:46.043709 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3747 | 2024.10.10 06:02:46.044289 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2024.10.10 06:02:46.044326 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3749 | 2024.10.10 06:02:46.044700 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3750 | 2024.10.10 06:02:46.045047 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3751 | 2024.10.10 06:02:46.045197 [ 26 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3752 | 2024.10.10 06:02:46.045205 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001945 sec., 215424.16452442162 rows/sec., 15.39 MiB/sec. | ||
| 3753 | 2024.10.10 06:02:46.045251 [ 26 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3754 | 2024.10.10 06:02:46.045328 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3755 | 2024.10.10 06:02:46.045611 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Debug> DynamicQueryHandler: Done processing query | ||
| 3756 | 2024.10.10 06:02:46.045672 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 3757 | 2024.10.10 06:02:46.045685 [ 3 ] {b6094105-cfaa-479b-93bd-b5ad27b7d141} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 3758 | 2024.10.10 06:02:46.045770 [ 3 ] {} <Debug> HTTP-Session: 5d3ba013-92ce-47e0-8dc3-1b712d9e2903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3759 | 2024.10.10 06:02:46.045939 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3760 | 2024.10.10 06:02:46.045975 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 879 rows starting from the beginning of the part | ||
| 3761 | 2024.10.10 06:02:46.046030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3762 | 2024.10.10 06:02:46.046200 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 520 rows starting from the beginning of the part | ||
| 3763 | 2024.10.10 06:02:46.046220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3764 | 2024.10.10 06:02:46.046301 [ 3 ] {} <Debug> HTTP-Session: acebfc04-8bd3-4761-aed2-7f2b3028486e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3765 | 2024.10.10 06:02:46.046388 [ 3 ] {} <Debug> HTTP-Session: acebfc04-8bd3-4761-aed2-7f2b3028486e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3766 | 2024.10.10 06:02:46.046471 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
| 3767 | 2024.10.10 06:02:46.046453 [ 3 ] {} <Debug> HTTP-Session: acebfc04-8bd3-4761-aed2-7f2b3028486e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3768 | 2024.10.10 06:02:46.046605 [ 3 ] {} <Trace> HTTP-Session: acebfc04-8bd3-4761-aed2-7f2b3028486e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3769 | 2024.10.10 06:02:46.046738 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 413 rows starting from the beginning of the part | ||
| 3770 | 2024.10.10 06:02:46.046977 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 85 rows starting from the beginning of the part | ||
| 3771 | 2024.10.10 06:02:46.047042 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3772 | 2024.10.10 06:02:46.047208 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 419 rows starting from the beginning of the part | ||
| 3773 | 2024.10.10 06:02:46.047243 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3774 | 2024.10.10 06:02:46.047941 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3775 | 2024.10.10 06:02:46.048597 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3776 | 2024.10.10 06:02:46.048671 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3777 | 2024.10.10 06:02:46.049714 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3778 | 2024.10.10 06:02:46.050401 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3779 | 2024.10.10 06:02:46.050497 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2346 rows, containing 5 columns (5 merged, 0 gathered) in 0.005072751 sec., 462470.9551089734 rows/sec., 35.40 MiB/sec. | ||
| 3780 | 2024.10.10 06:02:46.050646 [ 26 ] {} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3781 | 2024.10.10 06:02:46.050686 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003813 sec., 1573.5641227380015 rows/sec., 82.21 KiB/sec. | ||
| 3782 | 2024.10.10 06:02:46.050718 [ 26 ] {} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2024.10.10 06:02:46.050805 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3784 | 2024.10.10 06:02:46.050860 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3785 | 2024.10.10 06:02:46.051357 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 3786 | 2024.10.10 06:02:46.051628 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3787 | 2024.10.10 06:02:46.051733 [ 3 ] {5f2ae757-cc91-4508-aea5-b5aef26e43dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3788 | 2024.10.10 06:02:46.051830 [ 3 ] {} <Debug> HTTP-Session: acebfc04-8bd3-4761-aed2-7f2b3028486e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3789 | 2024.10.10 06:02:46.051971 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3790 | 2024.10.10 06:02:46.052047 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 3791 | 2024.10.10 06:02:46.052292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 45189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3792 | 2024.10.10 06:02:46.052446 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 3793 | 2024.10.10 06:02:46.052590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3794 | 2024.10.10 06:02:46.052778 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2024.10.10 06:02:46.052840 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 3796 | 2024.10.10 06:02:46.052987 [ 3 ] {} <Debug> HTTP-Session: 3b4a17fa-43b0-4760-b03c-6654797d4566 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3797 | 2024.10.10 06:02:46.053085 [ 3 ] {} <Debug> HTTP-Session: 3b4a17fa-43b0-4760-b03c-6654797d4566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3798 | 2024.10.10 06:02:46.053194 [ 3 ] {} <Debug> HTTP-Session: 3b4a17fa-43b0-4760-b03c-6654797d4566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3799 | 2024.10.10 06:02:46.053288 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_16_3} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3800 | 2024.10.10 06:02:46.053302 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 3801 | 2024.10.10 06:02:46.053418 [ 3 ] {} <Trace> HTTP-Session: 3b4a17fa-43b0-4760-b03c-6654797d4566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3802 | 2024.10.10 06:02:46.053731 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 3803 | 2024.10.10 06:02:46.053756 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 3804 | 2024.10.10 06:02:46.054050 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 3805 | 2024.10.10 06:02:46.054354 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3806 | 2024.10.10 06:02:46.054441 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3807 | 2024.10.10 06:02:46.055006 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3808 | 2024.10.10 06:02:46.056108 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2024.10.10 06:02:46.056178 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3810 | 2024.10.10 06:02:46.056797 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005817239 sec., 6188.502827544132 rows/sec., 323.33 KiB/sec. | ||
| 3811 | 2024.10.10 06:02:46.057000 [ 188 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3812 | 2024.10.10 06:02:46.057259 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3813 | 2024.10.10 06:02:46.057859 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_6_1} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2024.10.10 06:02:46.058029 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_6_1} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3815 | 2024.10.10 06:02:46.058041 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3816 | 2024.10.10 06:02:46.058174 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3817 | 2024.10.10 06:02:46.058328 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3818 | 2024.10.10 06:02:46.058330 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.004233 sec., 56697.377746279235 rows/sec., 3.80 MiB/sec. | ||
| 3819 | 2024.10.10 06:02:46.058382 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2024.10.10 06:02:46.058454 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3821 | 2024.10.10 06:02:46.058788 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Debug> DynamicQueryHandler: Done processing query | ||
| 3822 | 2024.10.10 06:02:46.058844 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 3823 | 2024.10.10 06:02:46.058872 [ 3 ] {df49798b-bcf4-4bdd-ba94-8068c469ab20} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3824 | 2024.10.10 06:02:46.058947 [ 3 ] {} <Debug> HTTP-Session: 3b4a17fa-43b0-4760-b03c-6654797d4566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3825 | 2024.10.10 06:02:46.059212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3826 | 2024.10.10 06:02:46.059225 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3827 | 2024.10.10 06:02:46.059297 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3636 rows starting from the beginning of the part | ||
| 3828 | 2024.10.10 06:02:46.059306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3829 | 2024.10.10 06:02:46.059355 [ 3 ] {} <Debug> HTTP-Session: d9715e35-3030-4a50-87bc-6cc0e986fb81 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3830 | 2024.10.10 06:02:46.059423 [ 3 ] {} <Debug> HTTP-Session: d9715e35-3030-4a50-87bc-6cc0e986fb81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3831 | 2024.10.10 06:02:46.059493 [ 3 ] {} <Debug> HTTP-Session: d9715e35-3030-4a50-87bc-6cc0e986fb81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3832 | 2024.10.10 06:02:46.059520 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 986 rows starting from the beginning of the part | ||
| 3833 | 2024.10.10 06:02:46.059628 [ 3 ] {} <Trace> HTTP-Session: d9715e35-3030-4a50-87bc-6cc0e986fb81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3834 | 2024.10.10 06:02:46.059802 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 21 rows starting from the beginning of the part | ||
| 3835 | 2024.10.10 06:02:46.060052 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3836 | 2024.10.10 06:02:46.060113 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part | ||
| 3837 | 2024.10.10 06:02:46.060227 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3838 | 2024.10.10 06:02:46.060412 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 161 rows starting from the beginning of the part | ||
| 3839 | 2024.10.10 06:02:46.060790 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 240 rows starting from the beginning of the part | ||
| 3840 | 2024.10.10 06:02:46.061368 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3841 | 2024.10.10 06:02:46.062088 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3842 | 2024.10.10 06:02:46.062138 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3843 | 2024.10.10 06:02:46.062915 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3844 | 2024.10.10 06:02:46.063804 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3845 | 2024.10.10 06:02:46.064095 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004214 sec., 237.3042240151875 rows/sec., 15.99 KiB/sec. | ||
| 3846 | 2024.10.10 06:02:46.064618 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Debug> DynamicQueryHandler: Done processing query | ||
| 3847 | 2024.10.10 06:02:46.064654 [ 3 ] {0977b9bd-44a9-4425-bbb6-292b7b4c6060} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3848 | 2024.10.10 06:02:46.064672 [ 3 ] {} <Debug> HTTP-Session: d9715e35-3030-4a50-87bc-6cc0e986fb81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3849 | 2024.10.10 06:02:46.064830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3850 | 2024.10.10 06:02:46.064881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3851 | 2024.10.10 06:02:46.064901 [ 3 ] {} <Debug> HTTP-Session: 6396c4b4-0530-4b00-af7d-a70eee6fb61b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3852 | 2024.10.10 06:02:46.064918 [ 3 ] {} <Debug> HTTP-Session: 6396c4b4-0530-4b00-af7d-a70eee6fb61b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3853 | 2024.10.10 06:02:46.064935 [ 3 ] {} <Debug> HTTP-Session: 6396c4b4-0530-4b00-af7d-a70eee6fb61b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3854 | 2024.10.10 06:02:46.064971 [ 3 ] {} <Trace> HTTP-Session: 6396c4b4-0530-4b00-af7d-a70eee6fb61b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3855 | 2024.10.10 06:02:46.065820 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3856 | 2024.10.10 06:02:46.066087 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <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 | ||
| 3857 | 2024.10.10 06:02:46.066126 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5281 rows, containing 5 columns (5 merged, 0 gathered) in 0.007550891 sec., 699387.6616680071 rows/sec., 47.14 MiB/sec. | ||
| 3858 | 2024.10.10 06:02:46.066641 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3859 | 2024.10.10 06:02:46.067152 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3860 | 2024.10.10 06:02:46.067849 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3861 | 2024.10.10 06:02:46.067935 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3862 | 2024.10.10 06:02:46.068023 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 3863 | 2024.10.10 06:02:46.068318 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3864 | 2024.10.10 06:02:46.068361 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3865 | 2024.10.10 06:02:46.069032 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3866 | 2024.10.10 06:02:46.069461 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3867 | 2024.10.10 06:02:46.069646 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004588 sec., 6756.756756756757 rows/sec., 12.11 MiB/sec. | ||
| 3868 | 2024.10.10 06:02:46.069882 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3869 | 2024.10.10 06:02:46.069907 [ 3 ] {106342f3-16c6-44a7-902f-d5acd3d1c9e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 3870 | 2024.10.10 06:02:46.069923 [ 3 ] {} <Debug> HTTP-Session: 6396c4b4-0530-4b00-af7d-a70eee6fb61b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3871 | 2024.10.10 06:02:46.070068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3872 | 2024.10.10 06:02:46.070115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3873 | 2024.10.10 06:02:46.070134 [ 3 ] {} <Debug> HTTP-Session: b25f260a-cea1-4dc5-a2f9-d6bfdaaf1cde Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3874 | 2024.10.10 06:02:46.070150 [ 3 ] {} <Debug> HTTP-Session: b25f260a-cea1-4dc5-a2f9-d6bfdaaf1cde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3875 | 2024.10.10 06:02:46.070166 [ 3 ] {} <Debug> HTTP-Session: b25f260a-cea1-4dc5-a2f9-d6bfdaaf1cde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3876 | 2024.10.10 06:02:46.070197 [ 3 ] {} <Trace> HTTP-Session: b25f260a-cea1-4dc5-a2f9-d6bfdaaf1cde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3877 | 2024.10.10 06:02:46.070330 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3878 | 2024.10.10 06:02:46.070374 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3879 | 2024.10.10 06:02:46.070506 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3880 | 2024.10.10 06:02:46.070792 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2024.10.10 06:02:46.070828 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3882 | 2024.10.10 06:02:46.071181 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3883 | 2024.10.10 06:02:46.071504 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2024.10.10 06:02:46.071651 [ 26 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3885 | 2024.10.10 06:02:46.071659 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001376 sec., 59593.023255813954 rows/sec., 3.78 MiB/sec. | ||
| 3886 | 2024.10.10 06:02:46.071700 [ 26 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3887 | 2024.10.10 06:02:46.071764 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3888 | 2024.10.10 06:02:46.072039 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Debug> DynamicQueryHandler: Done processing query | ||
| 3889 | 2024.10.10 06:02:46.072123 [ 3 ] {ca0eb2de-dde9-4398-ad78-01c24b994147} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3890 | 2024.10.10 06:02:46.072137 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 3891 | 2024.10.10 06:02:46.072198 [ 3 ] {} <Debug> HTTP-Session: b25f260a-cea1-4dc5-a2f9-d6bfdaaf1cde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3892 | 2024.10.10 06:02:46.072384 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3893 | 2024.10.10 06:02:46.072419 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 602 rows starting from the beginning of the part | ||
| 3894 | 2024.10.10 06:02:46.072484 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 54 rows starting from the beginning of the part | ||
| 3895 | 2024.10.10 06:02:46.072563 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 3896 | 2024.10.10 06:02:46.072767 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 3897 | 2024.10.10 06:02:46.072998 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3898 | 2024.10.10 06:02:46.073132 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 3899 | 2024.10.10 06:02:46.074378 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 886 rows, containing 4 columns (4 merged, 0 gathered) in 0.00250187 sec., 354135.1069400089 rows/sec., 23.15 MiB/sec. | ||
| 3900 | 2024.10.10 06:02:46.074557 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3901 | 2024.10.10 06:02:46.074946 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2024.10.10 06:02:46.075022 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_16_3} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3903 | 2024.10.10 06:02:46.075107 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3904 | 2024.10.10 06:02:48.072654 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3905 | 2024.10.10 06:02:48.072730 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3906 | 2024.10.10 06:02:48.170904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 400 | ||
| 3907 | 2024.10.10 06:02:48.173936 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2024.10.10 06:02:48.173988 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3909 | 2024.10.10 06:02:48.175643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3910 | 2024.10.10 06:02:48.176740 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2024.10.10 06:02:48.177338 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400 | ||
| 3912 | 2024.10.10 06:02:51.020128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3913 | 2024.10.10 06:02:51.020272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3914 | 2024.10.10 06:02:51.020303 [ 3 ] {} <Debug> HTTP-Session: b76c9f56-67d9-48a5-ab05-c2d6bd129940 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3915 | 2024.10.10 06:02:51.020333 [ 3 ] {} <Debug> HTTP-Session: b76c9f56-67d9-48a5-ab05-c2d6bd129940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3916 | 2024.10.10 06:02:51.020351 [ 3 ] {} <Debug> HTTP-Session: b76c9f56-67d9-48a5-ab05-c2d6bd129940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3917 | 2024.10.10 06:02:51.020410 [ 3 ] {} <Trace> HTTP-Session: b76c9f56-67d9-48a5-ab05-c2d6bd129940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3918 | 2024.10.10 06:02:51.020611 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3919 | 2024.10.10 06:02:51.020691 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3920 | 2024.10.10 06:02:51.021082 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3921 | 2024.10.10 06:02:51.021474 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3922 | 2024.10.10 06:02:51.021523 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3923 | 2024.10.10 06:02:51.021934 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3924 | 2024.10.10 06:02:51.022333 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3925 | 2024.10.10 06:02:51.022511 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001951 sec., 1025.1153254741157 rows/sec., 83.59 KiB/sec. | ||
| 3926 | 2024.10.10 06:02:51.022728 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Debug> DynamicQueryHandler: Done processing query | ||
| 3927 | 2024.10.10 06:02:51.022757 [ 3 ] {cba2f601-bbe4-4465-a570-b6ad1cad7104} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3928 | 2024.10.10 06:02:51.022773 [ 3 ] {} <Debug> HTTP-Session: b76c9f56-67d9-48a5-ab05-c2d6bd129940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3929 | 2024.10.10 06:02:51.022924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3930 | 2024.10.10 06:02:51.022979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3931 | 2024.10.10 06:02:51.022999 [ 3 ] {} <Debug> HTTP-Session: 5200472d-e10f-435d-8c9d-d93231cb2590 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3932 | 2024.10.10 06:02:51.023017 [ 3 ] {} <Debug> HTTP-Session: 5200472d-e10f-435d-8c9d-d93231cb2590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3933 | 2024.10.10 06:02:51.023031 [ 3 ] {} <Debug> HTTP-Session: 5200472d-e10f-435d-8c9d-d93231cb2590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3934 | 2024.10.10 06:02:51.023068 [ 3 ] {} <Trace> HTTP-Session: 5200472d-e10f-435d-8c9d-d93231cb2590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3935 | 2024.10.10 06:02:51.023197 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3936 | 2024.10.10 06:02:51.023245 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3937 | 2024.10.10 06:02:51.023484 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3938 | 2024.10.10 06:02:51.023832 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2024.10.10 06:02:51.023870 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3940 | 2024.10.10 06:02:51.024247 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3941 | 2024.10.10 06:02:51.024612 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2024.10.10 06:02:51.024771 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Debug> executeQuery: Read 75 rows, 6.14 KiB in 0.001618 sec., 46353.52286773795 rows/sec., 3.71 MiB/sec. | ||
| 3943 | 2024.10.10 06:02:51.024936 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3944 | 2024.10.10 06:02:51.024962 [ 3 ] {2e288a14-1f6b-43f0-a62e-b650a68f012d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3945 | 2024.10.10 06:02:51.024979 [ 3 ] {} <Debug> HTTP-Session: 5200472d-e10f-435d-8c9d-d93231cb2590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3946 | 2024.10.10 06:02:51.025144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3947 | 2024.10.10 06:02:51.025196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3948 | 2024.10.10 06:02:51.025216 [ 3 ] {} <Debug> HTTP-Session: f0a89082-510d-4df8-83a3-8027d949758a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3949 | 2024.10.10 06:02:51.025233 [ 3 ] {} <Debug> HTTP-Session: f0a89082-510d-4df8-83a3-8027d949758a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3950 | 2024.10.10 06:02:51.025247 [ 3 ] {} <Debug> HTTP-Session: f0a89082-510d-4df8-83a3-8027d949758a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3951 | 2024.10.10 06:02:51.025280 [ 3 ] {} <Trace> HTTP-Session: f0a89082-510d-4df8-83a3-8027d949758a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3952 | 2024.10.10 06:02:51.025381 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3953 | 2024.10.10 06:02:51.025426 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3954 | 2024.10.10 06:02:51.025654 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3955 | 2024.10.10 06:02:51.025944 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2024.10.10 06:02:51.025982 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3957 | 2024.10.10 06:02:51.026327 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3958 | 2024.10.10 06:02:51.026687 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2024.10.10 06:02:51.026837 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001475 sec., 7457.627118644068 rows/sec., 553.50 KiB/sec. | ||
| 3960 | 2024.10.10 06:02:51.027160 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Debug> DynamicQueryHandler: Done processing query | ||
| 3961 | 2024.10.10 06:02:51.027186 [ 3 ] {53a9faee-64cf-44a3-ba29-5ada288e0504} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3962 | 2024.10.10 06:02:51.027202 [ 3 ] {} <Debug> HTTP-Session: f0a89082-510d-4df8-83a3-8027d949758a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3963 | 2024.10.10 06:02:51.027374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3964 | 2024.10.10 06:02:51.027425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3965 | 2024.10.10 06:02:51.027452 [ 3 ] {} <Debug> HTTP-Session: a82f812f-94e5-416d-ba11-a7b132fa78b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3966 | 2024.10.10 06:02:51.027468 [ 3 ] {} <Debug> HTTP-Session: a82f812f-94e5-416d-ba11-a7b132fa78b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3967 | 2024.10.10 06:02:51.027483 [ 3 ] {} <Debug> HTTP-Session: a82f812f-94e5-416d-ba11-a7b132fa78b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3968 | 2024.10.10 06:02:51.027514 [ 3 ] {} <Trace> HTTP-Session: a82f812f-94e5-416d-ba11-a7b132fa78b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3969 | 2024.10.10 06:02:51.027634 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3970 | 2024.10.10 06:02:51.027679 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3971 | 2024.10.10 06:02:51.027927 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3972 | 2024.10.10 06:02:51.028334 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2024.10.10 06:02:51.028371 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3974 | 2024.10.10 06:02:51.028728 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3975 | 2024.10.10 06:02:51.029100 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3976 | 2024.10.10 06:02:51.029256 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001658 sec., 45235.22316043426 rows/sec., 3.53 MiB/sec. | ||
| 3977 | 2024.10.10 06:02:51.029437 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3978 | 2024.10.10 06:02:51.029462 [ 3 ] {ac00a48e-bf32-4fd1-b472-e04353fdef6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3979 | 2024.10.10 06:02:51.029478 [ 3 ] {} <Debug> HTTP-Session: a82f812f-94e5-416d-ba11-a7b132fa78b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3980 | 2024.10.10 06:02:51.029667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3981 | 2024.10.10 06:02:51.029724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3982 | 2024.10.10 06:02:51.029757 [ 3 ] {} <Debug> HTTP-Session: a427c538-464e-437d-97a9-85899a5f1179 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 3983 | 2024.10.10 06:02:51.029784 [ 3 ] {} <Debug> HTTP-Session: a427c538-464e-437d-97a9-85899a5f1179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3984 | 2024.10.10 06:02:51.029805 [ 3 ] {} <Debug> HTTP-Session: a427c538-464e-437d-97a9-85899a5f1179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3985 | 2024.10.10 06:02:51.029851 [ 3 ] {} <Trace> HTTP-Session: a427c538-464e-437d-97a9-85899a5f1179 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3986 | 2024.10.10 06:02:51.030070 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3987 | 2024.10.10 06:02:51.030136 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3988 | 2024.10.10 06:02:51.030359 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3989 | 2024.10.10 06:02:51.030825 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2024.10.10 06:02:51.030875 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 3991 | 2024.10.10 06:02:51.031341 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3992 | 2024.10.10 06:02:51.031702 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2024.10.10 06:02:51.031829 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001876 sec., 85820.89552238806 rows/sec., 5.98 MiB/sec. | ||
| 3994 | 2024.10.10 06:02:51.032093 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 3995 | 2024.10.10 06:02:51.032147 [ 3 ] {81f342e3-b24f-4550-9f86-e0b84a4140ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3996 | 2024.10.10 06:02:51.032181 [ 3 ] {} <Debug> HTTP-Session: a427c538-464e-437d-97a9-85899a5f1179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3997 | 2024.10.10 06:02:51.032383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3998 | 2024.10.10 06:02:51.032435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3999 | 2024.10.10 06:02:51.032455 [ 3 ] {} <Debug> HTTP-Session: b16dd718-515d-4706-bcfb-6d77f96c3d72 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4000 | 2024.10.10 06:02:51.032472 [ 3 ] {} <Debug> HTTP-Session: b16dd718-515d-4706-bcfb-6d77f96c3d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4001 | 2024.10.10 06:02:51.032485 [ 3 ] {} <Debug> HTTP-Session: b16dd718-515d-4706-bcfb-6d77f96c3d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4002 | 2024.10.10 06:02:51.032517 [ 3 ] {} <Trace> HTTP-Session: b16dd718-515d-4706-bcfb-6d77f96c3d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4003 | 2024.10.10 06:02:51.032740 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4004 | 2024.10.10 06:02:51.032813 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <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 | ||
| 4005 | 2024.10.10 06:02:51.033268 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4006 | 2024.10.10 06:02:51.033796 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2024.10.10 06:02:51.033834 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4008 | 2024.10.10 06:02:51.034460 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4009 | 2024.10.10 06:02:51.034886 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4010 | 2024.10.10 06:02:51.035091 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002493 sec., 3610.1083032490974 rows/sec., 6.47 MiB/sec. | ||
| 4011 | 2024.10.10 06:02:51.035591 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4012 | 2024.10.10 06:02:51.035617 [ 3 ] {2295e455-4b36-4b4e-94d5-32278449d5c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 4013 | 2024.10.10 06:02:51.035633 [ 3 ] {} <Debug> HTTP-Session: b16dd718-515d-4706-bcfb-6d77f96c3d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4014 | 2024.10.10 06:02:51.035775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4015 | 2024.10.10 06:02:51.035827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4016 | 2024.10.10 06:02:51.035846 [ 3 ] {} <Debug> HTTP-Session: 44a10b0c-6665-4cd3-88ef-b593742b1555 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4017 | 2024.10.10 06:02:51.035863 [ 3 ] {} <Debug> HTTP-Session: 44a10b0c-6665-4cd3-88ef-b593742b1555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4018 | 2024.10.10 06:02:51.035877 [ 3 ] {} <Debug> HTTP-Session: 44a10b0c-6665-4cd3-88ef-b593742b1555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4019 | 2024.10.10 06:02:51.035910 [ 3 ] {} <Trace> HTTP-Session: 44a10b0c-6665-4cd3-88ef-b593742b1555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4020 | 2024.10.10 06:02:51.036033 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4021 | 2024.10.10 06:02:51.036079 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4022 | 2024.10.10 06:02:51.036224 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4023 | 2024.10.10 06:02:51.036518 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2024.10.10 06:02:51.036555 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4025 | 2024.10.10 06:02:51.036919 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4026 | 2024.10.10 06:02:51.037255 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2024.10.10 06:02:51.037410 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
| 4028 | 2024.10.10 06:02:51.037713 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4029 | 2024.10.10 06:02:51.037739 [ 3 ] {a2b08d19-1b94-4c50-880a-229af4f98ea3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4030 | 2024.10.10 06:02:51.037754 [ 3 ] {} <Debug> HTTP-Session: 44a10b0c-6665-4cd3-88ef-b593742b1555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4031 | 2024.10.10 06:02:56.024506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4032 | 2024.10.10 06:02:56.024641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4033 | 2024.10.10 06:02:56.024672 [ 3 ] {} <Debug> HTTP-Session: f3e88bd6-e4e1-444f-99c6-1e8d76071be7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4034 | 2024.10.10 06:02:56.024700 [ 3 ] {} <Debug> HTTP-Session: f3e88bd6-e4e1-444f-99c6-1e8d76071be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4035 | 2024.10.10 06:02:56.024719 [ 3 ] {} <Debug> HTTP-Session: f3e88bd6-e4e1-444f-99c6-1e8d76071be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4036 | 2024.10.10 06:02:56.024775 [ 3 ] {} <Trace> HTTP-Session: f3e88bd6-e4e1-444f-99c6-1e8d76071be7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4037 | 2024.10.10 06:02:56.025066 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4038 | 2024.10.10 06:02:56.025145 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4039 | 2024.10.10 06:02:56.025485 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4040 | 2024.10.10 06:02:56.026117 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4041 | 2024.10.10 06:02:56.026166 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4042 | 2024.10.10 06:02:56.026631 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4043 | 2024.10.10 06:02:56.027022 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4044 | 2024.10.10 06:02:56.027205 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002262 sec., 110963.74889478338 rows/sec., 9.83 MiB/sec. | ||
| 4045 | 2024.10.10 06:02:56.027571 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Debug> DynamicQueryHandler: Done processing query | ||
| 4046 | 2024.10.10 06:02:56.027599 [ 3 ] {57e8dced-3151-4137-a837-b7ec0a605932} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4047 | 2024.10.10 06:02:56.027616 [ 3 ] {} <Debug> HTTP-Session: f3e88bd6-e4e1-444f-99c6-1e8d76071be7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4048 | 2024.10.10 06:02:56.027814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4049 | 2024.10.10 06:02:56.027870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4050 | 2024.10.10 06:02:56.027890 [ 3 ] {} <Debug> HTTP-Session: 6599523e-6bd4-4bde-a3c8-cf40e7540ce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4051 | 2024.10.10 06:02:56.027908 [ 3 ] {} <Debug> HTTP-Session: 6599523e-6bd4-4bde-a3c8-cf40e7540ce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4052 | 2024.10.10 06:02:56.027922 [ 3 ] {} <Debug> HTTP-Session: 6599523e-6bd4-4bde-a3c8-cf40e7540ce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4053 | 2024.10.10 06:02:56.027959 [ 3 ] {} <Trace> HTTP-Session: 6599523e-6bd4-4bde-a3c8-cf40e7540ce0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4054 | 2024.10.10 06:02:56.028075 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4055 | 2024.10.10 06:02:56.028124 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4056 | 2024.10.10 06:02:56.028378 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4057 | 2024.10.10 06:02:56.028715 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4058 | 2024.10.10 06:02:56.028753 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4059 | 2024.10.10 06:02:56.029103 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4060 | 2024.10.10 06:02:56.029465 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4061 | 2024.10.10 06:02:56.029623 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001574 sec., 19695.044472681067 rows/sec., 1.45 MiB/sec. | ||
| 4062 | 2024.10.10 06:02:56.029796 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4063 | 2024.10.10 06:02:56.029822 [ 3 ] {e187d5fe-0dfe-41b8-a592-85d47c42a0cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4064 | 2024.10.10 06:02:56.029838 [ 3 ] {} <Debug> HTTP-Session: 6599523e-6bd4-4bde-a3c8-cf40e7540ce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4065 | 2024.10.10 06:02:56.029965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4066 | 2024.10.10 06:02:56.030015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4067 | 2024.10.10 06:02:56.030034 [ 3 ] {} <Debug> HTTP-Session: f9bf67d7-1aaa-40a9-b1be-f88524744ed9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4068 | 2024.10.10 06:02:56.030051 [ 3 ] {} <Debug> HTTP-Session: f9bf67d7-1aaa-40a9-b1be-f88524744ed9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4069 | 2024.10.10 06:02:56.030065 [ 3 ] {} <Debug> HTTP-Session: f9bf67d7-1aaa-40a9-b1be-f88524744ed9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4070 | 2024.10.10 06:02:56.030098 [ 3 ] {} <Trace> HTTP-Session: f9bf67d7-1aaa-40a9-b1be-f88524744ed9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4071 | 2024.10.10 06:02:56.030200 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4072 | 2024.10.10 06:02:56.030244 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4073 | 2024.10.10 06:02:56.030470 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4074 | 2024.10.10 06:02:56.030780 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4075 | 2024.10.10 06:02:56.030819 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4076 | 2024.10.10 06:02:56.031172 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4077 | 2024.10.10 06:02:56.031522 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4078 | 2024.10.10 06:02:56.031667 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00149 sec., 9395.973154362417 rows/sec., 658.03 KiB/sec. | ||
| 4079 | 2024.10.10 06:02:56.031994 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 4080 | 2024.10.10 06:02:56.032020 [ 3 ] {63f09225-c92c-4fde-a334-bdfedf94e8ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4081 | 2024.10.10 06:02:56.032035 [ 3 ] {} <Debug> HTTP-Session: f9bf67d7-1aaa-40a9-b1be-f88524744ed9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4082 | 2024.10.10 06:02:56.032167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4083 | 2024.10.10 06:02:56.032219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4084 | 2024.10.10 06:02:56.032237 [ 3 ] {} <Debug> HTTP-Session: 0b069c07-23f7-4c9b-9043-354946caf77a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4085 | 2024.10.10 06:02:56.032254 [ 3 ] {} <Debug> HTTP-Session: 0b069c07-23f7-4c9b-9043-354946caf77a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4086 | 2024.10.10 06:02:56.032268 [ 3 ] {} <Debug> HTTP-Session: 0b069c07-23f7-4c9b-9043-354946caf77a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4087 | 2024.10.10 06:02:56.032300 [ 3 ] {} <Trace> HTTP-Session: 0b069c07-23f7-4c9b-9043-354946caf77a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4088 | 2024.10.10 06:02:56.032403 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4089 | 2024.10.10 06:02:56.032448 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4090 | 2024.10.10 06:02:56.032696 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4091 | 2024.10.10 06:02:56.033005 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4092 | 2024.10.10 06:02:56.033042 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4093 | 2024.10.10 06:02:56.033380 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4094 | 2024.10.10 06:02:56.033726 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4095 | 2024.10.10 06:02:56.033883 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 236.49 KiB/sec. | ||
| 4096 | 2024.10.10 06:02:56.034047 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Debug> DynamicQueryHandler: Done processing query | ||
| 4097 | 2024.10.10 06:02:56.034071 [ 3 ] {85f63d7f-64da-4826-a7c8-285b38061315} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4098 | 2024.10.10 06:02:56.034087 [ 3 ] {} <Debug> HTTP-Session: 0b069c07-23f7-4c9b-9043-354946caf77a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4099 | 2024.10.10 06:02:56.034264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4100 | 2024.10.10 06:02:56.034313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4101 | 2024.10.10 06:02:56.034331 [ 3 ] {} <Debug> HTTP-Session: 06ae1a1c-2839-4bf8-b502-a473fa2b0321 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4102 | 2024.10.10 06:02:56.034347 [ 3 ] {} <Debug> HTTP-Session: 06ae1a1c-2839-4bf8-b502-a473fa2b0321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4103 | 2024.10.10 06:02:56.034361 [ 3 ] {} <Debug> HTTP-Session: 06ae1a1c-2839-4bf8-b502-a473fa2b0321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4104 | 2024.10.10 06:02:56.034394 [ 3 ] {} <Trace> HTTP-Session: 06ae1a1c-2839-4bf8-b502-a473fa2b0321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2024.10.10 06:02:56.034739 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4106 | 2024.10.10 06:02:56.034784 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4107 | 2024.10.10 06:02:56.035008 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4108 | 2024.10.10 06:02:56.035621 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2024.10.10 06:02:56.035660 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4110 | 2024.10.10 06:02:56.036045 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4111 | 2024.10.10 06:02:56.036407 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2024.10.10 06:02:56.036572 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002079 sec., 198653.19865319863 rows/sec., 14.17 MiB/sec. | ||
| 4113 | 2024.10.10 06:02:56.036749 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Debug> DynamicQueryHandler: Done processing query | ||
| 4114 | 2024.10.10 06:02:56.036774 [ 3 ] {e7b96775-de12-40aa-814d-cdc655ae5d80} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4115 | 2024.10.10 06:02:56.036789 [ 3 ] {} <Debug> HTTP-Session: 06ae1a1c-2839-4bf8-b502-a473fa2b0321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4116 | 2024.10.10 06:02:56.036928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4117 | 2024.10.10 06:02:56.036977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4118 | 2024.10.10 06:02:56.036996 [ 3 ] {} <Debug> HTTP-Session: 92a29892-9ffd-47a3-a3e5-30ae0841232d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4119 | 2024.10.10 06:02:56.037013 [ 3 ] {} <Debug> HTTP-Session: 92a29892-9ffd-47a3-a3e5-30ae0841232d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4120 | 2024.10.10 06:02:56.037027 [ 3 ] {} <Debug> HTTP-Session: 92a29892-9ffd-47a3-a3e5-30ae0841232d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4121 | 2024.10.10 06:02:56.037057 [ 3 ] {} <Trace> HTTP-Session: 92a29892-9ffd-47a3-a3e5-30ae0841232d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4122 | 2024.10.10 06:02:56.037152 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4123 | 2024.10.10 06:02:56.037197 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4124 | 2024.10.10 06:02:56.037326 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4125 | 2024.10.10 06:02:56.037691 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2024.10.10 06:02:56.037726 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4127 | 2024.10.10 06:02:56.038078 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4128 | 2024.10.10 06:02:56.038391 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4129 | 2024.10.10 06:02:56.038540 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec. | ||
| 4130 | 2024.10.10 06:02:56.038825 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4131 | 2024.10.10 06:02:56.038849 [ 3 ] {e73d7a70-08d5-4b57-8807-1670b27c34a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4132 | 2024.10.10 06:02:56.038865 [ 3 ] {} <Debug> HTTP-Session: 92a29892-9ffd-47a3-a3e5-30ae0841232d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4133 | 2024.10.10 06:02:56.039014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4134 | 2024.10.10 06:02:56.039062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4135 | 2024.10.10 06:02:56.039081 [ 3 ] {} <Debug> HTTP-Session: c108e43d-96e2-44fb-bf52-3a375c118597 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4136 | 2024.10.10 06:02:56.039096 [ 3 ] {} <Debug> HTTP-Session: c108e43d-96e2-44fb-bf52-3a375c118597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4137 | 2024.10.10 06:02:56.039110 [ 3 ] {} <Debug> HTTP-Session: c108e43d-96e2-44fb-bf52-3a375c118597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4138 | 2024.10.10 06:02:56.039141 [ 3 ] {} <Trace> HTTP-Session: c108e43d-96e2-44fb-bf52-3a375c118597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4139 | 2024.10.10 06:02:56.039327 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4140 | 2024.10.10 06:02:56.039377 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4141 | 2024.10.10 06:02:56.039550 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4142 | 2024.10.10 06:02:56.040003 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2024.10.10 06:02:56.040039 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4144 | 2024.10.10 06:02:56.040429 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4145 | 2024.10.10 06:02:56.040759 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4146 | 2024.10.10 06:02:56.040926 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec. | ||
| 4147 | 2024.10.10 06:02:56.041196 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4148 | 2024.10.10 06:02:56.041227 [ 3 ] {82feead1-3e04-4d1c-bba5-73d961b6650d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4149 | 2024.10.10 06:02:56.041243 [ 3 ] {} <Debug> HTTP-Session: c108e43d-96e2-44fb-bf52-3a375c118597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4150 | 2024.10.10 06:02:56.041371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4151 | 2024.10.10 06:02:56.041422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4152 | 2024.10.10 06:02:56.041441 [ 3 ] {} <Debug> HTTP-Session: a1a4ef96-6ac6-4fce-9ae8-6f784543191c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4153 | 2024.10.10 06:02:56.041457 [ 3 ] {} <Debug> HTTP-Session: a1a4ef96-6ac6-4fce-9ae8-6f784543191c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4154 | 2024.10.10 06:02:56.041471 [ 3 ] {} <Debug> HTTP-Session: a1a4ef96-6ac6-4fce-9ae8-6f784543191c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4155 | 2024.10.10 06:02:56.041502 [ 3 ] {} <Trace> HTTP-Session: a1a4ef96-6ac6-4fce-9ae8-6f784543191c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4156 | 2024.10.10 06:02:56.041597 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4157 | 2024.10.10 06:02:56.041643 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4158 | 2024.10.10 06:02:56.041794 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4159 | 2024.10.10 06:02:56.042085 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4160 | 2024.10.10 06:02:56.042121 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4161 | 2024.10.10 06:02:56.042459 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4162 | 2024.10.10 06:02:56.042778 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4163 | 2024.10.10 06:02:56.042920 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 50.32 KiB/sec. | ||
| 4164 | 2024.10.10 06:02:56.043186 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4165 | 2024.10.10 06:02:56.043211 [ 3 ] {2c9e43b0-0447-4a21-99c7-a20310c8e29d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4166 | 2024.10.10 06:02:56.043227 [ 3 ] {} <Debug> HTTP-Session: a1a4ef96-6ac6-4fce-9ae8-6f784543191c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4167 | 2024.10.10 06:02:56.043385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4168 | 2024.10.10 06:02:56.043434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4169 | 2024.10.10 06:02:56.043453 [ 3 ] {} <Debug> HTTP-Session: 29bf2874-2b44-4ef0-b5e6-f189a5ada2a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4170 | 2024.10.10 06:02:56.043469 [ 3 ] {} <Debug> HTTP-Session: 29bf2874-2b44-4ef0-b5e6-f189a5ada2a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4171 | 2024.10.10 06:02:56.043483 [ 3 ] {} <Debug> HTTP-Session: 29bf2874-2b44-4ef0-b5e6-f189a5ada2a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4172 | 2024.10.10 06:02:56.043513 [ 3 ] {} <Trace> HTTP-Session: 29bf2874-2b44-4ef0-b5e6-f189a5ada2a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4173 | 2024.10.10 06:02:56.044027 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4174 | 2024.10.10 06:02:56.044101 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <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 | ||
| 4175 | 2024.10.10 06:02:56.044576 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4176 | 2024.10.10 06:02:56.045279 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4177 | 2024.10.10 06:02:56.045317 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4178 | 2024.10.10 06:02:56.046007 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4179 | 2024.10.10 06:02:56.046425 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4180 | 2024.10.10 06:02:56.046603 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002992 sec., 10360.96256684492 rows/sec., 18.57 MiB/sec. | ||
| 4181 | 2024.10.10 06:02:56.046832 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4182 | 2024.10.10 06:02:56.046857 [ 3 ] {88fbd784-19a4-4bdd-8925-5cd4d2790ccd} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 4183 | 2024.10.10 06:02:56.046872 [ 3 ] {} <Debug> HTTP-Session: 29bf2874-2b44-4ef0-b5e6-f189a5ada2a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4184 | 2024.10.10 06:02:56.047003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4185 | 2024.10.10 06:02:56.047054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4186 | 2024.10.10 06:02:56.047072 [ 3 ] {} <Debug> HTTP-Session: f3ef2ed3-7b54-4a64-89fe-f1ecd8137ab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4187 | 2024.10.10 06:02:56.047088 [ 3 ] {} <Debug> HTTP-Session: f3ef2ed3-7b54-4a64-89fe-f1ecd8137ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4188 | 2024.10.10 06:02:56.047102 [ 3 ] {} <Debug> HTTP-Session: f3ef2ed3-7b54-4a64-89fe-f1ecd8137ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4189 | 2024.10.10 06:02:56.047133 [ 3 ] {} <Trace> HTTP-Session: f3ef2ed3-7b54-4a64-89fe-f1ecd8137ab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4190 | 2024.10.10 06:02:56.047259 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4191 | 2024.10.10 06:02:56.047303 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4192 | 2024.10.10 06:02:56.047434 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4193 | 2024.10.10 06:02:56.047756 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2024.10.10 06:02:56.047792 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4195 | 2024.10.10 06:02:56.048139 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4196 | 2024.10.10 06:02:56.048459 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4197 | 2024.10.10 06:02:56.048619 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
| 4198 | 2024.10.10 06:02:56.048929 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4199 | 2024.10.10 06:02:56.048954 [ 3 ] {26455830-c2ec-4954-800a-a2a2b218d49d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4200 | 2024.10.10 06:02:56.048970 [ 3 ] {} <Debug> HTTP-Session: f3ef2ed3-7b54-4a64-89fe-f1ecd8137ab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4201 | 2024.10.10 06:02:58.178474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 434 | ||
| 4202 | 2024.10.10 06:02:58.181682 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4203 | 2024.10.10 06:02:58.181748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4204 | 2024.10.10 06:02:58.183252 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4205 | 2024.10.10 06:02:58.184243 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4206 | 2024.10.10 06:02:58.184966 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 434 | ||
| 4207 | 2024.10.10 06:03:00.967865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 175539, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4208 | 2024.10.10 06:03:00.967991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4209 | 2024.10.10 06:03:00.968018 [ 3 ] {} <Debug> HTTP-Session: bcec5ea7-d991-434e-9479-c373eb6ed79d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4210 | 2024.10.10 06:03:00.968043 [ 3 ] {} <Debug> HTTP-Session: bcec5ea7-d991-434e-9479-c373eb6ed79d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4211 | 2024.10.10 06:03:00.968058 [ 3 ] {} <Debug> HTTP-Session: bcec5ea7-d991-434e-9479-c373eb6ed79d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4212 | 2024.10.10 06:03:00.968109 [ 3 ] {} <Trace> HTTP-Session: bcec5ea7-d991-434e-9479-c373eb6ed79d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4213 | 2024.10.10 06:03:00.969049 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4214 | 2024.10.10 06:03:00.969124 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4215 | 2024.10.10 06:03:00.969469 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4216 | 2024.10.10 06:03:00.970781 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4217 | 2024.10.10 06:03:00.970831 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4218 | 2024.10.10 06:03:00.971374 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4219 | 2024.10.10 06:03:00.971772 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4220 | 2024.10.10 06:03:00.971948 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Debug> executeQuery: Read 1214 rows, 102.19 KiB in 0.003563 sec., 340724.1088969969 rows/sec., 28.01 MiB/sec. | ||
| 4221 | 2024.10.10 06:03:00.972337 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4222 | 2024.10.10 06:03:00.972368 [ 3 ] {ea763c7c-b371-45b3-90de-097eecd4b00f} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 4223 | 2024.10.10 06:03:00.972385 [ 3 ] {} <Debug> HTTP-Session: bcec5ea7-d991-434e-9479-c373eb6ed79d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4224 | 2024.10.10 06:03:00.972639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4225 | 2024.10.10 06:03:00.972702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4226 | 2024.10.10 06:03:00.972722 [ 3 ] {} <Debug> HTTP-Session: 50034281-67d5-48ed-8f43-e2e5aa91f1d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4227 | 2024.10.10 06:03:00.972742 [ 3 ] {} <Debug> HTTP-Session: 50034281-67d5-48ed-8f43-e2e5aa91f1d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4228 | 2024.10.10 06:03:00.972756 [ 3 ] {} <Debug> HTTP-Session: 50034281-67d5-48ed-8f43-e2e5aa91f1d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4229 | 2024.10.10 06:03:00.972797 [ 3 ] {} <Trace> HTTP-Session: 50034281-67d5-48ed-8f43-e2e5aa91f1d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4230 | 2024.10.10 06:03:00.972907 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4231 | 2024.10.10 06:03:00.972953 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4232 | 2024.10.10 06:03:00.973217 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4233 | 2024.10.10 06:03:00.973567 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2024.10.10 06:03:00.973605 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4235 | 2024.10.10 06:03:00.973954 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4236 | 2024.10.10 06:03:00.974326 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4237 | 2024.10.10 06:03:00.974489 [ 156 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4238 | 2024.10.10 06:03:00.974497 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001603 sec., 5614.47286338116 rows/sec., 422.18 KiB/sec. | ||
| 4239 | 2024.10.10 06:03:00.974583 [ 156 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4240 | 2024.10.10 06:03:00.974652 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4241 | 2024.10.10 06:03:00.974870 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Debug> DynamicQueryHandler: Done processing query | ||
| 4242 | 2024.10.10 06:03:00.974877 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 4243 | 2024.10.10 06:03:00.974924 [ 3 ] {e01d1fa6-39a4-4140-8005-1b00198a5d63} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4244 | 2024.10.10 06:03:00.974978 [ 3 ] {} <Debug> HTTP-Session: 50034281-67d5-48ed-8f43-e2e5aa91f1d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4245 | 2024.10.10 06:03:00.975140 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4246 | 2024.10.10 06:03:00.975211 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 33 rows starting from the beginning of the part | ||
| 4247 | 2024.10.10 06:03:00.975215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4248 | 2024.10.10 06:03:00.975377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4249 | 2024.10.10 06:03:00.975452 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
| 4250 | 2024.10.10 06:03:00.975473 [ 3 ] {} <Debug> HTTP-Session: f9a10c2a-8a26-4365-bab4-d81f71503cc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4251 | 2024.10.10 06:03:00.975571 [ 3 ] {} <Debug> HTTP-Session: f9a10c2a-8a26-4365-bab4-d81f71503cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4252 | 2024.10.10 06:03:00.975681 [ 3 ] {} <Debug> HTTP-Session: f9a10c2a-8a26-4365-bab4-d81f71503cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4253 | 2024.10.10 06:03:00.975829 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part | ||
| 4254 | 2024.10.10 06:03:00.975846 [ 3 ] {} <Trace> HTTP-Session: f9a10c2a-8a26-4365-bab4-d81f71503cc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4255 | 2024.10.10 06:03:00.976125 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part | ||
| 4256 | 2024.10.10 06:03:00.976216 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4257 | 2024.10.10 06:03:00.976367 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
| 4258 | 2024.10.10 06:03:00.976384 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4259 | 2024.10.10 06:03:00.976786 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 9 rows starting from the beginning of the part | ||
| 4260 | 2024.10.10 06:03:00.977643 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4261 | 2024.10.10 06:03:00.978969 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2024.10.10 06:03:00.979046 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4263 | 2024.10.10 06:03:00.979777 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 5 columns (5 merged, 0 gathered) in 0.00500645 sec., 26365.987875640425 rows/sec., 2.02 MiB/sec. | ||
| 4264 | 2024.10.10 06:03:00.980057 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4265 | 2024.10.10 06:03:00.980092 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4266 | 2024.10.10 06:03:00.980883 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4267 | 2024.10.10 06:03:00.981195 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005125 sec., 44487.80487804878 rows/sec., 3.01 MiB/sec. | ||
| 4268 | 2024.10.10 06:03:00.981194 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4269 | 2024.10.10 06:03:00.981460 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_11_2} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4270 | 2024.10.10 06:03:00.981594 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4271 | 2024.10.10 06:03:00.981643 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4272 | 2024.10.10 06:03:00.981649 [ 3 ] {54fe3cc0-2e49-4604-92b2-c5cec0e2e83b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4273 | 2024.10.10 06:03:00.981699 [ 3 ] {} <Debug> HTTP-Session: f9a10c2a-8a26-4365-bab4-d81f71503cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4274 | 2024.10.10 06:03:00.981982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 87362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4275 | 2024.10.10 06:03:00.982035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4276 | 2024.10.10 06:03:00.982054 [ 3 ] {} <Debug> HTTP-Session: 18429344-8194-4afe-83d8-34220e3dc1a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4277 | 2024.10.10 06:03:00.982070 [ 3 ] {} <Debug> HTTP-Session: 18429344-8194-4afe-83d8-34220e3dc1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4278 | 2024.10.10 06:03:00.982086 [ 3 ] {} <Debug> HTTP-Session: 18429344-8194-4afe-83d8-34220e3dc1a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4279 | 2024.10.10 06:03:00.982119 [ 3 ] {} <Trace> HTTP-Session: 18429344-8194-4afe-83d8-34220e3dc1a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4280 | 2024.10.10 06:03:00.982497 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4281 | 2024.10.10 06:03:00.982543 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4282 | 2024.10.10 06:03:00.982800 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4283 | 2024.10.10 06:03:00.983510 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2024.10.10 06:03:00.983548 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4285 | 2024.10.10 06:03:00.983938 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4286 | 2024.10.10 06:03:00.984320 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2024.10.10 06:03:00.984498 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.002264 sec., 233657.24381625443 rows/sec., 17.31 MiB/sec. | ||
| 4288 | 2024.10.10 06:03:00.984787 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4289 | 2024.10.10 06:03:00.984816 [ 3 ] {1d477e37-c5d8-49d1-afde-46088aa949cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4290 | 2024.10.10 06:03:00.984833 [ 3 ] {} <Debug> HTTP-Session: 18429344-8194-4afe-83d8-34220e3dc1a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4291 | 2024.10.10 06:03:00.985089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 186972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4292 | 2024.10.10 06:03:00.985149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4293 | 2024.10.10 06:03:00.985173 [ 3 ] {} <Debug> HTTP-Session: ac4a7b43-3885-42c2-ad4d-cd5cd41c29c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4294 | 2024.10.10 06:03:00.985197 [ 3 ] {} <Debug> HTTP-Session: ac4a7b43-3885-42c2-ad4d-cd5cd41c29c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4295 | 2024.10.10 06:03:00.985222 [ 3 ] {} <Debug> HTTP-Session: ac4a7b43-3885-42c2-ad4d-cd5cd41c29c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4296 | 2024.10.10 06:03:00.985259 [ 3 ] {} <Trace> HTTP-Session: ac4a7b43-3885-42c2-ad4d-cd5cd41c29c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2024.10.10 06:03:00.985793 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4298 | 2024.10.10 06:03:00.985892 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4299 | 2024.10.10 06:03:00.986125 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4300 | 2024.10.10 06:03:00.987208 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2024.10.10 06:03:00.987251 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4302 | 2024.10.10 06:03:00.987776 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4303 | 2024.10.10 06:03:00.988245 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2024.10.10 06:03:00.988416 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Debug> executeQuery: Read 986 rows, 67.82 KiB in 0.002968 sec., 332210.24258760107 rows/sec., 22.32 MiB/sec. | ||
| 4305 | 2024.10.10 06:03:00.988605 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4306 | 2024.10.10 06:03:00.988633 [ 3 ] {84f6b73a-7d25-4b4d-8d41-2bc7a3e06d9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 4307 | 2024.10.10 06:03:00.988651 [ 3 ] {} <Debug> HTTP-Session: ac4a7b43-3885-42c2-ad4d-cd5cd41c29c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4308 | 2024.10.10 06:03:00.989011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4309 | 2024.10.10 06:03:00.989075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4310 | 2024.10.10 06:03:00.989103 [ 3 ] {} <Debug> HTTP-Session: 5b2242ad-a5a1-4a0c-b804-7cb3ff2f38f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4311 | 2024.10.10 06:03:00.989127 [ 3 ] {} <Debug> HTTP-Session: 5b2242ad-a5a1-4a0c-b804-7cb3ff2f38f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4312 | 2024.10.10 06:03:00.989146 [ 3 ] {} <Debug> HTTP-Session: 5b2242ad-a5a1-4a0c-b804-7cb3ff2f38f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4313 | 2024.10.10 06:03:00.989178 [ 3 ] {} <Trace> HTTP-Session: 5b2242ad-a5a1-4a0c-b804-7cb3ff2f38f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4314 | 2024.10.10 06:03:00.989369 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4315 | 2024.10.10 06:03:00.989439 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <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 | ||
| 4316 | 2024.10.10 06:03:00.989901 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4317 | 2024.10.10 06:03:00.990483 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2024.10.10 06:03:00.990525 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4319 | 2024.10.10 06:03:00.991184 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4320 | 2024.10.10 06:03:00.991621 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2024.10.10 06:03:00.991817 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002559 sec., 3516.9988276670574 rows/sec., 6.30 MiB/sec. | ||
| 4322 | 2024.10.10 06:03:00.992053 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4323 | 2024.10.10 06:03:00.992080 [ 3 ] {2192b612-36ba-4166-96b2-a1b6a426499c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 4324 | 2024.10.10 06:03:00.992096 [ 3 ] {} <Debug> HTTP-Session: 5b2242ad-a5a1-4a0c-b804-7cb3ff2f38f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4325 | 2024.10.10 06:03:00.992226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 8227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4326 | 2024.10.10 06:03:00.992280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4327 | 2024.10.10 06:03:00.992301 [ 3 ] {} <Debug> HTTP-Session: d49cc56c-a92d-4cdd-b964-4dd66999a6dc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4328 | 2024.10.10 06:03:00.992319 [ 3 ] {} <Debug> HTTP-Session: d49cc56c-a92d-4cdd-b964-4dd66999a6dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4329 | 2024.10.10 06:03:00.992334 [ 3 ] {} <Debug> HTTP-Session: d49cc56c-a92d-4cdd-b964-4dd66999a6dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4330 | 2024.10.10 06:03:00.992371 [ 3 ] {} <Trace> HTTP-Session: d49cc56c-a92d-4cdd-b964-4dd66999a6dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4331 | 2024.10.10 06:03:00.992483 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4332 | 2024.10.10 06:03:00.992530 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4333 | 2024.10.10 06:03:00.992667 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4334 | 2024.10.10 06:03:00.992963 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4335 | 2024.10.10 06:03:00.993002 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4336 | 2024.10.10 06:03:00.993397 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4337 | 2024.10.10 06:03:00.993732 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4338 | 2024.10.10 06:03:00.993896 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001441 sec., 37473.976405274116 rows/sec., 2.52 MiB/sec. | ||
| 4339 | 2024.10.10 06:03:00.994180 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Debug> DynamicQueryHandler: Done processing query | ||
| 4340 | 2024.10.10 06:03:00.994207 [ 3 ] {8e01bbe8-c38d-40a2-a2eb-644b53e76c15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4341 | 2024.10.10 06:03:00.994227 [ 3 ] {} <Debug> HTTP-Session: d49cc56c-a92d-4cdd-b964-4dd66999a6dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4342 | 2024.10.10 06:03:01.012341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4343 | 2024.10.10 06:03:01.012413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4344 | 2024.10.10 06:03:01.012434 [ 3 ] {} <Debug> HTTP-Session: 8dfb5453-b229-4f2d-a86f-4208df351d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4345 | 2024.10.10 06:03:01.012452 [ 3 ] {} <Debug> HTTP-Session: 8dfb5453-b229-4f2d-a86f-4208df351d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4346 | 2024.10.10 06:03:01.012467 [ 3 ] {} <Debug> HTTP-Session: 8dfb5453-b229-4f2d-a86f-4208df351d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4347 | 2024.10.10 06:03:01.012503 [ 3 ] {} <Trace> HTTP-Session: 8dfb5453-b229-4f2d-a86f-4208df351d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4348 | 2024.10.10 06:03:01.012625 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4349 | 2024.10.10 06:03:01.012673 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4350 | 2024.10.10 06:03:01.012946 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4351 | 2024.10.10 06:03:01.013295 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2024.10.10 06:03:01.013333 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4353 | 2024.10.10 06:03:01.013693 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4354 | 2024.10.10 06:03:01.014061 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4355 | 2024.10.10 06:03:01.014193 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001605 sec., 16199.376947040497 rows/sec., 1.20 MiB/sec. | ||
| 4356 | 2024.10.10 06:03:01.014373 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4357 | 2024.10.10 06:03:01.014398 [ 3 ] {a1fec4c1-9eb0-423c-93ab-219d0d175cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4358 | 2024.10.10 06:03:01.014414 [ 3 ] {} <Debug> HTTP-Session: 8dfb5453-b229-4f2d-a86f-4208df351d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4359 | 2024.10.10 06:03:01.014530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4360 | 2024.10.10 06:03:01.014582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4361 | 2024.10.10 06:03:01.014603 [ 3 ] {} <Debug> HTTP-Session: 296bd59f-98da-4860-8d99-8228fc056617 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4362 | 2024.10.10 06:03:01.014620 [ 3 ] {} <Debug> HTTP-Session: 296bd59f-98da-4860-8d99-8228fc056617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4363 | 2024.10.10 06:03:01.014634 [ 3 ] {} <Debug> HTTP-Session: 296bd59f-98da-4860-8d99-8228fc056617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4364 | 2024.10.10 06:03:01.014666 [ 3 ] {} <Trace> HTTP-Session: 296bd59f-98da-4860-8d99-8228fc056617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4365 | 2024.10.10 06:03:01.014777 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4366 | 2024.10.10 06:03:01.014820 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4367 | 2024.10.10 06:03:01.015048 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4368 | 2024.10.10 06:03:01.015374 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2024.10.10 06:03:01.015412 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4370 | 2024.10.10 06:03:01.015753 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4371 | 2024.10.10 06:03:01.016109 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2024.10.10 06:03:01.016241 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001497 sec., 18704.074816299264 rows/sec., 1.46 MiB/sec. | ||
| 4373 | 2024.10.10 06:03:01.016427 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4374 | 2024.10.10 06:03:01.016452 [ 3 ] {e92bf0d3-ce72-4b15-9e9a-bde9834f985d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4375 | 2024.10.10 06:03:01.016468 [ 3 ] {} <Debug> HTTP-Session: 296bd59f-98da-4860-8d99-8228fc056617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4376 | 2024.10.10 06:03:01.016635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4377 | 2024.10.10 06:03:01.016687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4378 | 2024.10.10 06:03:01.016706 [ 3 ] {} <Debug> HTTP-Session: 9348693d-3c60-4af1-ae80-851e7fb416ee Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4379 | 2024.10.10 06:03:01.016723 [ 3 ] {} <Debug> HTTP-Session: 9348693d-3c60-4af1-ae80-851e7fb416ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4380 | 2024.10.10 06:03:01.016737 [ 3 ] {} <Debug> HTTP-Session: 9348693d-3c60-4af1-ae80-851e7fb416ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4381 | 2024.10.10 06:03:01.016769 [ 3 ] {} <Trace> HTTP-Session: 9348693d-3c60-4af1-ae80-851e7fb416ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4382 | 2024.10.10 06:03:01.016874 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4383 | 2024.10.10 06:03:01.016921 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4384 | 2024.10.10 06:03:01.017068 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4385 | 2024.10.10 06:03:01.017382 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2024.10.10 06:03:01.017418 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4387 | 2024.10.10 06:03:01.017779 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4388 | 2024.10.10 06:03:01.018114 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2024.10.10 06:03:01.018240 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001399 sec., 14295.92566118656 rows/sec., 1014.95 KiB/sec. | ||
| 4390 | 2024.10.10 06:03:01.018407 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Debug> DynamicQueryHandler: Done processing query | ||
| 4391 | 2024.10.10 06:03:01.018432 [ 3 ] {edc0988f-bf28-45e9-a3fd-4935ae2b1f15} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4392 | 2024.10.10 06:03:01.018448 [ 3 ] {} <Debug> HTTP-Session: 9348693d-3c60-4af1-ae80-851e7fb416ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4393 | 2024.10.10 06:03:01.018561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4394 | 2024.10.10 06:03:01.018609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4395 | 2024.10.10 06:03:01.018628 [ 3 ] {} <Debug> HTTP-Session: 46dd2149-bb4b-476b-825f-fee748603d90 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4396 | 2024.10.10 06:03:01.018644 [ 3 ] {} <Debug> HTTP-Session: 46dd2149-bb4b-476b-825f-fee748603d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4397 | 2024.10.10 06:03:01.018658 [ 3 ] {} <Debug> HTTP-Session: 46dd2149-bb4b-476b-825f-fee748603d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4398 | 2024.10.10 06:03:01.018689 [ 3 ] {} <Trace> HTTP-Session: 46dd2149-bb4b-476b-825f-fee748603d90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4399 | 2024.10.10 06:03:01.018785 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4400 | 2024.10.10 06:03:01.018827 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4401 | 2024.10.10 06:03:01.018957 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4402 | 2024.10.10 06:03:01.019231 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2024.10.10 06:03:01.019266 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4404 | 2024.10.10 06:03:01.019608 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4405 | 2024.10.10 06:03:01.019934 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4406 | 2024.10.10 06:03:01.020058 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 324.02 KiB/sec. | ||
| 4407 | 2024.10.10 06:03:01.020212 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Debug> DynamicQueryHandler: Done processing query | ||
| 4408 | 2024.10.10 06:03:01.020236 [ 3 ] {f307264f-7c3d-4385-8b6e-e62036707c01} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4409 | 2024.10.10 06:03:01.020252 [ 3 ] {} <Debug> HTTP-Session: 46dd2149-bb4b-476b-825f-fee748603d90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4410 | 2024.10.10 06:03:03.072791 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4411 | 2024.10.10 06:03:03.072845 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4412 | 2024.10.10 06:03:06.024426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4413 | 2024.10.10 06:03:06.024555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4414 | 2024.10.10 06:03:06.024582 [ 3 ] {} <Debug> HTTP-Session: 11e42db1-48fb-4c01-853b-50abb60aeef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4415 | 2024.10.10 06:03:06.024606 [ 3 ] {} <Debug> HTTP-Session: 11e42db1-48fb-4c01-853b-50abb60aeef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4416 | 2024.10.10 06:03:06.024621 [ 3 ] {} <Debug> HTTP-Session: 11e42db1-48fb-4c01-853b-50abb60aeef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4417 | 2024.10.10 06:03:06.024671 [ 3 ] {} <Trace> HTTP-Session: 11e42db1-48fb-4c01-853b-50abb60aeef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4418 | 2024.10.10 06:03:06.024850 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4419 | 2024.10.10 06:03:06.024919 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4420 | 2024.10.10 06:03:06.025262 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4421 | 2024.10.10 06:03:06.025692 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2024.10.10 06:03:06.025738 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4423 | 2024.10.10 06:03:06.026143 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4424 | 2024.10.10 06:03:06.026530 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2024.10.10 06:03:06.026692 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001888 sec., 1059.322033898305 rows/sec., 86.38 KiB/sec. | ||
| 4426 | 2024.10.10 06:03:06.027004 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4427 | 2024.10.10 06:03:06.027031 [ 3 ] {56cd0a01-4efa-4239-836d-36f724c42ce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4428 | 2024.10.10 06:03:06.027050 [ 3 ] {} <Debug> HTTP-Session: 11e42db1-48fb-4c01-853b-50abb60aeef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4429 | 2024.10.10 06:03:06.027285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4430 | 2024.10.10 06:03:06.027340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4431 | 2024.10.10 06:03:06.027361 [ 3 ] {} <Debug> HTTP-Session: 6318bf34-0eae-41fb-a6fa-d586d376df96 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4432 | 2024.10.10 06:03:06.027380 [ 3 ] {} <Debug> HTTP-Session: 6318bf34-0eae-41fb-a6fa-d586d376df96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4433 | 2024.10.10 06:03:06.027394 [ 3 ] {} <Debug> HTTP-Session: 6318bf34-0eae-41fb-a6fa-d586d376df96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4434 | 2024.10.10 06:03:06.027430 [ 3 ] {} <Trace> HTTP-Session: 6318bf34-0eae-41fb-a6fa-d586d376df96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2024.10.10 06:03:06.027618 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4436 | 2024.10.10 06:03:06.027668 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4437 | 2024.10.10 06:03:06.027925 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4438 | 2024.10.10 06:03:06.028410 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4439 | 2024.10.10 06:03:06.028449 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4440 | 2024.10.10 06:03:06.028825 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4441 | 2024.10.10 06:03:06.029175 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4442 | 2024.10.10 06:03:06.029327 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Debug> executeQuery: Read 252 rows, 22.83 KiB in 0.001792 sec., 140625 rows/sec., 12.44 MiB/sec. | ||
| 4443 | 2024.10.10 06:03:06.029345 [ 140 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4444 | 2024.10.10 06:03:06.029475 [ 140 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2024.10.10 06:03:06.029509 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4446 | 2024.10.10 06:03:06.029599 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4447 | 2024.10.10 06:03:06.029683 [ 3 ] {b4d8647d-0bfd-49b0-98f4-a789539f80b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4448 | 2024.10.10 06:03:06.029766 [ 3 ] {} <Debug> HTTP-Session: 6318bf34-0eae-41fb-a6fa-d586d376df96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4449 | 2024.10.10 06:03:06.029977 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 4450 | 2024.10.10 06:03:06.030047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4451 | 2024.10.10 06:03:06.030168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4452 | 2024.10.10 06:03:06.030210 [ 3 ] {} <Debug> HTTP-Session: 16e4fe8c-9a50-4172-8070-93986da1763c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4453 | 2024.10.10 06:03:06.030253 [ 3 ] {} <Debug> HTTP-Session: 16e4fe8c-9a50-4172-8070-93986da1763c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4454 | 2024.10.10 06:03:06.030293 [ 3 ] {} <Debug> HTTP-Session: 16e4fe8c-9a50-4172-8070-93986da1763c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4455 | 2024.10.10 06:03:06.030386 [ 3 ] {} <Trace> HTTP-Session: 16e4fe8c-9a50-4172-8070-93986da1763c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4456 | 2024.10.10 06:03:06.030400 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4457 | 2024.10.10 06:03:06.030459 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1414 rows starting from the beginning of the part | ||
| 4458 | 2024.10.10 06:03:06.030700 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4459 | 2024.10.10 06:03:06.030725 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 75 rows starting from the beginning of the part | ||
| 4460 | 2024.10.10 06:03:06.030890 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4461 | 2024.10.10 06:03:06.031029 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 251 rows starting from the beginning of the part | ||
| 4462 | 2024.10.10 06:03:06.031391 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1214 rows starting from the beginning of the part | ||
| 4463 | 2024.10.10 06:03:06.031692 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4464 | 2024.10.10 06:03:06.031985 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part | ||
| 4465 | 2024.10.10 06:03:06.032771 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4466 | 2024.10.10 06:03:06.033541 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4467 | 2024.10.10 06:03:06.033605 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4468 | 2024.10.10 06:03:06.034577 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4469 | 2024.10.10 06:03:06.035321 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4470 | 2024.10.10 06:03:06.035618 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.005089 sec., 6484.574572607586 rows/sec., 485.50 KiB/sec. | ||
| 4471 | 2024.10.10 06:03:06.036220 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Debug> DynamicQueryHandler: Done processing query | ||
| 4472 | 2024.10.10 06:03:06.036215 [ 188 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3232 rows, containing 5 columns (5 merged, 0 gathered) in 0.006588108 sec., 490580.9072953874 rows/sec., 42.91 MiB/sec. | ||
| 4473 | 2024.10.10 06:03:06.036258 [ 3 ] {c92abb47-c28b-49c6-9bc5-1550f0d2d178} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4474 | 2024.10.10 06:03:06.036331 [ 3 ] {} <Debug> HTTP-Session: 16e4fe8c-9a50-4172-8070-93986da1763c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4475 | 2024.10.10 06:03:06.036523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4476 | 2024.10.10 06:03:06.036600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4477 | 2024.10.10 06:03:06.036635 [ 3 ] {} <Debug> HTTP-Session: ea84e73c-22c4-4390-9de4-928eefef2e58 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4478 | 2024.10.10 06:03:06.036660 [ 188 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4479 | 2024.10.10 06:03:06.036670 [ 3 ] {} <Debug> HTTP-Session: ea84e73c-22c4-4390-9de4-928eefef2e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4480 | 2024.10.10 06:03:06.036716 [ 3 ] {} <Debug> HTTP-Session: ea84e73c-22c4-4390-9de4-928eefef2e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4481 | 2024.10.10 06:03:06.036804 [ 3 ] {} <Trace> HTTP-Session: ea84e73c-22c4-4390-9de4-928eefef2e58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4482 | 2024.10.10 06:03:06.037005 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4483 | 2024.10.10 06:03:06.037135 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4484 | 2024.10.10 06:03:06.037913 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4485 | 2024.10.10 06:03:06.037921 [ 188 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4486 | 2024.10.10 06:03:06.038136 [ 188 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_21_4} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4487 | 2024.10.10 06:03:06.038322 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 4488 | 2024.10.10 06:03:06.038477 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4489 | 2024.10.10 06:03:06.038520 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4490 | 2024.10.10 06:03:06.038888 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4491 | 2024.10.10 06:03:06.039253 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4492 | 2024.10.10 06:03:06.039421 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002485 sec., 5633.802816901409 rows/sec., 394.55 KiB/sec. | ||
| 4493 | 2024.10.10 06:03:06.039604 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Debug> DynamicQueryHandler: Done processing query | ||
| 4494 | 2024.10.10 06:03:06.039629 [ 3 ] {1060e245-d8db-4537-8b9a-b3e5034ab588} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4495 | 2024.10.10 06:03:06.039646 [ 3 ] {} <Debug> HTTP-Session: ea84e73c-22c4-4390-9de4-928eefef2e58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4496 | 2024.10.10 06:03:06.039760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4497 | 2024.10.10 06:03:06.039810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4498 | 2024.10.10 06:03:06.039829 [ 3 ] {} <Debug> HTTP-Session: 3105a1af-9557-4aea-9bf3-e56bad147315 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4499 | 2024.10.10 06:03:06.039847 [ 3 ] {} <Debug> HTTP-Session: 3105a1af-9557-4aea-9bf3-e56bad147315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4500 | 2024.10.10 06:03:06.039861 [ 3 ] {} <Debug> HTTP-Session: 3105a1af-9557-4aea-9bf3-e56bad147315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4501 | 2024.10.10 06:03:06.039893 [ 3 ] {} <Trace> HTTP-Session: 3105a1af-9557-4aea-9bf3-e56bad147315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4502 | 2024.10.10 06:03:06.039991 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4503 | 2024.10.10 06:03:06.040036 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4504 | 2024.10.10 06:03:06.040294 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4505 | 2024.10.10 06:03:06.040590 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4506 | 2024.10.10 06:03:06.040628 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4507 | 2024.10.10 06:03:06.040970 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4508 | 2024.10.10 06:03:06.041349 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2024.10.10 06:03:06.041511 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 229.89 KiB/sec. | ||
| 4510 | 2024.10.10 06:03:06.041685 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Debug> DynamicQueryHandler: Done processing query | ||
| 4511 | 2024.10.10 06:03:06.041710 [ 3 ] {59d84cc3-faeb-447a-8b05-1122c9884295} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4512 | 2024.10.10 06:03:06.041726 [ 3 ] {} <Debug> HTTP-Session: 3105a1af-9557-4aea-9bf3-e56bad147315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4513 | 2024.10.10 06:03:06.041998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4514 | 2024.10.10 06:03:06.042048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4515 | 2024.10.10 06:03:06.042068 [ 3 ] {} <Debug> HTTP-Session: 16687155-8ec3-4a42-9997-0540f9757ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4516 | 2024.10.10 06:03:06.042084 [ 3 ] {} <Debug> HTTP-Session: 16687155-8ec3-4a42-9997-0540f9757ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4517 | 2024.10.10 06:03:06.042098 [ 3 ] {} <Debug> HTTP-Session: 16687155-8ec3-4a42-9997-0540f9757ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4518 | 2024.10.10 06:03:06.042130 [ 3 ] {} <Trace> HTTP-Session: 16687155-8ec3-4a42-9997-0540f9757ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4519 | 2024.10.10 06:03:06.042421 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4520 | 2024.10.10 06:03:06.042464 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4521 | 2024.10.10 06:03:06.042693 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4522 | 2024.10.10 06:03:06.043261 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4523 | 2024.10.10 06:03:06.043299 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4524 | 2024.10.10 06:03:06.043664 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4525 | 2024.10.10 06:03:06.044009 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4526 | 2024.10.10 06:03:06.044174 [ 140 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4527 | 2024.10.10 06:03:06.044178 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001918 sec., 216371.22002085505 rows/sec., 15.44 MiB/sec. | ||
| 4528 | 2024.10.10 06:03:06.044241 [ 140 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4529 | 2024.10.10 06:03:06.044316 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4530 | 2024.10.10 06:03:06.044609 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Debug> DynamicQueryHandler: Done processing query | ||
| 4531 | 2024.10.10 06:03:06.044647 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 4532 | 2024.10.10 06:03:06.044684 [ 3 ] {a413c9d8-4846-4866-b705-94368f080a71} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4533 | 2024.10.10 06:03:06.044791 [ 3 ] {} <Debug> HTTP-Session: 16687155-8ec3-4a42-9997-0540f9757ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4534 | 2024.10.10 06:03:06.045126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4535 | 2024.10.10 06:03:06.045184 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4536 | 2024.10.10 06:03:06.045216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4537 | 2024.10.10 06:03:06.045252 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 906 rows starting from the beginning of the part | ||
| 4538 | 2024.10.10 06:03:06.045262 [ 3 ] {} <Debug> HTTP-Session: e62c0535-4873-4bf2-8fa0-c6fde26dd590 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4539 | 2024.10.10 06:03:06.045314 [ 3 ] {} <Debug> HTTP-Session: e62c0535-4873-4bf2-8fa0-c6fde26dd590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4540 | 2024.10.10 06:03:06.045355 [ 3 ] {} <Debug> HTTP-Session: e62c0535-4873-4bf2-8fa0-c6fde26dd590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4541 | 2024.10.10 06:03:06.045532 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 75 rows starting from the beginning of the part | ||
| 4542 | 2024.10.10 06:03:06.045573 [ 3 ] {} <Trace> HTTP-Session: e62c0535-4873-4bf2-8fa0-c6fde26dd590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4543 | 2024.10.10 06:03:06.045801 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 413 rows starting from the beginning of the part | ||
| 4544 | 2024.10.10 06:03:06.046075 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 529 rows starting from the beginning of the part | ||
| 4545 | 2024.10.10 06:03:06.046059 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4546 | 2024.10.10 06:03:06.046308 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4547 | 2024.10.10 06:03:06.046330 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part | ||
| 4548 | 2024.10.10 06:03:06.046631 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 415 rows starting from the beginning of the part | ||
| 4549 | 2024.10.10 06:03:06.047369 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4550 | 2024.10.10 06:03:06.048052 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4551 | 2024.10.10 06:03:06.048109 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4552 | 2024.10.10 06:03:06.049118 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4553 | 2024.10.10 06:03:06.049635 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4554 | 2024.10.10 06:03:06.050134 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004281 sec., 1401.5416958654519 rows/sec., 73.23 KiB/sec. | ||
| 4555 | 2024.10.10 06:03:06.050245 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 5 columns (5 merged, 0 gathered) in 0.005797189 sec., 408128.83623425075 rows/sec., 31.25 MiB/sec. | ||
| 4556 | 2024.10.10 06:03:06.050599 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Debug> DynamicQueryHandler: Done processing query | ||
| 4557 | 2024.10.10 06:03:06.050637 [ 3 ] {af80b2dc-a2e0-4804-9460-5ce3ced33687} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4558 | 2024.10.10 06:03:06.050645 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4559 | 2024.10.10 06:03:06.050664 [ 3 ] {} <Debug> HTTP-Session: e62c0535-4873-4bf2-8fa0-c6fde26dd590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4560 | 2024.10.10 06:03:06.050968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4561 | 2024.10.10 06:03:06.051088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4562 | 2024.10.10 06:03:06.051164 [ 3 ] {} <Debug> HTTP-Session: 149de7cf-9bc3-4378-9c68-d60e021158ce Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4563 | 2024.10.10 06:03:06.051201 [ 3 ] {} <Debug> HTTP-Session: 149de7cf-9bc3-4378-9c68-d60e021158ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4564 | 2024.10.10 06:03:06.051224 [ 3 ] {} <Debug> HTTP-Session: 149de7cf-9bc3-4378-9c68-d60e021158ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4565 | 2024.10.10 06:03:06.051278 [ 3 ] {} <Trace> HTTP-Session: 149de7cf-9bc3-4378-9c68-d60e021158ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4566 | 2024.10.10 06:03:06.051451 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4567 | 2024.10.10 06:03:06.051556 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_21_4} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4568 | 2024.10.10 06:03:06.051666 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 4569 | 2024.10.10 06:03:06.051705 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4570 | 2024.10.10 06:03:06.051763 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4571 | 2024.10.10 06:03:06.051931 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4572 | 2024.10.10 06:03:06.052408 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4573 | 2024.10.10 06:03:06.052446 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4574 | 2024.10.10 06:03:06.052837 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4575 | 2024.10.10 06:03:06.053183 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2024.10.10 06:03:06.053342 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4577 | 2024.10.10 06:03:06.053350 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001924 sec., 123700.6237006237 rows/sec., 8.29 MiB/sec. | ||
| 4578 | 2024.10.10 06:03:06.053394 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4579 | 2024.10.10 06:03:06.053488 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4580 | 2024.10.10 06:03:06.053722 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Debug> DynamicQueryHandler: Done processing query | ||
| 4581 | 2024.10.10 06:03:06.053727 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 4582 | 2024.10.10 06:03:06.053769 [ 3 ] {347c293e-94ea-46de-9aeb-18a0aaedeb33} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4583 | 2024.10.10 06:03:06.053823 [ 3 ] {} <Debug> HTTP-Session: 149de7cf-9bc3-4378-9c68-d60e021158ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4584 | 2024.10.10 06:03:06.054014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4585 | 2024.10.10 06:03:06.054029 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4586 | 2024.10.10 06:03:06.054113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4587 | 2024.10.10 06:03:06.054118 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5281 rows starting from the beginning of the part | ||
| 4588 | 2024.10.10 06:03:06.054150 [ 3 ] {} <Debug> HTTP-Session: 9403c39c-9821-4317-b6e6-b4d1a14c67ce Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4589 | 2024.10.10 06:03:06.054185 [ 3 ] {} <Debug> HTTP-Session: 9403c39c-9821-4317-b6e6-b4d1a14c67ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4590 | 2024.10.10 06:03:06.054222 [ 3 ] {} <Debug> HTTP-Session: 9403c39c-9821-4317-b6e6-b4d1a14c67ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4591 | 2024.10.10 06:03:06.054398 [ 3 ] {} <Trace> HTTP-Session: 9403c39c-9821-4317-b6e6-b4d1a14c67ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4592 | 2024.10.10 06:03:06.054411 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part | ||
| 4593 | 2024.10.10 06:03:06.054665 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 4594 | 2024.10.10 06:03:06.054911 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4595 | 2024.10.10 06:03:06.054970 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 986 rows starting from the beginning of the part | ||
| 4596 | 2024.10.10 06:03:06.055087 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4597 | 2024.10.10 06:03:06.055347 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 4598 | 2024.10.10 06:03:06.055741 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 238 rows starting from the beginning of the part | ||
| 4599 | 2024.10.10 06:03:06.056265 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4600 | 2024.10.10 06:03:06.056986 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2024.10.10 06:03:06.057045 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4602 | 2024.10.10 06:03:06.057560 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4603 | 2024.10.10 06:03:06.058369 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2024.10.10 06:03:06.058728 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004029 sec., 248.2005460412013 rows/sec., 16.72 KiB/sec. | ||
| 4605 | 2024.10.10 06:03:06.059111 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Debug> DynamicQueryHandler: Done processing query | ||
| 4606 | 2024.10.10 06:03:06.059147 [ 3 ] {3ed013cd-3750-4002-af65-42c79b11ae90} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4607 | 2024.10.10 06:03:06.059163 [ 3 ] {} <Debug> HTTP-Session: 9403c39c-9821-4317-b6e6-b4d1a14c67ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4608 | 2024.10.10 06:03:06.059386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4609 | 2024.10.10 06:03:06.059438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4610 | 2024.10.10 06:03:06.059460 [ 3 ] {} <Debug> HTTP-Session: e2167d4d-1e16-41e1-84bb-ff50939d61f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4611 | 2024.10.10 06:03:06.059632 [ 3 ] {} <Debug> HTTP-Session: e2167d4d-1e16-41e1-84bb-ff50939d61f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4612 | 2024.10.10 06:03:06.059647 [ 3 ] {} <Debug> HTTP-Session: e2167d4d-1e16-41e1-84bb-ff50939d61f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4613 | 2024.10.10 06:03:06.059680 [ 3 ] {} <Trace> HTTP-Session: e2167d4d-1e16-41e1-84bb-ff50939d61f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2024.10.10 06:03:06.060427 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4615 | 2024.10.10 06:03:06.060605 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6923 rows, containing 5 columns (5 merged, 0 gathered) in 0.006976337 sec., 992354.5837880252 rows/sec., 66.89 MiB/sec. | ||
| 4616 | 2024.10.10 06:03:06.060623 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <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 | ||
| 4617 | 2024.10.10 06:03:06.061131 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4618 | 2024.10.10 06:03:06.061564 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4619 | 2024.10.10 06:03:06.062163 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2024.10.10 06:03:06.062244 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4621 | 2024.10.10 06:03:06.062321 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
| 4622 | 2024.10.10 06:03:06.062620 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4623 | 2024.10.10 06:03:06.062662 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4624 | 2024.10.10 06:03:06.063323 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4625 | 2024.10.10 06:03:06.063743 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4626 | 2024.10.10 06:03:06.063917 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4627 | 2024.10.10 06:03:06.063935 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00415 sec., 7469.879518072289 rows/sec., 13.39 MiB/sec. | ||
| 4628 | 2024.10.10 06:03:06.063982 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4629 | 2024.10.10 06:03:06.064056 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4630 | 2024.10.10 06:03:06.064318 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 4631 | 2024.10.10 06:03:06.064445 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4632 | 2024.10.10 06:03:06.064477 [ 3 ] {9bbb09c9-42d1-4c24-abf4-d2eee2de5c2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 4633 | 2024.10.10 06:03:06.064505 [ 3 ] {} <Debug> HTTP-Session: e2167d4d-1e16-41e1-84bb-ff50939d61f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4634 | 2024.10.10 06:03:06.064669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4635 | 2024.10.10 06:03:06.064727 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4636 | 2024.10.10 06:03:06.064735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4637 | 2024.10.10 06:03:06.064776 [ 3 ] {} <Debug> HTTP-Session: 81459b09-218c-4868-85e1-68d23678331d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4638 | 2024.10.10 06:03:06.064804 [ 3 ] {} <Debug> HTTP-Session: 81459b09-218c-4868-85e1-68d23678331d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4639 | 2024.10.10 06:03:06.064826 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 118 rows starting from the beginning of the part | ||
| 4640 | 2024.10.10 06:03:06.064827 [ 3 ] {} <Debug> HTTP-Session: 81459b09-218c-4868-85e1-68d23678331d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4641 | 2024.10.10 06:03:06.064873 [ 3 ] {} <Trace> HTTP-Session: 81459b09-218c-4868-85e1-68d23678331d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4642 | 2024.10.10 06:03:06.065136 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4643 | 2024.10.10 06:03:06.065289 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4644 | 2024.10.10 06:03:06.065429 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
| 4645 | 2024.10.10 06:03:06.065744 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4646 | 2024.10.10 06:03:06.066063 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part | ||
| 4647 | 2024.10.10 06:03:06.066598 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
| 4648 | 2024.10.10 06:03:06.066671 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4649 | 2024.10.10 06:03:06.066752 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4650 | 2024.10.10 06:03:06.067093 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part | ||
| 4651 | 2024.10.10 06:03:06.067604 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
| 4652 | 2024.10.10 06:03:06.067756 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4653 | 2024.10.10 06:03:06.068428 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4654 | 2024.10.10 06:03:06.068696 [ 140 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4655 | 2024.10.10 06:03:06.068718 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003725 sec., 22013.422818791947 rows/sec., 1.40 MiB/sec. | ||
| 4656 | 2024.10.10 06:03:06.068834 [ 140 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4657 | 2024.10.10 06:03:06.068989 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4658 | 2024.10.10 06:03:06.069458 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4659 | 2024.10.10 06:03:06.069574 [ 3 ] {d8afad88-f9fb-4ae1-92e5-6da8c4d5494e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4660 | 2024.10.10 06:03:06.069700 [ 3 ] {} <Debug> HTTP-Session: 81459b09-218c-4868-85e1-68d23678331d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4661 | 2024.10.10 06:03:06.069803 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 4662 | 2024.10.10 06:03:06.070429 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4663 | 2024.10.10 06:03:06.070482 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 886 rows starting from the beginning of the part | ||
| 4664 | 2024.10.10 06:03:06.070722 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 4665 | 2024.10.10 06:03:06.071069 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 4666 | 2024.10.10 06:03:06.071275 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
| 4667 | 2024.10.10 06:03:06.071672 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 4668 | 2024.10.10 06:03:06.071886 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 4669 | 2024.10.10 06:03:06.073753 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1170 rows, containing 4 columns (4 merged, 0 gathered) in 0.004542889 sec., 257545.36375421018 rows/sec., 16.82 MiB/sec. | ||
| 4670 | 2024.10.10 06:03:06.074081 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4671 | 2024.10.10 06:03:06.074760 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 229 rows, containing 19 columns (19 merged, 0 gathered) in 0.010568964 sec., 21667.21355092136 rows/sec., 38.83 MiB/sec. | ||
| 4672 | 2024.10.10 06:03:06.074780 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4673 | 2024.10.10 06:03:06.074862 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_21_4} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4674 | 2024.10.10 06:03:06.074940 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 4675 | 2024.10.10 06:03:06.075176 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4676 | 2024.10.10 06:03:06.075689 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4677 | 2024.10.10 06:03:06.075763 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4678 | 2024.10.10 06:03:06.075859 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 4679 | 2024.10.10 06:03:08.186050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 478 | ||
| 4680 | 2024.10.10 06:03:08.189141 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4681 | 2024.10.10 06:03:08.189200 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4682 | 2024.10.10 06:03:08.190734 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4683 | 2024.10.10 06:03:08.191731 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4684 | 2024.10.10 06:03:08.192357 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 478 | ||
| 4685 | 2024.10.10 06:03:11.019073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4686 | 2024.10.10 06:03:11.019207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4687 | 2024.10.10 06:03:11.019235 [ 3 ] {} <Debug> HTTP-Session: 5be6252b-f85b-4fc2-93ce-e52c33b0879e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4688 | 2024.10.10 06:03:11.019260 [ 3 ] {} <Debug> HTTP-Session: 5be6252b-f85b-4fc2-93ce-e52c33b0879e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4689 | 2024.10.10 06:03:11.019275 [ 3 ] {} <Debug> HTTP-Session: 5be6252b-f85b-4fc2-93ce-e52c33b0879e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4690 | 2024.10.10 06:03:11.019328 [ 3 ] {} <Trace> HTTP-Session: 5be6252b-f85b-4fc2-93ce-e52c33b0879e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4691 | 2024.10.10 06:03:11.019539 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4692 | 2024.10.10 06:03:11.019607 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4693 | 2024.10.10 06:03:11.019953 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4694 | 2024.10.10 06:03:11.020484 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4695 | 2024.10.10 06:03:11.020534 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4696 | 2024.10.10 06:03:11.020977 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4697 | 2024.10.10 06:03:11.021381 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4698 | 2024.10.10 06:03:11.021569 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002097 sec., 35288.50739151169 rows/sec., 2.83 MiB/sec. | ||
| 4699 | 2024.10.10 06:03:11.021811 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Debug> DynamicQueryHandler: Done processing query | ||
| 4700 | 2024.10.10 06:03:11.021840 [ 3 ] {8ecfcb7a-0a72-467b-92c0-0b14b78fc258} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4701 | 2024.10.10 06:03:11.021858 [ 3 ] {} <Debug> HTTP-Session: 5be6252b-f85b-4fc2-93ce-e52c33b0879e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4702 | 2024.10.10 06:03:11.022035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4703 | 2024.10.10 06:03:11.022094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4704 | 2024.10.10 06:03:11.022115 [ 3 ] {} <Debug> HTTP-Session: 3bdb4240-9d50-49a1-b4a6-59d6f206aef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4705 | 2024.10.10 06:03:11.022133 [ 3 ] {} <Debug> HTTP-Session: 3bdb4240-9d50-49a1-b4a6-59d6f206aef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4706 | 2024.10.10 06:03:11.022147 [ 3 ] {} <Debug> HTTP-Session: 3bdb4240-9d50-49a1-b4a6-59d6f206aef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4707 | 2024.10.10 06:03:11.022184 [ 3 ] {} <Trace> HTTP-Session: 3bdb4240-9d50-49a1-b4a6-59d6f206aef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4708 | 2024.10.10 06:03:11.022294 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4709 | 2024.10.10 06:03:11.022342 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4710 | 2024.10.10 06:03:11.022583 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4711 | 2024.10.10 06:03:11.022955 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4712 | 2024.10.10 06:03:11.022995 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4713 | 2024.10.10 06:03:11.023349 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4714 | 2024.10.10 06:03:11.023718 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4715 | 2024.10.10 06:03:11.023884 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001616 sec., 5569.306930693069 rows/sec., 418.79 KiB/sec. | ||
| 4716 | 2024.10.10 06:03:11.024074 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Debug> DynamicQueryHandler: Done processing query | ||
| 4717 | 2024.10.10 06:03:11.024100 [ 3 ] {71127d36-8949-496b-9aa6-47adb595f030} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4718 | 2024.10.10 06:03:11.024117 [ 3 ] {} <Debug> HTTP-Session: 3bdb4240-9d50-49a1-b4a6-59d6f206aef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4719 | 2024.10.10 06:03:11.024269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4720 | 2024.10.10 06:03:11.024322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4721 | 2024.10.10 06:03:11.024342 [ 3 ] {} <Debug> HTTP-Session: 0cf8b557-1487-425c-8979-005551776934 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4722 | 2024.10.10 06:03:11.024359 [ 3 ] {} <Debug> HTTP-Session: 0cf8b557-1487-425c-8979-005551776934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4723 | 2024.10.10 06:03:11.024373 [ 3 ] {} <Debug> HTTP-Session: 0cf8b557-1487-425c-8979-005551776934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4724 | 2024.10.10 06:03:11.024407 [ 3 ] {} <Trace> HTTP-Session: 0cf8b557-1487-425c-8979-005551776934 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4725 | 2024.10.10 06:03:11.024536 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4726 | 2024.10.10 06:03:11.024582 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4727 | 2024.10.10 06:03:11.024815 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4728 | 2024.10.10 06:03:11.025214 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4729 | 2024.10.10 06:03:11.025253 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4730 | 2024.10.10 06:03:11.025621 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4731 | 2024.10.10 06:03:11.025991 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4732 | 2024.10.10 06:03:11.026140 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001649 sec., 44269.25409338993 rows/sec., 3.46 MiB/sec. | ||
| 4733 | 2024.10.10 06:03:11.026411 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Debug> DynamicQueryHandler: Done processing query | ||
| 4734 | 2024.10.10 06:03:11.026449 [ 3 ] {c6b60231-9965-417e-b548-cd0a792e6313} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4735 | 2024.10.10 06:03:11.026466 [ 3 ] {} <Debug> HTTP-Session: 0cf8b557-1487-425c-8979-005551776934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4736 | 2024.10.10 06:03:11.026652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4737 | 2024.10.10 06:03:11.026706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4738 | 2024.10.10 06:03:11.026725 [ 3 ] {} <Debug> HTTP-Session: 9fe130a3-69c8-43ab-9376-760c68590edf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4739 | 2024.10.10 06:03:11.026742 [ 3 ] {} <Debug> HTTP-Session: 9fe130a3-69c8-43ab-9376-760c68590edf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4740 | 2024.10.10 06:03:11.026757 [ 3 ] {} <Debug> HTTP-Session: 9fe130a3-69c8-43ab-9376-760c68590edf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4741 | 2024.10.10 06:03:11.026790 [ 3 ] {} <Trace> HTTP-Session: 9fe130a3-69c8-43ab-9376-760c68590edf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4742 | 2024.10.10 06:03:11.026953 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4743 | 2024.10.10 06:03:11.027005 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4744 | 2024.10.10 06:03:11.027169 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4745 | 2024.10.10 06:03:11.027583 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2024.10.10 06:03:11.027622 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4747 | 2024.10.10 06:03:11.028007 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4748 | 2024.10.10 06:03:11.028370 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4749 | 2024.10.10 06:03:11.028524 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 4750 | 2024.10.10 06:03:11.028704 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Debug> DynamicQueryHandler: Done processing query | ||
| 4751 | 2024.10.10 06:03:11.028728 [ 3 ] {396bc427-8a85-412f-b5d1-b389d7b8b829} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4752 | 2024.10.10 06:03:11.028744 [ 3 ] {} <Debug> HTTP-Session: 9fe130a3-69c8-43ab-9376-760c68590edf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4753 | 2024.10.10 06:03:11.028887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4754 | 2024.10.10 06:03:11.028937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4755 | 2024.10.10 06:03:11.028956 [ 3 ] {} <Debug> HTTP-Session: 4e807a92-ef6a-48ee-bba4-a9c8791487d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4756 | 2024.10.10 06:03:11.028973 [ 3 ] {} <Debug> HTTP-Session: 4e807a92-ef6a-48ee-bba4-a9c8791487d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4757 | 2024.10.10 06:03:11.028987 [ 3 ] {} <Debug> HTTP-Session: 4e807a92-ef6a-48ee-bba4-a9c8791487d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4758 | 2024.10.10 06:03:11.029020 [ 3 ] {} <Trace> HTTP-Session: 4e807a92-ef6a-48ee-bba4-a9c8791487d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4759 | 2024.10.10 06:03:11.029188 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4760 | 2024.10.10 06:03:11.029254 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <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 | ||
| 4761 | 2024.10.10 06:03:11.029690 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4762 | 2024.10.10 06:03:11.030321 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4763 | 2024.10.10 06:03:11.030360 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4764 | 2024.10.10 06:03:11.030969 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4765 | 2024.10.10 06:03:11.031390 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4766 | 2024.10.10 06:03:11.031573 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002475 sec., 3636.363636363636 rows/sec., 6.52 MiB/sec. | ||
| 4767 | 2024.10.10 06:03:11.031809 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Debug> DynamicQueryHandler: Done processing query | ||
| 4768 | 2024.10.10 06:03:11.031834 [ 3 ] {54280e78-6841-4f15-b84c-73ce97a62a13} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 4769 | 2024.10.10 06:03:11.031850 [ 3 ] {} <Debug> HTTP-Session: 4e807a92-ef6a-48ee-bba4-a9c8791487d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4770 | 2024.10.10 06:03:11.031982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4771 | 2024.10.10 06:03:11.032031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4772 | 2024.10.10 06:03:11.032051 [ 3 ] {} <Debug> HTTP-Session: a763d6c3-a8c0-42ea-8ea4-ed079a07bec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4773 | 2024.10.10 06:03:11.032068 [ 3 ] {} <Debug> HTTP-Session: a763d6c3-a8c0-42ea-8ea4-ed079a07bec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4774 | 2024.10.10 06:03:11.032083 [ 3 ] {} <Debug> HTTP-Session: a763d6c3-a8c0-42ea-8ea4-ed079a07bec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4775 | 2024.10.10 06:03:11.032115 [ 3 ] {} <Trace> HTTP-Session: a763d6c3-a8c0-42ea-8ea4-ed079a07bec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4776 | 2024.10.10 06:03:11.032229 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4777 | 2024.10.10 06:03:11.032274 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4778 | 2024.10.10 06:03:11.032405 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4779 | 2024.10.10 06:03:11.032730 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4780 | 2024.10.10 06:03:11.032767 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4781 | 2024.10.10 06:03:11.033130 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4782 | 2024.10.10 06:03:11.033450 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4783 | 2024.10.10 06:03:11.033607 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 4784 | 2024.10.10 06:03:11.033779 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Debug> DynamicQueryHandler: Done processing query | ||
| 4785 | 2024.10.10 06:03:11.033804 [ 3 ] {43d71ef4-cf56-4745-b4cd-a13608864c80} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4786 | 2024.10.10 06:03:11.033819 [ 3 ] {} <Debug> HTTP-Session: a763d6c3-a8c0-42ea-8ea4-ed079a07bec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4787 | 2024.10.10 06:03:16.024452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4788 | 2024.10.10 06:03:16.024580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4789 | 2024.10.10 06:03:16.024606 [ 3 ] {} <Debug> HTTP-Session: 138d1136-d37f-4c9b-9751-9f6860b864e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4790 | 2024.10.10 06:03:16.024630 [ 3 ] {} <Debug> HTTP-Session: 138d1136-d37f-4c9b-9751-9f6860b864e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4791 | 2024.10.10 06:03:16.024645 [ 3 ] {} <Debug> HTTP-Session: 138d1136-d37f-4c9b-9751-9f6860b864e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4792 | 2024.10.10 06:03:16.024697 [ 3 ] {} <Trace> HTTP-Session: 138d1136-d37f-4c9b-9751-9f6860b864e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4793 | 2024.10.10 06:03:16.024984 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4794 | 2024.10.10 06:03:16.025061 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4795 | 2024.10.10 06:03:16.025455 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4796 | 2024.10.10 06:03:16.026110 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4797 | 2024.10.10 06:03:16.026157 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4798 | 2024.10.10 06:03:16.026607 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4799 | 2024.10.10 06:03:16.026992 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4800 | 2024.10.10 06:03:16.027153 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002304 sec., 108940.97222222222 rows/sec., 9.65 MiB/sec. | ||
| 4801 | 2024.10.10 06:03:16.027394 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4802 | 2024.10.10 06:03:16.027423 [ 3 ] {d09aefaf-d682-4660-acd7-0880898101e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4803 | 2024.10.10 06:03:16.027440 [ 3 ] {} <Debug> HTTP-Session: 138d1136-d37f-4c9b-9751-9f6860b864e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4804 | 2024.10.10 06:03:16.027628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4805 | 2024.10.10 06:03:16.027686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4806 | 2024.10.10 06:03:16.027705 [ 3 ] {} <Debug> HTTP-Session: b06adfdc-716c-4d47-8c2d-7ceb9d244563 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4807 | 2024.10.10 06:03:16.027723 [ 3 ] {} <Debug> HTTP-Session: b06adfdc-716c-4d47-8c2d-7ceb9d244563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4808 | 2024.10.10 06:03:16.027736 [ 3 ] {} <Debug> HTTP-Session: b06adfdc-716c-4d47-8c2d-7ceb9d244563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4809 | 2024.10.10 06:03:16.027773 [ 3 ] {} <Trace> HTTP-Session: b06adfdc-716c-4d47-8c2d-7ceb9d244563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4810 | 2024.10.10 06:03:16.027886 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4811 | 2024.10.10 06:03:16.027933 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4812 | 2024.10.10 06:03:16.028175 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4813 | 2024.10.10 06:03:16.028538 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4814 | 2024.10.10 06:03:16.028577 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4815 | 2024.10.10 06:03:16.028926 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4816 | 2024.10.10 06:03:16.029281 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2024.10.10 06:03:16.029435 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001578 sec., 19645.12040557668 rows/sec., 1.44 MiB/sec. | ||
| 4818 | 2024.10.10 06:03:16.029728 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Debug> DynamicQueryHandler: Done processing query | ||
| 4819 | 2024.10.10 06:03:16.029754 [ 3 ] {abf7e100-3ae8-4e51-850b-7f5b8f754d84} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4820 | 2024.10.10 06:03:16.029771 [ 3 ] {} <Debug> HTTP-Session: b06adfdc-716c-4d47-8c2d-7ceb9d244563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4821 | 2024.10.10 06:03:16.029895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4822 | 2024.10.10 06:03:16.029946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4823 | 2024.10.10 06:03:16.029966 [ 3 ] {} <Debug> HTTP-Session: 66ae078f-acf2-4c2f-a94f-623cafc60f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4824 | 2024.10.10 06:03:16.029982 [ 3 ] {} <Debug> HTTP-Session: 66ae078f-acf2-4c2f-a94f-623cafc60f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4825 | 2024.10.10 06:03:16.029996 [ 3 ] {} <Debug> HTTP-Session: 66ae078f-acf2-4c2f-a94f-623cafc60f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4826 | 2024.10.10 06:03:16.030028 [ 3 ] {} <Trace> HTTP-Session: 66ae078f-acf2-4c2f-a94f-623cafc60f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2024.10.10 06:03:16.030134 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4828 | 2024.10.10 06:03:16.030180 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4829 | 2024.10.10 06:03:16.030427 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4830 | 2024.10.10 06:03:16.030749 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2024.10.10 06:03:16.030786 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4832 | 2024.10.10 06:03:16.031136 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4833 | 2024.10.10 06:03:16.031494 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2024.10.10 06:03:16.031653 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001538 sec., 9102.730819245773 rows/sec., 637.50 KiB/sec. | ||
| 4835 | 2024.10.10 06:03:16.031664 [ 151 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4836 | 2024.10.10 06:03:16.031770 [ 151 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4837 | 2024.10.10 06:03:16.031822 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4838 | 2024.10.10 06:03:16.031927 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4839 | 2024.10.10 06:03:16.031977 [ 3 ] {3b3f24c6-4b5b-4e88-838b-72c8786733e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4840 | 2024.10.10 06:03:16.032016 [ 3 ] {} <Debug> HTTP-Session: 66ae078f-acf2-4c2f-a94f-623cafc60f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4841 | 2024.10.10 06:03:16.032038 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 4842 | 2024.10.10 06:03:16.032180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4843 | 2024.10.10 06:03:16.032237 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4844 | 2024.10.10 06:03:16.032248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4845 | 2024.10.10 06:03:16.032277 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 4846 | 2024.10.10 06:03:16.032281 [ 3 ] {} <Debug> HTTP-Session: 9a9cb335-873a-40ff-832a-85bb5249d86a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4847 | 2024.10.10 06:03:16.032311 [ 3 ] {} <Debug> HTTP-Session: 9a9cb335-873a-40ff-832a-85bb5249d86a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4848 | 2024.10.10 06:03:16.032334 [ 3 ] {} <Debug> HTTP-Session: 9a9cb335-873a-40ff-832a-85bb5249d86a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4849 | 2024.10.10 06:03:16.032409 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 4850 | 2024.10.10 06:03:16.032414 [ 3 ] {} <Trace> HTTP-Session: 9a9cb335-873a-40ff-832a-85bb5249d86a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4851 | 2024.10.10 06:03:16.032521 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 4852 | 2024.10.10 06:03:16.032649 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4853 | 2024.10.10 06:03:16.032868 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 4854 | 2024.10.10 06:03:16.032876 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4855 | 2024.10.10 06:03:16.033278 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 4856 | 2024.10.10 06:03:16.033634 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 4857 | 2024.10.10 06:03:16.034330 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4858 | 2024.10.10 06:03:16.034842 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2024.10.10 06:03:16.034891 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4860 | 2024.10.10 06:03:16.035447 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4861 | 2024.10.10 06:03:16.035656 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00375441 sec., 140101.90682424136 rows/sec., 9.52 MiB/sec. | ||
| 4862 | 2024.10.10 06:03:16.035807 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4863 | 2024.10.10 06:03:16.035965 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4864 | 2024.10.10 06:03:16.036222 [ 151 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4865 | 2024.10.10 06:03:16.036278 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003728 sec., 1609.4420600858368 rows/sec., 95.09 KiB/sec. | ||
| 4866 | 2024.10.10 06:03:16.036327 [ 151 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4867 | 2024.10.10 06:03:16.036420 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4868 | 2024.10.10 06:03:16.036770 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 4869 | 2024.10.10 06:03:16.036861 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Debug> DynamicQueryHandler: Done processing query | ||
| 4870 | 2024.10.10 06:03:16.036911 [ 3 ] {351acd14-5a90-40a6-b654-f65f1ab26469} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4871 | 2024.10.10 06:03:16.036922 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_11_2} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4872 | 2024.10.10 06:03:16.036957 [ 3 ] {} <Debug> HTTP-Session: 9a9cb335-873a-40ff-832a-85bb5249d86a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4873 | 2024.10.10 06:03:16.037052 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4874 | 2024.10.10 06:03:16.037089 [ 197 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_11_2} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4875 | 2024.10.10 06:03:16.037094 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 4876 | 2024.10.10 06:03:16.037340 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4877 | 2024.10.10 06:03:16.037340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4878 | 2024.10.10 06:03:16.037479 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 4879 | 2024.10.10 06:03:16.037530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4880 | 2024.10.10 06:03:16.037584 [ 3 ] {} <Debug> HTTP-Session: 3a8819d1-4aa4-4282-81f7-08dfb03a3b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4881 | 2024.10.10 06:03:16.037667 [ 3 ] {} <Debug> HTTP-Session: 3a8819d1-4aa4-4282-81f7-08dfb03a3b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4882 | 2024.10.10 06:03:16.037709 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 4883 | 2024.10.10 06:03:16.037721 [ 3 ] {} <Debug> HTTP-Session: 3a8819d1-4aa4-4282-81f7-08dfb03a3b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4884 | 2024.10.10 06:03:16.037856 [ 3 ] {} <Trace> HTTP-Session: 3a8819d1-4aa4-4282-81f7-08dfb03a3b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4885 | 2024.10.10 06:03:16.038019 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 4886 | 2024.10.10 06:03:16.038323 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4887 | 2024.10.10 06:03:16.038337 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 4888 | 2024.10.10 06:03:16.038477 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4889 | 2024.10.10 06:03:16.039188 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4890 | 2024.10.10 06:03:16.040053 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003466063 sec., 8655.353350472857 rows/sec., 549.41 KiB/sec. | ||
| 4891 | 2024.10.10 06:03:16.040074 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4892 | 2024.10.10 06:03:16.040113 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4893 | 2024.10.10 06:03:16.040159 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4894 | 2024.10.10 06:03:16.040676 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4895 | 2024.10.10 06:03:16.040733 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_9_2} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2024.10.10 06:03:16.040831 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_9_2} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4897 | 2024.10.10 06:03:16.040939 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4898 | 2024.10.10 06:03:16.041129 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2024.10.10 06:03:16.041296 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.003209 sec., 128700.52976004986 rows/sec., 9.18 MiB/sec. | ||
| 4900 | 2024.10.10 06:03:16.041491 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Debug> DynamicQueryHandler: Done processing query | ||
| 4901 | 2024.10.10 06:03:16.041515 [ 3 ] {9f78e362-201b-401c-b467-0c5d63ea4d39} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4902 | 2024.10.10 06:03:16.041531 [ 3 ] {} <Debug> HTTP-Session: 3a8819d1-4aa4-4282-81f7-08dfb03a3b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4903 | 2024.10.10 06:03:16.041705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4904 | 2024.10.10 06:03:16.041753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4905 | 2024.10.10 06:03:16.041772 [ 3 ] {} <Debug> HTTP-Session: 0d4e368e-4b53-4a43-9143-78ae07b9c0fd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4906 | 2024.10.10 06:03:16.041789 [ 3 ] {} <Debug> HTTP-Session: 0d4e368e-4b53-4a43-9143-78ae07b9c0fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4907 | 2024.10.10 06:03:16.041803 [ 3 ] {} <Debug> HTTP-Session: 0d4e368e-4b53-4a43-9143-78ae07b9c0fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4908 | 2024.10.10 06:03:16.041834 [ 3 ] {} <Trace> HTTP-Session: 0d4e368e-4b53-4a43-9143-78ae07b9c0fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4909 | 2024.10.10 06:03:16.041929 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4910 | 2024.10.10 06:03:16.041974 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4911 | 2024.10.10 06:03:16.042104 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4912 | 2024.10.10 06:03:16.042390 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2024.10.10 06:03:16.042427 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4914 | 2024.10.10 06:03:16.042772 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4915 | 2024.10.10 06:03:16.043097 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2024.10.10 06:03:16.043254 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec. | ||
| 4917 | 2024.10.10 06:03:16.043421 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4918 | 2024.10.10 06:03:16.043445 [ 3 ] {c74a6fab-1623-41ad-9585-4c39aea3691e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4919 | 2024.10.10 06:03:16.043461 [ 3 ] {} <Debug> HTTP-Session: 0d4e368e-4b53-4a43-9143-78ae07b9c0fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4920 | 2024.10.10 06:03:16.043607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4921 | 2024.10.10 06:03:16.043656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4922 | 2024.10.10 06:03:16.043676 [ 3 ] {} <Debug> HTTP-Session: c0825235-4c6c-48b6-afba-d602fc7f3b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4923 | 2024.10.10 06:03:16.043692 [ 3 ] {} <Debug> HTTP-Session: c0825235-4c6c-48b6-afba-d602fc7f3b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4924 | 2024.10.10 06:03:16.043705 [ 3 ] {} <Debug> HTTP-Session: c0825235-4c6c-48b6-afba-d602fc7f3b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4925 | 2024.10.10 06:03:16.043736 [ 3 ] {} <Trace> HTTP-Session: c0825235-4c6c-48b6-afba-d602fc7f3b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4926 | 2024.10.10 06:03:16.043919 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4927 | 2024.10.10 06:03:16.043966 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4928 | 2024.10.10 06:03:16.044111 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4929 | 2024.10.10 06:03:16.044566 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4930 | 2024.10.10 06:03:16.044601 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4931 | 2024.10.10 06:03:16.044976 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4932 | 2024.10.10 06:03:16.045307 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4933 | 2024.10.10 06:03:16.045465 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001629 sec., 145488.02946593 rows/sec., 9.75 MiB/sec. | ||
| 4934 | 2024.10.10 06:03:16.045624 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4935 | 2024.10.10 06:03:16.045649 [ 3 ] {07e341c2-abc4-443c-9b90-48637b16371e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4936 | 2024.10.10 06:03:16.045664 [ 3 ] {} <Debug> HTTP-Session: c0825235-4c6c-48b6-afba-d602fc7f3b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4937 | 2024.10.10 06:03:16.045830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4938 | 2024.10.10 06:03:16.045877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4939 | 2024.10.10 06:03:16.045896 [ 3 ] {} <Debug> HTTP-Session: 4f362e50-e8f3-4b25-acfc-461fe5a7c53a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4940 | 2024.10.10 06:03:16.045913 [ 3 ] {} <Debug> HTTP-Session: 4f362e50-e8f3-4b25-acfc-461fe5a7c53a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4941 | 2024.10.10 06:03:16.045926 [ 3 ] {} <Debug> HTTP-Session: 4f362e50-e8f3-4b25-acfc-461fe5a7c53a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4942 | 2024.10.10 06:03:16.045957 [ 3 ] {} <Trace> HTTP-Session: 4f362e50-e8f3-4b25-acfc-461fe5a7c53a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4943 | 2024.10.10 06:03:16.046048 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4944 | 2024.10.10 06:03:16.046093 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4945 | 2024.10.10 06:03:16.046220 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4946 | 2024.10.10 06:03:16.046513 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4947 | 2024.10.10 06:03:16.046557 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4948 | 2024.10.10 06:03:16.046924 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4949 | 2024.10.10 06:03:16.047265 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2024.10.10 06:03:16.047423 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
| 4951 | 2024.10.10 06:03:16.047730 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Debug> DynamicQueryHandler: Done processing query | ||
| 4952 | 2024.10.10 06:03:16.047755 [ 3 ] {21b4a9c6-7892-4e1b-afb0-7fb618e830da} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4953 | 2024.10.10 06:03:16.047771 [ 3 ] {} <Debug> HTTP-Session: 4f362e50-e8f3-4b25-acfc-461fe5a7c53a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4954 | 2024.10.10 06:03:16.047921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4955 | 2024.10.10 06:03:16.047972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4956 | 2024.10.10 06:03:16.047991 [ 3 ] {} <Debug> HTTP-Session: bab9c77d-543a-4f5d-9bf3-a4ef2a55c1d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4957 | 2024.10.10 06:03:16.048007 [ 3 ] {} <Debug> HTTP-Session: bab9c77d-543a-4f5d-9bf3-a4ef2a55c1d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4958 | 2024.10.10 06:03:16.048020 [ 3 ] {} <Debug> HTTP-Session: bab9c77d-543a-4f5d-9bf3-a4ef2a55c1d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4959 | 2024.10.10 06:03:16.048052 [ 3 ] {} <Trace> HTTP-Session: bab9c77d-543a-4f5d-9bf3-a4ef2a55c1d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4960 | 2024.10.10 06:03:16.048367 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4961 | 2024.10.10 06:03:16.048441 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <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 | ||
| 4962 | 2024.10.10 06:03:16.048878 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4963 | 2024.10.10 06:03:16.049484 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4964 | 2024.10.10 06:03:16.049520 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4965 | 2024.10.10 06:03:16.050149 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4966 | 2024.10.10 06:03:16.050566 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2024.10.10 06:03:16.050749 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002596 sec., 11941.44838212635 rows/sec., 21.40 MiB/sec. | ||
| 4968 | 2024.10.10 06:03:16.050960 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Debug> DynamicQueryHandler: Done processing query | ||
| 4969 | 2024.10.10 06:03:16.050984 [ 3 ] {88cdb4b8-91ef-45cc-8738-3cc97835d645} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 4970 | 2024.10.10 06:03:16.051000 [ 3 ] {} <Debug> HTTP-Session: bab9c77d-543a-4f5d-9bf3-a4ef2a55c1d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4971 | 2024.10.10 06:03:16.051133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4972 | 2024.10.10 06:03:16.051181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4973 | 2024.10.10 06:03:16.051201 [ 3 ] {} <Debug> HTTP-Session: fef32a09-23e6-4b0a-b44f-73b751ddde9d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 4974 | 2024.10.10 06:03:16.051217 [ 3 ] {} <Debug> HTTP-Session: fef32a09-23e6-4b0a-b44f-73b751ddde9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4975 | 2024.10.10 06:03:16.051232 [ 3 ] {} <Debug> HTTP-Session: fef32a09-23e6-4b0a-b44f-73b751ddde9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4976 | 2024.10.10 06:03:16.051264 [ 3 ] {} <Trace> HTTP-Session: fef32a09-23e6-4b0a-b44f-73b751ddde9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4977 | 2024.10.10 06:03:16.051378 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4978 | 2024.10.10 06:03:16.051422 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4979 | 2024.10.10 06:03:16.051550 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4980 | 2024.10.10 06:03:16.051859 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2024.10.10 06:03:16.051893 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4982 | 2024.10.10 06:03:16.052243 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4983 | 2024.10.10 06:03:16.052560 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2024.10.10 06:03:16.052710 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001367 sec., 59985.369422092175 rows/sec., 3.81 MiB/sec. | ||
| 4985 | 2024.10.10 06:03:16.052872 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4986 | 2024.10.10 06:03:16.052896 [ 3 ] {efdc9cd4-ab3d-4cdf-83be-05ebd179cc5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4987 | 2024.10.10 06:03:16.052911 [ 3 ] {} <Debug> HTTP-Session: fef32a09-23e6-4b0a-b44f-73b751ddde9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4988 | 2024.10.10 06:03:18.073108 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4989 | 2024.10.10 06:03:18.073187 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4990 | 2024.10.10 06:03:18.193463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 510 | ||
| 4991 | 2024.10.10 06:03:18.196657 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4992 | 2024.10.10 06:03:18.196711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4993 | 2024.10.10 06:03:18.198203 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4994 | 2024.10.10 06:03:18.199189 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4995 | 2024.10.10 06:03:18.199364 [ 145 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4996 | 2024.10.10 06:03:18.199435 [ 145 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4997 | 2024.10.10 06:03:18.199482 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 4998 | 2024.10.10 06:03:18.199791 [ 201 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 4999 | 2024.10.10 06:03:18.200341 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 510 | ||
| 5000 | 2024.10.10 06:03:18.200992 [ 201 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5001 | 2024.10.10 06:03:18.201108 [ 201 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 316 rows starting from the beginning of the part | ||
| 5002 | 2024.10.10 06:03:18.201696 [ 201 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part | ||
| 5003 | 2024.10.10 06:03:18.202208 [ 201 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 5004 | 2024.10.10 06:03:18.202704 [ 201 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 5005 | 2024.10.10 06:03:18.203207 [ 201 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 44 rows starting from the beginning of the part | ||
| 5006 | 2024.10.10 06:03:18.203755 [ 201 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
| 5007 | 2024.10.10 06:03:18.211668 [ 195 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 72 columns (72 merged, 0 gathered) in 0.012083049 sec., 42207.889747033216 rows/sec., 33.35 MiB/sec. | ||
| 5008 | 2024.10.10 06:03:18.212964 [ 192 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5009 | 2024.10.10 06:03:18.214806 [ 192 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2024.10.10 06:03:18.214923 [ 192 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_11_2} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5011 | 2024.10.10 06:03:18.215282 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 5012 | 2024.10.10 06:03:18.859878 [ 137 ] {} <Debug> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5013 | 2024.10.10 06:03:18.859955 [ 137 ] {} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5014 | 2024.10.10 06:03:18.859985 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5015 | 2024.10.10 06:03:18.860174 [ 201 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::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 | ||
| 5016 | 2024.10.10 06:03:18.860372 [ 201 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5017 | 2024.10.10 06:03:18.860411 [ 201 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 5018 | 2024.10.10 06:03:18.860495 [ 201 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5019 | 2024.10.10 06:03:18.860733 [ 201 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::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 | ||
| 5020 | 2024.10.10 06:03:18.860990 [ 201 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5021 | 2024.10.10 06:03:18.861156 [ 201 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 5022 | 2024.10.10 06:03:18.862283 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 5 columns (5 merged, 0 gathered) in 0.002219104 sec., 6308.852581942982 rows/sec., 539.09 KiB/sec. | ||
| 5023 | 2024.10.10 06:03:18.862484 [ 200 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5024 | 2024.10.10 06:03:18.863008 [ 200 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5025 | 2024.10.10 06:03:18.863105 [ 200 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_5_1} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5026 | 2024.10.10 06:03:18.863212 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5027 | 2024.10.10 06:03:19.001308 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000929543 sec. | ||
| 5028 | 2024.10.10 06:03:21.019016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5029 | 2024.10.10 06:03:21.019146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5030 | 2024.10.10 06:03:21.019175 [ 3 ] {} <Debug> HTTP-Session: e3ae0f3e-f1bb-49b2-bbc1-0da0dbb84b06 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5031 | 2024.10.10 06:03:21.019204 [ 3 ] {} <Debug> HTTP-Session: e3ae0f3e-f1bb-49b2-bbc1-0da0dbb84b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5032 | 2024.10.10 06:03:21.019223 [ 3 ] {} <Debug> HTTP-Session: e3ae0f3e-f1bb-49b2-bbc1-0da0dbb84b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5033 | 2024.10.10 06:03:21.019281 [ 3 ] {} <Trace> HTTP-Session: e3ae0f3e-f1bb-49b2-bbc1-0da0dbb84b06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5034 | 2024.10.10 06:03:21.019500 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5035 | 2024.10.10 06:03:21.019574 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5036 | 2024.10.10 06:03:21.019940 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5037 | 2024.10.10 06:03:21.020417 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5038 | 2024.10.10 06:03:21.020457 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5039 | 2024.10.10 06:03:21.020867 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5040 | 2024.10.10 06:03:21.021261 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5041 | 2024.10.10 06:03:21.021402 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001984 sec., 37298.38709677419 rows/sec., 2.99 MiB/sec. | ||
| 5042 | 2024.10.10 06:03:21.021648 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Debug> DynamicQueryHandler: Done processing query | ||
| 5043 | 2024.10.10 06:03:21.021676 [ 3 ] {05adcf3b-af0f-40ef-aeb8-f004457e8b70} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5044 | 2024.10.10 06:03:21.021692 [ 3 ] {} <Debug> HTTP-Session: e3ae0f3e-f1bb-49b2-bbc1-0da0dbb84b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5045 | 2024.10.10 06:03:21.021840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5046 | 2024.10.10 06:03:21.021888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5047 | 2024.10.10 06:03:21.021913 [ 3 ] {} <Debug> HTTP-Session: eaefc7cb-b4a3-4162-bdbf-9d66832079ab Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5048 | 2024.10.10 06:03:21.021929 [ 3 ] {} <Debug> HTTP-Session: eaefc7cb-b4a3-4162-bdbf-9d66832079ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5049 | 2024.10.10 06:03:21.021943 [ 3 ] {} <Debug> HTTP-Session: eaefc7cb-b4a3-4162-bdbf-9d66832079ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5050 | 2024.10.10 06:03:21.021974 [ 3 ] {} <Trace> HTTP-Session: eaefc7cb-b4a3-4162-bdbf-9d66832079ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5051 | 2024.10.10 06:03:21.022071 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5052 | 2024.10.10 06:03:21.022114 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5053 | 2024.10.10 06:03:21.022338 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5054 | 2024.10.10 06:03:21.022661 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5055 | 2024.10.10 06:03:21.022697 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5056 | 2024.10.10 06:03:21.023036 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5057 | 2024.10.10 06:03:21.023394 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5058 | 2024.10.10 06:03:21.023520 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001475 sec., 6101.6949152542375 rows/sec., 458.82 KiB/sec. | ||
| 5059 | 2024.10.10 06:03:21.023864 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Debug> DynamicQueryHandler: Done processing query | ||
| 5060 | 2024.10.10 06:03:21.023890 [ 3 ] {bfcb6209-3909-48a8-8da4-1ad3e2870e04} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5061 | 2024.10.10 06:03:21.023906 [ 3 ] {} <Debug> HTTP-Session: eaefc7cb-b4a3-4162-bdbf-9d66832079ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5062 | 2024.10.10 06:03:21.024048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5063 | 2024.10.10 06:03:21.024097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5064 | 2024.10.10 06:03:21.024116 [ 3 ] {} <Debug> HTTP-Session: 6dddd38b-ba2c-4b78-ac04-57fed93604a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5065 | 2024.10.10 06:03:21.024132 [ 3 ] {} <Debug> HTTP-Session: 6dddd38b-ba2c-4b78-ac04-57fed93604a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5066 | 2024.10.10 06:03:21.024146 [ 3 ] {} <Debug> HTTP-Session: 6dddd38b-ba2c-4b78-ac04-57fed93604a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5067 | 2024.10.10 06:03:21.024178 [ 3 ] {} <Trace> HTTP-Session: 6dddd38b-ba2c-4b78-ac04-57fed93604a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5068 | 2024.10.10 06:03:21.024294 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5069 | 2024.10.10 06:03:21.024337 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5070 | 2024.10.10 06:03:21.024579 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5071 | 2024.10.10 06:03:21.024958 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5072 | 2024.10.10 06:03:21.024993 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5073 | 2024.10.10 06:03:21.025340 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5074 | 2024.10.10 06:03:21.025689 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5075 | 2024.10.10 06:03:21.025824 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001567 sec., 46585.832801531586 rows/sec., 3.64 MiB/sec. | ||
| 5076 | 2024.10.10 06:03:21.026183 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Debug> DynamicQueryHandler: Done processing query | ||
| 5077 | 2024.10.10 06:03:21.026208 [ 3 ] {58bcb8c9-7005-4cca-b88c-0c3acbcc7939} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5078 | 2024.10.10 06:03:21.026224 [ 3 ] {} <Debug> HTTP-Session: 6dddd38b-ba2c-4b78-ac04-57fed93604a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5079 | 2024.10.10 06:03:21.026376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5080 | 2024.10.10 06:03:21.026425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5081 | 2024.10.10 06:03:21.026445 [ 3 ] {} <Debug> HTTP-Session: 46afa951-6b44-4e85-8d1b-16b2f9ea221e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5082 | 2024.10.10 06:03:21.026462 [ 3 ] {} <Debug> HTTP-Session: 46afa951-6b44-4e85-8d1b-16b2f9ea221e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5083 | 2024.10.10 06:03:21.026476 [ 3 ] {} <Debug> HTTP-Session: 46afa951-6b44-4e85-8d1b-16b2f9ea221e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5084 | 2024.10.10 06:03:21.026506 [ 3 ] {} <Trace> HTTP-Session: 46afa951-6b44-4e85-8d1b-16b2f9ea221e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5085 | 2024.10.10 06:03:21.026656 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5086 | 2024.10.10 06:03:21.026704 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5087 | 2024.10.10 06:03:21.026870 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5088 | 2024.10.10 06:03:21.027258 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2024.10.10 06:03:21.027293 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5090 | 2024.10.10 06:03:21.027673 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5091 | 2024.10.10 06:03:21.028006 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5092 | 2024.10.10 06:03:21.028133 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
| 5093 | 2024.10.10 06:03:21.028379 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Debug> DynamicQueryHandler: Done processing query | ||
| 5094 | 2024.10.10 06:03:21.028403 [ 3 ] {70c12532-ccfb-4efc-8841-c81b2cd0a972} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5095 | 2024.10.10 06:03:21.028419 [ 3 ] {} <Debug> HTTP-Session: 46afa951-6b44-4e85-8d1b-16b2f9ea221e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5096 | 2024.10.10 06:03:21.028550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5097 | 2024.10.10 06:03:21.028599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5098 | 2024.10.10 06:03:21.028617 [ 3 ] {} <Debug> HTTP-Session: 0147ed8b-4cb9-4241-b478-33de77729cf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5099 | 2024.10.10 06:03:21.028634 [ 3 ] {} <Debug> HTTP-Session: 0147ed8b-4cb9-4241-b478-33de77729cf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5100 | 2024.10.10 06:03:21.028648 [ 3 ] {} <Debug> HTTP-Session: 0147ed8b-4cb9-4241-b478-33de77729cf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5101 | 2024.10.10 06:03:21.028678 [ 3 ] {} <Trace> HTTP-Session: 0147ed8b-4cb9-4241-b478-33de77729cf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5102 | 2024.10.10 06:03:21.028844 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5103 | 2024.10.10 06:03:21.028909 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <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 | ||
| 5104 | 2024.10.10 06:03:21.029689 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5105 | 2024.10.10 06:03:21.030278 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2024.10.10 06:03:21.030314 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5107 | 2024.10.10 06:03:21.030906 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5108 | 2024.10.10 06:03:21.031316 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5109 | 2024.10.10 06:03:21.031471 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002719 sec., 3310.0404560500183 rows/sec., 5.93 MiB/sec. | ||
| 5110 | 2024.10.10 06:03:21.031757 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Debug> DynamicQueryHandler: Done processing query | ||
| 5111 | 2024.10.10 06:03:21.031783 [ 3 ] {7b534860-88bc-422b-b1fc-d5ecc0f2fa99} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 5112 | 2024.10.10 06:03:21.031799 [ 3 ] {} <Debug> HTTP-Session: 0147ed8b-4cb9-4241-b478-33de77729cf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5113 | 2024.10.10 06:03:21.031922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5114 | 2024.10.10 06:03:21.031971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5115 | 2024.10.10 06:03:21.031990 [ 3 ] {} <Debug> HTTP-Session: ad822d34-297b-4143-b054-b2d3ba72f687 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5116 | 2024.10.10 06:03:21.032006 [ 3 ] {} <Debug> HTTP-Session: ad822d34-297b-4143-b054-b2d3ba72f687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5117 | 2024.10.10 06:03:21.032020 [ 3 ] {} <Debug> HTTP-Session: ad822d34-297b-4143-b054-b2d3ba72f687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5118 | 2024.10.10 06:03:21.032051 [ 3 ] {} <Trace> HTTP-Session: ad822d34-297b-4143-b054-b2d3ba72f687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5119 | 2024.10.10 06:03:21.032168 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5120 | 2024.10.10 06:03:21.032213 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5121 | 2024.10.10 06:03:21.032343 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5122 | 2024.10.10 06:03:21.032652 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5123 | 2024.10.10 06:03:21.032687 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5124 | 2024.10.10 06:03:21.033044 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5125 | 2024.10.10 06:03:21.033373 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5126 | 2024.10.10 06:03:21.033500 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
| 5127 | 2024.10.10 06:03:21.033780 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5128 | 2024.10.10 06:03:21.033804 [ 3 ] {531ef494-7b2e-4855-85ba-4f2b0f3b7d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5129 | 2024.10.10 06:03:21.033820 [ 3 ] {} <Debug> HTTP-Session: ad822d34-297b-4143-b054-b2d3ba72f687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5130 | 2024.10.10 06:03:26.024652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5131 | 2024.10.10 06:03:26.024788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5132 | 2024.10.10 06:03:26.024818 [ 3 ] {} <Debug> HTTP-Session: 94004423-8c7b-4b44-9e7f-861f164ec874 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5133 | 2024.10.10 06:03:26.024847 [ 3 ] {} <Debug> HTTP-Session: 94004423-8c7b-4b44-9e7f-861f164ec874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5134 | 2024.10.10 06:03:26.024865 [ 3 ] {} <Debug> HTTP-Session: 94004423-8c7b-4b44-9e7f-861f164ec874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5135 | 2024.10.10 06:03:26.024923 [ 3 ] {} <Trace> HTTP-Session: 94004423-8c7b-4b44-9e7f-861f164ec874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5136 | 2024.10.10 06:03:26.025203 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5137 | 2024.10.10 06:03:26.025279 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5138 | 2024.10.10 06:03:26.025617 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5139 | 2024.10.10 06:03:26.026353 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5140 | 2024.10.10 06:03:26.026395 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5141 | 2024.10.10 06:03:26.026847 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5142 | 2024.10.10 06:03:26.027304 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5143 | 2024.10.10 06:03:26.027488 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002409 sec., 104192.61104192611 rows/sec., 9.23 MiB/sec. | ||
| 5144 | 2024.10.10 06:03:26.027732 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5145 | 2024.10.10 06:03:26.027760 [ 3 ] {431c76f7-b594-4b59-ba5d-84dbcb68c9a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 5146 | 2024.10.10 06:03:26.027777 [ 3 ] {} <Debug> HTTP-Session: 94004423-8c7b-4b44-9e7f-861f164ec874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5147 | 2024.10.10 06:03:26.027978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5148 | 2024.10.10 06:03:26.028049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5149 | 2024.10.10 06:03:26.028073 [ 3 ] {} <Debug> HTTP-Session: 96328cb6-5898-48e6-aa7d-b65b2b744666 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5150 | 2024.10.10 06:03:26.028098 [ 3 ] {} <Debug> HTTP-Session: 96328cb6-5898-48e6-aa7d-b65b2b744666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5151 | 2024.10.10 06:03:26.028115 [ 3 ] {} <Debug> HTTP-Session: 96328cb6-5898-48e6-aa7d-b65b2b744666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5152 | 2024.10.10 06:03:26.028158 [ 3 ] {} <Trace> HTTP-Session: 96328cb6-5898-48e6-aa7d-b65b2b744666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5153 | 2024.10.10 06:03:26.028303 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5154 | 2024.10.10 06:03:26.028361 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5155 | 2024.10.10 06:03:26.028641 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5156 | 2024.10.10 06:03:26.029073 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5157 | 2024.10.10 06:03:26.029112 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5158 | 2024.10.10 06:03:26.029546 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5159 | 2024.10.10 06:03:26.029934 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5160 | 2024.10.10 06:03:26.030064 [ 142 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5161 | 2024.10.10 06:03:26.030071 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001816 sec., 17070.4845814978 rows/sec., 1.25 MiB/sec. | ||
| 5162 | 2024.10.10 06:03:26.030111 [ 142 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5163 | 2024.10.10 06:03:26.030151 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5164 | 2024.10.10 06:03:26.030276 [ 201 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 5165 | 2024.10.10 06:03:26.030291 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Debug> DynamicQueryHandler: Done processing query | ||
| 5166 | 2024.10.10 06:03:26.030323 [ 3 ] {c2f2f01d-7f9b-490e-a5e6-407c32e96f30} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5167 | 2024.10.10 06:03:26.030347 [ 3 ] {} <Debug> HTTP-Session: 96328cb6-5898-48e6-aa7d-b65b2b744666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5168 | 2024.10.10 06:03:26.030418 [ 201 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5169 | 2024.10.10 06:03:26.030449 [ 201 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 52 rows starting from the beginning of the part | ||
| 5170 | 2024.10.10 06:03:26.030520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5171 | 2024.10.10 06:03:26.030563 [ 201 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part | ||
| 5172 | 2024.10.10 06:03:26.030666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5173 | 2024.10.10 06:03:26.030784 [ 3 ] {} <Debug> HTTP-Session: 79013464-742d-46fb-bdba-20becd93abed Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5174 | 2024.10.10 06:03:26.030916 [ 3 ] {} <Debug> HTTP-Session: 79013464-742d-46fb-bdba-20becd93abed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5175 | 2024.10.10 06:03:26.030939 [ 201 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 9 rows starting from the beginning of the part | ||
| 5176 | 2024.10.10 06:03:26.030965 [ 3 ] {} <Debug> HTTP-Session: 79013464-742d-46fb-bdba-20becd93abed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5177 | 2024.10.10 06:03:26.031077 [ 3 ] {} <Trace> HTTP-Session: 79013464-742d-46fb-bdba-20becd93abed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5178 | 2024.10.10 06:03:26.031252 [ 201 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
| 5179 | 2024.10.10 06:03:26.031444 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5180 | 2024.10.10 06:03:26.031569 [ 201 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part | ||
| 5181 | 2024.10.10 06:03:26.031589 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5182 | 2024.10.10 06:03:26.031868 [ 201 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
| 5183 | 2024.10.10 06:03:26.032570 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5184 | 2024.10.10 06:03:26.033123 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5185 | 2024.10.10 06:03:26.033167 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5186 | 2024.10.10 06:03:26.033833 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5187 | 2024.10.10 06:03:26.033844 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.003616147 sec., 45628.676046631954 rows/sec., 3.50 MiB/sec. | ||
| 5188 | 2024.10.10 06:03:26.034100 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5189 | 2024.10.10 06:03:26.034548 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5190 | 2024.10.10 06:03:26.034990 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003665 sec., 3819.918144611187 rows/sec., 267.52 KiB/sec. | ||
| 5191 | 2024.10.10 06:03:26.035369 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Debug> DynamicQueryHandler: Done processing query | ||
| 5192 | 2024.10.10 06:03:26.035376 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2024.10.10 06:03:26.035415 [ 3 ] {73be57a4-a71d-4973-b07e-828e58469b48} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5194 | 2024.10.10 06:03:26.035463 [ 3 ] {} <Debug> HTTP-Session: 79013464-742d-46fb-bdba-20becd93abed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5195 | 2024.10.10 06:03:26.035545 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_16_3} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5196 | 2024.10.10 06:03:26.035676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5197 | 2024.10.10 06:03:26.035709 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5198 | 2024.10.10 06:03:26.035763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5199 | 2024.10.10 06:03:26.035789 [ 3 ] {} <Debug> HTTP-Session: d4b36bfb-4e65-48ad-b431-e576fac26e34 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5200 | 2024.10.10 06:03:26.035806 [ 3 ] {} <Debug> HTTP-Session: d4b36bfb-4e65-48ad-b431-e576fac26e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5201 | 2024.10.10 06:03:26.035820 [ 3 ] {} <Debug> HTTP-Session: d4b36bfb-4e65-48ad-b431-e576fac26e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5202 | 2024.10.10 06:03:26.035854 [ 3 ] {} <Trace> HTTP-Session: d4b36bfb-4e65-48ad-b431-e576fac26e34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2024.10.10 06:03:26.035960 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5204 | 2024.10.10 06:03:26.036005 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5205 | 2024.10.10 06:03:26.036257 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5206 | 2024.10.10 06:03:26.036573 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5207 | 2024.10.10 06:03:26.036609 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5208 | 2024.10.10 06:03:26.036971 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5209 | 2024.10.10 06:03:26.037336 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2024.10.10 06:03:26.037501 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 226.22 KiB/sec. | ||
| 5211 | 2024.10.10 06:03:26.037681 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Debug> DynamicQueryHandler: Done processing query | ||
| 5212 | 2024.10.10 06:03:26.037707 [ 3 ] {3f90b988-51e2-4e6f-9bfa-90696bb6f397} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5213 | 2024.10.10 06:03:26.037724 [ 3 ] {} <Debug> HTTP-Session: d4b36bfb-4e65-48ad-b431-e576fac26e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5214 | 2024.10.10 06:03:26.037931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5215 | 2024.10.10 06:03:26.038012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5216 | 2024.10.10 06:03:26.038033 [ 3 ] {} <Debug> HTTP-Session: ef45fd23-f9b9-4385-8efc-7dba647e474a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5217 | 2024.10.10 06:03:26.038050 [ 3 ] {} <Debug> HTTP-Session: ef45fd23-f9b9-4385-8efc-7dba647e474a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5218 | 2024.10.10 06:03:26.038063 [ 3 ] {} <Debug> HTTP-Session: ef45fd23-f9b9-4385-8efc-7dba647e474a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5219 | 2024.10.10 06:03:26.038095 [ 3 ] {} <Trace> HTTP-Session: ef45fd23-f9b9-4385-8efc-7dba647e474a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5220 | 2024.10.10 06:03:26.038319 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5221 | 2024.10.10 06:03:26.038363 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5222 | 2024.10.10 06:03:26.038595 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5223 | 2024.10.10 06:03:26.039166 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2024.10.10 06:03:26.039231 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5225 | 2024.10.10 06:03:26.039611 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5226 | 2024.10.10 06:03:26.039968 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2024.10.10 06:03:26.040144 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001931 sec., 213878.81926462974 rows/sec., 15.25 MiB/sec. | ||
| 5228 | 2024.10.10 06:03:26.040321 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Debug> DynamicQueryHandler: Done processing query | ||
| 5229 | 2024.10.10 06:03:26.040347 [ 3 ] {440acc2a-16a3-4205-8e6e-de65cbd20c14} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5230 | 2024.10.10 06:03:26.040363 [ 3 ] {} <Debug> HTTP-Session: ef45fd23-f9b9-4385-8efc-7dba647e474a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5231 | 2024.10.10 06:03:26.040540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5232 | 2024.10.10 06:03:26.040590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5233 | 2024.10.10 06:03:26.040609 [ 3 ] {} <Debug> HTTP-Session: 3c9398ac-7978-4909-942c-e6f61a1504fd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5234 | 2024.10.10 06:03:26.040627 [ 3 ] {} <Debug> HTTP-Session: 3c9398ac-7978-4909-942c-e6f61a1504fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5235 | 2024.10.10 06:03:26.040640 [ 3 ] {} <Debug> HTTP-Session: 3c9398ac-7978-4909-942c-e6f61a1504fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5236 | 2024.10.10 06:03:26.040672 [ 3 ] {} <Trace> HTTP-Session: 3c9398ac-7978-4909-942c-e6f61a1504fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5237 | 2024.10.10 06:03:26.040769 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5238 | 2024.10.10 06:03:26.040813 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5239 | 2024.10.10 06:03:26.040947 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5240 | 2024.10.10 06:03:26.041229 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5241 | 2024.10.10 06:03:26.041265 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5242 | 2024.10.10 06:03:26.041632 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5243 | 2024.10.10 06:03:26.041957 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2024.10.10 06:03:26.042118 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec. | ||
| 5245 | 2024.10.10 06:03:26.042287 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5246 | 2024.10.10 06:03:26.042312 [ 3 ] {5787d2a1-0cdc-467c-a408-1d6bd8af55b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5247 | 2024.10.10 06:03:26.042329 [ 3 ] {} <Debug> HTTP-Session: 3c9398ac-7978-4909-942c-e6f61a1504fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5248 | 2024.10.10 06:03:26.042505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5249 | 2024.10.10 06:03:26.042556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5250 | 2024.10.10 06:03:26.042575 [ 3 ] {} <Debug> HTTP-Session: 512bde6c-052f-46bd-9587-14fc4fc6d4d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5251 | 2024.10.10 06:03:26.042590 [ 3 ] {} <Debug> HTTP-Session: 512bde6c-052f-46bd-9587-14fc4fc6d4d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5252 | 2024.10.10 06:03:26.042605 [ 3 ] {} <Debug> HTTP-Session: 512bde6c-052f-46bd-9587-14fc4fc6d4d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5253 | 2024.10.10 06:03:26.042636 [ 3 ] {} <Trace> HTTP-Session: 512bde6c-052f-46bd-9587-14fc4fc6d4d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5254 | 2024.10.10 06:03:26.042851 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5255 | 2024.10.10 06:03:26.042899 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5256 | 2024.10.10 06:03:26.043050 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5257 | 2024.10.10 06:03:26.043545 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5258 | 2024.10.10 06:03:26.043585 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5259 | 2024.10.10 06:03:26.043986 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5260 | 2024.10.10 06:03:26.044337 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2024.10.10 06:03:26.044508 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001778 sec., 133295.83802024747 rows/sec., 8.93 MiB/sec. | ||
| 5262 | 2024.10.10 06:03:26.044685 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5263 | 2024.10.10 06:03:26.044710 [ 3 ] {f92d4f8f-260b-4ca1-abd2-fe3f9d23052a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5264 | 2024.10.10 06:03:26.044726 [ 3 ] {} <Debug> HTTP-Session: 512bde6c-052f-46bd-9587-14fc4fc6d4d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5265 | 2024.10.10 06:03:26.044852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5266 | 2024.10.10 06:03:26.044901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5267 | 2024.10.10 06:03:26.044920 [ 3 ] {} <Debug> HTTP-Session: c0ae64d2-3013-4e45-a232-e14a17922f0d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5268 | 2024.10.10 06:03:26.044936 [ 3 ] {} <Debug> HTTP-Session: c0ae64d2-3013-4e45-a232-e14a17922f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5269 | 2024.10.10 06:03:26.044949 [ 3 ] {} <Debug> HTTP-Session: c0ae64d2-3013-4e45-a232-e14a17922f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5270 | 2024.10.10 06:03:26.044980 [ 3 ] {} <Trace> HTTP-Session: c0ae64d2-3013-4e45-a232-e14a17922f0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5271 | 2024.10.10 06:03:26.045072 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5272 | 2024.10.10 06:03:26.045118 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5273 | 2024.10.10 06:03:26.045252 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5274 | 2024.10.10 06:03:26.045520 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5275 | 2024.10.10 06:03:26.045557 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5276 | 2024.10.10 06:03:26.045917 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5277 | 2024.10.10 06:03:26.046239 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5278 | 2024.10.10 06:03:26.046389 [ 141 ] {} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 5279 | 2024.10.10 06:03:26.046400 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec. | ||
| 5280 | 2024.10.10 06:03:26.046479 [ 141 ] {} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5281 | 2024.10.10 06:03:26.046551 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5282 | 2024.10.10 06:03:26.046700 [ 201 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 5283 | 2024.10.10 06:03:26.046703 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Debug> DynamicQueryHandler: Done processing query | ||
| 5284 | 2024.10.10 06:03:26.046753 [ 3 ] {bf3259eb-987d-4718-b4b1-d531907d3361} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5285 | 2024.10.10 06:03:26.046780 [ 3 ] {} <Debug> HTTP-Session: c0ae64d2-3013-4e45-a232-e14a17922f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5286 | 2024.10.10 06:03:26.046851 [ 201 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5287 | 2024.10.10 06:03:26.046881 [ 201 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 5288 | 2024.10.10 06:03:26.046950 [ 201 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 5289 | 2024.10.10 06:03:26.047027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5290 | 2024.10.10 06:03:26.047261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5291 | 2024.10.10 06:03:26.047376 [ 3 ] {} <Debug> HTTP-Session: ce8ef081-396b-4635-a012-0ac5ca0bc9d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5292 | 2024.10.10 06:03:26.047374 [ 201 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 5293 | 2024.10.10 06:03:26.047419 [ 3 ] {} <Debug> HTTP-Session: ce8ef081-396b-4635-a012-0ac5ca0bc9d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5294 | 2024.10.10 06:03:26.047447 [ 3 ] {} <Debug> HTTP-Session: ce8ef081-396b-4635-a012-0ac5ca0bc9d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5295 | 2024.10.10 06:03:26.047583 [ 3 ] {} <Trace> HTTP-Session: ce8ef081-396b-4635-a012-0ac5ca0bc9d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5296 | 2024.10.10 06:03:26.047597 [ 201 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 5297 | 2024.10.10 06:03:26.047791 [ 201 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 5298 | 2024.10.10 06:03:26.048013 [ 201 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 5299 | 2024.10.10 06:03:26.048284 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5300 | 2024.10.10 06:03:26.048376 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <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 | ||
| 5301 | 2024.10.10 06:03:26.049442 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5302 | 2024.10.10 06:03:26.050062 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.003411812 sec., 2930.9938531196913 rows/sec., 197.50 KiB/sec. | ||
| 5303 | 2024.10.10 06:03:26.050387 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 5304 | 2024.10.10 06:03:26.050762 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5305 | 2024.10.10 06:03:26.050813 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5306 | 2024.10.10 06:03:26.051632 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2024.10.10 06:03:26.051830 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_10_2} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 5308 | 2024.10.10 06:03:26.052027 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5309 | 2024.10.10 06:03:26.052335 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5310 | 2024.10.10 06:03:26.052774 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5311 | 2024.10.10 06:03:26.053001 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005201 sec., 5960.392232263026 rows/sec., 10.68 MiB/sec. | ||
| 5312 | 2024.10.10 06:03:26.053555 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Debug> DynamicQueryHandler: Done processing query | ||
| 5313 | 2024.10.10 06:03:26.053580 [ 3 ] {961fa1ee-2a22-44de-933c-eaab4ee0c154} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 5314 | 2024.10.10 06:03:26.053596 [ 3 ] {} <Debug> HTTP-Session: ce8ef081-396b-4635-a012-0ac5ca0bc9d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5315 | 2024.10.10 06:03:26.053742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5316 | 2024.10.10 06:03:26.053790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5317 | 2024.10.10 06:03:26.053809 [ 3 ] {} <Debug> HTTP-Session: b7f53fea-f35c-4e5d-bd30-c4ad1a69a535 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5318 | 2024.10.10 06:03:26.053826 [ 3 ] {} <Debug> HTTP-Session: b7f53fea-f35c-4e5d-bd30-c4ad1a69a535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5319 | 2024.10.10 06:03:26.053839 [ 3 ] {} <Debug> HTTP-Session: b7f53fea-f35c-4e5d-bd30-c4ad1a69a535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5320 | 2024.10.10 06:03:26.053870 [ 3 ] {} <Trace> HTTP-Session: b7f53fea-f35c-4e5d-bd30-c4ad1a69a535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5321 | 2024.10.10 06:03:26.053992 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5322 | 2024.10.10 06:03:26.054036 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5323 | 2024.10.10 06:03:26.054179 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5324 | 2024.10.10 06:03:26.054488 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5325 | 2024.10.10 06:03:26.054523 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5326 | 2024.10.10 06:03:26.054883 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5327 | 2024.10.10 06:03:26.055211 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5328 | 2024.10.10 06:03:26.055368 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001413 sec., 58032.55484784147 rows/sec., 3.69 MiB/sec. | ||
| 5329 | 2024.10.10 06:03:26.055699 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5330 | 2024.10.10 06:03:26.055724 [ 3 ] {7e4e4751-18d6-435a-aba3-159d9475a99b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5331 | 2024.10.10 06:03:26.055740 [ 3 ] {} <Debug> HTTP-Session: b7f53fea-f35c-4e5d-bd30-c4ad1a69a535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5332 | 2024.10.10 06:03:28.201469 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 542 | ||
| 5333 | 2024.10.10 06:03:28.204493 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5334 | 2024.10.10 06:03:28.204555 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5335 | 2024.10.10 06:03:28.206300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5336 | 2024.10.10 06:03:28.207317 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5337 | 2024.10.10 06:03:28.208198 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 542 | ||
| 5338 | 2024.10.10 06:03:30.966846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5339 | 2024.10.10 06:03:30.966972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5340 | 2024.10.10 06:03:30.967002 [ 3 ] {} <Debug> HTTP-Session: 6fa287d7-0aeb-49b6-b486-79d91c0e0660 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5341 | 2024.10.10 06:03:30.967030 [ 3 ] {} <Debug> HTTP-Session: 6fa287d7-0aeb-49b6-b486-79d91c0e0660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5342 | 2024.10.10 06:03:30.967048 [ 3 ] {} <Debug> HTTP-Session: 6fa287d7-0aeb-49b6-b486-79d91c0e0660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5343 | 2024.10.10 06:03:30.967103 [ 3 ] {} <Trace> HTTP-Session: 6fa287d7-0aeb-49b6-b486-79d91c0e0660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5344 | 2024.10.10 06:03:30.967291 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5345 | 2024.10.10 06:03:30.967359 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5346 | 2024.10.10 06:03:30.967697 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5347 | 2024.10.10 06:03:30.968147 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5348 | 2024.10.10 06:03:30.968197 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5349 | 2024.10.10 06:03:30.968616 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5350 | 2024.10.10 06:03:30.969003 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5351 | 2024.10.10 06:03:30.969167 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001925 sec., 2077.9220779220777 rows/sec., 169.44 KiB/sec. | ||
| 5352 | 2024.10.10 06:03:30.969393 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Debug> DynamicQueryHandler: Done processing query | ||
| 5353 | 2024.10.10 06:03:30.969422 [ 3 ] {244474bb-af97-4f9a-94f7-5e0aaed07676} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5354 | 2024.10.10 06:03:30.969440 [ 3 ] {} <Debug> HTTP-Session: 6fa287d7-0aeb-49b6-b486-79d91c0e0660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5355 | 2024.10.10 06:03:30.969823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 175806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5356 | 2024.10.10 06:03:30.969881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5357 | 2024.10.10 06:03:30.969903 [ 3 ] {} <Debug> HTTP-Session: acaafb5a-face-4a57-9df4-38a862a711ea Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5358 | 2024.10.10 06:03:30.969921 [ 3 ] {} <Debug> HTTP-Session: acaafb5a-face-4a57-9df4-38a862a711ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5359 | 2024.10.10 06:03:30.969936 [ 3 ] {} <Debug> HTTP-Session: acaafb5a-face-4a57-9df4-38a862a711ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5360 | 2024.10.10 06:03:30.969972 [ 3 ] {} <Trace> HTTP-Session: acaafb5a-face-4a57-9df4-38a862a711ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5361 | 2024.10.10 06:03:30.970809 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5362 | 2024.10.10 06:03:30.970859 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5363 | 2024.10.10 06:03:30.971106 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5364 | 2024.10.10 06:03:30.972301 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5365 | 2024.10.10 06:03:30.972342 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5366 | 2024.10.10 06:03:30.972783 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5367 | 2024.10.10 06:03:30.973154 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5368 | 2024.10.10 06:03:30.973329 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Debug> executeQuery: Read 1216 rows, 102.33 KiB in 0.003202 sec., 379762.6483447845 rows/sec., 31.21 MiB/sec. | ||
| 5369 | 2024.10.10 06:03:30.973329 [ 136 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5370 | 2024.10.10 06:03:30.973444 [ 136 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2024.10.10 06:03:30.973506 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5372 | 2024.10.10 06:03:30.973665 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Debug> DynamicQueryHandler: Done processing query | ||
| 5373 | 2024.10.10 06:03:30.973770 [ 3 ] {f894c45f-6705-4eff-8e04-a5e446f0c457} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 5374 | 2024.10.10 06:03:30.973797 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 5375 | 2024.10.10 06:03:30.973822 [ 3 ] {} <Debug> HTTP-Session: acaafb5a-face-4a57-9df4-38a862a711ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5376 | 2024.10.10 06:03:30.974343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5377 | 2024.10.10 06:03:30.974367 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5378 | 2024.10.10 06:03:30.974457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5379 | 2024.10.10 06:03:30.974461 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1416 rows starting from the beginning of the part | ||
| 5380 | 2024.10.10 06:03:30.974502 [ 3 ] {} <Debug> HTTP-Session: 85d486f5-02d5-4367-b711-1d8d32ba1237 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5381 | 2024.10.10 06:03:30.974544 [ 3 ] {} <Debug> HTTP-Session: 85d486f5-02d5-4367-b711-1d8d32ba1237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5382 | 2024.10.10 06:03:30.974589 [ 3 ] {} <Debug> HTTP-Session: 85d486f5-02d5-4367-b711-1d8d32ba1237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5383 | 2024.10.10 06:03:30.974759 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 74 rows starting from the beginning of the part | ||
| 5384 | 2024.10.10 06:03:30.974793 [ 3 ] {} <Trace> HTTP-Session: 85d486f5-02d5-4367-b711-1d8d32ba1237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2024.10.10 06:03:30.975133 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 251 rows starting from the beginning of the part | ||
| 5386 | 2024.10.10 06:03:30.975179 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5387 | 2024.10.10 06:03:30.975311 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5388 | 2024.10.10 06:03:30.975468 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 74 rows starting from the beginning of the part | ||
| 5389 | 2024.10.10 06:03:30.975896 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 251 rows starting from the beginning of the part | ||
| 5390 | 2024.10.10 06:03:30.976274 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1216 rows starting from the beginning of the part | ||
| 5391 | 2024.10.10 06:03:30.976940 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5392 | 2024.10.10 06:03:30.977736 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5393 | 2024.10.10 06:03:30.977785 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5394 | 2024.10.10 06:03:30.978762 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5395 | 2024.10.10 06:03:30.979785 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5396 | 2024.10.10 06:03:30.980045 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.004984 sec., 2608.346709470305 rows/sec., 191.82 KiB/sec. | ||
| 5397 | 2024.10.10 06:03:30.980506 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5398 | 2024.10.10 06:03:30.980598 [ 3 ] {8e3595b4-70b7-4e51-9ec8-0ff1336ba07b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5399 | 2024.10.10 06:03:30.980647 [ 3 ] {} <Debug> HTTP-Session: 85d486f5-02d5-4367-b711-1d8d32ba1237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5400 | 2024.10.10 06:03:30.980705 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3282 rows, containing 5 columns (5 merged, 0 gathered) in 0.007112491 sec., 461441.7086784363 rows/sec., 40.35 MiB/sec. | ||
| 5401 | 2024.10.10 06:03:30.980913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5402 | 2024.10.10 06:03:30.980985 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5403 | 2024.10.10 06:03:30.981016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5404 | 2024.10.10 06:03:30.981102 [ 3 ] {} <Debug> HTTP-Session: 3e34b289-dd40-4be2-884d-60d5fb1ec953 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5405 | 2024.10.10 06:03:30.981137 [ 3 ] {} <Debug> HTTP-Session: 3e34b289-dd40-4be2-884d-60d5fb1ec953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5406 | 2024.10.10 06:03:30.981155 [ 3 ] {} <Debug> HTTP-Session: 3e34b289-dd40-4be2-884d-60d5fb1ec953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5407 | 2024.10.10 06:03:30.981211 [ 3 ] {} <Trace> HTTP-Session: 3e34b289-dd40-4be2-884d-60d5fb1ec953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5408 | 2024.10.10 06:03:30.981587 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5409 | 2024.10.10 06:03:30.981673 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5410 | 2024.10.10 06:03:30.981847 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5411 | 2024.10.10 06:03:30.982074 [ 200 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_26_5} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5412 | 2024.10.10 06:03:30.982314 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 5413 | 2024.10.10 06:03:30.982371 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5414 | 2024.10.10 06:03:30.982975 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2024.10.10 06:03:30.983016 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5416 | 2024.10.10 06:03:30.983406 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5417 | 2024.10.10 06:03:30.983783 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2024.10.10 06:03:30.983946 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002571 sec., 88681.44690781797 rows/sec., 6.00 MiB/sec. | ||
| 5419 | 2024.10.10 06:03:30.984139 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5420 | 2024.10.10 06:03:30.984166 [ 3 ] {069e6a84-53ca-43e3-b148-2f51e183a4d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5421 | 2024.10.10 06:03:30.984183 [ 3 ] {} <Debug> HTTP-Session: 3e34b289-dd40-4be2-884d-60d5fb1ec953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5422 | 2024.10.10 06:03:30.984495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 88046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5423 | 2024.10.10 06:03:30.984548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5424 | 2024.10.10 06:03:30.984568 [ 3 ] {} <Debug> HTTP-Session: e6bf249a-2704-4e83-b16e-ecfa97f979b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5425 | 2024.10.10 06:03:30.984585 [ 3 ] {} <Debug> HTTP-Session: e6bf249a-2704-4e83-b16e-ecfa97f979b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5426 | 2024.10.10 06:03:30.984599 [ 3 ] {} <Debug> HTTP-Session: e6bf249a-2704-4e83-b16e-ecfa97f979b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5427 | 2024.10.10 06:03:30.984634 [ 3 ] {} <Trace> HTTP-Session: e6bf249a-2704-4e83-b16e-ecfa97f979b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5428 | 2024.10.10 06:03:30.985004 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5429 | 2024.10.10 06:03:30.985049 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5430 | 2024.10.10 06:03:30.985297 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5431 | 2024.10.10 06:03:30.986083 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2024.10.10 06:03:30.986125 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5433 | 2024.10.10 06:03:30.986636 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5434 | 2024.10.10 06:03:30.987069 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2024.10.10 06:03:30.987259 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.002504 sec., 212859.42492012779 rows/sec., 15.78 MiB/sec. | ||
| 5436 | 2024.10.10 06:03:30.987391 [ 136 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5437 | 2024.10.10 06:03:30.987464 [ 136 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2024.10.10 06:03:30.987505 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5439 | 2024.10.10 06:03:30.987589 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5440 | 2024.10.10 06:03:30.987657 [ 3 ] {ae80e913-a9a5-4bec-a175-9311e01b8d9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5441 | 2024.10.10 06:03:30.987728 [ 3 ] {} <Debug> HTTP-Session: e6bf249a-2704-4e83-b16e-ecfa97f979b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5442 | 2024.10.10 06:03:30.987863 [ 198 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 5443 | 2024.10.10 06:03:30.988066 [ 198 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5444 | 2024.10.10 06:03:30.988112 [ 198 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part | ||
| 5445 | 2024.10.10 06:03:30.988276 [ 198 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 73 rows starting from the beginning of the part | ||
| 5446 | 2024.10.10 06:03:30.988344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 187442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5447 | 2024.10.10 06:03:30.988523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5448 | 2024.10.10 06:03:30.988543 [ 198 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 413 rows starting from the beginning of the part | ||
| 5449 | 2024.10.10 06:03:30.988601 [ 3 ] {} <Debug> HTTP-Session: 23ee5f84-feee-4e5a-93a4-5b2aaacb3210 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5450 | 2024.10.10 06:03:30.988698 [ 3 ] {} <Debug> HTTP-Session: 23ee5f84-feee-4e5a-93a4-5b2aaacb3210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5451 | 2024.10.10 06:03:30.988805 [ 3 ] {} <Debug> HTTP-Session: 23ee5f84-feee-4e5a-93a4-5b2aaacb3210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5452 | 2024.10.10 06:03:30.988837 [ 198 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 73 rows starting from the beginning of the part | ||
| 5453 | 2024.10.10 06:03:30.988915 [ 3 ] {} <Trace> HTTP-Session: 23ee5f84-feee-4e5a-93a4-5b2aaacb3210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5454 | 2024.10.10 06:03:30.989084 [ 198 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 413 rows starting from the beginning of the part | ||
| 5455 | 2024.10.10 06:03:30.989315 [ 198 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 533 rows starting from the beginning of the part | ||
| 5456 | 2024.10.10 06:03:30.989964 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5457 | 2024.10.10 06:03:30.990065 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5458 | 2024.10.10 06:03:30.990786 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5459 | 2024.10.10 06:03:30.992130 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.004511258 sec., 535327.3964823117 rows/sec., 41.05 MiB/sec. | ||
| 5460 | 2024.10.10 06:03:30.992320 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2024.10.10 06:03:30.992386 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5462 | 2024.10.10 06:03:30.992397 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5463 | 2024.10.10 06:03:30.993638 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2024.10.10 06:03:30.993707 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5465 | 2024.10.10 06:03:30.993775 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_26_5} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5466 | 2024.10.10 06:03:30.993912 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 5467 | 2024.10.10 06:03:30.994229 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5468 | 2024.10.10 06:03:30.994413 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Debug> executeQuery: Read 988 rows, 67.96 KiB in 0.005151 sec., 191807.41603572122 rows/sec., 12.89 MiB/sec. | ||
| 5469 | 2024.10.10 06:03:30.994424 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5470 | 2024.10.10 06:03:30.994512 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5471 | 2024.10.10 06:03:30.994569 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5472 | 2024.10.10 06:03:30.994816 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Debug> DynamicQueryHandler: Done processing query | ||
| 5473 | 2024.10.10 06:03:30.994914 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 5474 | 2024.10.10 06:03:30.994938 [ 3 ] {7a3ae89f-77ae-4355-8942-99cb16ae6c93} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 5475 | 2024.10.10 06:03:30.995074 [ 3 ] {} <Debug> HTTP-Session: 23ee5f84-feee-4e5a-93a4-5b2aaacb3210 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5476 | 2024.10.10 06:03:30.995485 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5477 | 2024.10.10 06:03:30.995487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5478 | 2024.10.10 06:03:30.995555 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6923 rows starting from the beginning of the part | ||
| 5479 | 2024.10.10 06:03:30.995595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5480 | 2024.10.10 06:03:30.995629 [ 3 ] {} <Debug> HTTP-Session: 03bbfd58-ee16-4458-8a58-56a7feef5d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5481 | 2024.10.10 06:03:30.995688 [ 3 ] {} <Debug> HTTP-Session: 03bbfd58-ee16-4458-8a58-56a7feef5d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5482 | 2024.10.10 06:03:30.995799 [ 3 ] {} <Debug> HTTP-Session: 03bbfd58-ee16-4458-8a58-56a7feef5d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5483 | 2024.10.10 06:03:30.995871 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 5484 | 2024.10.10 06:03:30.995973 [ 3 ] {} <Trace> HTTP-Session: 03bbfd58-ee16-4458-8a58-56a7feef5d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5485 | 2024.10.10 06:03:30.996167 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 5486 | 2024.10.10 06:03:30.996498 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 5487 | 2024.10.10 06:03:30.996572 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5488 | 2024.10.10 06:03:30.996683 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 5489 | 2024.10.10 06:03:30.996992 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 988 rows starting from the beginning of the part | ||
| 5490 | 2024.10.10 06:03:30.997284 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <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 | ||
| 5491 | 2024.10.10 06:03:30.998984 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5492 | 2024.10.10 06:03:31.000178 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.53 MiB, peak 160.98 MiB, free memory in arenas 0.00 B, will set to 152.55 MiB (RSS), difference: -3.98 MiB | ||
| 5493 | 2024.10.10 06:03:31.000846 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2024.10.10 06:03:31.000956 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5495 | 2024.10.10 06:03:31.002521 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5496 | 2024.10.10 06:03:31.003344 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2024.10.10 06:03:31.003549 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5498 | 2024.10.10 06:03:31.003585 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007322 sec., 1229.1723572794317 rows/sec., 2.20 MiB/sec. | ||
| 5499 | 2024.10.10 06:03:31.003617 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2024.10.10 06:03:31.003682 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5501 | 2024.10.10 06:03:31.004134 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 5502 | 2024.10.10 06:03:31.005408 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Debug> DynamicQueryHandler: Done processing query | ||
| 5503 | 2024.10.10 06:03:31.005464 [ 199 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8705 rows, containing 5 columns (5 merged, 0 gathered) in 0.010781208 sec., 807423.4352959334 rows/sec., 54.45 MiB/sec. | ||
| 5504 | 2024.10.10 06:03:31.005497 [ 3 ] {d4634277-8b86-4b41-be29-34c7ac364c83} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 5505 | 2024.10.10 06:03:31.005589 [ 3 ] {} <Debug> HTTP-Session: 03bbfd58-ee16-4458-8a58-56a7feef5d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5506 | 2024.10.10 06:03:31.005775 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5507 | 2024.10.10 06:03:31.005847 [ 199 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5508 | 2024.10.10 06:03:31.005872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 8227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5509 | 2024.10.10 06:03:31.006067 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 229 rows starting from the beginning of the part | ||
| 5510 | 2024.10.10 06:03:31.006138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5511 | 2024.10.10 06:03:31.006230 [ 3 ] {} <Debug> HTTP-Session: 604ee3dc-3b5c-4ed1-8e50-7c46997ff37b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5512 | 2024.10.10 06:03:31.006319 [ 3 ] {} <Debug> HTTP-Session: 604ee3dc-3b5c-4ed1-8e50-7c46997ff37b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5513 | 2024.10.10 06:03:31.006375 [ 3 ] {} <Debug> HTTP-Session: 604ee3dc-3b5c-4ed1-8e50-7c46997ff37b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5514 | 2024.10.10 06:03:31.007070 [ 3 ] {} <Trace> HTTP-Session: 604ee3dc-3b5c-4ed1-8e50-7c46997ff37b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2024.10.10 06:03:31.007244 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
| 5516 | 2024.10.10 06:03:31.007613 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5517 | 2024.10.10 06:03:31.007840 [ 199 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5518 | 2024.10.10 06:03:31.008268 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5519 | 2024.10.10 06:03:31.008280 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
| 5520 | 2024.10.10 06:03:31.008288 [ 199 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5521 | 2024.10.10 06:03:31.008604 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 5522 | 2024.10.10 06:03:31.009248 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part | ||
| 5523 | 2024.10.10 06:03:31.009369 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5524 | 2024.10.10 06:03:31.009875 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
| 5525 | 2024.10.10 06:03:31.010497 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
| 5526 | 2024.10.10 06:03:31.010662 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5527 | 2024.10.10 06:03:31.010786 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5528 | 2024.10.10 06:03:31.012026 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5529 | 2024.10.10 06:03:31.012850 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5530 | 2024.10.10 06:03:31.013037 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.005645 sec., 9565.987599645705 rows/sec., 658.94 KiB/sec. | ||
| 5531 | 2024.10.10 06:03:31.013046 [ 135 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5532 | 2024.10.10 06:03:31.013154 [ 135 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5533 | 2024.10.10 06:03:31.013229 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5534 | 2024.10.10 06:03:31.013643 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5535 | 2024.10.10 06:03:31.013654 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 5536 | 2024.10.10 06:03:31.013722 [ 3 ] {7bbe0144-cb0d-495d-bbc8-000747bbb53d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5537 | 2024.10.10 06:03:31.013809 [ 3 ] {} <Debug> HTTP-Session: 604ee3dc-3b5c-4ed1-8e50-7c46997ff37b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5538 | 2024.10.10 06:03:31.014172 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5539 | 2024.10.10 06:03:31.014248 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1170 rows starting from the beginning of the part | ||
| 5540 | 2024.10.10 06:03:31.014489 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 5541 | 2024.10.10 06:03:31.014853 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 5542 | 2024.10.10 06:03:31.015148 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 5543 | 2024.10.10 06:03:31.015505 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 5544 | 2024.10.10 06:03:31.015857 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 54 rows starting from the beginning of the part | ||
| 5545 | 2024.10.10 06:03:31.017102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5546 | 2024.10.10 06:03:31.017386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5547 | 2024.10.10 06:03:31.017613 [ 3 ] {} <Debug> HTTP-Session: 70071f9d-77a0-493c-ae9e-37e4539c562d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5548 | 2024.10.10 06:03:31.017833 [ 3 ] {} <Debug> HTTP-Session: 70071f9d-77a0-493c-ae9e-37e4539c562d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5549 | 2024.10.10 06:03:31.017986 [ 3 ] {} <Debug> HTTP-Session: 70071f9d-77a0-493c-ae9e-37e4539c562d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5550 | 2024.10.10 06:03:31.018243 [ 3 ] {} <Trace> HTTP-Session: 70071f9d-77a0-493c-ae9e-37e4539c562d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2024.10.10 06:03:31.018880 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5552 | 2024.10.10 06:03:31.019120 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5553 | 2024.10.10 06:03:31.020525 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1508 rows, containing 4 columns (4 merged, 0 gathered) in 0.007150142 sec., 210904.90230823387 rows/sec., 13.78 MiB/sec. | ||
| 5554 | 2024.10.10 06:03:31.020897 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5555 | 2024.10.10 06:03:31.021566 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5556 | 2024.10.10 06:03:31.022551 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2024.10.10 06:03:31.022826 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_26_5} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5558 | 2024.10.10 06:03:31.023086 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5559 | 2024.10.10 06:03:31.023331 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5560 | 2024.10.10 06:03:31.023421 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5561 | 2024.10.10 06:03:31.023974 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 19 columns (19 merged, 0 gathered) in 0.020158742 sec., 15774.79388346753 rows/sec., 28.27 MiB/sec. | ||
| 5562 | 2024.10.10 06:03:31.024235 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5563 | 2024.10.10 06:03:31.024830 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5564 | 2024.10.10 06:03:31.024891 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5565 | 2024.10.10 06:03:31.025278 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.006672 sec., 299.7601918465228 rows/sec., 24.44 KiB/sec. | ||
| 5566 | 2024.10.10 06:03:31.025820 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Debug> DynamicQueryHandler: Done processing query | ||
| 5567 | 2024.10.10 06:03:31.025889 [ 3 ] {c3272f17-8930-4dc1-aa05-8e6139bf5742} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5568 | 2024.10.10 06:03:31.025948 [ 3 ] {} <Debug> HTTP-Session: 70071f9d-77a0-493c-ae9e-37e4539c562d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5569 | 2024.10.10 06:03:31.026150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5570 | 2024.10.10 06:03:31.026246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5571 | 2024.10.10 06:03:31.026281 [ 3 ] {} <Debug> HTTP-Session: 5ac7f5b6-4526-4eb0-a11b-ff7eb9ab9b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5572 | 2024.10.10 06:03:31.026324 [ 3 ] {} <Debug> HTTP-Session: 5ac7f5b6-4526-4eb0-a11b-ff7eb9ab9b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5573 | 2024.10.10 06:03:31.026332 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5574 | 2024.10.10 06:03:31.026344 [ 3 ] {} <Debug> HTTP-Session: 5ac7f5b6-4526-4eb0-a11b-ff7eb9ab9b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5575 | 2024.10.10 06:03:31.026438 [ 3 ] {} <Trace> HTTP-Session: 5ac7f5b6-4526-4eb0-a11b-ff7eb9ab9b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5576 | 2024.10.10 06:03:31.026499 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5577 | 2024.10.10 06:03:31.026629 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5578 | 2024.10.10 06:03:31.026738 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. | ||
| 5579 | 2024.10.10 06:03:31.026747 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5580 | 2024.10.10 06:03:31.027026 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5581 | 2024.10.10 06:03:31.027360 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2024.10.10 06:03:31.027402 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5583 | 2024.10.10 06:03:31.027776 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5584 | 2024.10.10 06:03:31.028157 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2024.10.10 06:03:31.028314 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Debug> executeQuery: Read 1 rows, 75.00 B in 0.001754 sec., 570.1254275940707 rows/sec., 41.76 KiB/sec. | ||
| 5586 | 2024.10.10 06:03:31.028488 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5587 | 2024.10.10 06:03:31.028513 [ 3 ] {f69d7cd7-3cdd-4f8b-8a04-f3dae452722f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5588 | 2024.10.10 06:03:31.028529 [ 3 ] {} <Debug> HTTP-Session: 5ac7f5b6-4526-4eb0-a11b-ff7eb9ab9b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5589 | 2024.10.10 06:03:31.028684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5590 | 2024.10.10 06:03:31.028738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5591 | 2024.10.10 06:03:31.028757 [ 3 ] {} <Debug> HTTP-Session: bd8f10c6-fbf6-491e-9dea-bbbc81dcc55d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5592 | 2024.10.10 06:03:31.028773 [ 3 ] {} <Debug> HTTP-Session: bd8f10c6-fbf6-491e-9dea-bbbc81dcc55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5593 | 2024.10.10 06:03:31.028787 [ 3 ] {} <Debug> HTTP-Session: bd8f10c6-fbf6-491e-9dea-bbbc81dcc55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5594 | 2024.10.10 06:03:31.028820 [ 3 ] {} <Trace> HTTP-Session: bd8f10c6-fbf6-491e-9dea-bbbc81dcc55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5595 | 2024.10.10 06:03:31.028921 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5596 | 2024.10.10 06:03:31.028964 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5597 | 2024.10.10 06:03:31.029190 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5598 | 2024.10.10 06:03:31.029484 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2024.10.10 06:03:31.029522 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5600 | 2024.10.10 06:03:31.029859 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5601 | 2024.10.10 06:03:31.030220 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2024.10.10 06:03:31.030387 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001484 sec., 1347.7088948787061 rows/sec., 94.10 KiB/sec. | ||
| 5603 | 2024.10.10 06:03:31.030590 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5604 | 2024.10.10 06:03:31.030618 [ 3 ] {3a676474-e993-415e-992e-254a58623e3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5605 | 2024.10.10 06:03:31.030635 [ 3 ] {} <Debug> HTTP-Session: bd8f10c6-fbf6-491e-9dea-bbbc81dcc55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5606 | 2024.10.10 06:03:31.030770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 393, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5607 | 2024.10.10 06:03:31.030822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5608 | 2024.10.10 06:03:31.030841 [ 3 ] {} <Debug> HTTP-Session: ff7f3d90-ed71-4bdb-b231-cc34225ad5d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5609 | 2024.10.10 06:03:31.030859 [ 3 ] {} <Debug> HTTP-Session: ff7f3d90-ed71-4bdb-b231-cc34225ad5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5610 | 2024.10.10 06:03:31.030873 [ 3 ] {} <Debug> HTTP-Session: ff7f3d90-ed71-4bdb-b231-cc34225ad5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5611 | 2024.10.10 06:03:31.030905 [ 3 ] {} <Trace> HTTP-Session: ff7f3d90-ed71-4bdb-b231-cc34225ad5d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5612 | 2024.10.10 06:03:31.031005 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5613 | 2024.10.10 06:03:31.031048 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5614 | 2024.10.10 06:03:31.031282 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5615 | 2024.10.10 06:03:31.031593 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5616 | 2024.10.10 06:03:31.031631 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5617 | 2024.10.10 06:03:31.031975 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5618 | 2024.10.10 06:03:31.032338 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5619 | 2024.10.10 06:03:31.032503 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001521 sec., 1314.9243918474688 rows/sec., 107.22 KiB/sec. | ||
| 5620 | 2024.10.10 06:03:31.032669 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Debug> DynamicQueryHandler: Done processing query | ||
| 5621 | 2024.10.10 06:03:31.032694 [ 3 ] {5c03ab72-9a13-4425-bd03-bfb1fcfbc271} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5622 | 2024.10.10 06:03:31.032710 [ 3 ] {} <Debug> HTTP-Session: ff7f3d90-ed71-4bdb-b231-cc34225ad5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5623 | 2024.10.10 06:03:31.032830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5624 | 2024.10.10 06:03:31.032879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5625 | 2024.10.10 06:03:31.032899 [ 3 ] {} <Debug> HTTP-Session: f97fbbb0-2e1a-4b81-acf4-1a12bd7281d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5626 | 2024.10.10 06:03:31.032916 [ 3 ] {} <Debug> HTTP-Session: f97fbbb0-2e1a-4b81-acf4-1a12bd7281d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5627 | 2024.10.10 06:03:31.032930 [ 3 ] {} <Debug> HTTP-Session: f97fbbb0-2e1a-4b81-acf4-1a12bd7281d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5628 | 2024.10.10 06:03:31.032961 [ 3 ] {} <Trace> HTTP-Session: f97fbbb0-2e1a-4b81-acf4-1a12bd7281d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5629 | 2024.10.10 06:03:31.033053 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5630 | 2024.10.10 06:03:31.033102 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5631 | 2024.10.10 06:03:31.033260 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5632 | 2024.10.10 06:03:31.033572 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5633 | 2024.10.10 06:03:31.033609 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5634 | 2024.10.10 06:03:31.033961 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5635 | 2024.10.10 06:03:31.034298 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5636 | 2024.10.10 06:03:31.034456 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 49.31 KiB/sec. | ||
| 5637 | 2024.10.10 06:03:31.034627 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5638 | 2024.10.10 06:03:31.034652 [ 3 ] {7469506b-0805-48ed-8de5-0ba14459b7a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5639 | 2024.10.10 06:03:31.034668 [ 3 ] {} <Debug> HTTP-Session: f97fbbb0-2e1a-4b81-acf4-1a12bd7281d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5640 | 2024.10.10 06:03:32.000143 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.84 MiB, peak 160.98 MiB, free memory in arenas 0.00 B, will set to 154.73 MiB (RSS), difference: 5.89 MiB | ||
| 5641 | 2024.10.10 06:03:33.073250 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5642 | 2024.10.10 06:03:33.073330 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5643 | 2024.10.10 06:03:36.025180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5644 | 2024.10.10 06:03:36.025326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5645 | 2024.10.10 06:03:36.025359 [ 3 ] {} <Debug> HTTP-Session: da2e1d58-0b68-4b2c-be11-21ec5eddee00 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5646 | 2024.10.10 06:03:36.025388 [ 3 ] {} <Debug> HTTP-Session: da2e1d58-0b68-4b2c-be11-21ec5eddee00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5647 | 2024.10.10 06:03:36.025406 [ 3 ] {} <Debug> HTTP-Session: da2e1d58-0b68-4b2c-be11-21ec5eddee00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5648 | 2024.10.10 06:03:36.025464 [ 3 ] {} <Trace> HTTP-Session: da2e1d58-0b68-4b2c-be11-21ec5eddee00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5649 | 2024.10.10 06:03:36.025757 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5650 | 2024.10.10 06:03:36.025836 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5651 | 2024.10.10 06:03:36.026231 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5652 | 2024.10.10 06:03:36.026856 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2024.10.10 06:03:36.026905 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5654 | 2024.10.10 06:03:36.027363 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5655 | 2024.10.10 06:03:36.027760 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5656 | 2024.10.10 06:03:36.027929 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002305 sec., 108893.7093275488 rows/sec., 9.64 MiB/sec. | ||
| 5657 | 2024.10.10 06:03:36.028264 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5658 | 2024.10.10 06:03:36.028294 [ 3 ] {2aa352b8-1917-4e49-a3f5-f7b3749db9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 5659 | 2024.10.10 06:03:36.028311 [ 3 ] {} <Debug> HTTP-Session: da2e1d58-0b68-4b2c-be11-21ec5eddee00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5660 | 2024.10.10 06:03:36.028531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5661 | 2024.10.10 06:03:36.028587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5662 | 2024.10.10 06:03:36.028608 [ 3 ] {} <Debug> HTTP-Session: 75b875eb-dd13-49da-9d91-0c884fb934bf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5663 | 2024.10.10 06:03:36.028627 [ 3 ] {} <Debug> HTTP-Session: 75b875eb-dd13-49da-9d91-0c884fb934bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5664 | 2024.10.10 06:03:36.028641 [ 3 ] {} <Debug> HTTP-Session: 75b875eb-dd13-49da-9d91-0c884fb934bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5665 | 2024.10.10 06:03:36.028677 [ 3 ] {} <Trace> HTTP-Session: 75b875eb-dd13-49da-9d91-0c884fb934bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5666 | 2024.10.10 06:03:36.028803 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5667 | 2024.10.10 06:03:36.028853 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5668 | 2024.10.10 06:03:36.029121 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5669 | 2024.10.10 06:03:36.029492 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5670 | 2024.10.10 06:03:36.029531 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5671 | 2024.10.10 06:03:36.029887 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5672 | 2024.10.10 06:03:36.030256 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2024.10.10 06:03:36.030404 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001635 sec., 18960.244648318043 rows/sec., 1.39 MiB/sec. | ||
| 5674 | 2024.10.10 06:03:36.030715 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5675 | 2024.10.10 06:03:36.030743 [ 3 ] {c3c3362a-eb0f-4f9e-961e-d0b9e7579bcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5676 | 2024.10.10 06:03:36.030759 [ 3 ] {} <Debug> HTTP-Session: 75b875eb-dd13-49da-9d91-0c884fb934bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5677 | 2024.10.10 06:03:36.030892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5678 | 2024.10.10 06:03:36.030945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5679 | 2024.10.10 06:03:36.030964 [ 3 ] {} <Debug> HTTP-Session: a7ab147f-e5f3-40ef-840a-6d88e77ef685 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5680 | 2024.10.10 06:03:36.030982 [ 3 ] {} <Debug> HTTP-Session: a7ab147f-e5f3-40ef-840a-6d88e77ef685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5681 | 2024.10.10 06:03:36.030996 [ 3 ] {} <Debug> HTTP-Session: a7ab147f-e5f3-40ef-840a-6d88e77ef685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5682 | 2024.10.10 06:03:36.031028 [ 3 ] {} <Trace> HTTP-Session: a7ab147f-e5f3-40ef-840a-6d88e77ef685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5683 | 2024.10.10 06:03:36.031132 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5684 | 2024.10.10 06:03:36.031179 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5685 | 2024.10.10 06:03:36.031426 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5686 | 2024.10.10 06:03:36.031738 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2024.10.10 06:03:36.031776 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5688 | 2024.10.10 06:03:36.032132 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5689 | 2024.10.10 06:03:36.032495 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2024.10.10 06:03:36.032624 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec. | ||
| 5691 | 2024.10.10 06:03:36.032885 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Debug> DynamicQueryHandler: Done processing query | ||
| 5692 | 2024.10.10 06:03:36.032920 [ 3 ] {08759891-4099-44c1-8f68-699cfbb24385} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5693 | 2024.10.10 06:03:36.032938 [ 3 ] {} <Debug> HTTP-Session: a7ab147f-e5f3-40ef-840a-6d88e77ef685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5694 | 2024.10.10 06:03:36.033074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5695 | 2024.10.10 06:03:36.033125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5696 | 2024.10.10 06:03:36.033145 [ 3 ] {} <Debug> HTTP-Session: 257053af-1a01-452e-9570-13aa20065615 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5697 | 2024.10.10 06:03:36.033161 [ 3 ] {} <Debug> HTTP-Session: 257053af-1a01-452e-9570-13aa20065615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5698 | 2024.10.10 06:03:36.033181 [ 3 ] {} <Debug> HTTP-Session: 257053af-1a01-452e-9570-13aa20065615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5699 | 2024.10.10 06:03:36.033213 [ 3 ] {} <Trace> HTTP-Session: 257053af-1a01-452e-9570-13aa20065615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2024.10.10 06:03:36.033314 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5701 | 2024.10.10 06:03:36.033358 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5702 | 2024.10.10 06:03:36.033606 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5703 | 2024.10.10 06:03:36.033907 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5704 | 2024.10.10 06:03:36.033944 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5705 | 2024.10.10 06:03:36.034293 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5706 | 2024.10.10 06:03:36.034651 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5707 | 2024.10.10 06:03:36.034788 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 236.64 KiB/sec. | ||
| 5708 | 2024.10.10 06:03:36.035081 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Debug> DynamicQueryHandler: Done processing query | ||
| 5709 | 2024.10.10 06:03:36.035107 [ 3 ] {74966d47-4c99-45ac-a166-21d29c451808} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5710 | 2024.10.10 06:03:36.035124 [ 3 ] {} <Debug> HTTP-Session: 257053af-1a01-452e-9570-13aa20065615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5711 | 2024.10.10 06:03:36.035311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5712 | 2024.10.10 06:03:36.035363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5713 | 2024.10.10 06:03:36.035382 [ 3 ] {} <Debug> HTTP-Session: e10cee32-1224-42a3-8d2d-3fe791c66e7a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5714 | 2024.10.10 06:03:36.035401 [ 3 ] {} <Debug> HTTP-Session: e10cee32-1224-42a3-8d2d-3fe791c66e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5715 | 2024.10.10 06:03:36.035415 [ 3 ] {} <Debug> HTTP-Session: e10cee32-1224-42a3-8d2d-3fe791c66e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5716 | 2024.10.10 06:03:36.035446 [ 3 ] {} <Trace> HTTP-Session: e10cee32-1224-42a3-8d2d-3fe791c66e7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5717 | 2024.10.10 06:03:36.035663 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5718 | 2024.10.10 06:03:36.035708 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5719 | 2024.10.10 06:03:36.035956 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5720 | 2024.10.10 06:03:36.036523 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2024.10.10 06:03:36.036562 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5722 | 2024.10.10 06:03:36.036936 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5723 | 2024.10.10 06:03:36.037299 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2024.10.10 06:03:36.037431 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001882 sec., 219447.39638682254 rows/sec., 15.65 MiB/sec. | ||
| 5725 | 2024.10.10 06:03:36.037777 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5726 | 2024.10.10 06:03:36.037806 [ 3 ] {235c9d26-60b4-4f01-8316-d59ad9f74d5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5727 | 2024.10.10 06:03:36.037823 [ 3 ] {} <Debug> HTTP-Session: e10cee32-1224-42a3-8d2d-3fe791c66e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5728 | 2024.10.10 06:03:36.038054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5729 | 2024.10.10 06:03:36.038104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5730 | 2024.10.10 06:03:36.038125 [ 3 ] {} <Debug> HTTP-Session: 41982a83-910a-4e3c-976d-09d88095280e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5731 | 2024.10.10 06:03:36.038142 [ 3 ] {} <Debug> HTTP-Session: 41982a83-910a-4e3c-976d-09d88095280e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5732 | 2024.10.10 06:03:36.038156 [ 3 ] {} <Debug> HTTP-Session: 41982a83-910a-4e3c-976d-09d88095280e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5733 | 2024.10.10 06:03:36.038187 [ 3 ] {} <Trace> HTTP-Session: 41982a83-910a-4e3c-976d-09d88095280e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5734 | 2024.10.10 06:03:36.038287 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5735 | 2024.10.10 06:03:36.038336 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5736 | 2024.10.10 06:03:36.038488 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5737 | 2024.10.10 06:03:36.038769 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2024.10.10 06:03:36.038807 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5739 | 2024.10.10 06:03:36.039161 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5740 | 2024.10.10 06:03:36.039495 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5741 | 2024.10.10 06:03:36.039624 [ 129 ] {} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5742 | 2024.10.10 06:03:36.039630 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 229.15 KiB/sec. | ||
| 5743 | 2024.10.10 06:03:36.039673 [ 129 ] {} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2024.10.10 06:03:36.039716 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5745 | 2024.10.10 06:03:36.039863 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5746 | 2024.10.10 06:03:36.039908 [ 3 ] {2d01d211-ef55-4991-ac0e-ae87afe878c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5747 | 2024.10.10 06:03:36.039924 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 5748 | 2024.10.10 06:03:36.039937 [ 3 ] {} <Debug> HTTP-Session: 41982a83-910a-4e3c-976d-09d88095280e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5749 | 2024.10.10 06:03:36.040144 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5750 | 2024.10.10 06:03:36.040195 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 5751 | 2024.10.10 06:03:36.040233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 48470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5752 | 2024.10.10 06:03:36.040398 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 5753 | 2024.10.10 06:03:36.040399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5754 | 2024.10.10 06:03:36.040497 [ 3 ] {} <Debug> HTTP-Session: 7264b2b6-b1d5-482a-bea5-20313f9abfae Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5755 | 2024.10.10 06:03:36.040639 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 5756 | 2024.10.10 06:03:36.040682 [ 3 ] {} <Debug> HTTP-Session: 7264b2b6-b1d5-482a-bea5-20313f9abfae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5757 | 2024.10.10 06:03:36.040813 [ 3 ] {} <Debug> HTTP-Session: 7264b2b6-b1d5-482a-bea5-20313f9abfae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5758 | 2024.10.10 06:03:36.040881 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 5759 | 2024.10.10 06:03:36.041162 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 5760 | 2024.10.10 06:03:36.041415 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 5761 | 2024.10.10 06:03:36.041431 [ 3 ] {} <Trace> HTTP-Session: 7264b2b6-b1d5-482a-bea5-20313f9abfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5762 | 2024.10.10 06:03:36.041969 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5763 | 2024.10.10 06:03:36.042059 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5764 | 2024.10.10 06:03:36.042653 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5765 | 2024.10.10 06:03:36.043700 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5766 | 2024.10.10 06:03:36.043782 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5767 | 2024.10.10 06:03:36.044244 [ 191 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004426406 sec., 14910.516568068993 rows/sec., 779.02 KiB/sec. | ||
| 5768 | 2024.10.10 06:03:36.044511 [ 191 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5769 | 2024.10.10 06:03:36.044762 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5770 | 2024.10.10 06:03:36.045487 [ 191 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_11_2} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5771 | 2024.10.10 06:03:36.045592 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2024.10.10 06:03:36.045715 [ 191 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_11_2} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5773 | 2024.10.10 06:03:36.045906 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Debug> executeQuery: Read 257 rows, 17.69 KiB in 0.00415 sec., 61927.71084337349 rows/sec., 4.16 MiB/sec. | ||
| 5774 | 2024.10.10 06:03:36.045951 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5775 | 2024.10.10 06:03:36.046197 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Debug> DynamicQueryHandler: Done processing query | ||
| 5776 | 2024.10.10 06:03:36.046228 [ 3 ] {928035fc-1f85-4093-8799-7d724e989b32} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5777 | 2024.10.10 06:03:36.046246 [ 3 ] {} <Debug> HTTP-Session: 7264b2b6-b1d5-482a-bea5-20313f9abfae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5778 | 2024.10.10 06:03:36.046423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5779 | 2024.10.10 06:03:36.046475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5780 | 2024.10.10 06:03:36.046495 [ 3 ] {} <Debug> HTTP-Session: 7705028e-2917-4b36-809f-134933a96204 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5781 | 2024.10.10 06:03:36.046512 [ 3 ] {} <Debug> HTTP-Session: 7705028e-2917-4b36-809f-134933a96204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5782 | 2024.10.10 06:03:36.046526 [ 3 ] {} <Debug> HTTP-Session: 7705028e-2917-4b36-809f-134933a96204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5783 | 2024.10.10 06:03:36.046559 [ 3 ] {} <Trace> HTTP-Session: 7705028e-2917-4b36-809f-134933a96204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5784 | 2024.10.10 06:03:36.046657 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5785 | 2024.10.10 06:03:36.046703 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5786 | 2024.10.10 06:03:36.046852 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5787 | 2024.10.10 06:03:36.047152 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5788 | 2024.10.10 06:03:36.047188 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5789 | 2024.10.10 06:03:36.047544 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5790 | 2024.10.10 06:03:36.047876 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5791 | 2024.10.10 06:03:36.048018 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001382 sec., 723.589001447178 rows/sec., 48.76 KiB/sec. | ||
| 5792 | 2024.10.10 06:03:36.048297 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Debug> DynamicQueryHandler: Done processing query | ||
| 5793 | 2024.10.10 06:03:36.048324 [ 3 ] {509eeea9-f1c0-4eb8-b2da-a2d25eeb6a88} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5794 | 2024.10.10 06:03:36.048341 [ 3 ] {} <Debug> HTTP-Session: 7705028e-2917-4b36-809f-134933a96204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5795 | 2024.10.10 06:03:36.048510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5796 | 2024.10.10 06:03:36.048561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5797 | 2024.10.10 06:03:36.048581 [ 3 ] {} <Debug> HTTP-Session: af915887-e502-462f-988c-127aca33ab88 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5798 | 2024.10.10 06:03:36.048598 [ 3 ] {} <Debug> HTTP-Session: af915887-e502-462f-988c-127aca33ab88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5799 | 2024.10.10 06:03:36.048612 [ 3 ] {} <Debug> HTTP-Session: af915887-e502-462f-988c-127aca33ab88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5800 | 2024.10.10 06:03:36.048644 [ 3 ] {} <Trace> HTTP-Session: af915887-e502-462f-988c-127aca33ab88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5801 | 2024.10.10 06:03:36.048988 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5802 | 2024.10.10 06:03:36.049058 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <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 | ||
| 5803 | 2024.10.10 06:03:36.049515 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5804 | 2024.10.10 06:03:36.050255 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5805 | 2024.10.10 06:03:36.050293 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5806 | 2024.10.10 06:03:36.050962 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5807 | 2024.10.10 06:03:36.051388 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5808 | 2024.10.10 06:03:36.051536 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002799 sec., 11075.384065737764 rows/sec., 19.85 MiB/sec. | ||
| 5809 | 2024.10.10 06:03:36.051767 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5810 | 2024.10.10 06:03:36.051793 [ 3 ] {23ce74d0-655e-4439-b612-fca85e93d0e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 5811 | 2024.10.10 06:03:36.051809 [ 3 ] {} <Debug> HTTP-Session: af915887-e502-462f-988c-127aca33ab88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5812 | 2024.10.10 06:03:36.051945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 13084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5813 | 2024.10.10 06:03:36.051996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5814 | 2024.10.10 06:03:36.052017 [ 3 ] {} <Debug> HTTP-Session: 70bbdebf-1858-45bc-91e4-278511fd260f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5815 | 2024.10.10 06:03:36.052034 [ 3 ] {} <Debug> HTTP-Session: 70bbdebf-1858-45bc-91e4-278511fd260f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5816 | 2024.10.10 06:03:36.052048 [ 3 ] {} <Debug> HTTP-Session: 70bbdebf-1858-45bc-91e4-278511fd260f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5817 | 2024.10.10 06:03:36.052080 [ 3 ] {} <Trace> HTTP-Session: 70bbdebf-1858-45bc-91e4-278511fd260f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5818 | 2024.10.10 06:03:36.052230 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5819 | 2024.10.10 06:03:36.052276 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5820 | 2024.10.10 06:03:36.052411 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5821 | 2024.10.10 06:03:36.052716 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5822 | 2024.10.10 06:03:36.052752 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5823 | 2024.10.10 06:03:36.053112 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5824 | 2024.10.10 06:03:36.053433 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5825 | 2024.10.10 06:03:36.053564 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Debug> executeQuery: Read 88 rows, 5.75 KiB in 0.001408 sec., 62500 rows/sec., 3.99 MiB/sec. | ||
| 5826 | 2024.10.10 06:03:36.053732 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5827 | 2024.10.10 06:03:36.053758 [ 3 ] {1307fea0-9a4b-4701-a2f9-ec5cea77d19b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5828 | 2024.10.10 06:03:36.053774 [ 3 ] {} <Debug> HTTP-Session: 70bbdebf-1858-45bc-91e4-278511fd260f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5829 | 2024.10.10 06:03:38.209317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 588 | ||
| 5830 | 2024.10.10 06:03:38.212656 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2024.10.10 06:03:38.212717 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
| 5832 | 2024.10.10 06:03:38.214646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5833 | 2024.10.10 06:03:38.215685 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5834 | 2024.10.10 06:03:38.216277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588 | ||
| 5835 | 2024.10.10 06:03:41.019596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5836 | 2024.10.10 06:03:41.019719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5837 | 2024.10.10 06:03:41.019745 [ 3 ] {} <Debug> HTTP-Session: 22f715ec-b273-4afd-b1a6-2a062361c9b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5838 | 2024.10.10 06:03:41.019770 [ 3 ] {} <Debug> HTTP-Session: 22f715ec-b273-4afd-b1a6-2a062361c9b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5839 | 2024.10.10 06:03:41.019784 [ 3 ] {} <Debug> HTTP-Session: 22f715ec-b273-4afd-b1a6-2a062361c9b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5840 | 2024.10.10 06:03:41.019834 [ 3 ] {} <Trace> HTTP-Session: 22f715ec-b273-4afd-b1a6-2a062361c9b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5841 | 2024.10.10 06:03:41.020013 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5842 | 2024.10.10 06:03:41.020081 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5843 | 2024.10.10 06:03:41.020424 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5844 | 2024.10.10 06:03:41.020859 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5845 | 2024.10.10 06:03:41.020903 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5846 | 2024.10.10 06:03:41.021316 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5847 | 2024.10.10 06:03:41.021712 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5848 | 2024.10.10 06:03:41.021861 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001902 sec., 1051.5247108307044 rows/sec., 85.74 KiB/sec. | ||
| 5849 | 2024.10.10 06:03:41.022083 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5850 | 2024.10.10 06:03:41.022111 [ 3 ] {5a40ebf3-0494-45a0-855d-924a0fba9ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5851 | 2024.10.10 06:03:41.022127 [ 3 ] {} <Debug> HTTP-Session: 22f715ec-b273-4afd-b1a6-2a062361c9b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5852 | 2024.10.10 06:03:41.022314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5853 | 2024.10.10 06:03:41.022373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5854 | 2024.10.10 06:03:41.022394 [ 3 ] {} <Debug> HTTP-Session: 69f529b4-4e84-4893-ad8c-963d5e5e2311 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5855 | 2024.10.10 06:03:41.022412 [ 3 ] {} <Debug> HTTP-Session: 69f529b4-4e84-4893-ad8c-963d5e5e2311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5856 | 2024.10.10 06:03:41.022426 [ 3 ] {} <Debug> HTTP-Session: 69f529b4-4e84-4893-ad8c-963d5e5e2311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5857 | 2024.10.10 06:03:41.022463 [ 3 ] {} <Trace> HTTP-Session: 69f529b4-4e84-4893-ad8c-963d5e5e2311 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5858 | 2024.10.10 06:03:41.022591 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5859 | 2024.10.10 06:03:41.022637 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5860 | 2024.10.10 06:03:41.022875 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5861 | 2024.10.10 06:03:41.023252 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2024.10.10 06:03:41.023289 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5863 | 2024.10.10 06:03:41.023654 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5864 | 2024.10.10 06:03:41.024016 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2024.10.10 06:03:41.024146 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Debug> executeQuery: Read 75 rows, 6.14 KiB in 0.001601 sec., 46845.72142410993 rows/sec., 3.75 MiB/sec. | ||
| 5866 | 2024.10.10 06:03:41.024321 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Debug> DynamicQueryHandler: Done processing query | ||
| 5867 | 2024.10.10 06:03:41.024355 [ 3 ] {0fb524bd-0f03-4546-9545-201335f8b923} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5868 | 2024.10.10 06:03:41.024379 [ 3 ] {} <Debug> HTTP-Session: 69f529b4-4e84-4893-ad8c-963d5e5e2311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5869 | 2024.10.10 06:03:41.024525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5870 | 2024.10.10 06:03:41.024581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5871 | 2024.10.10 06:03:41.024601 [ 3 ] {} <Debug> HTTP-Session: a2c581bb-8bd3-4f22-8384-6c879f941158 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5872 | 2024.10.10 06:03:41.024619 [ 3 ] {} <Debug> HTTP-Session: a2c581bb-8bd3-4f22-8384-6c879f941158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5873 | 2024.10.10 06:03:41.024634 [ 3 ] {} <Debug> HTTP-Session: a2c581bb-8bd3-4f22-8384-6c879f941158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5874 | 2024.10.10 06:03:41.024668 [ 3 ] {} <Trace> HTTP-Session: a2c581bb-8bd3-4f22-8384-6c879f941158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5875 | 2024.10.10 06:03:41.024768 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5876 | 2024.10.10 06:03:41.024813 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5877 | 2024.10.10 06:03:41.025041 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5878 | 2024.10.10 06:03:41.025345 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5879 | 2024.10.10 06:03:41.025381 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5880 | 2024.10.10 06:03:41.025728 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5881 | 2024.10.10 06:03:41.026086 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5882 | 2024.10.10 06:03:41.026217 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001478 sec., 7442.489851150203 rows/sec., 552.37 KiB/sec. | ||
| 5883 | 2024.10.10 06:03:41.026552 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5884 | 2024.10.10 06:03:41.026580 [ 3 ] {427a15ce-f106-47ef-9be4-617de25be45c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5885 | 2024.10.10 06:03:41.026598 [ 3 ] {} <Debug> HTTP-Session: a2c581bb-8bd3-4f22-8384-6c879f941158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5886 | 2024.10.10 06:03:41.026775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5887 | 2024.10.10 06:03:41.026828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5888 | 2024.10.10 06:03:41.026847 [ 3 ] {} <Debug> HTTP-Session: 541faddc-6333-4d38-9428-9dab6fa0250c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5889 | 2024.10.10 06:03:41.026864 [ 3 ] {} <Debug> HTTP-Session: 541faddc-6333-4d38-9428-9dab6fa0250c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5890 | 2024.10.10 06:03:41.026878 [ 3 ] {} <Debug> HTTP-Session: 541faddc-6333-4d38-9428-9dab6fa0250c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5891 | 2024.10.10 06:03:41.026909 [ 3 ] {} <Trace> HTTP-Session: 541faddc-6333-4d38-9428-9dab6fa0250c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5892 | 2024.10.10 06:03:41.027039 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5893 | 2024.10.10 06:03:41.027084 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5894 | 2024.10.10 06:03:41.027330 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5895 | 2024.10.10 06:03:41.027684 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5896 | 2024.10.10 06:03:41.027720 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5897 | 2024.10.10 06:03:41.028073 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5898 | 2024.10.10 06:03:41.028427 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5899 | 2024.10.10 06:03:41.028553 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001564 sec., 47953.9641943734 rows/sec., 3.75 MiB/sec. | ||
| 5900 | 2024.10.10 06:03:41.028728 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Debug> DynamicQueryHandler: Done processing query | ||
| 5901 | 2024.10.10 06:03:41.028754 [ 3 ] {bdbe79b7-ea10-4977-a2be-10536c9a3036} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5902 | 2024.10.10 06:03:41.028769 [ 3 ] {} <Debug> HTTP-Session: 541faddc-6333-4d38-9428-9dab6fa0250c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5903 | 2024.10.10 06:03:41.028943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5904 | 2024.10.10 06:03:41.028993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5905 | 2024.10.10 06:03:41.029012 [ 3 ] {} <Debug> HTTP-Session: 8e7c61af-c5a6-44ff-9fe1-557075e94079 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5906 | 2024.10.10 06:03:41.029029 [ 3 ] {} <Debug> HTTP-Session: 8e7c61af-c5a6-44ff-9fe1-557075e94079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5907 | 2024.10.10 06:03:41.029043 [ 3 ] {} <Debug> HTTP-Session: 8e7c61af-c5a6-44ff-9fe1-557075e94079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5908 | 2024.10.10 06:03:41.029074 [ 3 ] {} <Trace> HTTP-Session: 8e7c61af-c5a6-44ff-9fe1-557075e94079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2024.10.10 06:03:41.029232 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5910 | 2024.10.10 06:03:41.029280 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5911 | 2024.10.10 06:03:41.029424 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5912 | 2024.10.10 06:03:41.029812 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2024.10.10 06:03:41.029848 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5914 | 2024.10.10 06:03:41.030223 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5915 | 2024.10.10 06:03:41.030552 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2024.10.10 06:03:41.030679 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001528 sec., 105366.49214659685 rows/sec., 7.34 MiB/sec. | ||
| 5917 | 2024.10.10 06:03:41.030843 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5918 | 2024.10.10 06:03:41.030868 [ 3 ] {07f8ae50-6574-4ef9-b678-ab8967c083cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5919 | 2024.10.10 06:03:41.030885 [ 3 ] {} <Debug> HTTP-Session: 8e7c61af-c5a6-44ff-9fe1-557075e94079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5920 | 2024.10.10 06:03:41.031026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5921 | 2024.10.10 06:03:41.031076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5922 | 2024.10.10 06:03:41.031095 [ 3 ] {} <Debug> HTTP-Session: e658b3b3-e6ed-4316-bb7a-ce6644dae6ca Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5923 | 2024.10.10 06:03:41.031112 [ 3 ] {} <Debug> HTTP-Session: e658b3b3-e6ed-4316-bb7a-ce6644dae6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5924 | 2024.10.10 06:03:41.031127 [ 3 ] {} <Debug> HTTP-Session: e658b3b3-e6ed-4316-bb7a-ce6644dae6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5925 | 2024.10.10 06:03:41.031159 [ 3 ] {} <Trace> HTTP-Session: e658b3b3-e6ed-4316-bb7a-ce6644dae6ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5926 | 2024.10.10 06:03:41.031348 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5927 | 2024.10.10 06:03:41.031412 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <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 | ||
| 5928 | 2024.10.10 06:03:41.031863 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5929 | 2024.10.10 06:03:41.032474 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2024.10.10 06:03:41.032510 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5931 | 2024.10.10 06:03:41.033113 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5932 | 2024.10.10 06:03:41.033533 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2024.10.10 06:03:41.033690 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002457 sec., 3663.003663003663 rows/sec., 6.56 MiB/sec. | ||
| 5934 | 2024.10.10 06:03:41.034081 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5935 | 2024.10.10 06:03:41.034106 [ 3 ] {6b281063-812d-4894-ba36-688954ea105d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 5936 | 2024.10.10 06:03:41.034144 [ 3 ] {} <Debug> HTTP-Session: e658b3b3-e6ed-4316-bb7a-ce6644dae6ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5937 | 2024.10.10 06:03:41.034261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5938 | 2024.10.10 06:03:41.034312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5939 | 2024.10.10 06:03:41.034330 [ 3 ] {} <Debug> HTTP-Session: e32e0224-ac77-432b-8096-54b57f25e35c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5940 | 2024.10.10 06:03:41.034347 [ 3 ] {} <Debug> HTTP-Session: e32e0224-ac77-432b-8096-54b57f25e35c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5941 | 2024.10.10 06:03:41.034361 [ 3 ] {} <Debug> HTTP-Session: e32e0224-ac77-432b-8096-54b57f25e35c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5942 | 2024.10.10 06:03:41.034392 [ 3 ] {} <Trace> HTTP-Session: e32e0224-ac77-432b-8096-54b57f25e35c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5943 | 2024.10.10 06:03:41.034510 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5944 | 2024.10.10 06:03:41.034555 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5945 | 2024.10.10 06:03:41.034683 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5946 | 2024.10.10 06:03:41.035024 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2024.10.10 06:03:41.035060 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5948 | 2024.10.10 06:03:41.035413 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5949 | 2024.10.10 06:03:41.035731 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2024.10.10 06:03:41.035856 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
| 5951 | 2024.10.10 06:03:41.036017 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5952 | 2024.10.10 06:03:41.036042 [ 3 ] {43763d3d-6055-4a48-b6c4-bad130d9e25f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5953 | 2024.10.10 06:03:41.036058 [ 3 ] {} <Debug> HTTP-Session: e32e0224-ac77-432b-8096-54b57f25e35c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5954 | 2024.10.10 06:03:46.025801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5955 | 2024.10.10 06:03:46.025942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5956 | 2024.10.10 06:03:46.025973 [ 3 ] {} <Debug> HTTP-Session: a2284983-25c6-4bd9-89d5-a0e121d8eddb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5957 | 2024.10.10 06:03:46.026003 [ 3 ] {} <Debug> HTTP-Session: a2284983-25c6-4bd9-89d5-a0e121d8eddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5958 | 2024.10.10 06:03:46.026021 [ 3 ] {} <Debug> HTTP-Session: a2284983-25c6-4bd9-89d5-a0e121d8eddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5959 | 2024.10.10 06:03:46.026077 [ 3 ] {} <Trace> HTTP-Session: a2284983-25c6-4bd9-89d5-a0e121d8eddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5960 | 2024.10.10 06:03:46.026280 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5961 | 2024.10.10 06:03:46.026357 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5962 | 2024.10.10 06:03:46.026723 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5963 | 2024.10.10 06:03:46.027201 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5964 | 2024.10.10 06:03:46.027248 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5965 | 2024.10.10 06:03:46.027658 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5966 | 2024.10.10 06:03:46.028045 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2024.10.10 06:03:46.028217 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001995 sec., 3007.5187969924814 rows/sec., 245.24 KiB/sec. | ||
| 5968 | 2024.10.10 06:03:46.028594 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5969 | 2024.10.10 06:03:46.028622 [ 3 ] {9bf491db-8dd4-40f9-b023-343fde05198e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5970 | 2024.10.10 06:03:46.028640 [ 3 ] {} <Debug> HTTP-Session: a2284983-25c6-4bd9-89d5-a0e121d8eddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5971 | 2024.10.10 06:03:46.028882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5972 | 2024.10.10 06:03:46.028943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5973 | 2024.10.10 06:03:46.028963 [ 3 ] {} <Debug> HTTP-Session: 910bfb54-436e-4173-b358-4d781294e921 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5974 | 2024.10.10 06:03:46.028982 [ 3 ] {} <Debug> HTTP-Session: 910bfb54-436e-4173-b358-4d781294e921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5975 | 2024.10.10 06:03:46.028996 [ 3 ] {} <Debug> HTTP-Session: 910bfb54-436e-4173-b358-4d781294e921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5976 | 2024.10.10 06:03:46.029034 [ 3 ] {} <Trace> HTTP-Session: 910bfb54-436e-4173-b358-4d781294e921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5977 | 2024.10.10 06:03:46.029242 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5978 | 2024.10.10 06:03:46.029295 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5979 | 2024.10.10 06:03:46.029560 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5980 | 2024.10.10 06:03:46.030092 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5981 | 2024.10.10 06:03:46.030131 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5982 | 2024.10.10 06:03:46.030512 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5983 | 2024.10.10 06:03:46.030875 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5984 | 2024.10.10 06:03:46.031047 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Debug> executeQuery: Read 254 rows, 22.98 KiB in 0.001913 sec., 132775.74490329326 rows/sec., 11.73 MiB/sec. | ||
| 5985 | 2024.10.10 06:03:46.031237 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5986 | 2024.10.10 06:03:46.031263 [ 3 ] {5f9011c6-c494-4d28-9c19-2bbe561facd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 5987 | 2024.10.10 06:03:46.031280 [ 3 ] {} <Debug> HTTP-Session: 910bfb54-436e-4173-b358-4d781294e921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5988 | 2024.10.10 06:03:46.031433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5989 | 2024.10.10 06:03:46.031487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5990 | 2024.10.10 06:03:46.031506 [ 3 ] {} <Debug> HTTP-Session: fdd8d2ed-bb26-4335-837c-d56fba25b018 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 5991 | 2024.10.10 06:03:46.031524 [ 3 ] {} <Debug> HTTP-Session: fdd8d2ed-bb26-4335-837c-d56fba25b018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5992 | 2024.10.10 06:03:46.031538 [ 3 ] {} <Debug> HTTP-Session: fdd8d2ed-bb26-4335-837c-d56fba25b018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5993 | 2024.10.10 06:03:46.031571 [ 3 ] {} <Trace> HTTP-Session: fdd8d2ed-bb26-4335-837c-d56fba25b018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2024.10.10 06:03:46.031682 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5995 | 2024.10.10 06:03:46.031726 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5996 | 2024.10.10 06:03:46.031954 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5997 | 2024.10.10 06:03:46.032294 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2024.10.10 06:03:46.032332 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 5999 | 2024.10.10 06:03:46.032681 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6000 | 2024.10.10 06:03:46.033025 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2024.10.10 06:03:46.033195 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001544 sec., 23963.730569948188 rows/sec., 1.74 MiB/sec. | ||
| 6002 | 2024.10.10 06:03:46.033193 [ 110 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6003 | 2024.10.10 06:03:46.033321 [ 110 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6004 | 2024.10.10 06:03:46.033371 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6005 | 2024.10.10 06:03:46.033463 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Debug> DynamicQueryHandler: Done processing query | ||
| 6006 | 2024.10.10 06:03:46.033516 [ 3 ] {6401ffd9-9e2f-4e17-9a71-380de2ad3d85} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6007 | 2024.10.10 06:03:46.033577 [ 3 ] {} <Debug> HTTP-Session: fdd8d2ed-bb26-4335-837c-d56fba25b018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6008 | 2024.10.10 06:03:46.033652 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 6009 | 2024.10.10 06:03:46.033751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6010 | 2024.10.10 06:03:46.033848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6011 | 2024.10.10 06:03:46.033906 [ 3 ] {} <Debug> HTTP-Session: 1c7e3f93-061a-4cab-97ae-3cfc0487bb27 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6012 | 2024.10.10 06:03:46.033957 [ 3 ] {} <Debug> HTTP-Session: 1c7e3f93-061a-4cab-97ae-3cfc0487bb27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6013 | 2024.10.10 06:03:46.034001 [ 3 ] {} <Debug> HTTP-Session: 1c7e3f93-061a-4cab-97ae-3cfc0487bb27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6014 | 2024.10.10 06:03:46.034002 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6015 | 2024.10.10 06:03:46.034074 [ 3 ] {} <Trace> HTTP-Session: 1c7e3f93-061a-4cab-97ae-3cfc0487bb27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2024.10.10 06:03:46.034089 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 54 rows starting from the beginning of the part | ||
| 6017 | 2024.10.10 06:03:46.034337 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 6018 | 2024.10.10 06:03:46.034489 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6019 | 2024.10.10 06:03:46.034655 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6020 | 2024.10.10 06:03:46.034671 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 6021 | 2024.10.10 06:03:46.034959 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
| 6022 | 2024.10.10 06:03:46.035340 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part | ||
| 6023 | 2024.10.10 06:03:46.035722 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 37 rows starting from the beginning of the part | ||
| 6024 | 2024.10.10 06:03:46.036394 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6025 | 2024.10.10 06:03:46.037204 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2024.10.10 06:03:46.037272 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6027 | 2024.10.10 06:03:46.038299 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6028 | 2024.10.10 06:03:46.039054 [ 186 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.005564844 sec., 26595.534394135757 rows/sec., 2.03 MiB/sec. | ||
| 6029 | 2024.10.10 06:03:46.039309 [ 186 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6030 | 2024.10.10 06:03:46.039342 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2024.10.10 06:03:46.039704 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005452 sec., 2567.8650036683784 rows/sec., 179.84 KiB/sec. | ||
| 6032 | 2024.10.10 06:03:46.040275 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Debug> DynamicQueryHandler: Done processing query | ||
| 6033 | 2024.10.10 06:03:46.040319 [ 3 ] {005642b3-ef11-45c8-8a1d-513a34f7f658} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6034 | 2024.10.10 06:03:46.040359 [ 3 ] {} <Debug> HTTP-Session: 1c7e3f93-061a-4cab-97ae-3cfc0487bb27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6035 | 2024.10.10 06:03:46.040491 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2024.10.10 06:03:46.040512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6037 | 2024.10.10 06:03:46.040613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6038 | 2024.10.10 06:03:46.040643 [ 3 ] {} <Debug> HTTP-Session: ac445508-16b4-4f3e-bcd3-7956416a9d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6039 | 2024.10.10 06:03:46.040659 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_21_4} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6040 | 2024.10.10 06:03:46.040672 [ 3 ] {} <Debug> HTTP-Session: ac445508-16b4-4f3e-bcd3-7956416a9d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6041 | 2024.10.10 06:03:46.040709 [ 3 ] {} <Debug> HTTP-Session: ac445508-16b4-4f3e-bcd3-7956416a9d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6042 | 2024.10.10 06:03:46.040797 [ 3 ] {} <Trace> HTTP-Session: ac445508-16b4-4f3e-bcd3-7956416a9d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6043 | 2024.10.10 06:03:46.040833 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6044 | 2024.10.10 06:03:46.040936 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6045 | 2024.10.10 06:03:46.040984 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6046 | 2024.10.10 06:03:46.041242 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6047 | 2024.10.10 06:03:46.041568 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2024.10.10 06:03:46.041608 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6049 | 2024.10.10 06:03:46.041972 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6050 | 2024.10.10 06:03:46.042342 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2024.10.10 06:03:46.042513 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0016 sec., 3750 rows/sec., 221.56 KiB/sec. | ||
| 6052 | 2024.10.10 06:03:46.042852 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6053 | 2024.10.10 06:03:46.042878 [ 3 ] {d453e4d7-6181-4403-903e-01a35be207bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6054 | 2024.10.10 06:03:46.042895 [ 3 ] {} <Debug> HTTP-Session: ac445508-16b4-4f3e-bcd3-7956416a9d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6055 | 2024.10.10 06:03:46.043086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 68089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6056 | 2024.10.10 06:03:46.043139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6057 | 2024.10.10 06:03:46.043157 [ 3 ] {} <Debug> HTTP-Session: 931cd298-41ae-4eec-a431-3ab622ea7666 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6058 | 2024.10.10 06:03:46.043175 [ 3 ] {} <Debug> HTTP-Session: 931cd298-41ae-4eec-a431-3ab622ea7666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6059 | 2024.10.10 06:03:46.043189 [ 3 ] {} <Debug> HTTP-Session: 931cd298-41ae-4eec-a431-3ab622ea7666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6060 | 2024.10.10 06:03:46.043221 [ 3 ] {} <Trace> HTTP-Session: 931cd298-41ae-4eec-a431-3ab622ea7666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6061 | 2024.10.10 06:03:46.043466 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6062 | 2024.10.10 06:03:46.043512 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6063 | 2024.10.10 06:03:46.043762 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6064 | 2024.10.10 06:03:46.044375 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6065 | 2024.10.10 06:03:46.044413 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6066 | 2024.10.10 06:03:46.044788 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6067 | 2024.10.10 06:03:46.045145 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6068 | 2024.10.10 06:03:46.045313 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001974 sec., 212259.37183383992 rows/sec., 15.16 MiB/sec. | ||
| 6069 | 2024.10.10 06:03:46.045495 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Debug> DynamicQueryHandler: Done processing query | ||
| 6070 | 2024.10.10 06:03:46.045520 [ 3 ] {f75b0ba0-e163-4c91-a56e-3ee519eae604} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6071 | 2024.10.10 06:03:46.045537 [ 3 ] {} <Debug> HTTP-Session: 931cd298-41ae-4eec-a431-3ab622ea7666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6072 | 2024.10.10 06:03:46.045670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6073 | 2024.10.10 06:03:46.045721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6074 | 2024.10.10 06:03:46.045740 [ 3 ] {} <Debug> HTTP-Session: 2a843386-9bc8-4170-81e6-67a6f69812ed Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6075 | 2024.10.10 06:03:46.045757 [ 3 ] {} <Debug> HTTP-Session: 2a843386-9bc8-4170-81e6-67a6f69812ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6076 | 2024.10.10 06:03:46.045771 [ 3 ] {} <Debug> HTTP-Session: 2a843386-9bc8-4170-81e6-67a6f69812ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6077 | 2024.10.10 06:03:46.045802 [ 3 ] {} <Trace> HTTP-Session: 2a843386-9bc8-4170-81e6-67a6f69812ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6078 | 2024.10.10 06:03:46.045898 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6079 | 2024.10.10 06:03:46.045945 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6080 | 2024.10.10 06:03:46.046078 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6081 | 2024.10.10 06:03:46.046382 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6082 | 2024.10.10 06:03:46.046419 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6083 | 2024.10.10 06:03:46.046774 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6084 | 2024.10.10 06:03:46.047106 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6085 | 2024.10.10 06:03:46.047261 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001382 sec., 4341.534008683068 rows/sec., 226.83 KiB/sec. | ||
| 6086 | 2024.10.10 06:03:46.047431 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6087 | 2024.10.10 06:03:46.047456 [ 3 ] {08fc2e06-a649-4120-bb2d-f086de603c2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6088 | 2024.10.10 06:03:46.047472 [ 3 ] {} <Debug> HTTP-Session: 2a843386-9bc8-4170-81e6-67a6f69812ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6089 | 2024.10.10 06:03:46.047627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 45227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6090 | 2024.10.10 06:03:46.047678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6091 | 2024.10.10 06:03:46.047698 [ 3 ] {} <Debug> HTTP-Session: afc10444-e3f6-4326-a337-a223ec51c865 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6092 | 2024.10.10 06:03:46.047715 [ 3 ] {} <Debug> HTTP-Session: afc10444-e3f6-4326-a337-a223ec51c865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6093 | 2024.10.10 06:03:46.047729 [ 3 ] {} <Debug> HTTP-Session: afc10444-e3f6-4326-a337-a223ec51c865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6094 | 2024.10.10 06:03:46.047760 [ 3 ] {} <Trace> HTTP-Session: afc10444-e3f6-4326-a337-a223ec51c865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6095 | 2024.10.10 06:03:46.047978 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6096 | 2024.10.10 06:03:46.048027 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6097 | 2024.10.10 06:03:46.048174 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6098 | 2024.10.10 06:03:46.048624 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6099 | 2024.10.10 06:03:46.048661 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6100 | 2024.10.10 06:03:46.049043 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6101 | 2024.10.10 06:03:46.049382 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6102 | 2024.10.10 06:03:46.049545 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001696 sec., 141509.43396226416 rows/sec., 9.49 MiB/sec. | ||
| 6103 | 2024.10.10 06:03:46.049719 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6104 | 2024.10.10 06:03:46.049743 [ 3 ] {5c86da5a-1117-436d-9c5c-f2fb58c787d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6105 | 2024.10.10 06:03:46.049759 [ 3 ] {} <Debug> HTTP-Session: afc10444-e3f6-4326-a337-a223ec51c865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6106 | 2024.10.10 06:03:46.049879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6107 | 2024.10.10 06:03:46.049929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6108 | 2024.10.10 06:03:46.049947 [ 3 ] {} <Debug> HTTP-Session: 753f1d1f-d294-40d1-94c3-0815932cce7d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6109 | 2024.10.10 06:03:46.049964 [ 3 ] {} <Debug> HTTP-Session: 753f1d1f-d294-40d1-94c3-0815932cce7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6110 | 2024.10.10 06:03:46.049977 [ 3 ] {} <Debug> HTTP-Session: 753f1d1f-d294-40d1-94c3-0815932cce7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6111 | 2024.10.10 06:03:46.050008 [ 3 ] {} <Trace> HTTP-Session: 753f1d1f-d294-40d1-94c3-0815932cce7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6112 | 2024.10.10 06:03:46.050101 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6113 | 2024.10.10 06:03:46.050145 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6114 | 2024.10.10 06:03:46.050280 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6115 | 2024.10.10 06:03:46.050538 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2024.10.10 06:03:46.050576 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6117 | 2024.10.10 06:03:46.050918 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6118 | 2024.10.10 06:03:46.051234 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6119 | 2024.10.10 06:03:46.051386 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001307 sec., 765.1109410864575 rows/sec., 51.56 KiB/sec. | ||
| 6120 | 2024.10.10 06:03:46.051552 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6121 | 2024.10.10 06:03:46.051577 [ 3 ] {3a873b42-1b3b-4292-a210-b51af9b319d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6122 | 2024.10.10 06:03:46.051593 [ 3 ] {} <Debug> HTTP-Session: 753f1d1f-d294-40d1-94c3-0815932cce7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6123 | 2024.10.10 06:03:46.051762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6124 | 2024.10.10 06:03:46.051812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6125 | 2024.10.10 06:03:46.051831 [ 3 ] {} <Debug> HTTP-Session: dd7f4155-8971-4e08-ba27-2e90a52421a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6126 | 2024.10.10 06:03:46.051848 [ 3 ] {} <Debug> HTTP-Session: dd7f4155-8971-4e08-ba27-2e90a52421a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6127 | 2024.10.10 06:03:46.051862 [ 3 ] {} <Debug> HTTP-Session: dd7f4155-8971-4e08-ba27-2e90a52421a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6128 | 2024.10.10 06:03:46.051893 [ 3 ] {} <Trace> HTTP-Session: dd7f4155-8971-4e08-ba27-2e90a52421a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6129 | 2024.10.10 06:03:46.052391 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6130 | 2024.10.10 06:03:46.052458 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <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 | ||
| 6131 | 2024.10.10 06:03:46.052899 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6132 | 2024.10.10 06:03:46.053653 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6133 | 2024.10.10 06:03:46.053702 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6134 | 2024.10.10 06:03:46.054501 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6135 | 2024.10.10 06:03:46.054930 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6136 | 2024.10.10 06:03:46.055117 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003125 sec., 9920 rows/sec., 17.78 MiB/sec. | ||
| 6137 | 2024.10.10 06:03:46.055358 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6138 | 2024.10.10 06:03:46.055383 [ 3 ] {6d0c205c-3408-4dcb-a9c3-69b4740bfcb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6139 | 2024.10.10 06:03:46.055399 [ 3 ] {} <Debug> HTTP-Session: dd7f4155-8971-4e08-ba27-2e90a52421a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6140 | 2024.10.10 06:03:46.055532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6141 | 2024.10.10 06:03:46.055583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6142 | 2024.10.10 06:03:46.055602 [ 3 ] {} <Debug> HTTP-Session: af966471-97a3-4120-921a-3156fb985d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6143 | 2024.10.10 06:03:46.055619 [ 3 ] {} <Debug> HTTP-Session: af966471-97a3-4120-921a-3156fb985d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6144 | 2024.10.10 06:03:46.055633 [ 3 ] {} <Debug> HTTP-Session: af966471-97a3-4120-921a-3156fb985d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6145 | 2024.10.10 06:03:46.055663 [ 3 ] {} <Trace> HTTP-Session: af966471-97a3-4120-921a-3156fb985d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6146 | 2024.10.10 06:03:46.055794 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6147 | 2024.10.10 06:03:46.055838 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6148 | 2024.10.10 06:03:46.055973 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6149 | 2024.10.10 06:03:46.056296 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6150 | 2024.10.10 06:03:46.056333 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6151 | 2024.10.10 06:03:46.056689 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6152 | 2024.10.10 06:03:46.057004 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6153 | 2024.10.10 06:03:46.057168 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001419 sec., 57787.17406624384 rows/sec., 3.67 MiB/sec. | ||
| 6154 | 2024.10.10 06:03:46.057498 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6155 | 2024.10.10 06:03:46.057527 [ 3 ] {e0d762ef-e087-45de-b30d-8b414d5ef6d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6156 | 2024.10.10 06:03:46.057543 [ 3 ] {} <Debug> HTTP-Session: af966471-97a3-4120-921a-3156fb985d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6157 | 2024.10.10 06:03:48.073378 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6158 | 2024.10.10 06:03:48.073433 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6159 | 2024.10.10 06:03:48.217414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 624 | ||
| 6160 | 2024.10.10 06:03:48.220311 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6161 | 2024.10.10 06:03:48.220360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6162 | 2024.10.10 06:03:48.221864 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6163 | 2024.10.10 06:03:48.222874 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6164 | 2024.10.10 06:03:48.223585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624 | ||
| 6165 | 2024.10.10 06:03:51.020168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6166 | 2024.10.10 06:03:51.020302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6167 | 2024.10.10 06:03:51.020332 [ 3 ] {} <Debug> HTTP-Session: dcde7de1-0d07-4837-bdc5-20a3b657bd7c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6168 | 2024.10.10 06:03:51.020362 [ 3 ] {} <Debug> HTTP-Session: dcde7de1-0d07-4837-bdc5-20a3b657bd7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6169 | 2024.10.10 06:03:51.020380 [ 3 ] {} <Debug> HTTP-Session: dcde7de1-0d07-4837-bdc5-20a3b657bd7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6170 | 2024.10.10 06:03:51.020437 [ 3 ] {} <Trace> HTTP-Session: dcde7de1-0d07-4837-bdc5-20a3b657bd7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2024.10.10 06:03:51.020632 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6172 | 2024.10.10 06:03:51.020710 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6173 | 2024.10.10 06:03:51.021060 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6174 | 2024.10.10 06:03:51.021515 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2024.10.10 06:03:51.021559 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6176 | 2024.10.10 06:03:51.021969 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6177 | 2024.10.10 06:03:51.022361 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2024.10.10 06:03:51.022533 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001952 sec., 1024.5901639344263 rows/sec., 83.55 KiB/sec. | ||
| 6179 | 2024.10.10 06:03:51.022546 [ 106 ] {} <Debug> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 6180 | 2024.10.10 06:03:51.022636 [ 106 ] {} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6181 | 2024.10.10 06:03:51.022696 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6182 | 2024.10.10 06:03:51.022868 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6183 | 2024.10.10 06:03:51.022934 [ 3 ] {5b9d83bd-8c82-482e-bd7f-1ebbaebd341f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6184 | 2024.10.10 06:03:51.022959 [ 3 ] {} <Debug> HTTP-Session: dcde7de1-0d07-4837-bdc5-20a3b657bd7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6185 | 2024.10.10 06:03:51.022969 [ 186 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 6186 | 2024.10.10 06:03:51.023185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6187 | 2024.10.10 06:03:51.023310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6188 | 2024.10.10 06:03:51.023367 [ 3 ] {} <Debug> HTTP-Session: d90c7c24-a277-4f19-b928-f7524241674c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6189 | 2024.10.10 06:03:51.023416 [ 3 ] {} <Debug> HTTP-Session: d90c7c24-a277-4f19-b928-f7524241674c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6190 | 2024.10.10 06:03:51.023426 [ 186 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6191 | 2024.10.10 06:03:51.023447 [ 3 ] {} <Debug> HTTP-Session: d90c7c24-a277-4f19-b928-f7524241674c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6192 | 2024.10.10 06:03:51.023537 [ 186 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 6193 | 2024.10.10 06:03:51.023556 [ 3 ] {} <Trace> HTTP-Session: d90c7c24-a277-4f19-b928-f7524241674c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6194 | 2024.10.10 06:03:51.023905 [ 186 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 6195 | 2024.10.10 06:03:51.023926 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6196 | 2024.10.10 06:03:51.024043 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6197 | 2024.10.10 06:03:51.024283 [ 186 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 6198 | 2024.10.10 06:03:51.024631 [ 186 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 6199 | 2024.10.10 06:03:51.025009 [ 186 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 6200 | 2024.10.10 06:03:51.025429 [ 186 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 6201 | 2024.10.10 06:03:51.025802 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6202 | 2024.10.10 06:03:51.026983 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6203 | 2024.10.10 06:03:51.027044 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6204 | 2024.10.10 06:03:51.028076 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6205 | 2024.10.10 06:03:51.028368 [ 196 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005548403 sec., 5406.961246326195 rows/sec., 462.02 KiB/sec. | ||
| 6206 | 2024.10.10 06:03:51.028685 [ 196 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 6207 | 2024.10.10 06:03:51.028907 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2024.10.10 06:03:51.029298 [ 105 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6209 | 2024.10.10 06:03:51.029431 [ 105 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2024.10.10 06:03:51.029460 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Debug> executeQuery: Read 75 rows, 6.14 KiB in 0.005687 sec., 13187.972569017056 rows/sec., 1.05 MiB/sec. | ||
| 6211 | 2024.10.10 06:03:51.029528 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6212 | 2024.10.10 06:03:51.030284 [ 194 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 6213 | 2024.10.10 06:03:51.030441 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6214 | 2024.10.10 06:03:51.030565 [ 3 ] {769139b7-a66c-43d1-9d73-670e69c67de6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6215 | 2024.10.10 06:03:51.030651 [ 196 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2024.10.10 06:03:51.030693 [ 3 ] {} <Debug> HTTP-Session: d90c7c24-a277-4f19-b928-f7524241674c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6217 | 2024.10.10 06:03:51.031102 [ 196 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_10_2} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 6218 | 2024.10.10 06:03:51.031141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6219 | 2024.10.10 06:03:51.031322 [ 194 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6220 | 2024.10.10 06:03:51.031395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6221 | 2024.10.10 06:03:51.031463 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6222 | 2024.10.10 06:03:51.031488 [ 194 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1418 rows starting from the beginning of the part | ||
| 6223 | 2024.10.10 06:03:51.031508 [ 3 ] {} <Debug> HTTP-Session: 150b8aaa-879c-4a0a-b4d4-bb805dc43e58 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6224 | 2024.10.10 06:03:51.031567 [ 3 ] {} <Debug> HTTP-Session: 150b8aaa-879c-4a0a-b4d4-bb805dc43e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6225 | 2024.10.10 06:03:51.031591 [ 3 ] {} <Debug> HTTP-Session: 150b8aaa-879c-4a0a-b4d4-bb805dc43e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6226 | 2024.10.10 06:03:51.031799 [ 194 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 6227 | 2024.10.10 06:03:51.031800 [ 3 ] {} <Trace> HTTP-Session: 150b8aaa-879c-4a0a-b4d4-bb805dc43e58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6228 | 2024.10.10 06:03:51.032046 [ 194 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 251 rows starting from the beginning of the part | ||
| 6229 | 2024.10.10 06:03:51.032346 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6230 | 2024.10.10 06:03:51.032370 [ 194 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 75 rows starting from the beginning of the part | ||
| 6231 | 2024.10.10 06:03:51.032491 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6232 | 2024.10.10 06:03:51.032672 [ 194 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 254 rows starting from the beginning of the part | ||
| 6233 | 2024.10.10 06:03:51.033029 [ 194 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 75 rows starting from the beginning of the part | ||
| 6234 | 2024.10.10 06:03:51.033815 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6235 | 2024.10.10 06:03:51.034543 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6236 | 2024.10.10 06:03:51.034609 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6237 | 2024.10.10 06:03:51.035614 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6238 | 2024.10.10 06:03:51.036418 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6239 | 2024.10.10 06:03:51.036502 [ 188 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.006770982 sec., 306307.12059196143 rows/sec., 27.03 MiB/sec. | ||
| 6240 | 2024.10.10 06:03:51.036696 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.004582 sec., 2400.698384984723 rows/sec., 178.18 KiB/sec. | ||
| 6241 | 2024.10.10 06:03:51.037055 [ 188 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6242 | 2024.10.10 06:03:51.037242 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6243 | 2024.10.10 06:03:51.037291 [ 3 ] {0586ab96-dd04-4844-9dc5-c8370d33aab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6244 | 2024.10.10 06:03:51.037311 [ 3 ] {} <Debug> HTTP-Session: 150b8aaa-879c-4a0a-b4d4-bb805dc43e58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6245 | 2024.10.10 06:03:51.037548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6246 | 2024.10.10 06:03:51.037627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6247 | 2024.10.10 06:03:51.037661 [ 3 ] {} <Debug> HTTP-Session: 2f68000d-42df-4ce4-94c6-3c03af1b0659 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6248 | 2024.10.10 06:03:51.037682 [ 3 ] {} <Debug> HTTP-Session: 2f68000d-42df-4ce4-94c6-3c03af1b0659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6249 | 2024.10.10 06:03:51.037708 [ 3 ] {} <Debug> HTTP-Session: 2f68000d-42df-4ce4-94c6-3c03af1b0659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6250 | 2024.10.10 06:03:51.037767 [ 3 ] {} <Trace> HTTP-Session: 2f68000d-42df-4ce4-94c6-3c03af1b0659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6251 | 2024.10.10 06:03:51.037930 [ 188 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6252 | 2024.10.10 06:03:51.038031 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6253 | 2024.10.10 06:03:51.038114 [ 188 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_31_6} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6254 | 2024.10.10 06:03:51.038125 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6255 | 2024.10.10 06:03:51.038318 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6256 | 2024.10.10 06:03:51.038544 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6257 | 2024.10.10 06:03:51.038965 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6258 | 2024.10.10 06:03:51.039003 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6259 | 2024.10.10 06:03:51.039371 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6260 | 2024.10.10 06:03:51.039735 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6261 | 2024.10.10 06:03:51.039861 [ 105 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6262 | 2024.10.10 06:03:51.039869 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001952 sec., 38422.13114754098 rows/sec., 3.00 MiB/sec. | ||
| 6263 | 2024.10.10 06:03:51.039900 [ 105 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2024.10.10 06:03:51.039941 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6265 | 2024.10.10 06:03:51.040150 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6266 | 2024.10.10 06:03:51.040161 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 6267 | 2024.10.10 06:03:51.040183 [ 3 ] {329898a8-df4e-4f4d-ad90-6c67c3771fbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6268 | 2024.10.10 06:03:51.040244 [ 3 ] {} <Debug> HTTP-Session: 2f68000d-42df-4ce4-94c6-3c03af1b0659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6269 | 2024.10.10 06:03:51.040548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6270 | 2024.10.10 06:03:51.040720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6271 | 2024.10.10 06:03:51.040814 [ 3 ] {} <Debug> HTTP-Session: 9556ce69-6312-4ac5-bba6-27db20428eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6272 | 2024.10.10 06:03:51.040857 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6273 | 2024.10.10 06:03:51.040907 [ 3 ] {} <Debug> HTTP-Session: 9556ce69-6312-4ac5-bba6-27db20428eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6274 | 2024.10.10 06:03:51.040972 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part | ||
| 6275 | 2024.10.10 06:03:51.040980 [ 3 ] {} <Debug> HTTP-Session: 9556ce69-6312-4ac5-bba6-27db20428eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6276 | 2024.10.10 06:03:51.041072 [ 3 ] {} <Trace> HTTP-Session: 9556ce69-6312-4ac5-bba6-27db20428eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6277 | 2024.10.10 06:03:51.041220 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 6278 | 2024.10.10 06:03:51.041504 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6279 | 2024.10.10 06:03:51.041523 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 413 rows starting from the beginning of the part | ||
| 6280 | 2024.10.10 06:03:51.041670 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6281 | 2024.10.10 06:03:51.041853 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 75 rows starting from the beginning of the part | ||
| 6282 | 2024.10.10 06:03:51.042182 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 419 rows starting from the beginning of the part | ||
| 6283 | 2024.10.10 06:03:51.042537 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 75 rows starting from the beginning of the part | ||
| 6284 | 2024.10.10 06:03:51.043074 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6285 | 2024.10.10 06:03:51.043636 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6286 | 2024.10.10 06:03:51.043682 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6287 | 2024.10.10 06:03:51.044214 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6288 | 2024.10.10 06:03:51.044623 [ 197 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1898 rows, containing 5 columns (5 merged, 0 gathered) in 0.004612911 sec., 411453.85202532634 rows/sec., 31.43 MiB/sec. | ||
| 6289 | 2024.10.10 06:03:51.044778 [ 197 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6290 | 2024.10.10 06:03:51.044783 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2024.10.10 06:03:51.044961 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6292 | 2024.10.10 06:03:51.044989 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003731 sec., 43151.969981238275 rows/sec., 3.01 MiB/sec. | ||
| 6293 | 2024.10.10 06:03:51.045016 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6294 | 2024.10.10 06:03:51.045081 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6295 | 2024.10.10 06:03:51.045525 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 6296 | 2024.10.10 06:03:51.045536 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6297 | 2024.10.10 06:03:51.045597 [ 3 ] {d0bc571e-bf61-43a2-b5b3-44b4ee081fdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6298 | 2024.10.10 06:03:51.045636 [ 3 ] {} <Debug> HTTP-Session: 9556ce69-6312-4ac5-bba6-27db20428eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6299 | 2024.10.10 06:03:51.045777 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6300 | 2024.10.10 06:03:51.045824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6301 | 2024.10.10 06:03:51.045839 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8705 rows starting from the beginning of the part | ||
| 6302 | 2024.10.10 06:03:51.045830 [ 197 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6303 | 2024.10.10 06:03:51.045910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6304 | 2024.10.10 06:03:51.046056 [ 3 ] {} <Debug> HTTP-Session: 58bcc6c5-6f8c-496b-a977-6ee3d65f1778 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6305 | 2024.10.10 06:03:51.046194 [ 3 ] {} <Debug> HTTP-Session: 58bcc6c5-6f8c-496b-a977-6ee3d65f1778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6306 | 2024.10.10 06:03:51.046298 [ 3 ] {} <Debug> HTTP-Session: 58bcc6c5-6f8c-496b-a977-6ee3d65f1778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6307 | 2024.10.10 06:03:51.046319 [ 197 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_31_6} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6308 | 2024.10.10 06:03:51.046307 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 6309 | 2024.10.10 06:03:51.046357 [ 3 ] {} <Trace> HTTP-Session: 58bcc6c5-6f8c-496b-a977-6ee3d65f1778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6310 | 2024.10.10 06:03:51.046593 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6311 | 2024.10.10 06:03:51.046755 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 257 rows starting from the beginning of the part | ||
| 6312 | 2024.10.10 06:03:51.046819 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6313 | 2024.10.10 06:03:51.046985 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part | ||
| 6314 | 2024.10.10 06:03:51.047155 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <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 | ||
| 6315 | 2024.10.10 06:03:51.047276 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 240 rows starting from the beginning of the part | ||
| 6316 | 2024.10.10 06:03:51.047646 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part | ||
| 6317 | 2024.10.10 06:03:51.048896 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6318 | 2024.10.10 06:03:51.049845 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6319 | 2024.10.10 06:03:51.049891 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6320 | 2024.10.10 06:03:51.051018 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6321 | 2024.10.10 06:03:51.051701 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6322 | 2024.10.10 06:03:51.051881 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.005247 sec., 1715.2658662092624 rows/sec., 3.07 MiB/sec. | ||
| 6323 | 2024.10.10 06:03:51.052107 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Debug> DynamicQueryHandler: Done processing query | ||
| 6324 | 2024.10.10 06:03:51.052133 [ 3 ] {bfb34229-8eeb-4955-a099-c6d4729c5e50} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 6325 | 2024.10.10 06:03:51.052150 [ 3 ] {} <Debug> HTTP-Session: 58bcc6c5-6f8c-496b-a977-6ee3d65f1778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6326 | 2024.10.10 06:03:51.052289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6327 | 2024.10.10 06:03:51.052344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6328 | 2024.10.10 06:03:51.052363 [ 3 ] {} <Debug> HTTP-Session: 65c4b5b0-f9ee-41a2-ad30-778e1316e38e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6329 | 2024.10.10 06:03:51.052379 [ 3 ] {} <Debug> HTTP-Session: 65c4b5b0-f9ee-41a2-ad30-778e1316e38e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6330 | 2024.10.10 06:03:51.052394 [ 3 ] {} <Debug> HTTP-Session: 65c4b5b0-f9ee-41a2-ad30-778e1316e38e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6331 | 2024.10.10 06:03:51.052425 [ 3 ] {} <Trace> HTTP-Session: 65c4b5b0-f9ee-41a2-ad30-778e1316e38e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6332 | 2024.10.10 06:03:51.052538 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6333 | 2024.10.10 06:03:51.052593 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6334 | 2024.10.10 06:03:51.052956 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6335 | 2024.10.10 06:03:51.053026 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9525 rows, containing 5 columns (5 merged, 0 gathered) in 0.007787936 sec., 1223045.4898448063 rows/sec., 82.55 MiB/sec. | ||
| 6336 | 2024.10.10 06:03:51.053438 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2024.10.10 06:03:51.053476 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6338 | 2024.10.10 06:03:51.053496 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6339 | 2024.10.10 06:03:51.054637 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6340 | 2024.10.10 06:03:51.054694 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6341 | 2024.10.10 06:03:51.054886 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6342 | 2024.10.10 06:03:51.055108 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 6343 | 2024.10.10 06:03:51.055269 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6344 | 2024.10.10 06:03:51.055411 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002911 sec., 20611.473720371006 rows/sec., 1.39 MiB/sec. | ||
| 6345 | 2024.10.10 06:03:51.055739 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6346 | 2024.10.10 06:03:51.055805 [ 3 ] {f3d6b0f1-3d3e-475a-b134-c0d809ce507c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6347 | 2024.10.10 06:03:51.055857 [ 3 ] {} <Debug> HTTP-Session: 65c4b5b0-f9ee-41a2-ad30-778e1316e38e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6348 | 2024.10.10 06:03:56.025109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6349 | 2024.10.10 06:03:56.025239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6350 | 2024.10.10 06:03:56.025265 [ 3 ] {} <Debug> HTTP-Session: 3e99fe6d-7067-48a4-a9fc-f85ac1ccdde6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6351 | 2024.10.10 06:03:56.025290 [ 3 ] {} <Debug> HTTP-Session: 3e99fe6d-7067-48a4-a9fc-f85ac1ccdde6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6352 | 2024.10.10 06:03:56.025305 [ 3 ] {} <Debug> HTTP-Session: 3e99fe6d-7067-48a4-a9fc-f85ac1ccdde6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6353 | 2024.10.10 06:03:56.025353 [ 3 ] {} <Trace> HTTP-Session: 3e99fe6d-7067-48a4-a9fc-f85ac1ccdde6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6354 | 2024.10.10 06:03:56.025611 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6355 | 2024.10.10 06:03:56.025680 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6356 | 2024.10.10 06:03:56.026022 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6357 | 2024.10.10 06:03:56.026649 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6358 | 2024.10.10 06:03:56.026696 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6359 | 2024.10.10 06:03:56.027142 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6360 | 2024.10.10 06:03:56.027534 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6361 | 2024.10.10 06:03:56.027700 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002202 sec., 113987.2842870118 rows/sec., 10.09 MiB/sec. | ||
| 6362 | 2024.10.10 06:03:56.027981 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Debug> DynamicQueryHandler: Done processing query | ||
| 6363 | 2024.10.10 06:03:56.028009 [ 3 ] {199c7cdc-2a69-4e8e-a308-8954ce82de99} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 6364 | 2024.10.10 06:03:56.028026 [ 3 ] {} <Debug> HTTP-Session: 3e99fe6d-7067-48a4-a9fc-f85ac1ccdde6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6365 | 2024.10.10 06:03:56.028228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6366 | 2024.10.10 06:03:56.028285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6367 | 2024.10.10 06:03:56.028306 [ 3 ] {} <Debug> HTTP-Session: 0764e7b7-c6e8-4377-b8c1-e126a62c855e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6368 | 2024.10.10 06:03:56.028324 [ 3 ] {} <Debug> HTTP-Session: 0764e7b7-c6e8-4377-b8c1-e126a62c855e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6369 | 2024.10.10 06:03:56.028339 [ 3 ] {} <Debug> HTTP-Session: 0764e7b7-c6e8-4377-b8c1-e126a62c855e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6370 | 2024.10.10 06:03:56.028375 [ 3 ] {} <Trace> HTTP-Session: 0764e7b7-c6e8-4377-b8c1-e126a62c855e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6371 | 2024.10.10 06:03:56.028491 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6372 | 2024.10.10 06:03:56.028539 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6373 | 2024.10.10 06:03:56.028777 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6374 | 2024.10.10 06:03:56.029131 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6375 | 2024.10.10 06:03:56.029169 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6376 | 2024.10.10 06:03:56.029519 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6377 | 2024.10.10 06:03:56.029892 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6378 | 2024.10.10 06:03:56.030061 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.0016 sec., 19375 rows/sec., 1.42 MiB/sec. | ||
| 6379 | 2024.10.10 06:03:56.030387 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6380 | 2024.10.10 06:03:56.030415 [ 3 ] {320c5dd7-aef8-4182-89a1-6ad3ae431be3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6381 | 2024.10.10 06:03:56.030431 [ 3 ] {} <Debug> HTTP-Session: 0764e7b7-c6e8-4377-b8c1-e126a62c855e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6382 | 2024.10.10 06:03:56.030566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6383 | 2024.10.10 06:03:56.030619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6384 | 2024.10.10 06:03:56.030638 [ 3 ] {} <Debug> HTTP-Session: 6401faa3-cf6f-4bb7-bfbb-d8e16a0cf01e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6385 | 2024.10.10 06:03:56.030654 [ 3 ] {} <Debug> HTTP-Session: 6401faa3-cf6f-4bb7-bfbb-d8e16a0cf01e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6386 | 2024.10.10 06:03:56.030668 [ 3 ] {} <Debug> HTTP-Session: 6401faa3-cf6f-4bb7-bfbb-d8e16a0cf01e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6387 | 2024.10.10 06:03:56.030700 [ 3 ] {} <Trace> HTTP-Session: 6401faa3-cf6f-4bb7-bfbb-d8e16a0cf01e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6388 | 2024.10.10 06:03:56.030806 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6389 | 2024.10.10 06:03:56.030851 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6390 | 2024.10.10 06:03:56.031106 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6391 | 2024.10.10 06:03:56.031418 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6392 | 2024.10.10 06:03:56.031455 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6393 | 2024.10.10 06:03:56.031817 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6394 | 2024.10.10 06:03:56.032176 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6395 | 2024.10.10 06:03:56.032348 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001562 sec., 8962.868117797696 rows/sec., 627.70 KiB/sec. | ||
| 6396 | 2024.10.10 06:03:56.032344 [ 100 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6397 | 2024.10.10 06:03:56.032468 [ 100 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6398 | 2024.10.10 06:03:56.032527 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6399 | 2024.10.10 06:03:56.032650 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6400 | 2024.10.10 06:03:56.032718 [ 3 ] {c6c7f5d0-e8d1-4228-949b-aae371f54cc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6401 | 2024.10.10 06:03:56.032752 [ 3 ] {} <Debug> HTTP-Session: 6401faa3-cf6f-4bb7-bfbb-d8e16a0cf01e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6402 | 2024.10.10 06:03:56.032783 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 6403 | 2024.10.10 06:03:56.032921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6404 | 2024.10.10 06:03:56.033035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6405 | 2024.10.10 06:03:56.033090 [ 3 ] {} <Debug> HTTP-Session: 9927980c-ed3d-480d-9240-2006895fe885 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6406 | 2024.10.10 06:03:56.033133 [ 3 ] {} <Debug> HTTP-Session: 9927980c-ed3d-480d-9240-2006895fe885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6407 | 2024.10.10 06:03:56.033146 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6408 | 2024.10.10 06:03:56.033162 [ 3 ] {} <Debug> HTTP-Session: 9927980c-ed3d-480d-9240-2006895fe885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6409 | 2024.10.10 06:03:56.033214 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 6410 | 2024.10.10 06:03:56.033239 [ 3 ] {} <Trace> HTTP-Session: 9927980c-ed3d-480d-9240-2006895fe885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6411 | 2024.10.10 06:03:56.033458 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 6412 | 2024.10.10 06:03:56.033562 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6413 | 2024.10.10 06:03:56.033744 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 6414 | 2024.10.10 06:03:56.033862 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6415 | 2024.10.10 06:03:56.034059 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 6416 | 2024.10.10 06:03:56.034349 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 6417 | 2024.10.10 06:03:56.034673 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6418 | 2024.10.10 06:03:56.035505 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6419 | 2024.10.10 06:03:56.036348 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6420 | 2024.10.10 06:03:56.036416 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6421 | 2024.10.10 06:03:56.037366 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6422 | 2024.10.10 06:03:56.038072 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00545063 sec., 96502.60612076036 rows/sec., 6.56 MiB/sec. | ||
| 6423 | 2024.10.10 06:03:56.038226 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6424 | 2024.10.10 06:03:56.038276 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2024.10.10 06:03:56.038499 [ 100 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6426 | 2024.10.10 06:03:56.038553 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005186 sec., 1156.9610489780177 rows/sec., 68.36 KiB/sec. | ||
| 6427 | 2024.10.10 06:03:56.038630 [ 100 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2024.10.10 06:03:56.038775 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6429 | 2024.10.10 06:03:56.039285 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 6430 | 2024.10.10 06:03:56.039301 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Debug> DynamicQueryHandler: Done processing query | ||
| 6431 | 2024.10.10 06:03:56.039390 [ 3 ] {e3094d76-3ec6-4dfe-a9e0-b3bcac636c25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6432 | 2024.10.10 06:03:56.039490 [ 3 ] {} <Debug> HTTP-Session: 9927980c-ed3d-480d-9240-2006895fe885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6433 | 2024.10.10 06:03:56.039771 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6434 | 2024.10.10 06:03:56.039805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6435 | 2024.10.10 06:03:56.039825 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 6436 | 2024.10.10 06:03:56.039885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6437 | 2024.10.10 06:03:56.039976 [ 3 ] {} <Debug> HTTP-Session: a422ff9f-4bdf-4bbd-84b9-761ef90b52e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6438 | 2024.10.10 06:03:56.040062 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 6439 | 2024.10.10 06:03:56.040062 [ 3 ] {} <Debug> HTTP-Session: a422ff9f-4bdf-4bbd-84b9-761ef90b52e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6440 | 2024.10.10 06:03:56.040117 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6441 | 2024.10.10 06:03:56.040129 [ 3 ] {} <Debug> HTTP-Session: a422ff9f-4bdf-4bbd-84b9-761ef90b52e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6442 | 2024.10.10 06:03:56.040261 [ 3 ] {} <Trace> HTTP-Session: a422ff9f-4bdf-4bbd-84b9-761ef90b52e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6443 | 2024.10.10 06:03:56.040337 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 6444 | 2024.10.10 06:03:56.040411 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_16_3} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6445 | 2024.10.10 06:03:56.040760 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 6446 | 2024.10.10 06:03:56.040813 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6447 | 2024.10.10 06:03:56.040896 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 6448 | 2024.10.10 06:03:56.041014 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6449 | 2024.10.10 06:03:56.041122 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 6450 | 2024.10.10 06:03:56.041907 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6451 | 2024.10.10 06:03:56.042728 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003731079 sec., 8040.569497456366 rows/sec., 510.39 KiB/sec. | ||
| 6452 | 2024.10.10 06:03:56.042735 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6453 | 2024.10.10 06:03:56.042786 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6454 | 2024.10.10 06:03:56.042860 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6455 | 2024.10.10 06:03:56.043348 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6456 | 2024.10.10 06:03:56.043464 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_13_3} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6457 | 2024.10.10 06:03:56.043575 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_13_3} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6458 | 2024.10.10 06:03:56.043664 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6459 | 2024.10.10 06:03:56.043865 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6460 | 2024.10.10 06:03:56.044040 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.003548 sec., 116403.60766629087 rows/sec., 8.30 MiB/sec. | ||
| 6461 | 2024.10.10 06:03:56.044459 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6462 | 2024.10.10 06:03:56.044491 [ 3 ] {cc20e988-87b4-4656-85ed-2c8044bafb6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6463 | 2024.10.10 06:03:56.044509 [ 3 ] {} <Debug> HTTP-Session: a422ff9f-4bdf-4bbd-84b9-761ef90b52e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6464 | 2024.10.10 06:03:56.044700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6465 | 2024.10.10 06:03:56.044750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6466 | 2024.10.10 06:03:56.044769 [ 3 ] {} <Debug> HTTP-Session: 4a388380-da17-44cf-9585-0c819d5f549b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6467 | 2024.10.10 06:03:56.044786 [ 3 ] {} <Debug> HTTP-Session: 4a388380-da17-44cf-9585-0c819d5f549b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6468 | 2024.10.10 06:03:56.044800 [ 3 ] {} <Debug> HTTP-Session: 4a388380-da17-44cf-9585-0c819d5f549b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6469 | 2024.10.10 06:03:56.044831 [ 3 ] {} <Trace> HTTP-Session: 4a388380-da17-44cf-9585-0c819d5f549b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6470 | 2024.10.10 06:03:56.044933 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6471 | 2024.10.10 06:03:56.044980 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6472 | 2024.10.10 06:03:56.045138 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6473 | 2024.10.10 06:03:56.045420 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6474 | 2024.10.10 06:03:56.045457 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6475 | 2024.10.10 06:03:56.045815 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6476 | 2024.10.10 06:03:56.046152 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6477 | 2024.10.10 06:03:56.046318 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec. | ||
| 6478 | 2024.10.10 06:03:56.046490 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6479 | 2024.10.10 06:03:56.046515 [ 3 ] {bad28776-4d33-4e85-92a3-e17d9b270f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6480 | 2024.10.10 06:03:56.046531 [ 3 ] {} <Debug> HTTP-Session: 4a388380-da17-44cf-9585-0c819d5f549b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6481 | 2024.10.10 06:03:56.046705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6482 | 2024.10.10 06:03:56.046755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6483 | 2024.10.10 06:03:56.046774 [ 3 ] {} <Debug> HTTP-Session: c4c3ce77-83f2-434a-897a-96e3724a3561 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6484 | 2024.10.10 06:03:56.046790 [ 3 ] {} <Debug> HTTP-Session: c4c3ce77-83f2-434a-897a-96e3724a3561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6485 | 2024.10.10 06:03:56.046803 [ 3 ] {} <Debug> HTTP-Session: c4c3ce77-83f2-434a-897a-96e3724a3561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6486 | 2024.10.10 06:03:56.046834 [ 3 ] {} <Trace> HTTP-Session: c4c3ce77-83f2-434a-897a-96e3724a3561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6487 | 2024.10.10 06:03:56.047042 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6488 | 2024.10.10 06:03:56.047089 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6489 | 2024.10.10 06:03:56.047240 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6490 | 2024.10.10 06:03:56.047649 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6491 | 2024.10.10 06:03:56.047685 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6492 | 2024.10.10 06:03:56.048067 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6493 | 2024.10.10 06:03:56.048401 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6494 | 2024.10.10 06:03:56.048566 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001634 sec., 145042.83965728275 rows/sec., 9.72 MiB/sec. | ||
| 6495 | 2024.10.10 06:03:56.048731 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6496 | 2024.10.10 06:03:56.048756 [ 3 ] {5fa8b01b-7358-456e-8091-7d6acc3f406b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6497 | 2024.10.10 06:03:56.048772 [ 3 ] {} <Debug> HTTP-Session: c4c3ce77-83f2-434a-897a-96e3724a3561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6498 | 2024.10.10 06:03:56.048945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6499 | 2024.10.10 06:03:56.048993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6500 | 2024.10.10 06:03:56.049012 [ 3 ] {} <Debug> HTTP-Session: 398b72ff-2677-4afc-bac8-00f7e618fe97 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6501 | 2024.10.10 06:03:56.049028 [ 3 ] {} <Debug> HTTP-Session: 398b72ff-2677-4afc-bac8-00f7e618fe97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6502 | 2024.10.10 06:03:56.049042 [ 3 ] {} <Debug> HTTP-Session: 398b72ff-2677-4afc-bac8-00f7e618fe97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6503 | 2024.10.10 06:03:56.049073 [ 3 ] {} <Trace> HTTP-Session: 398b72ff-2677-4afc-bac8-00f7e618fe97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6504 | 2024.10.10 06:03:56.049167 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6505 | 2024.10.10 06:03:56.049213 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6506 | 2024.10.10 06:03:56.049346 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6507 | 2024.10.10 06:03:56.049594 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6508 | 2024.10.10 06:03:56.049630 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6509 | 2024.10.10 06:03:56.049977 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6510 | 2024.10.10 06:03:56.050305 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6511 | 2024.10.10 06:03:56.050463 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
| 6512 | 2024.10.10 06:03:56.050632 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Debug> DynamicQueryHandler: Done processing query | ||
| 6513 | 2024.10.10 06:03:56.050658 [ 3 ] {366d790e-fa84-4e31-bc4f-bce69ba07c19} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6514 | 2024.10.10 06:03:56.050673 [ 3 ] {} <Debug> HTTP-Session: 398b72ff-2677-4afc-bac8-00f7e618fe97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6515 | 2024.10.10 06:03:56.050812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6516 | 2024.10.10 06:03:56.050862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6517 | 2024.10.10 06:03:56.050881 [ 3 ] {} <Debug> HTTP-Session: 88d804dd-257f-411e-8fcf-7d258c132324 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6518 | 2024.10.10 06:03:56.050896 [ 3 ] {} <Debug> HTTP-Session: 88d804dd-257f-411e-8fcf-7d258c132324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6519 | 2024.10.10 06:03:56.050910 [ 3 ] {} <Debug> HTTP-Session: 88d804dd-257f-411e-8fcf-7d258c132324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6520 | 2024.10.10 06:03:56.050942 [ 3 ] {} <Trace> HTTP-Session: 88d804dd-257f-411e-8fcf-7d258c132324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6521 | 2024.10.10 06:03:56.051267 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6522 | 2024.10.10 06:03:56.051334 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <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 | ||
| 6523 | 2024.10.10 06:03:56.051771 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6524 | 2024.10.10 06:03:56.052374 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6525 | 2024.10.10 06:03:56.052411 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6526 | 2024.10.10 06:03:56.053042 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6527 | 2024.10.10 06:03:56.053448 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6528 | 2024.10.10 06:03:56.053627 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6529 | 2024.10.10 06:03:56.053654 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002621 sec., 11827.546737886303 rows/sec., 21.19 MiB/sec. | ||
| 6530 | 2024.10.10 06:03:56.053692 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6531 | 2024.10.10 06:03:56.053770 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6532 | 2024.10.10 06:03:56.053996 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 6533 | 2024.10.10 06:03:56.054103 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Debug> DynamicQueryHandler: Done processing query | ||
| 6534 | 2024.10.10 06:03:56.054137 [ 3 ] {6666a3a1-1d1a-4520-8671-27504a604894} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6535 | 2024.10.10 06:03:56.054165 [ 3 ] {} <Debug> HTTP-Session: 88d804dd-257f-411e-8fcf-7d258c132324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6536 | 2024.10.10 06:03:56.054331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6537 | 2024.10.10 06:03:56.054343 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6538 | 2024.10.10 06:03:56.054394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6539 | 2024.10.10 06:03:56.054417 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 318 rows starting from the beginning of the part | ||
| 6540 | 2024.10.10 06:03:56.054422 [ 3 ] {} <Debug> HTTP-Session: f00c6b85-12b8-44d2-8225-eeb95ee1e7dd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6541 | 2024.10.10 06:03:56.054449 [ 3 ] {} <Debug> HTTP-Session: f00c6b85-12b8-44d2-8225-eeb95ee1e7dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6542 | 2024.10.10 06:03:56.054475 [ 3 ] {} <Debug> HTTP-Session: f00c6b85-12b8-44d2-8225-eeb95ee1e7dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6543 | 2024.10.10 06:03:56.054532 [ 3 ] {} <Trace> HTTP-Session: f00c6b85-12b8-44d2-8225-eeb95ee1e7dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6544 | 2024.10.10 06:03:56.054866 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6545 | 2024.10.10 06:03:56.054962 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
| 6546 | 2024.10.10 06:03:56.054967 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6547 | 2024.10.10 06:03:56.055604 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part | ||
| 6548 | 2024.10.10 06:03:56.055616 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6549 | 2024.10.10 06:03:56.056172 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
| 6550 | 2024.10.10 06:03:56.056313 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6551 | 2024.10.10 06:03:56.056413 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6552 | 2024.10.10 06:03:56.056771 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part | ||
| 6553 | 2024.10.10 06:03:56.057321 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part | ||
| 6554 | 2024.10.10 06:03:56.057504 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6555 | 2024.10.10 06:03:56.058142 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6556 | 2024.10.10 06:03:56.058377 [ 92 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6557 | 2024.10.10 06:03:56.058435 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003705 sec., 22132.25371120108 rows/sec., 1.41 MiB/sec. | ||
| 6558 | 2024.10.10 06:03:56.058487 [ 92 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6559 | 2024.10.10 06:03:56.058627 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6560 | 2024.10.10 06:03:56.059063 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6561 | 2024.10.10 06:03:56.059159 [ 3 ] {df185390-b64b-473d-9d0a-8374b11bcdf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6562 | 2024.10.10 06:03:56.059227 [ 3 ] {} <Debug> HTTP-Session: f00c6b85-12b8-44d2-8225-eeb95ee1e7dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6563 | 2024.10.10 06:03:56.059250 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 6564 | 2024.10.10 06:03:56.059560 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6565 | 2024.10.10 06:03:56.059634 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1508 rows starting from the beginning of the part | ||
| 6566 | 2024.10.10 06:03:56.059949 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 88 rows starting from the beginning of the part | ||
| 6567 | 2024.10.10 06:03:56.060223 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 6568 | 2024.10.10 06:03:56.060475 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 6569 | 2024.10.10 06:03:56.060807 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 6570 | 2024.10.10 06:03:56.061090 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 6571 | 2024.10.10 06:03:56.064692 [ 200 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1880 rows, containing 4 columns (4 merged, 0 gathered) in 0.00585382 sec., 321157.8080637942 rows/sec., 20.96 MiB/sec. | ||
| 6572 | 2024.10.10 06:03:56.064985 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6573 | 2024.10.10 06:03:56.065710 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6574 | 2024.10.10 06:03:56.065807 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_31_6} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6575 | 2024.10.10 06:03:56.065901 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6576 | 2024.10.10 06:03:56.066502 [ 187 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 429 rows, containing 19 columns (19 merged, 0 gathered) in 0.012592403 sec., 34068.159985032245 rows/sec., 61.05 MiB/sec. | ||
| 6577 | 2024.10.10 06:03:56.067043 [ 187 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6578 | 2024.10.10 06:03:56.067579 [ 187 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6579 | 2024.10.10 06:03:56.067652 [ 187 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6580 | 2024.10.10 06:03:56.067756 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 6581 | 2024.10.10 06:03:58.224711 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 658 | ||
| 6582 | 2024.10.10 06:03:58.227589 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6583 | 2024.10.10 06:03:58.227636 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6584 | 2024.10.10 06:03:58.229138 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6585 | 2024.10.10 06:03:58.230125 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6586 | 2024.10.10 06:03:58.231124 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 658 | ||
| 6587 | 2024.10.10 06:04:00.978968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 175539, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6588 | 2024.10.10 06:04:00.979092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6589 | 2024.10.10 06:04:00.979122 [ 3 ] {} <Debug> HTTP-Session: ef7f339a-d88a-45ff-b697-bb96bced5132 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6590 | 2024.10.10 06:04:00.979152 [ 3 ] {} <Debug> HTTP-Session: ef7f339a-d88a-45ff-b697-bb96bced5132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6591 | 2024.10.10 06:04:00.979170 [ 3 ] {} <Debug> HTTP-Session: ef7f339a-d88a-45ff-b697-bb96bced5132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6592 | 2024.10.10 06:04:00.979226 [ 3 ] {} <Trace> HTTP-Session: ef7f339a-d88a-45ff-b697-bb96bced5132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6593 | 2024.10.10 06:04:00.980018 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6594 | 2024.10.10 06:04:00.980095 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6595 | 2024.10.10 06:04:00.980479 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6596 | 2024.10.10 06:04:00.981674 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6597 | 2024.10.10 06:04:00.981723 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6598 | 2024.10.10 06:04:00.982237 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6599 | 2024.10.10 06:04:00.982658 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6600 | 2024.10.10 06:04:00.982809 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Debug> executeQuery: Read 1214 rows, 102.19 KiB in 0.003405 sec., 356534.5080763583 rows/sec., 29.31 MiB/sec. | ||
| 6601 | 2024.10.10 06:04:00.983138 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6602 | 2024.10.10 06:04:00.983189 [ 3 ] {c79296ea-aa21-4ef2-b3ca-037f3dd2eab7} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 6603 | 2024.10.10 06:04:00.983227 [ 3 ] {} <Debug> HTTP-Session: ef7f339a-d88a-45ff-b697-bb96bced5132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6604 | 2024.10.10 06:04:00.983405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6605 | 2024.10.10 06:04:00.983459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6606 | 2024.10.10 06:04:00.983478 [ 3 ] {} <Debug> HTTP-Session: 40d6cea2-a7d0-4f9e-9c55-36de2975f0a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6607 | 2024.10.10 06:04:00.983496 [ 3 ] {} <Debug> HTTP-Session: 40d6cea2-a7d0-4f9e-9c55-36de2975f0a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6608 | 2024.10.10 06:04:00.983511 [ 3 ] {} <Debug> HTTP-Session: 40d6cea2-a7d0-4f9e-9c55-36de2975f0a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6609 | 2024.10.10 06:04:00.983545 [ 3 ] {} <Trace> HTTP-Session: 40d6cea2-a7d0-4f9e-9c55-36de2975f0a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6610 | 2024.10.10 06:04:00.983654 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6611 | 2024.10.10 06:04:00.983703 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6612 | 2024.10.10 06:04:00.983957 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6613 | 2024.10.10 06:04:00.984347 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2024.10.10 06:04:00.984387 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6615 | 2024.10.10 06:04:00.984751 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6616 | 2024.10.10 06:04:00.985170 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2024.10.10 06:04:00.985409 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00178 sec., 5056.179775280899 rows/sec., 380.20 KiB/sec. | ||
| 6618 | 2024.10.10 06:04:00.985615 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6619 | 2024.10.10 06:04:00.985642 [ 3 ] {dc7b233b-d8d3-4ea3-a593-280d0618ac9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6620 | 2024.10.10 06:04:00.985662 [ 3 ] {} <Debug> HTTP-Session: 40d6cea2-a7d0-4f9e-9c55-36de2975f0a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6621 | 2024.10.10 06:04:00.985880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6622 | 2024.10.10 06:04:00.985934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6623 | 2024.10.10 06:04:00.985956 [ 3 ] {} <Debug> HTTP-Session: e86d8536-528c-4aa1-b24f-d873db0c6f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6624 | 2024.10.10 06:04:00.985975 [ 3 ] {} <Debug> HTTP-Session: e86d8536-528c-4aa1-b24f-d873db0c6f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6625 | 2024.10.10 06:04:00.985991 [ 3 ] {} <Debug> HTTP-Session: e86d8536-528c-4aa1-b24f-d873db0c6f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6626 | 2024.10.10 06:04:00.986024 [ 3 ] {} <Trace> HTTP-Session: e86d8536-528c-4aa1-b24f-d873db0c6f53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6627 | 2024.10.10 06:04:00.986258 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6628 | 2024.10.10 06:04:00.986306 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6629 | 2024.10.10 06:04:00.986551 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6630 | 2024.10.10 06:04:00.987302 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6631 | 2024.10.10 06:04:00.987353 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6632 | 2024.10.10 06:04:00.987814 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6633 | 2024.10.10 06:04:00.988313 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6634 | 2024.10.10 06:04:00.988486 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002358 sec., 96692.11195928753 rows/sec., 6.55 MiB/sec. | ||
| 6635 | 2024.10.10 06:04:00.988713 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6636 | 2024.10.10 06:04:00.988745 [ 3 ] {432efacc-75d0-4303-bf33-259f3da1b8cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6637 | 2024.10.10 06:04:00.988770 [ 3 ] {} <Debug> HTTP-Session: e86d8536-528c-4aa1-b24f-d873db0c6f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6638 | 2024.10.10 06:04:00.989107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 87362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6639 | 2024.10.10 06:04:00.989157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6640 | 2024.10.10 06:04:00.989205 [ 3 ] {} <Debug> HTTP-Session: b60efb8d-ca87-4352-8846-118239e8a730 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6641 | 2024.10.10 06:04:00.989223 [ 3 ] {} <Debug> HTTP-Session: b60efb8d-ca87-4352-8846-118239e8a730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6642 | 2024.10.10 06:04:00.989238 [ 3 ] {} <Debug> HTTP-Session: b60efb8d-ca87-4352-8846-118239e8a730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6643 | 2024.10.10 06:04:00.989271 [ 3 ] {} <Trace> HTTP-Session: b60efb8d-ca87-4352-8846-118239e8a730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6644 | 2024.10.10 06:04:00.989617 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6645 | 2024.10.10 06:04:00.989704 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6646 | 2024.10.10 06:04:00.989970 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6647 | 2024.10.10 06:04:00.990613 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2024.10.10 06:04:00.990658 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6649 | 2024.10.10 06:04:00.991066 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6650 | 2024.10.10 06:04:00.991442 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2024.10.10 06:04:00.991591 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.002209 sec., 239474.87550928022 rows/sec., 17.74 MiB/sec. | ||
| 6652 | 2024.10.10 06:04:00.991763 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6653 | 2024.10.10 06:04:00.991787 [ 3 ] {5524827c-c174-4265-a148-d5759fd68d2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6654 | 2024.10.10 06:04:00.991804 [ 3 ] {} <Debug> HTTP-Session: b60efb8d-ca87-4352-8846-118239e8a730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6655 | 2024.10.10 06:04:00.992340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 187096, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6656 | 2024.10.10 06:04:00.992398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6657 | 2024.10.10 06:04:00.992418 [ 3 ] {} <Debug> HTTP-Session: 2d9fb957-a57e-452e-8b94-5fd9f50c2c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6658 | 2024.10.10 06:04:00.992436 [ 3 ] {} <Debug> HTTP-Session: 2d9fb957-a57e-452e-8b94-5fd9f50c2c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6659 | 2024.10.10 06:04:00.992451 [ 3 ] {} <Debug> HTTP-Session: 2d9fb957-a57e-452e-8b94-5fd9f50c2c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6660 | 2024.10.10 06:04:00.992492 [ 3 ] {} <Trace> HTTP-Session: 2d9fb957-a57e-452e-8b94-5fd9f50c2c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6661 | 2024.10.10 06:04:00.993005 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6662 | 2024.10.10 06:04:00.993055 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6663 | 2024.10.10 06:04:00.993267 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6664 | 2024.10.10 06:04:00.994302 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6665 | 2024.10.10 06:04:00.994343 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6666 | 2024.10.10 06:04:00.994817 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6667 | 2024.10.10 06:04:00.995213 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6668 | 2024.10.10 06:04:00.995375 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Debug> executeQuery: Read 986 rows, 67.82 KiB in 0.002708 sec., 364106.35155096016 rows/sec., 24.46 MiB/sec. | ||
| 6669 | 2024.10.10 06:04:00.995571 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6670 | 2024.10.10 06:04:00.995599 [ 3 ] {12daea34-bf73-495f-b7fc-d6e2ea6289e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 6671 | 2024.10.10 06:04:00.995617 [ 3 ] {} <Debug> HTTP-Session: 2d9fb957-a57e-452e-8b94-5fd9f50c2c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6672 | 2024.10.10 06:04:00.995953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6673 | 2024.10.10 06:04:00.996006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6674 | 2024.10.10 06:04:00.996027 [ 3 ] {} <Debug> HTTP-Session: 5a932e1d-3097-4ef3-851e-afef167e2382 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6675 | 2024.10.10 06:04:00.996050 [ 3 ] {} <Debug> HTTP-Session: 5a932e1d-3097-4ef3-851e-afef167e2382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6676 | 2024.10.10 06:04:00.996065 [ 3 ] {} <Debug> HTTP-Session: 5a932e1d-3097-4ef3-851e-afef167e2382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6677 | 2024.10.10 06:04:00.996100 [ 3 ] {} <Trace> HTTP-Session: 5a932e1d-3097-4ef3-851e-afef167e2382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6678 | 2024.10.10 06:04:00.996262 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6679 | 2024.10.10 06:04:00.996331 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <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 | ||
| 6680 | 2024.10.10 06:04:00.996779 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6681 | 2024.10.10 06:04:00.997286 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6682 | 2024.10.10 06:04:00.997324 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6683 | 2024.10.10 06:04:00.997919 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6684 | 2024.10.10 06:04:00.998338 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6685 | 2024.10.10 06:04:00.998534 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00235 sec., 3829.787234042553 rows/sec., 6.86 MiB/sec. | ||
| 6686 | 2024.10.10 06:04:00.999081 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6687 | 2024.10.10 06:04:00.999109 [ 3 ] {bbf38914-d229-4206-b61b-5d50b9e6b1e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 6688 | 2024.10.10 06:04:00.999126 [ 3 ] {} <Debug> HTTP-Session: 5a932e1d-3097-4ef3-851e-afef167e2382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6689 | 2024.10.10 06:04:00.999288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 8227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6690 | 2024.10.10 06:04:00.999339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6691 | 2024.10.10 06:04:00.999359 [ 3 ] {} <Debug> HTTP-Session: 98c9526e-aa0e-49ab-9deb-4a46b1328e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6692 | 2024.10.10 06:04:00.999376 [ 3 ] {} <Debug> HTTP-Session: 98c9526e-aa0e-49ab-9deb-4a46b1328e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6693 | 2024.10.10 06:04:00.999390 [ 3 ] {} <Debug> HTTP-Session: 98c9526e-aa0e-49ab-9deb-4a46b1328e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6694 | 2024.10.10 06:04:00.999421 [ 3 ] {} <Trace> HTTP-Session: 98c9526e-aa0e-49ab-9deb-4a46b1328e04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2024.10.10 06:04:00.999537 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6696 | 2024.10.10 06:04:00.999584 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6697 | 2024.10.10 06:04:00.999740 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6698 | 2024.10.10 06:04:01.000052 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6699 | 2024.10.10 06:04:01.000139 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6700 | 2024.10.10 06:04:01.000148 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.69 MiB, peak 165.56 MiB, free memory in arenas 0.00 B, will set to 157.38 MiB (RSS), difference: -1.32 MiB | ||
| 6701 | 2024.10.10 06:04:01.000796 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6702 | 2024.10.10 06:04:01.001133 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6703 | 2024.10.10 06:04:01.001288 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001786 sec., 30235.162374020158 rows/sec., 2.03 MiB/sec. | ||
| 6704 | 2024.10.10 06:04:01.001461 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6705 | 2024.10.10 06:04:01.001486 [ 3 ] {9071df83-1ac2-46a7-9b2d-a9d0a34bf88a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6706 | 2024.10.10 06:04:01.001503 [ 3 ] {} <Debug> HTTP-Session: 98c9526e-aa0e-49ab-9deb-4a46b1328e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6707 | 2024.10.10 06:04:01.012302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6708 | 2024.10.10 06:04:01.012368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6709 | 2024.10.10 06:04:01.012393 [ 3 ] {} <Debug> HTTP-Session: 81cb0b71-c9e4-42a5-9896-9394f47b7649 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6710 | 2024.10.10 06:04:01.012414 [ 3 ] {} <Debug> HTTP-Session: 81cb0b71-c9e4-42a5-9896-9394f47b7649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6711 | 2024.10.10 06:04:01.012431 [ 3 ] {} <Debug> HTTP-Session: 81cb0b71-c9e4-42a5-9896-9394f47b7649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6712 | 2024.10.10 06:04:01.012469 [ 3 ] {} <Trace> HTTP-Session: 81cb0b71-c9e4-42a5-9896-9394f47b7649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2024.10.10 06:04:01.012597 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6714 | 2024.10.10 06:04:01.012647 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6715 | 2024.10.10 06:04:01.012926 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6716 | 2024.10.10 06:04:01.013264 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2024.10.10 06:04:01.013300 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6718 | 2024.10.10 06:04:01.013647 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6719 | 2024.10.10 06:04:01.014003 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6720 | 2024.10.10 06:04:01.014161 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001595 sec., 16300.940438871472 rows/sec., 1.21 MiB/sec. | ||
| 6721 | 2024.10.10 06:04:01.014335 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Debug> DynamicQueryHandler: Done processing query | ||
| 6722 | 2024.10.10 06:04:01.014360 [ 3 ] {db97ae29-3b5f-44ec-b83b-8ff8732c8b66} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6723 | 2024.10.10 06:04:01.014377 [ 3 ] {} <Debug> HTTP-Session: 81cb0b71-c9e4-42a5-9896-9394f47b7649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6724 | 2024.10.10 06:04:01.014505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6725 | 2024.10.10 06:04:01.014553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6726 | 2024.10.10 06:04:01.014573 [ 3 ] {} <Debug> HTTP-Session: 3e4301aa-75bc-4cf6-ab55-f1e306605af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6727 | 2024.10.10 06:04:01.014589 [ 3 ] {} <Debug> HTTP-Session: 3e4301aa-75bc-4cf6-ab55-f1e306605af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6728 | 2024.10.10 06:04:01.014603 [ 3 ] {} <Debug> HTTP-Session: 3e4301aa-75bc-4cf6-ab55-f1e306605af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6729 | 2024.10.10 06:04:01.014634 [ 3 ] {} <Trace> HTTP-Session: 3e4301aa-75bc-4cf6-ab55-f1e306605af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6730 | 2024.10.10 06:04:01.014738 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6731 | 2024.10.10 06:04:01.014780 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6732 | 2024.10.10 06:04:01.015000 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6733 | 2024.10.10 06:04:01.015321 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6734 | 2024.10.10 06:04:01.015358 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6735 | 2024.10.10 06:04:01.015689 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6736 | 2024.10.10 06:04:01.016036 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6737 | 2024.10.10 06:04:01.016194 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001478 sec., 18944.519621109608 rows/sec., 1.48 MiB/sec. | ||
| 6738 | 2024.10.10 06:04:01.016368 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Debug> DynamicQueryHandler: Done processing query | ||
| 6739 | 2024.10.10 06:04:01.016392 [ 3 ] {4b91169d-ebd5-4c7f-9016-595c501272be} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6740 | 2024.10.10 06:04:01.016408 [ 3 ] {} <Debug> HTTP-Session: 3e4301aa-75bc-4cf6-ab55-f1e306605af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6741 | 2024.10.10 06:04:01.016551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6742 | 2024.10.10 06:04:01.016600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6743 | 2024.10.10 06:04:01.016620 [ 3 ] {} <Debug> HTTP-Session: a1ed743c-eb5c-4a74-bdd7-305d649a659a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6744 | 2024.10.10 06:04:01.016637 [ 3 ] {} <Debug> HTTP-Session: a1ed743c-eb5c-4a74-bdd7-305d649a659a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6745 | 2024.10.10 06:04:01.016651 [ 3 ] {} <Debug> HTTP-Session: a1ed743c-eb5c-4a74-bdd7-305d649a659a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6746 | 2024.10.10 06:04:01.016682 [ 3 ] {} <Trace> HTTP-Session: a1ed743c-eb5c-4a74-bdd7-305d649a659a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6747 | 2024.10.10 06:04:01.016786 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6748 | 2024.10.10 06:04:01.016829 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6749 | 2024.10.10 06:04:01.016974 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6750 | 2024.10.10 06:04:01.017250 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6751 | 2024.10.10 06:04:01.017287 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6752 | 2024.10.10 06:04:01.017637 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6753 | 2024.10.10 06:04:01.017973 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6754 | 2024.10.10 06:04:01.018136 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001372 sec., 14577.25947521866 rows/sec., 1.01 MiB/sec. | ||
| 6755 | 2024.10.10 06:04:01.018292 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Debug> DynamicQueryHandler: Done processing query | ||
| 6756 | 2024.10.10 06:04:01.018316 [ 3 ] {86b00dab-e2ff-4d00-80fe-5f4b8cfc0949} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6757 | 2024.10.10 06:04:01.018332 [ 3 ] {} <Debug> HTTP-Session: a1ed743c-eb5c-4a74-bdd7-305d649a659a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6758 | 2024.10.10 06:04:01.018450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6759 | 2024.10.10 06:04:01.018498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6760 | 2024.10.10 06:04:01.018517 [ 3 ] {} <Debug> HTTP-Session: 72fdd894-a109-492f-86b3-04e7ce86d640 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6761 | 2024.10.10 06:04:01.018533 [ 3 ] {} <Debug> HTTP-Session: 72fdd894-a109-492f-86b3-04e7ce86d640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6762 | 2024.10.10 06:04:01.018547 [ 3 ] {} <Debug> HTTP-Session: 72fdd894-a109-492f-86b3-04e7ce86d640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6763 | 2024.10.10 06:04:01.018577 [ 3 ] {} <Trace> HTTP-Session: 72fdd894-a109-492f-86b3-04e7ce86d640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6764 | 2024.10.10 06:04:01.018673 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6765 | 2024.10.10 06:04:01.018714 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6766 | 2024.10.10 06:04:01.018843 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6767 | 2024.10.10 06:04:01.019127 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6768 | 2024.10.10 06:04:01.019163 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6769 | 2024.10.10 06:04:01.019495 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6770 | 2024.10.10 06:04:01.019804 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6771 | 2024.10.10 06:04:01.019956 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 321.79 KiB/sec. | ||
| 6772 | 2024.10.10 06:04:01.020124 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6773 | 2024.10.10 06:04:01.020148 [ 3 ] {1f748335-73fc-4fc0-b080-18221568053f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6774 | 2024.10.10 06:04:01.020165 [ 3 ] {} <Debug> HTTP-Session: 72fdd894-a109-492f-86b3-04e7ce86d640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6775 | 2024.10.10 06:04:03.073679 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6776 | 2024.10.10 06:04:03.073741 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6777 | 2024.10.10 06:04:06.025065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6778 | 2024.10.10 06:04:06.025208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6779 | 2024.10.10 06:04:06.025239 [ 3 ] {} <Debug> HTTP-Session: ded46023-348c-42aa-9bb7-9929fbff19a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6780 | 2024.10.10 06:04:06.025268 [ 3 ] {} <Debug> HTTP-Session: ded46023-348c-42aa-9bb7-9929fbff19a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6781 | 2024.10.10 06:04:06.025286 [ 3 ] {} <Debug> HTTP-Session: ded46023-348c-42aa-9bb7-9929fbff19a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6782 | 2024.10.10 06:04:06.025344 [ 3 ] {} <Trace> HTTP-Session: ded46023-348c-42aa-9bb7-9929fbff19a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6783 | 2024.10.10 06:04:06.025540 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6784 | 2024.10.10 06:04:06.025617 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6785 | 2024.10.10 06:04:06.026002 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6786 | 2024.10.10 06:04:06.026438 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6787 | 2024.10.10 06:04:06.026483 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6788 | 2024.10.10 06:04:06.026883 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6789 | 2024.10.10 06:04:06.027265 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6790 | 2024.10.10 06:04:06.027423 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001941 sec., 1030.3967027305512 rows/sec., 84.02 KiB/sec. | ||
| 6791 | 2024.10.10 06:04:06.027717 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Debug> DynamicQueryHandler: Done processing query | ||
| 6792 | 2024.10.10 06:04:06.027745 [ 3 ] {98762fdc-f7b1-44aa-a85f-163f9bfd0443} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6793 | 2024.10.10 06:04:06.027762 [ 3 ] {} <Debug> HTTP-Session: ded46023-348c-42aa-9bb7-9929fbff19a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6794 | 2024.10.10 06:04:06.027932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6795 | 2024.10.10 06:04:06.027981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6796 | 2024.10.10 06:04:06.028001 [ 3 ] {} <Debug> HTTP-Session: 8169f39f-82fc-4f3a-89e6-e2ccec89b076 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6797 | 2024.10.10 06:04:06.028018 [ 3 ] {} <Debug> HTTP-Session: 8169f39f-82fc-4f3a-89e6-e2ccec89b076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6798 | 2024.10.10 06:04:06.028032 [ 3 ] {} <Debug> HTTP-Session: 8169f39f-82fc-4f3a-89e6-e2ccec89b076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6799 | 2024.10.10 06:04:06.028066 [ 3 ] {} <Trace> HTTP-Session: 8169f39f-82fc-4f3a-89e6-e2ccec89b076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2024.10.10 06:04:06.028242 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6801 | 2024.10.10 06:04:06.028288 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6802 | 2024.10.10 06:04:06.028536 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6803 | 2024.10.10 06:04:06.029041 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6804 | 2024.10.10 06:04:06.029084 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6805 | 2024.10.10 06:04:06.029463 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6806 | 2024.10.10 06:04:06.029830 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2024.10.10 06:04:06.029980 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Debug> executeQuery: Read 252 rows, 22.83 KiB in 0.001819 sec., 138537.65805387576 rows/sec., 12.26 MiB/sec. | ||
| 6808 | 2024.10.10 06:04:06.030177 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Debug> DynamicQueryHandler: Done processing query | ||
| 6809 | 2024.10.10 06:04:06.030204 [ 3 ] {52ad836c-c789-4dc4-a776-1b7b350b6099} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 6810 | 2024.10.10 06:04:06.030220 [ 3 ] {} <Debug> HTTP-Session: 8169f39f-82fc-4f3a-89e6-e2ccec89b076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6811 | 2024.10.10 06:04:06.030409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6812 | 2024.10.10 06:04:06.030460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6813 | 2024.10.10 06:04:06.030480 [ 3 ] {} <Debug> HTTP-Session: 7d3c93e1-67c3-4661-90a3-c4cc87868516 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6814 | 2024.10.10 06:04:06.030497 [ 3 ] {} <Debug> HTTP-Session: 7d3c93e1-67c3-4661-90a3-c4cc87868516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6815 | 2024.10.10 06:04:06.030511 [ 3 ] {} <Debug> HTTP-Session: 7d3c93e1-67c3-4661-90a3-c4cc87868516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6816 | 2024.10.10 06:04:06.030543 [ 3 ] {} <Trace> HTTP-Session: 7d3c93e1-67c3-4661-90a3-c4cc87868516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6817 | 2024.10.10 06:04:06.030649 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6818 | 2024.10.10 06:04:06.030693 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6819 | 2024.10.10 06:04:06.030923 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6820 | 2024.10.10 06:04:06.031248 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2024.10.10 06:04:06.031286 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6822 | 2024.10.10 06:04:06.031637 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6823 | 2024.10.10 06:04:06.031996 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6824 | 2024.10.10 06:04:06.032166 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001543 sec., 21386.90861957226 rows/sec., 1.56 MiB/sec. | ||
| 6825 | 2024.10.10 06:04:06.032337 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6826 | 2024.10.10 06:04:06.032363 [ 3 ] {ab15bd93-e612-4a55-a759-7b9852d8d7e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6827 | 2024.10.10 06:04:06.032380 [ 3 ] {} <Debug> HTTP-Session: 7d3c93e1-67c3-4661-90a3-c4cc87868516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6828 | 2024.10.10 06:04:06.032499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6829 | 2024.10.10 06:04:06.032547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6830 | 2024.10.10 06:04:06.032566 [ 3 ] {} <Debug> HTTP-Session: 3353d25c-ce13-446b-8f80-5d98917ec1e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6831 | 2024.10.10 06:04:06.032583 [ 3 ] {} <Debug> HTTP-Session: 3353d25c-ce13-446b-8f80-5d98917ec1e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6832 | 2024.10.10 06:04:06.032596 [ 3 ] {} <Debug> HTTP-Session: 3353d25c-ce13-446b-8f80-5d98917ec1e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6833 | 2024.10.10 06:04:06.032628 [ 3 ] {} <Trace> HTTP-Session: 3353d25c-ce13-446b-8f80-5d98917ec1e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6834 | 2024.10.10 06:04:06.032734 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6835 | 2024.10.10 06:04:06.032777 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6836 | 2024.10.10 06:04:06.032998 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6837 | 2024.10.10 06:04:06.033303 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6838 | 2024.10.10 06:04:06.033340 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6839 | 2024.10.10 06:04:06.033689 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6840 | 2024.10.10 06:04:06.034042 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6841 | 2024.10.10 06:04:06.034205 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec. | ||
| 6842 | 2024.10.10 06:04:06.034379 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6843 | 2024.10.10 06:04:06.034405 [ 3 ] {2016e09c-2353-4849-8691-70b25c7c1bb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6844 | 2024.10.10 06:04:06.034421 [ 3 ] {} <Debug> HTTP-Session: 3353d25c-ce13-446b-8f80-5d98917ec1e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6845 | 2024.10.10 06:04:06.034547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6846 | 2024.10.10 06:04:06.034597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6847 | 2024.10.10 06:04:06.034617 [ 3 ] {} <Debug> HTTP-Session: f008da52-02f4-4fa7-8b3f-08a43e080b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6848 | 2024.10.10 06:04:06.034637 [ 3 ] {} <Debug> HTTP-Session: f008da52-02f4-4fa7-8b3f-08a43e080b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6849 | 2024.10.10 06:04:06.034651 [ 3 ] {} <Debug> HTTP-Session: f008da52-02f4-4fa7-8b3f-08a43e080b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6850 | 2024.10.10 06:04:06.034683 [ 3 ] {} <Trace> HTTP-Session: f008da52-02f4-4fa7-8b3f-08a43e080b7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6851 | 2024.10.10 06:04:06.034780 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6852 | 2024.10.10 06:04:06.034823 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6853 | 2024.10.10 06:04:06.035049 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6854 | 2024.10.10 06:04:06.035349 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2024.10.10 06:04:06.035387 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6856 | 2024.10.10 06:04:06.035742 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6857 | 2024.10.10 06:04:06.036096 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2024.10.10 06:04:06.036256 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 236.64 KiB/sec. | ||
| 6859 | 2024.10.10 06:04:06.036420 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 6860 | 2024.10.10 06:04:06.036444 [ 3 ] {0ea8b7de-da09-4840-b01a-2d87ae7f22ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6861 | 2024.10.10 06:04:06.036461 [ 3 ] {} <Debug> HTTP-Session: f008da52-02f4-4fa7-8b3f-08a43e080b7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6862 | 2024.10.10 06:04:06.036663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6863 | 2024.10.10 06:04:06.036712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6864 | 2024.10.10 06:04:06.036731 [ 3 ] {} <Debug> HTTP-Session: 1e2571d7-d020-4618-ada9-fb2dcae618d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6865 | 2024.10.10 06:04:06.036747 [ 3 ] {} <Debug> HTTP-Session: 1e2571d7-d020-4618-ada9-fb2dcae618d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6866 | 2024.10.10 06:04:06.036761 [ 3 ] {} <Debug> HTTP-Session: 1e2571d7-d020-4618-ada9-fb2dcae618d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6867 | 2024.10.10 06:04:06.036792 [ 3 ] {} <Trace> HTTP-Session: 1e2571d7-d020-4618-ada9-fb2dcae618d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6868 | 2024.10.10 06:04:06.037006 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6869 | 2024.10.10 06:04:06.037050 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6870 | 2024.10.10 06:04:06.037276 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6871 | 2024.10.10 06:04:06.037850 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2024.10.10 06:04:06.037886 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6873 | 2024.10.10 06:04:06.038255 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6874 | 2024.10.10 06:04:06.038599 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2024.10.10 06:04:06.038759 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001855 sec., 223719.67654986522 rows/sec., 15.97 MiB/sec. | ||
| 6876 | 2024.10.10 06:04:06.038932 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6877 | 2024.10.10 06:04:06.038957 [ 3 ] {68f15583-e661-4374-81d1-76abb9d881cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6878 | 2024.10.10 06:04:06.038973 [ 3 ] {} <Debug> HTTP-Session: 1e2571d7-d020-4618-ada9-fb2dcae618d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6879 | 2024.10.10 06:04:06.039113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6880 | 2024.10.10 06:04:06.039163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6881 | 2024.10.10 06:04:06.039182 [ 3 ] {} <Debug> HTTP-Session: 6e612715-cff0-492d-8898-544b02bb2560 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6882 | 2024.10.10 06:04:06.039198 [ 3 ] {} <Debug> HTTP-Session: 6e612715-cff0-492d-8898-544b02bb2560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6883 | 2024.10.10 06:04:06.039212 [ 3 ] {} <Debug> HTTP-Session: 6e612715-cff0-492d-8898-544b02bb2560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6884 | 2024.10.10 06:04:06.039243 [ 3 ] {} <Trace> HTTP-Session: 6e612715-cff0-492d-8898-544b02bb2560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6885 | 2024.10.10 06:04:06.039342 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6886 | 2024.10.10 06:04:06.039387 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6887 | 2024.10.10 06:04:06.039516 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6888 | 2024.10.10 06:04:06.039774 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2024.10.10 06:04:06.039811 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6890 | 2024.10.10 06:04:06.040161 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6891 | 2024.10.10 06:04:06.040490 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2024.10.10 06:04:06.040645 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
| 6893 | 2024.10.10 06:04:06.040842 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6894 | 2024.10.10 06:04:06.040868 [ 3 ] {b385ae2f-c9fc-43c4-b176-5850e5005dc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6895 | 2024.10.10 06:04:06.040884 [ 3 ] {} <Debug> HTTP-Session: 6e612715-cff0-492d-8898-544b02bb2560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6896 | 2024.10.10 06:04:06.041033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44844, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6897 | 2024.10.10 06:04:06.041081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6898 | 2024.10.10 06:04:06.041100 [ 3 ] {} <Debug> HTTP-Session: 210f584d-23b8-4c14-8206-69ab031cb674 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6899 | 2024.10.10 06:04:06.041116 [ 3 ] {} <Debug> HTTP-Session: 210f584d-23b8-4c14-8206-69ab031cb674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6900 | 2024.10.10 06:04:06.041130 [ 3 ] {} <Debug> HTTP-Session: 210f584d-23b8-4c14-8206-69ab031cb674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6901 | 2024.10.10 06:04:06.041161 [ 3 ] {} <Trace> HTTP-Session: 210f584d-23b8-4c14-8206-69ab031cb674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6902 | 2024.10.10 06:04:06.041325 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6903 | 2024.10.10 06:04:06.041373 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6904 | 2024.10.10 06:04:06.041516 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6905 | 2024.10.10 06:04:06.041984 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6906 | 2024.10.10 06:04:06.042022 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6907 | 2024.10.10 06:04:06.042403 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6908 | 2024.10.10 06:04:06.042738 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6909 | 2024.10.10 06:04:06.042896 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001653 sec., 143980.6412583182 rows/sec., 9.65 MiB/sec. | ||
| 6910 | 2024.10.10 06:04:06.043070 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Debug> DynamicQueryHandler: Done processing query | ||
| 6911 | 2024.10.10 06:04:06.043096 [ 3 ] {6e708b13-fa90-4a15-8545-49d3a1900c10} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6912 | 2024.10.10 06:04:06.043111 [ 3 ] {} <Debug> HTTP-Session: 210f584d-23b8-4c14-8206-69ab031cb674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6913 | 2024.10.10 06:04:06.043233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6914 | 2024.10.10 06:04:06.043283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6915 | 2024.10.10 06:04:06.043303 [ 3 ] {} <Debug> HTTP-Session: 0e11d587-5277-45fe-bd34-55568fa2e85e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6916 | 2024.10.10 06:04:06.043319 [ 3 ] {} <Debug> HTTP-Session: 0e11d587-5277-45fe-bd34-55568fa2e85e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6917 | 2024.10.10 06:04:06.043333 [ 3 ] {} <Debug> HTTP-Session: 0e11d587-5277-45fe-bd34-55568fa2e85e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6918 | 2024.10.10 06:04:06.043365 [ 3 ] {} <Trace> HTTP-Session: 0e11d587-5277-45fe-bd34-55568fa2e85e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2024.10.10 06:04:06.043458 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6920 | 2024.10.10 06:04:06.043504 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6921 | 2024.10.10 06:04:06.043636 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6922 | 2024.10.10 06:04:06.043902 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6923 | 2024.10.10 06:04:06.043938 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6924 | 2024.10.10 06:04:06.044285 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6925 | 2024.10.10 06:04:06.044609 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6926 | 2024.10.10 06:04:06.044762 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
| 6927 | 2024.10.10 06:04:06.044918 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6928 | 2024.10.10 06:04:06.044943 [ 3 ] {c1c70035-8233-491d-bc69-e027b282e8aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6929 | 2024.10.10 06:04:06.044958 [ 3 ] {} <Debug> HTTP-Session: 0e11d587-5277-45fe-bd34-55568fa2e85e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6930 | 2024.10.10 06:04:06.045102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6931 | 2024.10.10 06:04:06.045149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6932 | 2024.10.10 06:04:06.045168 [ 3 ] {} <Debug> HTTP-Session: 21b3ee22-f1c0-448d-a8cf-236d3c682b68 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6933 | 2024.10.10 06:04:06.045185 [ 3 ] {} <Debug> HTTP-Session: 21b3ee22-f1c0-448d-a8cf-236d3c682b68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6934 | 2024.10.10 06:04:06.045199 [ 3 ] {} <Debug> HTTP-Session: 21b3ee22-f1c0-448d-a8cf-236d3c682b68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6935 | 2024.10.10 06:04:06.045229 [ 3 ] {} <Trace> HTTP-Session: 21b3ee22-f1c0-448d-a8cf-236d3c682b68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6936 | 2024.10.10 06:04:06.045526 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6937 | 2024.10.10 06:04:06.045590 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <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 | ||
| 6938 | 2024.10.10 06:04:06.046020 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6939 | 2024.10.10 06:04:06.046687 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2024.10.10 06:04:06.046724 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6941 | 2024.10.10 06:04:06.047356 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6942 | 2024.10.10 06:04:06.047776 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2024.10.10 06:04:06.047962 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002656 sec., 11671.686746987953 rows/sec., 20.92 MiB/sec. | ||
| 6944 | 2024.10.10 06:04:06.048196 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6945 | 2024.10.10 06:04:06.048221 [ 3 ] {5598f082-8557-4aef-8477-9e8b6d120e4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6946 | 2024.10.10 06:04:06.048237 [ 3 ] {} <Debug> HTTP-Session: 21b3ee22-f1c0-448d-a8cf-236d3c682b68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6947 | 2024.10.10 06:04:06.048373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6948 | 2024.10.10 06:04:06.048423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6949 | 2024.10.10 06:04:06.048443 [ 3 ] {} <Debug> HTTP-Session: b75245b6-6fc7-4051-aae6-781da5defe56 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6950 | 2024.10.10 06:04:06.048459 [ 3 ] {} <Debug> HTTP-Session: b75245b6-6fc7-4051-aae6-781da5defe56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6951 | 2024.10.10 06:04:06.048473 [ 3 ] {} <Debug> HTTP-Session: b75245b6-6fc7-4051-aae6-781da5defe56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6952 | 2024.10.10 06:04:06.048504 [ 3 ] {} <Trace> HTTP-Session: b75245b6-6fc7-4051-aae6-781da5defe56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6953 | 2024.10.10 06:04:06.048639 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6954 | 2024.10.10 06:04:06.048684 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6955 | 2024.10.10 06:04:06.048814 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6956 | 2024.10.10 06:04:06.049122 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6957 | 2024.10.10 06:04:06.049159 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6958 | 2024.10.10 06:04:06.049508 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6959 | 2024.10.10 06:04:06.049820 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6960 | 2024.10.10 06:04:06.049972 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001387 sec., 59120.403749098776 rows/sec., 3.75 MiB/sec. | ||
| 6961 | 2024.10.10 06:04:06.050127 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6962 | 2024.10.10 06:04:06.050151 [ 3 ] {44e94bb2-0485-408f-8286-237fb2ef230d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6963 | 2024.10.10 06:04:06.050166 [ 3 ] {} <Debug> HTTP-Session: b75245b6-6fc7-4051-aae6-781da5defe56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6964 | 2024.10.10 06:04:08.232236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 702 | ||
| 6965 | 2024.10.10 06:04:08.235521 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6966 | 2024.10.10 06:04:08.235577 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6967 | 2024.10.10 06:04:08.237070 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6968 | 2024.10.10 06:04:08.238047 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6969 | 2024.10.10 06:04:08.238292 [ 82 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6970 | 2024.10.10 06:04:08.238415 [ 82 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6971 | 2024.10.10 06:04:08.238484 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6972 | 2024.10.10 06:04:08.239012 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 6973 | 2024.10.10 06:04:08.239464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 702 | ||
| 6974 | 2024.10.10 06:04:08.240245 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6975 | 2024.10.10 06:04:08.240414 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 510 rows starting from the beginning of the part | ||
| 6976 | 2024.10.10 06:04:08.241045 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 6977 | 2024.10.10 06:04:08.241608 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part | ||
| 6978 | 2024.10.10 06:04:08.242123 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 6979 | 2024.10.10 06:04:08.242638 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 6980 | 2024.10.10 06:04:08.243116 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 44 rows starting from the beginning of the part | ||
| 6981 | 2024.10.10 06:04:08.250953 [ 190 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 72 columns (72 merged, 0 gathered) in 0.012307385 sec., 57038.92419063838 rows/sec., 41.91 MiB/sec. | ||
| 6982 | 2024.10.10 06:04:08.252187 [ 198 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6983 | 2024.10.10 06:04:08.253921 [ 198 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_16_3} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6984 | 2024.10.10 06:04:08.254015 [ 198 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_16_3} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6985 | 2024.10.10 06:04:08.254363 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 6986 | 2024.10.10 06:04:11.019717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6987 | 2024.10.10 06:04:11.019853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6988 | 2024.10.10 06:04:11.019884 [ 3 ] {} <Debug> HTTP-Session: 0d5392aa-00c5-4b04-a68b-7c24bcf427a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 6989 | 2024.10.10 06:04:11.019913 [ 3 ] {} <Debug> HTTP-Session: 0d5392aa-00c5-4b04-a68b-7c24bcf427a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6990 | 2024.10.10 06:04:11.019931 [ 3 ] {} <Debug> HTTP-Session: 0d5392aa-00c5-4b04-a68b-7c24bcf427a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6991 | 2024.10.10 06:04:11.019988 [ 3 ] {} <Trace> HTTP-Session: 0d5392aa-00c5-4b04-a68b-7c24bcf427a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6992 | 2024.10.10 06:04:11.020220 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6993 | 2024.10.10 06:04:11.020298 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6994 | 2024.10.10 06:04:11.020642 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6995 | 2024.10.10 06:04:11.021143 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6996 | 2024.10.10 06:04:11.021189 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 6997 | 2024.10.10 06:04:11.021611 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6998 | 2024.10.10 06:04:11.021998 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6999 | 2024.10.10 06:04:11.022177 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002028 sec., 36489.15187376726 rows/sec., 2.92 MiB/sec. | ||
| 7000 | 2024.10.10 06:04:11.022190 [ 80 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7001 | 2024.10.10 06:04:11.022286 [ 80 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7002 | 2024.10.10 06:04:11.022350 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7003 | 2024.10.10 06:04:11.022515 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7004 | 2024.10.10 06:04:11.022556 [ 3 ] {a9b9a0e7-318a-47ab-93f4-5ed5be17010b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7005 | 2024.10.10 06:04:11.022582 [ 3 ] {} <Debug> HTTP-Session: 0d5392aa-00c5-4b04-a68b-7c24bcf427a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7006 | 2024.10.10 06:04:11.022576 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 7007 | 2024.10.10 06:04:11.022793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7008 | 2024.10.10 06:04:11.022870 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7009 | 2024.10.10 06:04:11.022903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7010 | 2024.10.10 06:04:11.022941 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1418 rows starting from the beginning of the part | ||
| 7011 | 2024.10.10 06:04:11.022950 [ 3 ] {} <Debug> HTTP-Session: f803c774-ccb3-43e8-97de-93b510914f9e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7012 | 2024.10.10 06:04:11.023002 [ 3 ] {} <Debug> HTTP-Session: f803c774-ccb3-43e8-97de-93b510914f9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7013 | 2024.10.10 06:04:11.023047 [ 3 ] {} <Debug> HTTP-Session: f803c774-ccb3-43e8-97de-93b510914f9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7014 | 2024.10.10 06:04:11.023157 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 251 rows starting from the beginning of the part | ||
| 7015 | 2024.10.10 06:04:11.023198 [ 3 ] {} <Trace> HTTP-Session: f803c774-ccb3-43e8-97de-93b510914f9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7016 | 2024.10.10 06:04:11.023444 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1214 rows starting from the beginning of the part | ||
| 7017 | 2024.10.10 06:04:11.023799 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7018 | 2024.10.10 06:04:11.023819 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 7019 | 2024.10.10 06:04:11.023922 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7020 | 2024.10.10 06:04:11.024196 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 252 rows starting from the beginning of the part | ||
| 7021 | 2024.10.10 06:04:11.024508 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part | ||
| 7022 | 2024.10.10 06:04:11.025287 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7023 | 2024.10.10 06:04:11.026019 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7024 | 2024.10.10 06:04:11.026078 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7025 | 2024.10.10 06:04:11.027090 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7026 | 2024.10.10 06:04:11.027631 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7027 | 2024.10.10 06:04:11.027848 [ 80 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7028 | 2024.10.10 06:04:11.027880 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00424 sec., 2122.6415094339623 rows/sec., 159.61 KiB/sec. | ||
| 7029 | 2024.10.10 06:04:11.027956 [ 80 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7030 | 2024.10.10 06:04:11.028034 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7031 | 2024.10.10 06:04:11.028733 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7032 | 2024.10.10 06:04:11.028747 [ 191 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3235 rows, containing 5 columns (5 merged, 0 gathered) in 0.006295051 sec., 513895.7571590762 rows/sec., 44.94 MiB/sec. | ||
| 7033 | 2024.10.10 06:04:11.028763 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 7034 | 2024.10.10 06:04:11.028778 [ 3 ] {fd110179-849d-4d92-b256-4a9b4f95b74d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7035 | 2024.10.10 06:04:11.028865 [ 3 ] {} <Debug> HTTP-Session: f803c774-ccb3-43e8-97de-93b510914f9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7036 | 2024.10.10 06:04:11.029063 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7037 | 2024.10.10 06:04:11.029134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7038 | 2024.10.10 06:04:11.029347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7039 | 2024.10.10 06:04:11.029362 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7040 | 2024.10.10 06:04:11.029404 [ 3 ] {} <Debug> HTTP-Session: 0aebda2e-bcca-4b97-9cc4-8fb740550a78 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7041 | 2024.10.10 06:04:11.029462 [ 3 ] {} <Debug> HTTP-Session: 0aebda2e-bcca-4b97-9cc4-8fb740550a78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7042 | 2024.10.10 06:04:11.029481 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 58 rows starting from the beginning of the part | ||
| 7043 | 2024.10.10 06:04:11.029505 [ 3 ] {} <Debug> HTTP-Session: 0aebda2e-bcca-4b97-9cc4-8fb740550a78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7044 | 2024.10.10 06:04:11.029617 [ 3 ] {} <Trace> HTTP-Session: 0aebda2e-bcca-4b97-9cc4-8fb740550a78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7045 | 2024.10.10 06:04:11.030093 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part | ||
| 7046 | 2024.10.10 06:04:11.030191 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7047 | 2024.10.10 06:04:11.030470 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7048 | 2024.10.10 06:04:11.030577 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part | ||
| 7049 | 2024.10.10 06:04:11.031118 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
| 7050 | 2024.10.10 06:04:11.031642 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
| 7051 | 2024.10.10 06:04:11.032020 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2024.10.10 06:04:11.032160 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part | ||
| 7053 | 2024.10.10 06:04:11.032583 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_36_7} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7054 | 2024.10.10 06:04:11.032941 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 7055 | 2024.10.10 06:04:11.033255 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7056 | 2024.10.10 06:04:11.034198 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7057 | 2024.10.10 06:04:11.034257 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7058 | 2024.10.10 06:04:11.035260 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7059 | 2024.10.10 06:04:11.035387 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.007140781 sec., 21146.146338894865 rows/sec., 1.62 MiB/sec. | ||
| 7060 | 2024.10.10 06:04:11.035662 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7061 | 2024.10.10 06:04:11.036006 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7062 | 2024.10.10 06:04:11.036434 [ 80 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7063 | 2024.10.10 06:04:11.036528 [ 80 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2024.10.10 06:04:11.036537 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.006544 sec., 11155.25672371638 rows/sec., 891.80 KiB/sec. | ||
| 7065 | 2024.10.10 06:04:11.036604 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7066 | 2024.10.10 06:04:11.036815 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2024.10.10 06:04:11.036964 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 7068 | 2024.10.10 06:04:11.037139 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_26_5} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7069 | 2024.10.10 06:04:11.037437 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7070 | 2024.10.10 06:04:11.037477 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7071 | 2024.10.10 06:04:11.037539 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7072 | 2024.10.10 06:04:11.037553 [ 3 ] {e125aa1e-56ac-4e37-b815-8216523558c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7073 | 2024.10.10 06:04:11.037607 [ 3 ] {} <Debug> HTTP-Session: 0aebda2e-bcca-4b97-9cc4-8fb740550a78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7074 | 2024.10.10 06:04:11.037614 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 7075 | 2024.10.10 06:04:11.037743 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 413 rows starting from the beginning of the part | ||
| 7076 | 2024.10.10 06:04:11.037949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7077 | 2024.10.10 06:04:11.038019 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 529 rows starting from the beginning of the part | ||
| 7078 | 2024.10.10 06:04:11.038184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7079 | 2024.10.10 06:04:11.038323 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 28 rows starting from the beginning of the part | ||
| 7080 | 2024.10.10 06:04:11.038343 [ 3 ] {} <Debug> HTTP-Session: 34476ba4-886e-4d21-890b-1c7097cf9924 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7081 | 2024.10.10 06:04:11.038453 [ 3 ] {} <Debug> HTTP-Session: 34476ba4-886e-4d21-890b-1c7097cf9924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7082 | 2024.10.10 06:04:11.038584 [ 3 ] {} <Debug> HTTP-Session: 34476ba4-886e-4d21-890b-1c7097cf9924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7083 | 2024.10.10 06:04:11.038643 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 415 rows starting from the beginning of the part | ||
| 7084 | 2024.10.10 06:04:11.038750 [ 3 ] {} <Trace> HTTP-Session: 34476ba4-886e-4d21-890b-1c7097cf9924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2024.10.10 06:04:11.038878 [ 188 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 73 rows starting from the beginning of the part | ||
| 7086 | 2024.10.10 06:04:11.039438 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7087 | 2024.10.10 06:04:11.039509 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7088 | 2024.10.10 06:04:11.040142 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7089 | 2024.10.10 06:04:11.041158 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2024.10.10 06:04:11.041227 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7091 | 2024.10.10 06:04:11.041956 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7092 | 2024.10.10 06:04:11.042196 [ 197 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 5 columns (5 merged, 0 gathered) in 0.00544223 sec., 435850.74500710185 rows/sec., 33.38 MiB/sec. | ||
| 7093 | 2024.10.10 06:04:11.042387 [ 197 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7094 | 2024.10.10 06:04:11.042473 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7095 | 2024.10.10 06:04:11.042701 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7096 | 2024.10.10 06:04:11.042737 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003583 sec., 44655.316773653365 rows/sec., 3.11 MiB/sec. | ||
| 7097 | 2024.10.10 06:04:11.042815 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7098 | 2024.10.10 06:04:11.042970 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7099 | 2024.10.10 06:04:11.043517 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7100 | 2024.10.10 06:04:11.043598 [ 3 ] {2d9ed221-3241-4d92-bf89-4fc16162538c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7101 | 2024.10.10 06:04:11.043684 [ 3 ] {} <Debug> HTTP-Session: 34476ba4-886e-4d21-890b-1c7097cf9924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7102 | 2024.10.10 06:04:11.043713 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 7103 | 2024.10.10 06:04:11.044106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7104 | 2024.10.10 06:04:11.044562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7105 | 2024.10.10 06:04:11.044579 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7106 | 2024.10.10 06:04:11.044692 [ 3 ] {} <Debug> HTTP-Session: e3ed2bfb-6c73-4209-a843-aaef59f4c8e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7107 | 2024.10.10 06:04:11.044747 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9525 rows starting from the beginning of the part | ||
| 7108 | 2024.10.10 06:04:11.044767 [ 3 ] {} <Debug> HTTP-Session: e3ed2bfb-6c73-4209-a843-aaef59f4c8e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7109 | 2024.10.10 06:04:11.044851 [ 3 ] {} <Debug> HTTP-Session: e3ed2bfb-6c73-4209-a843-aaef59f4c8e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7110 | 2024.10.10 06:04:11.044877 [ 197 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7111 | 2024.10.10 06:04:11.045064 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
| 7112 | 2024.10.10 06:04:11.045135 [ 3 ] {} <Trace> HTTP-Session: e3ed2bfb-6c73-4209-a843-aaef59f4c8e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7113 | 2024.10.10 06:04:11.045451 [ 197 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_36_7} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7114 | 2024.10.10 06:04:11.045517 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 986 rows starting from the beginning of the part | ||
| 7115 | 2024.10.10 06:04:11.045886 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7116 | 2024.10.10 06:04:11.045968 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part | ||
| 7117 | 2024.10.10 06:04:11.046082 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7118 | 2024.10.10 06:04:11.046242 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 238 rows starting from the beginning of the part | ||
| 7119 | 2024.10.10 06:04:11.046544 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 7120 | 2024.10.10 06:04:11.046570 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <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 | ||
| 7121 | 2024.10.10 06:04:11.048341 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7122 | 2024.10.10 06:04:11.049804 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7123 | 2024.10.10 06:04:11.049876 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7124 | 2024.10.10 06:04:11.051081 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7125 | 2024.10.10 06:04:11.051873 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2024.10.10 06:04:11.052116 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006648 sec., 1353.7906137184116 rows/sec., 2.43 MiB/sec. | ||
| 7127 | 2024.10.10 06:04:11.052416 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Debug> DynamicQueryHandler: Done processing query | ||
| 7128 | 2024.10.10 06:04:11.052445 [ 3 ] {4c6eed10-d075-4175-89eb-198c4d265709} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 7129 | 2024.10.10 06:04:11.052461 [ 3 ] {} <Debug> HTTP-Session: e3ed2bfb-6c73-4209-a843-aaef59f4c8e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7130 | 2024.10.10 06:04:11.052614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7131 | 2024.10.10 06:04:11.052668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7132 | 2024.10.10 06:04:11.052697 [ 3 ] {} <Debug> HTTP-Session: ea062b88-93de-45ff-b780-0c8e5e783ffd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7133 | 2024.10.10 06:04:11.052729 [ 3 ] {} <Debug> HTTP-Session: ea062b88-93de-45ff-b780-0c8e5e783ffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7134 | 2024.10.10 06:04:11.052744 [ 3 ] {} <Debug> HTTP-Session: ea062b88-93de-45ff-b780-0c8e5e783ffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7135 | 2024.10.10 06:04:11.052778 [ 3 ] {} <Trace> HTTP-Session: ea062b88-93de-45ff-b780-0c8e5e783ffd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7136 | 2024.10.10 06:04:11.053061 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7137 | 2024.10.10 06:04:11.053245 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7138 | 2024.10.10 06:04:11.053286 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11166 rows, containing 5 columns (5 merged, 0 gathered) in 0.010072612 sec., 1108550.592438188 rows/sec., 74.81 MiB/sec. | ||
| 7139 | 2024.10.10 06:04:11.053441 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7140 | 2024.10.10 06:04:11.053609 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7141 | 2024.10.10 06:04:11.053847 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2024.10.10 06:04:11.053900 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7143 | 2024.10.10 06:04:11.054172 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7144 | 2024.10.10 06:04:11.054276 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7145 | 2024.10.10 06:04:11.054379 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 7146 | 2024.10.10 06:04:11.054393 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7147 | 2024.10.10 06:04:11.054723 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2024.10.10 06:04:11.054890 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001996 sec., 30060.120240480963 rows/sec., 2.03 MiB/sec. | ||
| 7149 | 2024.10.10 06:04:11.055067 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7150 | 2024.10.10 06:04:11.055092 [ 3 ] {791a04dd-1645-4742-a9bd-069247dd850b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7151 | 2024.10.10 06:04:11.055108 [ 3 ] {} <Debug> HTTP-Session: ea062b88-93de-45ff-b780-0c8e5e783ffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7152 | 2024.10.10 06:04:16.023963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7153 | 2024.10.10 06:04:16.024108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7154 | 2024.10.10 06:04:16.024140 [ 3 ] {} <Debug> HTTP-Session: 36990e6b-c78f-4ee7-b689-035d2c568fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7155 | 2024.10.10 06:04:16.024169 [ 3 ] {} <Debug> HTTP-Session: 36990e6b-c78f-4ee7-b689-035d2c568fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7156 | 2024.10.10 06:04:16.024187 [ 3 ] {} <Debug> HTTP-Session: 36990e6b-c78f-4ee7-b689-035d2c568fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7157 | 2024.10.10 06:04:16.024244 [ 3 ] {} <Trace> HTTP-Session: 36990e6b-c78f-4ee7-b689-035d2c568fb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7158 | 2024.10.10 06:04:16.024534 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7159 | 2024.10.10 06:04:16.024603 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7160 | 2024.10.10 06:04:16.024939 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7161 | 2024.10.10 06:04:16.025549 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2024.10.10 06:04:16.025592 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7163 | 2024.10.10 06:04:16.026025 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7164 | 2024.10.10 06:04:16.026418 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2024.10.10 06:04:16.026588 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002181 sec., 115084.82347546995 rows/sec., 10.19 MiB/sec. | ||
| 7166 | 2024.10.10 06:04:16.026804 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7167 | 2024.10.10 06:04:16.026832 [ 3 ] {8ec7880c-8be8-4b2e-8077-52116ec99d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 7168 | 2024.10.10 06:04:16.026848 [ 3 ] {} <Debug> HTTP-Session: 36990e6b-c78f-4ee7-b689-035d2c568fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7169 | 2024.10.10 06:04:16.027043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7170 | 2024.10.10 06:04:16.027092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7171 | 2024.10.10 06:04:16.027111 [ 3 ] {} <Debug> HTTP-Session: 288be8fb-8cbe-4dab-8fc9-f1b932fb174c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7172 | 2024.10.10 06:04:16.027128 [ 3 ] {} <Debug> HTTP-Session: 288be8fb-8cbe-4dab-8fc9-f1b932fb174c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7173 | 2024.10.10 06:04:16.027142 [ 3 ] {} <Debug> HTTP-Session: 288be8fb-8cbe-4dab-8fc9-f1b932fb174c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7174 | 2024.10.10 06:04:16.027173 [ 3 ] {} <Trace> HTTP-Session: 288be8fb-8cbe-4dab-8fc9-f1b932fb174c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7175 | 2024.10.10 06:04:16.027279 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7176 | 2024.10.10 06:04:16.027323 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7177 | 2024.10.10 06:04:16.027552 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7178 | 2024.10.10 06:04:16.027889 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2024.10.10 06:04:16.027926 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7180 | 2024.10.10 06:04:16.028276 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7181 | 2024.10.10 06:04:16.028634 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7182 | 2024.10.10 06:04:16.028788 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001532 sec., 20234.986945169712 rows/sec., 1.49 MiB/sec. | ||
| 7183 | 2024.10.10 06:04:16.028954 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7184 | 2024.10.10 06:04:16.028979 [ 3 ] {46d8b2af-ebeb-40e7-8630-19080e6a827f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7185 | 2024.10.10 06:04:16.028995 [ 3 ] {} <Debug> HTTP-Session: 288be8fb-8cbe-4dab-8fc9-f1b932fb174c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7186 | 2024.10.10 06:04:16.029131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7187 | 2024.10.10 06:04:16.029180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7188 | 2024.10.10 06:04:16.029199 [ 3 ] {} <Debug> HTTP-Session: a63bd685-3acc-4016-8550-d7aef29a8753 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7189 | 2024.10.10 06:04:16.029216 [ 3 ] {} <Debug> HTTP-Session: a63bd685-3acc-4016-8550-d7aef29a8753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7190 | 2024.10.10 06:04:16.029229 [ 3 ] {} <Debug> HTTP-Session: a63bd685-3acc-4016-8550-d7aef29a8753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7191 | 2024.10.10 06:04:16.029261 [ 3 ] {} <Trace> HTTP-Session: a63bd685-3acc-4016-8550-d7aef29a8753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7192 | 2024.10.10 06:04:16.029362 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7193 | 2024.10.10 06:04:16.029406 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7194 | 2024.10.10 06:04:16.029630 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7195 | 2024.10.10 06:04:16.029936 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7196 | 2024.10.10 06:04:16.029973 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7197 | 2024.10.10 06:04:16.030326 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7198 | 2024.10.10 06:04:16.030678 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7199 | 2024.10.10 06:04:16.030844 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001503 sec., 9314.703925482369 rows/sec., 652.34 KiB/sec. | ||
| 7200 | 2024.10.10 06:04:16.031181 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Debug> DynamicQueryHandler: Done processing query | ||
| 7201 | 2024.10.10 06:04:16.031241 [ 3 ] {53f40413-8434-4fc9-8e94-b621a877f962} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7202 | 2024.10.10 06:04:16.031291 [ 3 ] {} <Debug> HTTP-Session: a63bd685-3acc-4016-8550-d7aef29a8753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7203 | 2024.10.10 06:04:16.031440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7204 | 2024.10.10 06:04:16.031493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7205 | 2024.10.10 06:04:16.031514 [ 3 ] {} <Debug> HTTP-Session: 26634102-36a7-4068-99b8-eb033b6f449e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7206 | 2024.10.10 06:04:16.031531 [ 3 ] {} <Debug> HTTP-Session: 26634102-36a7-4068-99b8-eb033b6f449e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7207 | 2024.10.10 06:04:16.031545 [ 3 ] {} <Debug> HTTP-Session: 26634102-36a7-4068-99b8-eb033b6f449e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7208 | 2024.10.10 06:04:16.031578 [ 3 ] {} <Trace> HTTP-Session: 26634102-36a7-4068-99b8-eb033b6f449e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7209 | 2024.10.10 06:04:16.031680 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7210 | 2024.10.10 06:04:16.031726 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7211 | 2024.10.10 06:04:16.031978 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7212 | 2024.10.10 06:04:16.032286 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2024.10.10 06:04:16.032324 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7214 | 2024.10.10 06:04:16.032677 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7215 | 2024.10.10 06:04:16.033043 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2024.10.10 06:04:16.033209 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 228.56 KiB/sec. | ||
| 7217 | 2024.10.10 06:04:16.033374 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7218 | 2024.10.10 06:04:16.033400 [ 3 ] {42e8bd04-0190-4e12-aef7-d243b672c1e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7219 | 2024.10.10 06:04:16.033416 [ 3 ] {} <Debug> HTTP-Session: 26634102-36a7-4068-99b8-eb033b6f449e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7220 | 2024.10.10 06:04:16.033602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7221 | 2024.10.10 06:04:16.033653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7222 | 2024.10.10 06:04:16.033672 [ 3 ] {} <Debug> HTTP-Session: 15b59da2-527f-45d5-8e30-7d43e491327c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7223 | 2024.10.10 06:04:16.033689 [ 3 ] {} <Debug> HTTP-Session: 15b59da2-527f-45d5-8e30-7d43e491327c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7224 | 2024.10.10 06:04:16.033703 [ 3 ] {} <Debug> HTTP-Session: 15b59da2-527f-45d5-8e30-7d43e491327c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7225 | 2024.10.10 06:04:16.033734 [ 3 ] {} <Trace> HTTP-Session: 15b59da2-527f-45d5-8e30-7d43e491327c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7226 | 2024.10.10 06:04:16.033954 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7227 | 2024.10.10 06:04:16.033999 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7228 | 2024.10.10 06:04:16.034225 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7229 | 2024.10.10 06:04:16.034794 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7230 | 2024.10.10 06:04:16.034831 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7231 | 2024.10.10 06:04:16.035199 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7232 | 2024.10.10 06:04:16.035551 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7233 | 2024.10.10 06:04:16.035712 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001873 sec., 220501.86865990388 rows/sec., 15.73 MiB/sec. | ||
| 7234 | 2024.10.10 06:04:16.036024 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7235 | 2024.10.10 06:04:16.036066 [ 3 ] {0efa1fae-8872-4d21-8ce6-9a11538c10c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7236 | 2024.10.10 06:04:16.036096 [ 3 ] {} <Debug> HTTP-Session: 15b59da2-527f-45d5-8e30-7d43e491327c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7237 | 2024.10.10 06:04:16.036243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7238 | 2024.10.10 06:04:16.036294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7239 | 2024.10.10 06:04:16.036314 [ 3 ] {} <Debug> HTTP-Session: da3709b8-f6c6-4c6a-a336-e8d072bb1a39 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7240 | 2024.10.10 06:04:16.036330 [ 3 ] {} <Debug> HTTP-Session: da3709b8-f6c6-4c6a-a336-e8d072bb1a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7241 | 2024.10.10 06:04:16.036344 [ 3 ] {} <Debug> HTTP-Session: da3709b8-f6c6-4c6a-a336-e8d072bb1a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7242 | 2024.10.10 06:04:16.036376 [ 3 ] {} <Trace> HTTP-Session: da3709b8-f6c6-4c6a-a336-e8d072bb1a39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7243 | 2024.10.10 06:04:16.036476 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7244 | 2024.10.10 06:04:16.036522 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7245 | 2024.10.10 06:04:16.036670 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7246 | 2024.10.10 06:04:16.036934 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7247 | 2024.10.10 06:04:16.036970 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7248 | 2024.10.10 06:04:16.037328 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7249 | 2024.10.10 06:04:16.037666 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7250 | 2024.10.10 06:04:16.037810 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
| 7251 | 2024.10.10 06:04:16.037986 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7252 | 2024.10.10 06:04:16.038012 [ 3 ] {11c74093-03cb-4236-92f0-9e445ed612f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7253 | 2024.10.10 06:04:16.038028 [ 3 ] {} <Debug> HTTP-Session: da3709b8-f6c6-4c6a-a336-e8d072bb1a39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7254 | 2024.10.10 06:04:16.038187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 40838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7255 | 2024.10.10 06:04:16.038235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7256 | 2024.10.10 06:04:16.038255 [ 3 ] {} <Debug> HTTP-Session: c97e59a8-f78c-4c92-a0a5-a0cc8698e2a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7257 | 2024.10.10 06:04:16.038271 [ 3 ] {} <Debug> HTTP-Session: c97e59a8-f78c-4c92-a0a5-a0cc8698e2a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7258 | 2024.10.10 06:04:16.038287 [ 3 ] {} <Debug> HTTP-Session: c97e59a8-f78c-4c92-a0a5-a0cc8698e2a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7259 | 2024.10.10 06:04:16.038317 [ 3 ] {} <Trace> HTTP-Session: c97e59a8-f78c-4c92-a0a5-a0cc8698e2a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7260 | 2024.10.10 06:04:16.038478 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7261 | 2024.10.10 06:04:16.038525 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7262 | 2024.10.10 06:04:16.038667 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7263 | 2024.10.10 06:04:16.039094 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7264 | 2024.10.10 06:04:16.039131 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7265 | 2024.10.10 06:04:16.039512 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7266 | 2024.10.10 06:04:16.039857 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7267 | 2024.10.10 06:04:16.039987 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Debug> executeQuery: Read 217 rows, 14.85 KiB in 0.001589 sec., 136563.8766519824 rows/sec., 9.12 MiB/sec. | ||
| 7268 | 2024.10.10 06:04:16.040266 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Debug> DynamicQueryHandler: Done processing query | ||
| 7269 | 2024.10.10 06:04:16.040308 [ 3 ] {2be31be8-d9e1-4a18-a1de-6a46464caf64} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7270 | 2024.10.10 06:04:16.040333 [ 3 ] {} <Debug> HTTP-Session: c97e59a8-f78c-4c92-a0a5-a0cc8698e2a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7271 | 2024.10.10 06:04:16.040460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7272 | 2024.10.10 06:04:16.040509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7273 | 2024.10.10 06:04:16.040528 [ 3 ] {} <Debug> HTTP-Session: 83e84e63-1254-4414-8430-a03d38018cd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7274 | 2024.10.10 06:04:16.040544 [ 3 ] {} <Debug> HTTP-Session: 83e84e63-1254-4414-8430-a03d38018cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7275 | 2024.10.10 06:04:16.040558 [ 3 ] {} <Debug> HTTP-Session: 83e84e63-1254-4414-8430-a03d38018cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7276 | 2024.10.10 06:04:16.040589 [ 3 ] {} <Trace> HTTP-Session: 83e84e63-1254-4414-8430-a03d38018cd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7277 | 2024.10.10 06:04:16.040683 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7278 | 2024.10.10 06:04:16.040729 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7279 | 2024.10.10 06:04:16.040882 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7280 | 2024.10.10 06:04:16.041132 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7281 | 2024.10.10 06:04:16.041168 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7282 | 2024.10.10 06:04:16.041508 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7283 | 2024.10.10 06:04:16.041825 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7284 | 2024.10.10 06:04:16.041985 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
| 7285 | 2024.10.10 06:04:16.041987 [ 66 ] {} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 7286 | 2024.10.10 06:04:16.042092 [ 66 ] {} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7287 | 2024.10.10 06:04:16.042123 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7288 | 2024.10.10 06:04:16.042212 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7289 | 2024.10.10 06:04:16.042267 [ 3 ] {da88c948-07ee-4dbd-b30b-436d2435325a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7290 | 2024.10.10 06:04:16.042316 [ 3 ] {} <Debug> HTTP-Session: 83e84e63-1254-4414-8430-a03d38018cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7291 | 2024.10.10 06:04:16.042347 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 7292 | 2024.10.10 06:04:16.042534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7293 | 2024.10.10 06:04:16.042600 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7294 | 2024.10.10 06:04:16.042632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7295 | 2024.10.10 06:04:16.042668 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 7296 | 2024.10.10 06:04:16.042678 [ 3 ] {} <Debug> HTTP-Session: cf09d887-6f8e-42bd-bfe6-667751d96ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7297 | 2024.10.10 06:04:16.042724 [ 3 ] {} <Debug> HTTP-Session: cf09d887-6f8e-42bd-bfe6-667751d96ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7298 | 2024.10.10 06:04:16.042772 [ 3 ] {} <Debug> HTTP-Session: cf09d887-6f8e-42bd-bfe6-667751d96ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7299 | 2024.10.10 06:04:16.042901 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 7300 | 2024.10.10 06:04:16.042928 [ 3 ] {} <Trace> HTTP-Session: cf09d887-6f8e-42bd-bfe6-667751d96ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2024.10.10 06:04:16.043175 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 7302 | 2024.10.10 06:04:16.043427 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 7303 | 2024.10.10 06:04:16.043641 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 7304 | 2024.10.10 06:04:16.043855 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7305 | 2024.10.10 06:04:16.043906 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 7306 | 2024.10.10 06:04:16.044380 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <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 | ||
| 7307 | 2024.10.10 06:04:16.046197 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7308 | 2024.10.10 06:04:16.047727 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005494692 sec., 2729.907336025386 rows/sec., 183.95 KiB/sec. | ||
| 7309 | 2024.10.10 06:04:16.047973 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7310 | 2024.10.10 06:04:16.047973 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 7311 | 2024.10.10 06:04:16.048038 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7312 | 2024.10.10 06:04:16.049127 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7313 | 2024.10.10 06:04:16.049337 [ 196 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_15_3} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 7314 | 2024.10.10 06:04:16.049541 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7315 | 2024.10.10 06:04:16.049798 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7316 | 2024.10.10 06:04:16.050235 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7317 | 2024.10.10 06:04:16.050430 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007169 sec., 4324.17352489887 rows/sec., 7.75 MiB/sec. | ||
| 7318 | 2024.10.10 06:04:16.050685 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Debug> DynamicQueryHandler: Done processing query | ||
| 7319 | 2024.10.10 06:04:16.050710 [ 3 ] {9fef032c-d518-459f-85a0-8056bf92ee01} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 7320 | 2024.10.10 06:04:16.050726 [ 3 ] {} <Debug> HTTP-Session: cf09d887-6f8e-42bd-bfe6-667751d96ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7321 | 2024.10.10 06:04:16.050877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 11254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7322 | 2024.10.10 06:04:16.050925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7323 | 2024.10.10 06:04:16.050944 [ 3 ] {} <Debug> HTTP-Session: 50ed6fe3-5bae-4824-b124-eb5db8ac460e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7324 | 2024.10.10 06:04:16.050960 [ 3 ] {} <Debug> HTTP-Session: 50ed6fe3-5bae-4824-b124-eb5db8ac460e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7325 | 2024.10.10 06:04:16.050974 [ 3 ] {} <Debug> HTTP-Session: 50ed6fe3-5bae-4824-b124-eb5db8ac460e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7326 | 2024.10.10 06:04:16.051007 [ 3 ] {} <Trace> HTTP-Session: 50ed6fe3-5bae-4824-b124-eb5db8ac460e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2024.10.10 06:04:16.051128 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7328 | 2024.10.10 06:04:16.051172 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7329 | 2024.10.10 06:04:16.051304 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7330 | 2024.10.10 06:04:16.051705 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7331 | 2024.10.10 06:04:16.051749 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7332 | 2024.10.10 06:04:16.054138 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7333 | 2024.10.10 06:04:16.054485 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7334 | 2024.10.10 06:04:16.054643 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.003553 sec., 21390.3743315508 rows/sec., 1.35 MiB/sec. | ||
| 7335 | 2024.10.10 06:04:16.054648 [ 66 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7336 | 2024.10.10 06:04:16.054738 [ 66 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7337 | 2024.10.10 06:04:16.054787 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7338 | 2024.10.10 06:04:16.054986 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Debug> DynamicQueryHandler: Done processing query | ||
| 7339 | 2024.10.10 06:04:16.055049 [ 3 ] {10f6aae8-1d37-4d24-ac04-07829cfed755} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7340 | 2024.10.10 06:04:16.055083 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 7341 | 2024.10.10 06:04:16.055144 [ 3 ] {} <Debug> HTTP-Session: 50ed6fe3-5bae-4824-b124-eb5db8ac460e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7342 | 2024.10.10 06:04:16.055644 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7343 | 2024.10.10 06:04:16.055698 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1880 rows starting from the beginning of the part | ||
| 7344 | 2024.10.10 06:04:16.055761 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part | ||
| 7345 | 2024.10.10 06:04:16.055893 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 7346 | 2024.10.10 06:04:16.056113 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 7347 | 2024.10.10 06:04:16.056207 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 7348 | 2024.10.10 06:04:16.056293 [ 192 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 76 rows starting from the beginning of the part | ||
| 7349 | 2024.10.10 06:04:16.057555 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 4 columns (4 merged, 0 gathered) in 0.002671694 sec., 807727.2322354282 rows/sec., 52.69 MiB/sec. | ||
| 7350 | 2024.10.10 06:04:16.057842 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7351 | 2024.10.10 06:04:16.058318 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7352 | 2024.10.10 06:04:16.058410 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_36_7} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7353 | 2024.10.10 06:04:16.058533 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 7354 | 2024.10.10 06:04:18.073776 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7355 | 2024.10.10 06:04:18.073827 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7356 | 2024.10.10 06:04:18.240606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 734 | ||
| 7357 | 2024.10.10 06:04:18.243441 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7358 | 2024.10.10 06:04:18.243501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7359 | 2024.10.10 06:04:18.245046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7360 | 2024.10.10 06:04:18.246068 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7361 | 2024.10.10 06:04:18.246665 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734 | ||
| 7362 | 2024.10.10 06:04:21.019283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7363 | 2024.10.10 06:04:21.019438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7364 | 2024.10.10 06:04:21.019464 [ 3 ] {} <Debug> HTTP-Session: 2f5f89d3-7a46-4a57-a6f3-a80078a05003 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7365 | 2024.10.10 06:04:21.019490 [ 3 ] {} <Debug> HTTP-Session: 2f5f89d3-7a46-4a57-a6f3-a80078a05003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7366 | 2024.10.10 06:04:21.019504 [ 3 ] {} <Debug> HTTP-Session: 2f5f89d3-7a46-4a57-a6f3-a80078a05003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7367 | 2024.10.10 06:04:21.019555 [ 3 ] {} <Trace> HTTP-Session: 2f5f89d3-7a46-4a57-a6f3-a80078a05003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7368 | 2024.10.10 06:04:21.019756 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7369 | 2024.10.10 06:04:21.019824 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7370 | 2024.10.10 06:04:21.020165 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7371 | 2024.10.10 06:04:21.020651 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2024.10.10 06:04:21.020694 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7373 | 2024.10.10 06:04:21.021118 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7374 | 2024.10.10 06:04:21.021511 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2024.10.10 06:04:21.021668 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001981 sec., 37354.871277132755 rows/sec., 2.99 MiB/sec. | ||
| 7376 | 2024.10.10 06:04:21.021879 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7377 | 2024.10.10 06:04:21.021911 [ 3 ] {843b48e9-8bac-4639-86ea-edda47e76c7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7378 | 2024.10.10 06:04:21.021928 [ 3 ] {} <Debug> HTTP-Session: 2f5f89d3-7a46-4a57-a6f3-a80078a05003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7379 | 2024.10.10 06:04:21.022124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7380 | 2024.10.10 06:04:21.022178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7381 | 2024.10.10 06:04:21.022201 [ 3 ] {} <Debug> HTTP-Session: 38068fe9-347f-4fb3-9681-811a934b377e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7382 | 2024.10.10 06:04:21.022218 [ 3 ] {} <Debug> HTTP-Session: 38068fe9-347f-4fb3-9681-811a934b377e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7383 | 2024.10.10 06:04:21.022237 [ 3 ] {} <Debug> HTTP-Session: 38068fe9-347f-4fb3-9681-811a934b377e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7384 | 2024.10.10 06:04:21.022273 [ 3 ] {} <Trace> HTTP-Session: 38068fe9-347f-4fb3-9681-811a934b377e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7385 | 2024.10.10 06:04:21.022381 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7386 | 2024.10.10 06:04:21.022428 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7387 | 2024.10.10 06:04:21.022678 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7388 | 2024.10.10 06:04:21.023026 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7389 | 2024.10.10 06:04:21.023063 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7390 | 2024.10.10 06:04:21.023412 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7391 | 2024.10.10 06:04:21.023786 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7392 | 2024.10.10 06:04:21.023916 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001561 sec., 5765.534913516976 rows/sec., 433.54 KiB/sec. | ||
| 7393 | 2024.10.10 06:04:21.024132 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Debug> DynamicQueryHandler: Done processing query | ||
| 7394 | 2024.10.10 06:04:21.024157 [ 3 ] {8043d8bd-fb38-4c18-8dd3-f3337d702090} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7395 | 2024.10.10 06:04:21.024173 [ 3 ] {} <Debug> HTTP-Session: 38068fe9-347f-4fb3-9681-811a934b377e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7396 | 2024.10.10 06:04:21.024329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7397 | 2024.10.10 06:04:21.024379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7398 | 2024.10.10 06:04:21.024399 [ 3 ] {} <Debug> HTTP-Session: 16efd1eb-b30c-4468-8a7b-eb69d2168c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7399 | 2024.10.10 06:04:21.024415 [ 3 ] {} <Debug> HTTP-Session: 16efd1eb-b30c-4468-8a7b-eb69d2168c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7400 | 2024.10.10 06:04:21.024429 [ 3 ] {} <Debug> HTTP-Session: 16efd1eb-b30c-4468-8a7b-eb69d2168c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7401 | 2024.10.10 06:04:21.024461 [ 3 ] {} <Trace> HTTP-Session: 16efd1eb-b30c-4468-8a7b-eb69d2168c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7402 | 2024.10.10 06:04:21.024578 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7403 | 2024.10.10 06:04:21.024621 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7404 | 2024.10.10 06:04:21.024853 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7405 | 2024.10.10 06:04:21.025195 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7406 | 2024.10.10 06:04:21.025232 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7407 | 2024.10.10 06:04:21.025583 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7408 | 2024.10.10 06:04:21.025943 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2024.10.10 06:04:21.026097 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001553 sec., 47005.79523502898 rows/sec., 3.67 MiB/sec. | ||
| 7410 | 2024.10.10 06:04:21.026369 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7411 | 2024.10.10 06:04:21.026424 [ 3 ] {a632539d-ee2a-42eb-ae3c-d71dc2efd10b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7412 | 2024.10.10 06:04:21.026458 [ 3 ] {} <Debug> HTTP-Session: 16efd1eb-b30c-4468-8a7b-eb69d2168c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7413 | 2024.10.10 06:04:21.026661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7414 | 2024.10.10 06:04:21.026710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7415 | 2024.10.10 06:04:21.026729 [ 3 ] {} <Debug> HTTP-Session: dc75dcf2-fc76-4223-8ff0-1f3459a461bc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7416 | 2024.10.10 06:04:21.026746 [ 3 ] {} <Debug> HTTP-Session: dc75dcf2-fc76-4223-8ff0-1f3459a461bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7417 | 2024.10.10 06:04:21.026759 [ 3 ] {} <Debug> HTTP-Session: dc75dcf2-fc76-4223-8ff0-1f3459a461bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7418 | 2024.10.10 06:04:21.026791 [ 3 ] {} <Trace> HTTP-Session: dc75dcf2-fc76-4223-8ff0-1f3459a461bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7419 | 2024.10.10 06:04:21.026942 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7420 | 2024.10.10 06:04:21.026993 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7421 | 2024.10.10 06:04:21.027155 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7422 | 2024.10.10 06:04:21.027605 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2024.10.10 06:04:21.027642 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7424 | 2024.10.10 06:04:21.028025 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7425 | 2024.10.10 06:04:21.028363 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7426 | 2024.10.10 06:04:21.028534 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec. | ||
| 7427 | 2024.10.10 06:04:21.028845 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Debug> DynamicQueryHandler: Done processing query | ||
| 7428 | 2024.10.10 06:04:21.028882 [ 3 ] {3eaefea9-0871-43a4-a7e8-8bdd17774891} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7429 | 2024.10.10 06:04:21.028898 [ 3 ] {} <Debug> HTTP-Session: dc75dcf2-fc76-4223-8ff0-1f3459a461bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7430 | 2024.10.10 06:04:21.029038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7431 | 2024.10.10 06:04:21.029089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7432 | 2024.10.10 06:04:21.029108 [ 3 ] {} <Debug> HTTP-Session: fa6e9906-170f-46bb-bdca-d7cfc2af794b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7433 | 2024.10.10 06:04:21.029124 [ 3 ] {} <Debug> HTTP-Session: fa6e9906-170f-46bb-bdca-d7cfc2af794b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7434 | 2024.10.10 06:04:21.029138 [ 3 ] {} <Debug> HTTP-Session: fa6e9906-170f-46bb-bdca-d7cfc2af794b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7435 | 2024.10.10 06:04:21.029168 [ 3 ] {} <Trace> HTTP-Session: fa6e9906-170f-46bb-bdca-d7cfc2af794b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7436 | 2024.10.10 06:04:21.029338 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7437 | 2024.10.10 06:04:21.029411 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <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 | ||
| 7438 | 2024.10.10 06:04:21.029851 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7439 | 2024.10.10 06:04:21.030339 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7440 | 2024.10.10 06:04:21.030376 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7441 | 2024.10.10 06:04:21.030978 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7442 | 2024.10.10 06:04:21.031387 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7443 | 2024.10.10 06:04:21.031583 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7444 | 2024.10.10 06:04:21.031594 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00234 sec., 3846.153846153846 rows/sec., 6.89 MiB/sec. | ||
| 7445 | 2024.10.10 06:04:21.031679 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7446 | 2024.10.10 06:04:21.031776 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7447 | 2024.10.10 06:04:21.032192 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 7448 | 2024.10.10 06:04:21.032259 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7449 | 2024.10.10 06:04:21.032348 [ 3 ] {2a30f6ec-086e-456b-9f35-27f21a05b7f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 7450 | 2024.10.10 06:04:21.032428 [ 3 ] {} <Debug> HTTP-Session: fa6e9906-170f-46bb-bdca-d7cfc2af794b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7451 | 2024.10.10 06:04:21.032667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7452 | 2024.10.10 06:04:21.032742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7453 | 2024.10.10 06:04:21.032780 [ 3 ] {} <Debug> HTTP-Session: 69642607-18b6-4a9d-b99f-68fe1442fb40 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7454 | 2024.10.10 06:04:21.032809 [ 3 ] {} <Debug> HTTP-Session: 69642607-18b6-4a9d-b99f-68fe1442fb40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7455 | 2024.10.10 06:04:21.032836 [ 3 ] {} <Debug> HTTP-Session: 69642607-18b6-4a9d-b99f-68fe1442fb40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7456 | 2024.10.10 06:04:21.032890 [ 3 ] {} <Trace> HTTP-Session: 69642607-18b6-4a9d-b99f-68fe1442fb40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7457 | 2024.10.10 06:04:21.032906 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7458 | 2024.10.10 06:04:21.032992 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 429 rows starting from the beginning of the part | ||
| 7459 | 2024.10.10 06:04:21.033046 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7460 | 2024.10.10 06:04:21.033119 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7461 | 2024.10.10 06:04:21.033656 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part | ||
| 7462 | 2024.10.10 06:04:21.033802 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7463 | 2024.10.10 06:04:21.034231 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part | ||
| 7464 | 2024.10.10 06:04:21.035022 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
| 7465 | 2024.10.10 06:04:21.035058 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7466 | 2024.10.10 06:04:21.035109 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7467 | 2024.10.10 06:04:21.035631 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part | ||
| 7468 | 2024.10.10 06:04:21.036194 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part | ||
| 7469 | 2024.10.10 06:04:21.036395 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7470 | 2024.10.10 06:04:21.037223 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7471 | 2024.10.10 06:04:21.037491 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004487 sec., 13371.963449966572 rows/sec., 922.80 KiB/sec. | ||
| 7472 | 2024.10.10 06:04:21.038180 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7473 | 2024.10.10 06:04:21.038276 [ 3 ] {a51a8d54-8dbb-4145-bcfb-7a8eaf950ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7474 | 2024.10.10 06:04:21.038375 [ 3 ] {} <Debug> HTTP-Session: 69642607-18b6-4a9d-b99f-68fe1442fb40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7475 | 2024.10.10 06:04:21.056459 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 19 columns (19 merged, 0 gathered) in 0.024557009 sec., 21093.774082991946 rows/sec., 37.80 MiB/sec. | ||
| 7476 | 2024.10.10 06:04:21.057115 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7477 | 2024.10.10 06:04:21.057639 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2024.10.10 06:04:21.057716 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7479 | 2024.10.10 06:04:21.057823 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 7480 | 2024.10.10 06:04:26.025471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7481 | 2024.10.10 06:04:26.025595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7482 | 2024.10.10 06:04:26.025620 [ 3 ] {} <Debug> HTTP-Session: c4e634b0-f164-456d-a8a2-034da1561ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7483 | 2024.10.10 06:04:26.025645 [ 3 ] {} <Debug> HTTP-Session: c4e634b0-f164-456d-a8a2-034da1561ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7484 | 2024.10.10 06:04:26.025660 [ 3 ] {} <Debug> HTTP-Session: c4e634b0-f164-456d-a8a2-034da1561ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7485 | 2024.10.10 06:04:26.025709 [ 3 ] {} <Trace> HTTP-Session: c4e634b0-f164-456d-a8a2-034da1561ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7486 | 2024.10.10 06:04:26.025964 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7487 | 2024.10.10 06:04:26.026029 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7488 | 2024.10.10 06:04:26.026365 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7489 | 2024.10.10 06:04:26.027027 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7490 | 2024.10.10 06:04:26.027070 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7491 | 2024.10.10 06:04:26.027578 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7492 | 2024.10.10 06:04:26.028042 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7493 | 2024.10.10 06:04:26.028210 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002363 sec., 106220.90562843843 rows/sec., 9.41 MiB/sec. | ||
| 7494 | 2024.10.10 06:04:26.028440 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7495 | 2024.10.10 06:04:26.028473 [ 3 ] {e93855d4-5c19-4d56-bd60-f30ea9b9d0e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 7496 | 2024.10.10 06:04:26.028493 [ 3 ] {} <Debug> HTTP-Session: c4e634b0-f164-456d-a8a2-034da1561ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7497 | 2024.10.10 06:04:26.028707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7498 | 2024.10.10 06:04:26.028760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7499 | 2024.10.10 06:04:26.028783 [ 3 ] {} <Debug> HTTP-Session: 8ac6913d-672b-4e58-9e0b-48d5bf24dc8d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7500 | 2024.10.10 06:04:26.028801 [ 3 ] {} <Debug> HTTP-Session: 8ac6913d-672b-4e58-9e0b-48d5bf24dc8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7501 | 2024.10.10 06:04:26.028818 [ 3 ] {} <Debug> HTTP-Session: 8ac6913d-672b-4e58-9e0b-48d5bf24dc8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7502 | 2024.10.10 06:04:26.028854 [ 3 ] {} <Trace> HTTP-Session: 8ac6913d-672b-4e58-9e0b-48d5bf24dc8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7503 | 2024.10.10 06:04:26.028971 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7504 | 2024.10.10 06:04:26.029019 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7505 | 2024.10.10 06:04:26.029269 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7506 | 2024.10.10 06:04:26.029646 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7507 | 2024.10.10 06:04:26.029684 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7508 | 2024.10.10 06:04:26.030043 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7509 | 2024.10.10 06:04:26.030405 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7510 | 2024.10.10 06:04:26.030539 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001602 sec., 19350.811485642946 rows/sec., 1.42 MiB/sec. | ||
| 7511 | 2024.10.10 06:04:26.030712 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Debug> DynamicQueryHandler: Done processing query | ||
| 7512 | 2024.10.10 06:04:26.030738 [ 3 ] {a7907b09-e440-4542-9446-5ca85c248637} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7513 | 2024.10.10 06:04:26.030755 [ 3 ] {} <Debug> HTTP-Session: 8ac6913d-672b-4e58-9e0b-48d5bf24dc8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7514 | 2024.10.10 06:04:26.030909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7515 | 2024.10.10 06:04:26.030957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7516 | 2024.10.10 06:04:26.030976 [ 3 ] {} <Debug> HTTP-Session: 68fe788e-1d11-46c8-acdf-b64910219cdf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7517 | 2024.10.10 06:04:26.030993 [ 3 ] {} <Debug> HTTP-Session: 68fe788e-1d11-46c8-acdf-b64910219cdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7518 | 2024.10.10 06:04:26.031007 [ 3 ] {} <Debug> HTTP-Session: 68fe788e-1d11-46c8-acdf-b64910219cdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7519 | 2024.10.10 06:04:26.031039 [ 3 ] {} <Trace> HTTP-Session: 68fe788e-1d11-46c8-acdf-b64910219cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7520 | 2024.10.10 06:04:26.031140 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7521 | 2024.10.10 06:04:26.031182 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7522 | 2024.10.10 06:04:26.031404 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7523 | 2024.10.10 06:04:26.031710 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2024.10.10 06:04:26.031746 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7525 | 2024.10.10 06:04:26.032104 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7526 | 2024.10.10 06:04:26.032462 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7527 | 2024.10.10 06:04:26.032591 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001478 sec., 9472.259810554804 rows/sec., 663.38 KiB/sec. | ||
| 7528 | 2024.10.10 06:04:26.032748 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7529 | 2024.10.10 06:04:26.032772 [ 3 ] {aec8e9aa-0aa0-4344-b43c-f9ae3f33eda5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7530 | 2024.10.10 06:04:26.032788 [ 3 ] {} <Debug> HTTP-Session: 68fe788e-1d11-46c8-acdf-b64910219cdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7531 | 2024.10.10 06:04:26.032909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7532 | 2024.10.10 06:04:26.032955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7533 | 2024.10.10 06:04:26.032975 [ 3 ] {} <Debug> HTTP-Session: c5d3e3a8-034d-45a0-afd0-c1c64686a4f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7534 | 2024.10.10 06:04:26.032991 [ 3 ] {} <Debug> HTTP-Session: c5d3e3a8-034d-45a0-afd0-c1c64686a4f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7535 | 2024.10.10 06:04:26.033005 [ 3 ] {} <Debug> HTTP-Session: c5d3e3a8-034d-45a0-afd0-c1c64686a4f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7536 | 2024.10.10 06:04:26.033035 [ 3 ] {} <Trace> HTTP-Session: c5d3e3a8-034d-45a0-afd0-c1c64686a4f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7537 | 2024.10.10 06:04:26.033133 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7538 | 2024.10.10 06:04:26.033175 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7539 | 2024.10.10 06:04:26.033399 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7540 | 2024.10.10 06:04:26.033705 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7541 | 2024.10.10 06:04:26.033741 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7542 | 2024.10.10 06:04:26.034091 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7543 | 2024.10.10 06:04:26.034456 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7544 | 2024.10.10 06:04:26.034581 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 240.82 KiB/sec. | ||
| 7545 | 2024.10.10 06:04:26.034930 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7546 | 2024.10.10 06:04:26.034956 [ 3 ] {62e2df23-9204-4bd6-ae06-21080e6ab33d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7547 | 2024.10.10 06:04:26.034972 [ 3 ] {} <Debug> HTTP-Session: c5d3e3a8-034d-45a0-afd0-c1c64686a4f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7548 | 2024.10.10 06:04:26.035216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7549 | 2024.10.10 06:04:26.035266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7550 | 2024.10.10 06:04:26.035287 [ 3 ] {} <Debug> HTTP-Session: 88a9c2d4-e123-4e9e-ab5c-2635f2c3ca7a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7551 | 2024.10.10 06:04:26.035303 [ 3 ] {} <Debug> HTTP-Session: 88a9c2d4-e123-4e9e-ab5c-2635f2c3ca7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7552 | 2024.10.10 06:04:26.035317 [ 3 ] {} <Debug> HTTP-Session: 88a9c2d4-e123-4e9e-ab5c-2635f2c3ca7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7553 | 2024.10.10 06:04:26.035348 [ 3 ] {} <Trace> HTTP-Session: 88a9c2d4-e123-4e9e-ab5c-2635f2c3ca7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7554 | 2024.10.10 06:04:26.035563 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7555 | 2024.10.10 06:04:26.035608 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7556 | 2024.10.10 06:04:26.035856 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7557 | 2024.10.10 06:04:26.036403 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7558 | 2024.10.10 06:04:26.036439 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7559 | 2024.10.10 06:04:26.036816 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7560 | 2024.10.10 06:04:26.037171 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7561 | 2024.10.10 06:04:26.037296 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001841 sec., 224334.6007604563 rows/sec., 16.00 MiB/sec. | ||
| 7562 | 2024.10.10 06:04:26.037455 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Debug> DynamicQueryHandler: Done processing query | ||
| 7563 | 2024.10.10 06:04:26.037479 [ 3 ] {dbcfea5a-aef6-4059-adb0-bef9758acceb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7564 | 2024.10.10 06:04:26.037495 [ 3 ] {} <Debug> HTTP-Session: 88a9c2d4-e123-4e9e-ab5c-2635f2c3ca7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7565 | 2024.10.10 06:04:26.037634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7566 | 2024.10.10 06:04:26.037681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7567 | 2024.10.10 06:04:26.037701 [ 3 ] {} <Debug> HTTP-Session: bd2bd6f8-bf51-4f70-bf65-370819f08285 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7568 | 2024.10.10 06:04:26.037717 [ 3 ] {} <Debug> HTTP-Session: bd2bd6f8-bf51-4f70-bf65-370819f08285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7569 | 2024.10.10 06:04:26.037732 [ 3 ] {} <Debug> HTTP-Session: bd2bd6f8-bf51-4f70-bf65-370819f08285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7570 | 2024.10.10 06:04:26.037762 [ 3 ] {} <Trace> HTTP-Session: bd2bd6f8-bf51-4f70-bf65-370819f08285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7571 | 2024.10.10 06:04:26.037861 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7572 | 2024.10.10 06:04:26.037905 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7573 | 2024.10.10 06:04:26.038032 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7574 | 2024.10.10 06:04:26.038323 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2024.10.10 06:04:26.038360 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7576 | 2024.10.10 06:04:26.038716 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7577 | 2024.10.10 06:04:26.039036 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2024.10.10 06:04:26.039156 [ 29 ] {} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7579 | 2024.10.10 06:04:26.039161 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
| 7580 | 2024.10.10 06:04:26.039198 [ 29 ] {} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2024.10.10 06:04:26.039232 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7582 | 2024.10.10 06:04:26.039396 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7583 | 2024.10.10 06:04:26.039433 [ 3 ] {1ffbf276-84c4-47cb-a5a5-884cc5069c6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7584 | 2024.10.10 06:04:26.039445 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 7585 | 2024.10.10 06:04:26.039458 [ 3 ] {} <Debug> HTTP-Session: bd2bd6f8-bf51-4f70-bf65-370819f08285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7586 | 2024.10.10 06:04:26.039655 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7587 | 2024.10.10 06:04:26.039712 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 7588 | 2024.10.10 06:04:26.039735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7589 | 2024.10.10 06:04:26.039833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7590 | 2024.10.10 06:04:26.039952 [ 3 ] {} <Debug> HTTP-Session: 08a7a65b-a13b-490c-80d4-8e4b0310da9b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7591 | 2024.10.10 06:04:26.039960 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 7592 | 2024.10.10 06:04:26.040038 [ 3 ] {} <Debug> HTTP-Session: 08a7a65b-a13b-490c-80d4-8e4b0310da9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7593 | 2024.10.10 06:04:26.040132 [ 3 ] {} <Debug> HTTP-Session: 08a7a65b-a13b-490c-80d4-8e4b0310da9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7594 | 2024.10.10 06:04:26.040259 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 7595 | 2024.10.10 06:04:26.040278 [ 3 ] {} <Trace> HTTP-Session: 08a7a65b-a13b-490c-80d4-8e4b0310da9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7596 | 2024.10.10 06:04:26.040540 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 7597 | 2024.10.10 06:04:26.040730 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 7598 | 2024.10.10 06:04:26.040749 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7599 | 2024.10.10 06:04:26.040984 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7600 | 2024.10.10 06:04:26.041006 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 7601 | 2024.10.10 06:04:26.041821 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7602 | 2024.10.10 06:04:26.042772 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7603 | 2024.10.10 06:04:26.042833 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7604 | 2024.10.10 06:04:26.043783 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004451256 sec., 21566.946497797475 rows/sec., 1.10 MiB/sec. | ||
| 7605 | 2024.10.10 06:04:26.043950 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7606 | 2024.10.10 06:04:26.043973 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7607 | 2024.10.10 06:04:26.044776 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7608 | 2024.10.10 06:04:26.044898 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7609 | 2024.10.10 06:04:26.045124 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00461 sec., 51409.978308026024 rows/sec., 3.45 MiB/sec. | ||
| 7610 | 2024.10.10 06:04:26.045187 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_16_3} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7611 | 2024.10.10 06:04:26.045474 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7612 | 2024.10.10 06:04:26.045719 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7613 | 2024.10.10 06:04:26.045750 [ 3 ] {19b835bf-f122-46e5-87c3-8aa6183acb3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7614 | 2024.10.10 06:04:26.045766 [ 3 ] {} <Debug> HTTP-Session: 08a7a65b-a13b-490c-80d4-8e4b0310da9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7615 | 2024.10.10 06:04:26.045900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7616 | 2024.10.10 06:04:26.045952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7617 | 2024.10.10 06:04:26.045970 [ 3 ] {} <Debug> HTTP-Session: 1953ddfc-0a2c-46a0-be7f-6ba07eacdf80 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7618 | 2024.10.10 06:04:26.045988 [ 3 ] {} <Debug> HTTP-Session: 1953ddfc-0a2c-46a0-be7f-6ba07eacdf80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7619 | 2024.10.10 06:04:26.046002 [ 3 ] {} <Debug> HTTP-Session: 1953ddfc-0a2c-46a0-be7f-6ba07eacdf80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7620 | 2024.10.10 06:04:26.046033 [ 3 ] {} <Trace> HTTP-Session: 1953ddfc-0a2c-46a0-be7f-6ba07eacdf80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7621 | 2024.10.10 06:04:26.046132 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7622 | 2024.10.10 06:04:26.046179 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7623 | 2024.10.10 06:04:26.046339 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7624 | 2024.10.10 06:04:26.046629 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2024.10.10 06:04:26.046665 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7626 | 2024.10.10 06:04:26.047031 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7627 | 2024.10.10 06:04:26.047364 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7628 | 2024.10.10 06:04:26.047489 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec. | ||
| 7629 | 2024.10.10 06:04:26.047813 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Debug> DynamicQueryHandler: Done processing query | ||
| 7630 | 2024.10.10 06:04:26.047839 [ 3 ] {9c85bfef-16e8-4c26-a122-563dfd3ca740} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7631 | 2024.10.10 06:04:26.047855 [ 3 ] {} <Debug> HTTP-Session: 1953ddfc-0a2c-46a0-be7f-6ba07eacdf80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7632 | 2024.10.10 06:04:26.048034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7633 | 2024.10.10 06:04:26.048083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7634 | 2024.10.10 06:04:26.048102 [ 3 ] {} <Debug> HTTP-Session: 3add441f-4de6-4371-a640-9d7efdc716de Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7635 | 2024.10.10 06:04:26.048119 [ 3 ] {} <Debug> HTTP-Session: 3add441f-4de6-4371-a640-9d7efdc716de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7636 | 2024.10.10 06:04:26.048133 [ 3 ] {} <Debug> HTTP-Session: 3add441f-4de6-4371-a640-9d7efdc716de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7637 | 2024.10.10 06:04:26.048163 [ 3 ] {} <Trace> HTTP-Session: 3add441f-4de6-4371-a640-9d7efdc716de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7638 | 2024.10.10 06:04:26.048501 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7639 | 2024.10.10 06:04:26.048572 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <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 | ||
| 7640 | 2024.10.10 06:04:26.049027 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7641 | 2024.10.10 06:04:26.049913 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7642 | 2024.10.10 06:04:26.049950 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7643 | 2024.10.10 06:04:26.050599 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7644 | 2024.10.10 06:04:26.051023 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7645 | 2024.10.10 06:04:26.051170 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002915 sec., 10634.648370497427 rows/sec., 19.06 MiB/sec. | ||
| 7646 | 2024.10.10 06:04:26.051395 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7647 | 2024.10.10 06:04:26.051420 [ 3 ] {3d7775a6-4f41-48d3-a9f7-4ac72c14c2b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 7648 | 2024.10.10 06:04:26.051436 [ 3 ] {} <Debug> HTTP-Session: 3add441f-4de6-4371-a640-9d7efdc716de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7649 | 2024.10.10 06:04:26.051574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7650 | 2024.10.10 06:04:26.051623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7651 | 2024.10.10 06:04:26.051642 [ 3 ] {} <Debug> HTTP-Session: c17e4645-a11b-4538-8697-3a3c9c199c5e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7652 | 2024.10.10 06:04:26.051658 [ 3 ] {} <Debug> HTTP-Session: c17e4645-a11b-4538-8697-3a3c9c199c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7653 | 2024.10.10 06:04:26.051671 [ 3 ] {} <Debug> HTTP-Session: c17e4645-a11b-4538-8697-3a3c9c199c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7654 | 2024.10.10 06:04:26.051702 [ 3 ] {} <Trace> HTTP-Session: c17e4645-a11b-4538-8697-3a3c9c199c5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7655 | 2024.10.10 06:04:26.051832 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7656 | 2024.10.10 06:04:26.051876 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7657 | 2024.10.10 06:04:26.052005 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7658 | 2024.10.10 06:04:26.052324 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7659 | 2024.10.10 06:04:26.052360 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7660 | 2024.10.10 06:04:26.052725 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7661 | 2024.10.10 06:04:26.053057 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7662 | 2024.10.10 06:04:26.053203 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
| 7663 | 2024.10.10 06:04:26.053467 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Debug> DynamicQueryHandler: Done processing query | ||
| 7664 | 2024.10.10 06:04:26.053511 [ 3 ] {29bfbe38-ae5f-4320-92c1-e70b78670f34} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7665 | 2024.10.10 06:04:26.053536 [ 3 ] {} <Debug> HTTP-Session: c17e4645-a11b-4538-8697-3a3c9c199c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7666 | 2024.10.10 06:04:28.247601 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 766 | ||
| 7667 | 2024.10.10 06:04:28.250644 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7668 | 2024.10.10 06:04:28.250701 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 7669 | 2024.10.10 06:04:28.252763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7670 | 2024.10.10 06:04:28.254001 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7671 | 2024.10.10 06:04:28.255022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 766 | ||
| 7672 | 2024.10.10 06:04:31.018820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7673 | 2024.10.10 06:04:31.018955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7674 | 2024.10.10 06:04:31.018981 [ 3 ] {} <Debug> HTTP-Session: cf624d98-1b84-46be-a7c7-31e6269db6a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7675 | 2024.10.10 06:04:31.019006 [ 3 ] {} <Debug> HTTP-Session: cf624d98-1b84-46be-a7c7-31e6269db6a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7676 | 2024.10.10 06:04:31.019021 [ 3 ] {} <Debug> HTTP-Session: cf624d98-1b84-46be-a7c7-31e6269db6a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7677 | 2024.10.10 06:04:31.019072 [ 3 ] {} <Trace> HTTP-Session: cf624d98-1b84-46be-a7c7-31e6269db6a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7678 | 2024.10.10 06:04:31.019258 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7679 | 2024.10.10 06:04:31.019327 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7680 | 2024.10.10 06:04:31.019669 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7681 | 2024.10.10 06:04:31.020132 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7682 | 2024.10.10 06:04:31.020178 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7683 | 2024.10.10 06:04:31.020605 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7684 | 2024.10.10 06:04:31.021005 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7685 | 2024.10.10 06:04:31.021186 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00197 sec., 3045.6852791878173 rows/sec., 248.35 KiB/sec. | ||
| 7686 | 2024.10.10 06:04:31.021416 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Debug> DynamicQueryHandler: Done processing query | ||
| 7687 | 2024.10.10 06:04:31.021444 [ 3 ] {f7f5988d-ccfd-4f1b-9950-e78c187b4238} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7688 | 2024.10.10 06:04:31.021461 [ 3 ] {} <Debug> HTTP-Session: cf624d98-1b84-46be-a7c7-31e6269db6a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7689 | 2024.10.10 06:04:31.021649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 11005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7690 | 2024.10.10 06:04:31.021706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7691 | 2024.10.10 06:04:31.021726 [ 3 ] {} <Debug> HTTP-Session: 7679b628-b3c4-4529-9b87-893076ba59bd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7692 | 2024.10.10 06:04:31.021744 [ 3 ] {} <Debug> HTTP-Session: 7679b628-b3c4-4529-9b87-893076ba59bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7693 | 2024.10.10 06:04:31.021761 [ 3 ] {} <Debug> HTTP-Session: 7679b628-b3c4-4529-9b87-893076ba59bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7694 | 2024.10.10 06:04:31.021797 [ 3 ] {} <Trace> HTTP-Session: 7679b628-b3c4-4529-9b87-893076ba59bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7695 | 2024.10.10 06:04:31.021932 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7696 | 2024.10.10 06:04:31.021979 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7697 | 2024.10.10 06:04:31.022211 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7698 | 2024.10.10 06:04:31.022626 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7699 | 2024.10.10 06:04:31.022666 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7700 | 2024.10.10 06:04:31.023059 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7701 | 2024.10.10 06:04:31.023508 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7702 | 2024.10.10 06:04:31.023691 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Debug> executeQuery: Read 77 rows, 6.29 KiB in 0.001803 sec., 42706.600110926236 rows/sec., 3.41 MiB/sec. | ||
| 7703 | 2024.10.10 06:04:31.023906 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7704 | 2024.10.10 06:04:31.023933 [ 3 ] {353af9b2-6464-42d3-bc0f-5c14a9df844e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7705 | 2024.10.10 06:04:31.023950 [ 3 ] {} <Debug> HTTP-Session: 7679b628-b3c4-4529-9b87-893076ba59bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7706 | 2024.10.10 06:04:31.024106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7707 | 2024.10.10 06:04:31.024163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7708 | 2024.10.10 06:04:31.024183 [ 3 ] {} <Debug> HTTP-Session: 618032e6-d758-4dde-8dec-3b3bb025734e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7709 | 2024.10.10 06:04:31.024200 [ 3 ] {} <Debug> HTTP-Session: 618032e6-d758-4dde-8dec-3b3bb025734e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7710 | 2024.10.10 06:04:31.024214 [ 3 ] {} <Debug> HTTP-Session: 618032e6-d758-4dde-8dec-3b3bb025734e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7711 | 2024.10.10 06:04:31.024251 [ 3 ] {} <Trace> HTTP-Session: 618032e6-d758-4dde-8dec-3b3bb025734e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2024.10.10 06:04:31.024366 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7713 | 2024.10.10 06:04:31.024411 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7714 | 2024.10.10 06:04:31.024645 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7715 | 2024.10.10 06:04:31.024998 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7716 | 2024.10.10 06:04:31.025038 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7717 | 2024.10.10 06:04:31.025404 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7718 | 2024.10.10 06:04:31.025775 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7719 | 2024.10.10 06:04:31.025949 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.001604 sec., 9351.620947630923 rows/sec., 683.11 KiB/sec. | ||
| 7720 | 2024.10.10 06:04:31.026143 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 7721 | 2024.10.10 06:04:31.026169 [ 3 ] {0b42ee00-e47c-47a8-ad6e-028375a336ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7722 | 2024.10.10 06:04:31.026185 [ 3 ] {} <Debug> HTTP-Session: 618032e6-d758-4dde-8dec-3b3bb025734e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7723 | 2024.10.10 06:04:31.026340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 13447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7724 | 2024.10.10 06:04:31.026393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7725 | 2024.10.10 06:04:31.026414 [ 3 ] {} <Debug> HTTP-Session: b0910731-8212-476c-926b-edaacdd4f0d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7726 | 2024.10.10 06:04:31.026431 [ 3 ] {} <Debug> HTTP-Session: b0910731-8212-476c-926b-edaacdd4f0d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7727 | 2024.10.10 06:04:31.026446 [ 3 ] {} <Debug> HTTP-Session: b0910731-8212-476c-926b-edaacdd4f0d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7728 | 2024.10.10 06:04:31.026481 [ 3 ] {} <Trace> HTTP-Session: b0910731-8212-476c-926b-edaacdd4f0d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7729 | 2024.10.10 06:04:31.026610 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7730 | 2024.10.10 06:04:31.026655 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7731 | 2024.10.10 06:04:31.026887 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7732 | 2024.10.10 06:04:31.027297 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7733 | 2024.10.10 06:04:31.027337 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7734 | 2024.10.10 06:04:31.027707 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7735 | 2024.10.10 06:04:31.028066 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7736 | 2024.10.10 06:04:31.028227 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Debug> executeQuery: Read 79 rows, 6.33 KiB in 0.001656 sec., 47705.31400966184 rows/sec., 3.73 MiB/sec. | ||
| 7737 | 2024.10.10 06:04:31.028409 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7738 | 2024.10.10 06:04:31.028434 [ 3 ] {2efe42fb-16b7-4cf3-a35c-c731db24cf9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7739 | 2024.10.10 06:04:31.028451 [ 3 ] {} <Debug> HTTP-Session: b0910731-8212-476c-926b-edaacdd4f0d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7740 | 2024.10.10 06:04:31.028627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 31212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7741 | 2024.10.10 06:04:31.028680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7742 | 2024.10.10 06:04:31.028699 [ 3 ] {} <Debug> HTTP-Session: f9cb6c17-d4cf-4029-bd85-2f4d2d4b0097 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7743 | 2024.10.10 06:04:31.028716 [ 3 ] {} <Debug> HTTP-Session: f9cb6c17-d4cf-4029-bd85-2f4d2d4b0097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7744 | 2024.10.10 06:04:31.028731 [ 3 ] {} <Debug> HTTP-Session: f9cb6c17-d4cf-4029-bd85-2f4d2d4b0097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7745 | 2024.10.10 06:04:31.028764 [ 3 ] {} <Trace> HTTP-Session: f9cb6c17-d4cf-4029-bd85-2f4d2d4b0097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7746 | 2024.10.10 06:04:31.028918 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7747 | 2024.10.10 06:04:31.028967 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7748 | 2024.10.10 06:04:31.029112 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7749 | 2024.10.10 06:04:31.029582 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7750 | 2024.10.10 06:04:31.029620 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7751 | 2024.10.10 06:04:31.030029 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7752 | 2024.10.10 06:04:31.030374 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7753 | 2024.10.10 06:04:31.030533 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001676 sec., 97255.36992840095 rows/sec., 6.77 MiB/sec. | ||
| 7754 | 2024.10.10 06:04:31.030825 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7755 | 2024.10.10 06:04:31.030867 [ 3 ] {9dd46be4-9c72-4696-8f69-2458092c459a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7756 | 2024.10.10 06:04:31.030898 [ 3 ] {} <Debug> HTTP-Session: f9cb6c17-d4cf-4029-bd85-2f4d2d4b0097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7757 | 2024.10.10 06:04:31.031048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7758 | 2024.10.10 06:04:31.031098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7759 | 2024.10.10 06:04:31.031118 [ 3 ] {} <Debug> HTTP-Session: 2dda8ae1-276f-4d05-b1a3-2ed6af3b94bc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7760 | 2024.10.10 06:04:31.031134 [ 3 ] {} <Debug> HTTP-Session: 2dda8ae1-276f-4d05-b1a3-2ed6af3b94bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7761 | 2024.10.10 06:04:31.031149 [ 3 ] {} <Debug> HTTP-Session: 2dda8ae1-276f-4d05-b1a3-2ed6af3b94bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7762 | 2024.10.10 06:04:31.031181 [ 3 ] {} <Trace> HTTP-Session: 2dda8ae1-276f-4d05-b1a3-2ed6af3b94bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7763 | 2024.10.10 06:04:31.031366 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7764 | 2024.10.10 06:04:31.031437 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <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 | ||
| 7765 | 2024.10.10 06:04:31.031887 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7766 | 2024.10.10 06:04:31.032443 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7767 | 2024.10.10 06:04:31.032481 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7768 | 2024.10.10 06:04:31.033095 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7769 | 2024.10.10 06:04:31.033515 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7770 | 2024.10.10 06:04:31.033712 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002451 sec., 3671.970624235006 rows/sec., 6.58 MiB/sec. | ||
| 7771 | 2024.10.10 06:04:31.033944 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7772 | 2024.10.10 06:04:31.033969 [ 3 ] {d28554f4-a658-4fba-b73b-87d523727ac2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 7773 | 2024.10.10 06:04:31.033986 [ 3 ] {} <Debug> HTTP-Session: 2dda8ae1-276f-4d05-b1a3-2ed6af3b94bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7774 | 2024.10.10 06:04:31.034114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7775 | 2024.10.10 06:04:31.034164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7776 | 2024.10.10 06:04:31.034183 [ 3 ] {} <Debug> HTTP-Session: 7e61f50b-5153-4ac1-8b91-e68863ea81e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7777 | 2024.10.10 06:04:31.034200 [ 3 ] {} <Debug> HTTP-Session: 7e61f50b-5153-4ac1-8b91-e68863ea81e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7778 | 2024.10.10 06:04:31.034214 [ 3 ] {} <Debug> HTTP-Session: 7e61f50b-5153-4ac1-8b91-e68863ea81e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7779 | 2024.10.10 06:04:31.034245 [ 3 ] {} <Trace> HTTP-Session: 7e61f50b-5153-4ac1-8b91-e68863ea81e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7780 | 2024.10.10 06:04:31.034370 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7781 | 2024.10.10 06:04:31.034416 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7782 | 2024.10.10 06:04:31.034545 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7783 | 2024.10.10 06:04:31.034854 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2024.10.10 06:04:31.034891 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7785 | 2024.10.10 06:04:31.035262 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7786 | 2024.10.10 06:04:31.035591 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7787 | 2024.10.10 06:04:31.035714 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
| 7788 | 2024.10.10 06:04:31.035974 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Debug> DynamicQueryHandler: Done processing query | ||
| 7789 | 2024.10.10 06:04:31.036023 [ 3 ] {acf3c1fa-56e7-4280-b9fa-be236d6f2f83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7790 | 2024.10.10 06:04:31.036059 [ 3 ] {} <Debug> HTTP-Session: 7e61f50b-5153-4ac1-8b91-e68863ea81e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7791 | 2024.10.10 06:04:32.120535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 193304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7792 | 2024.10.10 06:04:32.120652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7793 | 2024.10.10 06:04:32.120678 [ 3 ] {} <Debug> HTTP-Session: 09e2ce9f-a155-4691-91c3-1c96f363f2ac Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7794 | 2024.10.10 06:04:32.120703 [ 3 ] {} <Debug> HTTP-Session: 09e2ce9f-a155-4691-91c3-1c96f363f2ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7795 | 2024.10.10 06:04:32.120718 [ 3 ] {} <Debug> HTTP-Session: 09e2ce9f-a155-4691-91c3-1c96f363f2ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7796 | 2024.10.10 06:04:32.120767 [ 3 ] {} <Trace> HTTP-Session: 09e2ce9f-a155-4691-91c3-1c96f363f2ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7797 | 2024.10.10 06:04:32.121593 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7798 | 2024.10.10 06:04:32.121664 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7799 | 2024.10.10 06:04:32.122005 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7800 | 2024.10.10 06:04:32.123434 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7801 | 2024.10.10 06:04:32.123476 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7802 | 2024.10.10 06:04:32.124007 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7803 | 2024.10.10 06:04:32.124410 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7804 | 2024.10.10 06:04:32.124561 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Debug> executeQuery: Read 1329 rows, 112.98 KiB in 0.00359 sec., 370194.9860724234 rows/sec., 30.73 MiB/sec. | ||
| 7805 | 2024.10.10 06:04:32.124561 [ 65 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7806 | 2024.10.10 06:04:32.124625 [ 65 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7807 | 2024.10.10 06:04:32.124658 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7808 | 2024.10.10 06:04:32.124838 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7809 | 2024.10.10 06:04:32.124847 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::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 | ||
| 7810 | 2024.10.10 06:04:32.124870 [ 3 ] {c5fc497f-2032-4959-b557-a517556d08f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 7811 | 2024.10.10 06:04:32.124933 [ 3 ] {} <Debug> HTTP-Session: 09e2ce9f-a155-4691-91c3-1c96f363f2ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7812 | 2024.10.10 06:04:32.125093 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7813 | 2024.10.10 06:04:32.125140 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1418 rows starting from the beginning of the part | ||
| 7814 | 2024.10.10 06:04:32.125239 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 251 rows starting from the beginning of the part | ||
| 7815 | 2024.10.10 06:04:32.125507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 32331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7816 | 2024.10.10 06:04:32.125658 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part | ||
| 7817 | 2024.10.10 06:04:32.125804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7818 | 2024.10.10 06:04:32.125953 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 251 rows starting from the beginning of the part | ||
| 7819 | 2024.10.10 06:04:32.126030 [ 3 ] {} <Debug> HTTP-Session: 49eea4c9-fbef-4b31-a1bc-5baa0edca1df Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7820 | 2024.10.10 06:04:32.126131 [ 3 ] {} <Debug> HTTP-Session: 49eea4c9-fbef-4b31-a1bc-5baa0edca1df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7821 | 2024.10.10 06:04:32.126157 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
| 7822 | 2024.10.10 06:04:32.126203 [ 3 ] {} <Debug> HTTP-Session: 49eea4c9-fbef-4b31-a1bc-5baa0edca1df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7823 | 2024.10.10 06:04:32.126430 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1329 rows starting from the beginning of the part | ||
| 7824 | 2024.10.10 06:04:32.126441 [ 3 ] {} <Trace> HTTP-Session: 49eea4c9-fbef-4b31-a1bc-5baa0edca1df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7825 | 2024.10.10 06:04:32.126854 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7826 | 2024.10.10 06:04:32.126934 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7827 | 2024.10.10 06:04:32.127594 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7828 | 2024.10.10 06:04:32.128636 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7829 | 2024.10.10 06:04:32.128683 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7830 | 2024.10.10 06:04:32.129236 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7831 | 2024.10.10 06:04:32.129752 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3400 rows, containing 5 columns (5 merged, 0 gathered) in 0.004988909 sec., 681511.7293179731 rows/sec., 59.77 MiB/sec. | ||
| 7832 | 2024.10.10 06:04:32.130097 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7833 | 2024.10.10 06:04:32.130102 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7834 | 2024.10.10 06:04:32.130378 [ 65 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7835 | 2024.10.10 06:04:32.130436 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003696 sec., 65476.19047619047 rows/sec., 4.44 MiB/sec. | ||
| 7836 | 2024.10.10 06:04:32.130485 [ 65 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2024.10.10 06:04:32.130603 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7838 | 2024.10.10 06:04:32.131202 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 7839 | 2024.10.10 06:04:32.131721 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7840 | 2024.10.10 06:04:32.131889 [ 3 ] {4b00e428-66f0-42cb-89f8-3300cacb338b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7841 | 2024.10.10 06:04:32.132011 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7842 | 2024.10.10 06:04:32.132096 [ 3 ] {} <Debug> HTTP-Session: 49eea4c9-fbef-4b31-a1bc-5baa0edca1df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7843 | 2024.10.10 06:04:32.132167 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
| 7844 | 2024.10.10 06:04:32.132335 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2024.10.10 06:04:32.132574 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 7846 | 2024.10.10 06:04:32.132665 [ 198 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_41_8} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7847 | 2024.10.10 06:04:32.132752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7848 | 2024.10.10 06:04:32.132964 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 7849 | 2024.10.10 06:04:32.133043 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 7850 | 2024.10.10 06:04:32.133147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7851 | 2024.10.10 06:04:32.133327 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 7852 | 2024.10.10 06:04:32.133347 [ 3 ] {} <Debug> HTTP-Session: 0612bae1-e613-4fc3-a50c-cf013bc8571d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7853 | 2024.10.10 06:04:32.133411 [ 3 ] {} <Debug> HTTP-Session: 0612bae1-e613-4fc3-a50c-cf013bc8571d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7854 | 2024.10.10 06:04:32.133489 [ 3 ] {} <Debug> HTTP-Session: 0612bae1-e613-4fc3-a50c-cf013bc8571d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7855 | 2024.10.10 06:04:32.133588 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7856 | 2024.10.10 06:04:32.133695 [ 3 ] {} <Trace> HTTP-Session: 0612bae1-e613-4fc3-a50c-cf013bc8571d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7857 | 2024.10.10 06:04:32.133846 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 7858 | 2024.10.10 06:04:32.134237 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7859 | 2024.10.10 06:04:32.134351 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7860 | 2024.10.10 06:04:32.135105 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7861 | 2024.10.10 06:04:32.136038 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7862 | 2024.10.10 06:04:32.136108 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7863 | 2024.10.10 06:04:32.137034 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7864 | 2024.10.10 06:04:32.137253 [ 190 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.006432324 sec., 117220.46339705525 rows/sec., 7.96 MiB/sec. | ||
| 7865 | 2024.10.10 06:04:32.137565 [ 190 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7866 | 2024.10.10 06:04:32.137851 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7867 | 2024.10.10 06:04:32.138241 [ 65 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7868 | 2024.10.10 06:04:32.138360 [ 65 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7869 | 2024.10.10 06:04:32.138390 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004339 sec., 1382.807098409772 rows/sec., 81.70 KiB/sec. | ||
| 7870 | 2024.10.10 06:04:32.138417 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7871 | 2024.10.10 06:04:32.138841 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 7872 | 2024.10.10 06:04:32.139208 [ 190 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7873 | 2024.10.10 06:04:32.139524 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7874 | 2024.10.10 06:04:32.139542 [ 190 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_21_4} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7875 | 2024.10.10 06:04:32.139623 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 7876 | 2024.10.10 06:04:32.139795 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7877 | 2024.10.10 06:04:32.139868 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7878 | 2024.10.10 06:04:32.140031 [ 3 ] {2c5f2937-33aa-4b80-8683-0f64979020b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7879 | 2024.10.10 06:04:32.140036 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 7880 | 2024.10.10 06:04:32.140098 [ 3 ] {} <Debug> HTTP-Session: 0612bae1-e613-4fc3-a50c-cf013bc8571d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7881 | 2024.10.10 06:04:32.140265 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 7882 | 2024.10.10 06:04:32.140345 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 7883 | 2024.10.10 06:04:32.140449 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::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 | ||
| 7884 | 2024.10.10 06:04:32.140775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 136746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7885 | 2024.10.10 06:04:32.140961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7886 | 2024.10.10 06:04:32.141006 [ 3 ] {} <Debug> HTTP-Session: bad64fd6-7e90-41b7-b72d-2117183c8107 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7887 | 2024.10.10 06:04:32.141025 [ 3 ] {} <Debug> HTTP-Session: bad64fd6-7e90-41b7-b72d-2117183c8107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7888 | 2024.10.10 06:04:32.141042 [ 3 ] {} <Debug> HTTP-Session: bad64fd6-7e90-41b7-b72d-2117183c8107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7889 | 2024.10.10 06:04:32.141116 [ 3 ] {} <Trace> HTTP-Session: bad64fd6-7e90-41b7-b72d-2117183c8107 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7890 | 2024.10.10 06:04:32.141693 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7891 | 2024.10.10 06:04:32.141792 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7892 | 2024.10.10 06:04:32.142909 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004328694 sec., 6930.49681959501 rows/sec., 439.92 KiB/sec. | ||
| 7893 | 2024.10.10 06:04:32.142935 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7894 | 2024.10.10 06:04:32.143185 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7895 | 2024.10.10 06:04:32.143925 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_17_4} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7896 | 2024.10.10 06:04:32.144164 [ 191 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_17_4} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7897 | 2024.10.10 06:04:32.144280 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7898 | 2024.10.10 06:04:32.144434 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2024.10.10 06:04:32.144479 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7900 | 2024.10.10 06:04:32.144926 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7901 | 2024.10.10 06:04:32.145309 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7902 | 2024.10.10 06:04:32.145448 [ 65 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7903 | 2024.10.10 06:04:32.145448 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.004123 sec., 203250.0606354596 rows/sec., 14.68 MiB/sec. | ||
| 7904 | 2024.10.10 06:04:32.145485 [ 65 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7905 | 2024.10.10 06:04:32.145518 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7906 | 2024.10.10 06:04:32.145773 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::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 | ||
| 7907 | 2024.10.10 06:04:32.145844 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7908 | 2024.10.10 06:04:32.145894 [ 3 ] {faea1570-1bab-4919-aa02-136765672bdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 7909 | 2024.10.10 06:04:32.145939 [ 3 ] {} <Debug> HTTP-Session: bad64fd6-7e90-41b7-b72d-2117183c8107 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7910 | 2024.10.10 06:04:32.146031 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7911 | 2024.10.10 06:04:32.146066 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 7912 | 2024.10.10 06:04:32.146133 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 413 rows starting from the beginning of the part | ||
| 7913 | 2024.10.10 06:04:32.146298 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 73 rows starting from the beginning of the part | ||
| 7914 | 2024.10.10 06:04:32.146353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7915 | 2024.10.10 06:04:32.146566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7916 | 2024.10.10 06:04:32.146623 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 413 rows starting from the beginning of the part | ||
| 7917 | 2024.10.10 06:04:32.146666 [ 3 ] {} <Debug> HTTP-Session: 61f41b2d-5340-4cd3-8c05-1b4ad2c30767 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7918 | 2024.10.10 06:04:32.146767 [ 3 ] {} <Debug> HTTP-Session: 61f41b2d-5340-4cd3-8c05-1b4ad2c30767 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7919 | 2024.10.10 06:04:32.146849 [ 3 ] {} <Debug> HTTP-Session: 61f41b2d-5340-4cd3-8c05-1b4ad2c30767 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7920 | 2024.10.10 06:04:32.146975 [ 3 ] {} <Trace> HTTP-Session: 61f41b2d-5340-4cd3-8c05-1b4ad2c30767 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7921 | 2024.10.10 06:04:32.146991 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 79 rows starting from the beginning of the part | ||
| 7922 | 2024.10.10 06:04:32.147180 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 838 rows starting from the beginning of the part | ||
| 7923 | 2024.10.10 06:04:32.147256 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7924 | 2024.10.10 06:04:32.147439 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7925 | 2024.10.10 06:04:32.147973 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7926 | 2024.10.10 06:04:32.148634 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7927 | 2024.10.10 06:04:32.148710 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7928 | 2024.10.10 06:04:32.149716 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7929 | 2024.10.10 06:04:32.150322 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7930 | 2024.10.10 06:04:32.150417 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2730 rows, containing 5 columns (5 merged, 0 gathered) in 0.004779575 sec., 571180.4919893505 rows/sec., 43.56 MiB/sec. | ||
| 7931 | 2024.10.10 06:04:32.150591 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003432 sec., 1748.2517482517483 rows/sec., 91.34 KiB/sec. | ||
| 7932 | 2024.10.10 06:04:32.150681 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7933 | 2024.10.10 06:04:32.150934 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Debug> DynamicQueryHandler: Done processing query | ||
| 7934 | 2024.10.10 06:04:32.150986 [ 3 ] {7681e069-811f-4ad6-b8cd-f1e0b5442082} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7935 | 2024.10.10 06:04:32.151051 [ 3 ] {} <Debug> HTTP-Session: 61f41b2d-5340-4cd3-8c05-1b4ad2c30767 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7936 | 2024.10.10 06:04:32.151352 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7937 | 2024.10.10 06:04:32.151451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 184298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7938 | 2024.10.10 06:04:32.151493 [ 190 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_41_8} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7939 | 2024.10.10 06:04:32.151540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7940 | 2024.10.10 06:04:32.151615 [ 3 ] {} <Debug> HTTP-Session: fae5ca50-8af9-4b36-ba56-cfd7298c7f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7941 | 2024.10.10 06:04:32.151623 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7942 | 2024.10.10 06:04:32.151645 [ 3 ] {} <Debug> HTTP-Session: fae5ca50-8af9-4b36-ba56-cfd7298c7f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7943 | 2024.10.10 06:04:32.151679 [ 3 ] {} <Debug> HTTP-Session: fae5ca50-8af9-4b36-ba56-cfd7298c7f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7944 | 2024.10.10 06:04:32.151711 [ 3 ] {} <Trace> HTTP-Session: fae5ca50-8af9-4b36-ba56-cfd7298c7f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7945 | 2024.10.10 06:04:32.152235 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7946 | 2024.10.10 06:04:32.152285 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7947 | 2024.10.10 06:04:32.152459 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7948 | 2024.10.10 06:04:32.153342 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2024.10.10 06:04:32.153379 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7950 | 2024.10.10 06:04:32.153820 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7951 | 2024.10.10 06:04:32.154161 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2024.10.10 06:04:32.154287 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7953 | 2024.10.10 06:04:32.154292 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Debug> executeQuery: Read 975 rows, 66.39 KiB in 0.00241 sec., 404564.3153526971 rows/sec., 26.90 MiB/sec. | ||
| 7954 | 2024.10.10 06:04:32.154329 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7955 | 2024.10.10 06:04:32.154373 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7956 | 2024.10.10 06:04:32.154595 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7957 | 2024.10.10 06:04:32.154671 [ 3 ] {9e975443-c451-4ea3-9643-5dc6296de24b} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 7958 | 2024.10.10 06:04:32.154706 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::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 | ||
| 7959 | 2024.10.10 06:04:32.154733 [ 3 ] {} <Debug> HTTP-Session: fae5ca50-8af9-4b36-ba56-cfd7298c7f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7960 | 2024.10.10 06:04:32.155120 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7961 | 2024.10.10 06:04:32.155158 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11166 rows starting from the beginning of the part | ||
| 7962 | 2024.10.10 06:04:32.155202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7963 | 2024.10.10 06:04:32.155356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7964 | 2024.10.10 06:04:32.155429 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 217 rows starting from the beginning of the part | ||
| 7965 | 2024.10.10 06:04:32.155443 [ 3 ] {} <Debug> HTTP-Session: 4f162fd3-03bb-4f4d-8d38-597e4d290f1b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7966 | 2024.10.10 06:04:32.155501 [ 3 ] {} <Debug> HTTP-Session: 4f162fd3-03bb-4f4d-8d38-597e4d290f1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7967 | 2024.10.10 06:04:32.155556 [ 3 ] {} <Debug> HTTP-Session: 4f162fd3-03bb-4f4d-8d38-597e4d290f1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7968 | 2024.10.10 06:04:32.155690 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 7969 | 2024.10.10 06:04:32.155695 [ 3 ] {} <Trace> HTTP-Session: 4f162fd3-03bb-4f4d-8d38-597e4d290f1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7970 | 2024.10.10 06:04:32.155926 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 7971 | 2024.10.10 06:04:32.155976 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7972 | 2024.10.10 06:04:32.156156 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7973 | 2024.10.10 06:04:32.156233 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 163 rows starting from the beginning of the part | ||
| 7974 | 2024.10.10 06:04:32.156574 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 975 rows starting from the beginning of the part | ||
| 7975 | 2024.10.10 06:04:32.157093 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7976 | 2024.10.10 06:04:32.157724 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7977 | 2024.10.10 06:04:32.157763 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7978 | 2024.10.10 06:04:32.158233 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7979 | 2024.10.10 06:04:32.158820 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7980 | 2024.10.10 06:04:32.159169 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003278 sec., 305.06406345332516 rows/sec., 20.56 KiB/sec. | ||
| 7981 | 2024.10.10 06:04:32.159546 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Debug> DynamicQueryHandler: Done processing query | ||
| 7982 | 2024.10.10 06:04:32.159594 [ 3 ] {09815ffc-6b74-48f6-adcc-c48cc9430769} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7983 | 2024.10.10 06:04:32.159634 [ 3 ] {} <Debug> HTTP-Session: 4f162fd3-03bb-4f4d-8d38-597e4d290f1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7984 | 2024.10.10 06:04:32.159780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7985 | 2024.10.10 06:04:32.159832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7986 | 2024.10.10 06:04:32.159851 [ 3 ] {} <Debug> HTTP-Session: f3d05e78-5921-4b35-9268-8568e354b9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 7987 | 2024.10.10 06:04:32.159883 [ 3 ] {} <Debug> HTTP-Session: f3d05e78-5921-4b35-9268-8568e354b9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7988 | 2024.10.10 06:04:32.159898 [ 3 ] {} <Debug> HTTP-Session: f3d05e78-5921-4b35-9268-8568e354b9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7989 | 2024.10.10 06:04:32.159931 [ 3 ] {} <Trace> HTTP-Session: f3d05e78-5921-4b35-9268-8568e354b9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7990 | 2024.10.10 06:04:32.160082 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7991 | 2024.10.10 06:04:32.160128 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7992 | 2024.10.10 06:04:32.160286 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7993 | 2024.10.10 06:04:32.160772 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2024.10.10 06:04:32.160808 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 7995 | 2024.10.10 06:04:32.161281 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7996 | 2024.10.10 06:04:32.161662 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7997 | 2024.10.10 06:04:32.162091 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.002042 sec., 19588.63858961802 rows/sec., 1.17 MiB/sec. | ||
| 7998 | 2024.10.10 06:04:32.162428 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12918 rows, containing 5 columns (5 merged, 0 gathered) in 0.00794989 sec., 1624928.1436598494 rows/sec., 109.59 MiB/sec. | ||
| 7999 | 2024.10.10 06:04:32.162864 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8000 | 2024.10.10 06:04:32.162890 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8001 | 2024.10.10 06:04:32.162911 [ 3 ] {1cbc6ef2-9e98-470f-a62e-2d4a8ee46ba9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8002 | 2024.10.10 06:04:32.162961 [ 3 ] {} <Debug> HTTP-Session: f3d05e78-5921-4b35-9268-8568e354b9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8003 | 2024.10.10 06:04:32.163374 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8004 | 2024.10.10 06:04:32.163455 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8005 | 2024.10.10 06:04:32.163529 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. | ||
| 8006 | 2024.10.10 06:04:33.073879 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8007 | 2024.10.10 06:04:33.073934 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8008 | 2024.10.10 06:04:36.018109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 17485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8009 | 2024.10.10 06:04:36.018241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8010 | 2024.10.10 06:04:36.018270 [ 3 ] {} <Debug> HTTP-Session: 6f6c899d-8340-4e3b-b202-66dfbbfd5d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8011 | 2024.10.10 06:04:36.018300 [ 3 ] {} <Debug> HTTP-Session: 6f6c899d-8340-4e3b-b202-66dfbbfd5d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8012 | 2024.10.10 06:04:36.018318 [ 3 ] {} <Debug> HTTP-Session: 6f6c899d-8340-4e3b-b202-66dfbbfd5d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8013 | 2024.10.10 06:04:36.018374 [ 3 ] {} <Trace> HTTP-Session: 6f6c899d-8340-4e3b-b202-66dfbbfd5d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8014 | 2024.10.10 06:04:36.018608 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8015 | 2024.10.10 06:04:36.018683 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8016 | 2024.10.10 06:04:36.019046 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8017 | 2024.10.10 06:04:36.019613 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8018 | 2024.10.10 06:04:36.019657 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8019 | 2024.10.10 06:04:36.020079 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8020 | 2024.10.10 06:04:36.020472 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8021 | 2024.10.10 06:04:36.020646 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.002126 sec., 55503.2925682032 rows/sec., 4.72 MiB/sec. | ||
| 8022 | 2024.10.10 06:04:36.020862 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Debug> DynamicQueryHandler: Done processing query | ||
| 8023 | 2024.10.10 06:04:36.020890 [ 3 ] {5895b93a-caf6-4383-b127-48e8218ef771} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8024 | 2024.10.10 06:04:36.020907 [ 3 ] {} <Debug> HTTP-Session: 6f6c899d-8340-4e3b-b202-66dfbbfd5d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8025 | 2024.10.10 06:04:36.021088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8026 | 2024.10.10 06:04:36.021138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8027 | 2024.10.10 06:04:36.021157 [ 3 ] {} <Debug> HTTP-Session: 0334d895-a481-4f5d-a3f0-4c8c704f320a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8028 | 2024.10.10 06:04:36.021173 [ 3 ] {} <Debug> HTTP-Session: 0334d895-a481-4f5d-a3f0-4c8c704f320a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8029 | 2024.10.10 06:04:36.021187 [ 3 ] {} <Debug> HTTP-Session: 0334d895-a481-4f5d-a3f0-4c8c704f320a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8030 | 2024.10.10 06:04:36.021219 [ 3 ] {} <Trace> HTTP-Session: 0334d895-a481-4f5d-a3f0-4c8c704f320a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8031 | 2024.10.10 06:04:36.021324 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8032 | 2024.10.10 06:04:36.021366 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8033 | 2024.10.10 06:04:36.021604 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8034 | 2024.10.10 06:04:36.021982 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8035 | 2024.10.10 06:04:36.022019 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8036 | 2024.10.10 06:04:36.022372 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8037 | 2024.10.10 06:04:36.022743 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8038 | 2024.10.10 06:04:36.022906 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001605 sec., 19314.641744548284 rows/sec., 1.42 MiB/sec. | ||
| 8039 | 2024.10.10 06:04:36.022904 [ 64 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8040 | 2024.10.10 06:04:36.023031 [ 64 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8041 | 2024.10.10 06:04:36.023081 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8042 | 2024.10.10 06:04:36.023171 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8043 | 2024.10.10 06:04:36.023211 [ 3 ] {d9e4cf09-934d-4da0-8077-9a150ebea50c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8044 | 2024.10.10 06:04:36.023233 [ 3 ] {} <Debug> HTTP-Session: 0334d895-a481-4f5d-a3f0-4c8c704f320a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8045 | 2024.10.10 06:04:36.023240 [ 189 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 8046 | 2024.10.10 06:04:36.023390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8047 | 2024.10.10 06:04:36.023404 [ 189 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8048 | 2024.10.10 06:04:36.023450 [ 189 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 58 rows starting from the beginning of the part | ||
| 8049 | 2024.10.10 06:04:36.023450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8050 | 2024.10.10 06:04:36.023491 [ 3 ] {} <Debug> HTTP-Session: 5a031485-854e-4481-a720-b72bc06c837e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8051 | 2024.10.10 06:04:36.023519 [ 3 ] {} <Debug> HTTP-Session: 5a031485-854e-4481-a720-b72bc06c837e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8052 | 2024.10.10 06:04:36.023553 [ 3 ] {} <Debug> HTTP-Session: 5a031485-854e-4481-a720-b72bc06c837e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8053 | 2024.10.10 06:04:36.023602 [ 189 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part | ||
| 8054 | 2024.10.10 06:04:36.023631 [ 3 ] {} <Trace> HTTP-Session: 5a031485-854e-4481-a720-b72bc06c837e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8055 | 2024.10.10 06:04:36.023772 [ 189 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
| 8056 | 2024.10.10 06:04:36.023898 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8057 | 2024.10.10 06:04:36.024114 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8058 | 2024.10.10 06:04:36.024165 [ 189 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part | ||
| 8059 | 2024.10.10 06:04:36.024502 [ 189 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 15 rows starting from the beginning of the part | ||
| 8060 | 2024.10.10 06:04:36.024792 [ 189 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part | ||
| 8061 | 2024.10.10 06:04:36.025470 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8062 | 2024.10.10 06:04:36.026135 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2024.10.10 06:04:36.026179 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8064 | 2024.10.10 06:04:36.026730 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.003566016 sec., 49074.37319406307 rows/sec., 3.76 MiB/sec. | ||
| 8065 | 2024.10.10 06:04:36.026810 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8066 | 2024.10.10 06:04:36.026970 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8067 | 2024.10.10 06:04:36.027783 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8068 | 2024.10.10 06:04:36.028213 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004459 sec., 21305.225386858037 rows/sec., 1.66 MiB/sec. | ||
| 8069 | 2024.10.10 06:04:36.028431 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2024.10.10 06:04:36.028784 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_31_6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8071 | 2024.10.10 06:04:36.028839 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8072 | 2024.10.10 06:04:36.028908 [ 3 ] {53bf61a3-6460-44d9-a765-fc35221020d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8073 | 2024.10.10 06:04:36.028965 [ 3 ] {} <Debug> HTTP-Session: 5a031485-854e-4481-a720-b72bc06c837e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8074 | 2024.10.10 06:04:36.028995 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8075 | 2024.10.10 06:04:36.029174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 20711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8076 | 2024.10.10 06:04:36.029255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8077 | 2024.10.10 06:04:36.029275 [ 3 ] {} <Debug> HTTP-Session: e9b8faf8-5da7-430e-a22b-f1a84a200231 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8078 | 2024.10.10 06:04:36.029292 [ 3 ] {} <Debug> HTTP-Session: e9b8faf8-5da7-430e-a22b-f1a84a200231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8079 | 2024.10.10 06:04:36.029307 [ 3 ] {} <Debug> HTTP-Session: e9b8faf8-5da7-430e-a22b-f1a84a200231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8080 | 2024.10.10 06:04:36.029339 [ 3 ] {} <Trace> HTTP-Session: e9b8faf8-5da7-430e-a22b-f1a84a200231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8081 | 2024.10.10 06:04:36.029496 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8082 | 2024.10.10 06:04:36.029544 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8083 | 2024.10.10 06:04:36.029725 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8084 | 2024.10.10 06:04:36.030119 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2024.10.10 06:04:36.030156 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8086 | 2024.10.10 06:04:36.030547 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8087 | 2024.10.10 06:04:36.030898 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2024.10.10 06:04:36.031057 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001629 sec., 66298.34254143646 rows/sec., 4.62 MiB/sec. | ||
| 8089 | 2024.10.10 06:04:36.031233 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 8090 | 2024.10.10 06:04:36.031257 [ 3 ] {79d4a1d2-3c34-44a7-8381-b6559cb6f0ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8091 | 2024.10.10 06:04:36.031273 [ 3 ] {} <Debug> HTTP-Session: e9b8faf8-5da7-430e-a22b-f1a84a200231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8092 | 2024.10.10 06:04:36.031426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8093 | 2024.10.10 06:04:36.031474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8094 | 2024.10.10 06:04:36.031493 [ 3 ] {} <Debug> HTTP-Session: 0bed065c-c830-4ed6-9d36-b340248fd3c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8095 | 2024.10.10 06:04:36.031509 [ 3 ] {} <Debug> HTTP-Session: 0bed065c-c830-4ed6-9d36-b340248fd3c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8096 | 2024.10.10 06:04:36.031523 [ 3 ] {} <Debug> HTTP-Session: 0bed065c-c830-4ed6-9d36-b340248fd3c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8097 | 2024.10.10 06:04:36.031553 [ 3 ] {} <Trace> HTTP-Session: 0bed065c-c830-4ed6-9d36-b340248fd3c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8098 | 2024.10.10 06:04:36.031886 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8099 | 2024.10.10 06:04:36.031952 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <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 | ||
| 8100 | 2024.10.10 06:04:36.032381 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8101 | 2024.10.10 06:04:36.033134 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8102 | 2024.10.10 06:04:36.033171 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8103 | 2024.10.10 06:04:36.033820 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8104 | 2024.10.10 06:04:36.034240 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8105 | 2024.10.10 06:04:36.034450 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.0028 sec., 11071.42857142857 rows/sec., 19.84 MiB/sec. | ||
| 8106 | 2024.10.10 06:04:36.034970 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Debug> DynamicQueryHandler: Done processing query | ||
| 8107 | 2024.10.10 06:04:36.034996 [ 3 ] {8db78cf0-f92e-4524-b8f2-26a90f294b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8108 | 2024.10.10 06:04:36.035012 [ 3 ] {} <Debug> HTTP-Session: 0bed065c-c830-4ed6-9d36-b340248fd3c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8109 | 2024.10.10 06:04:36.035147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 6410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8110 | 2024.10.10 06:04:36.035197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8111 | 2024.10.10 06:04:36.035217 [ 3 ] {} <Debug> HTTP-Session: df71b5ee-9012-4423-a415-8038b2f495d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8112 | 2024.10.10 06:04:36.035233 [ 3 ] {} <Debug> HTTP-Session: df71b5ee-9012-4423-a415-8038b2f495d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8113 | 2024.10.10 06:04:36.035248 [ 3 ] {} <Debug> HTTP-Session: df71b5ee-9012-4423-a415-8038b2f495d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8114 | 2024.10.10 06:04:36.035279 [ 3 ] {} <Trace> HTTP-Session: df71b5ee-9012-4423-a415-8038b2f495d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8115 | 2024.10.10 06:04:36.035390 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8116 | 2024.10.10 06:04:36.035435 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8117 | 2024.10.10 06:04:36.035590 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8118 | 2024.10.10 06:04:36.035914 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8119 | 2024.10.10 06:04:36.035950 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8120 | 2024.10.10 06:04:36.036315 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8121 | 2024.10.10 06:04:36.036646 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8122 | 2024.10.10 06:04:36.036796 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001437 sec., 29227.557411273487 rows/sec., 1.97 MiB/sec. | ||
| 8123 | 2024.10.10 06:04:36.036821 [ 63 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8124 | 2024.10.10 06:04:36.036906 [ 63 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8125 | 2024.10.10 06:04:36.036964 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8126 | 2024.10.10 06:04:36.037058 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Debug> DynamicQueryHandler: Done processing query | ||
| 8127 | 2024.10.10 06:04:36.037097 [ 3 ] {122aadb2-3456-49c4-b7a6-7554c7d01b69} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8128 | 2024.10.10 06:04:36.037111 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 8129 | 2024.10.10 06:04:36.037118 [ 3 ] {} <Debug> HTTP-Session: df71b5ee-9012-4423-a415-8038b2f495d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8130 | 2024.10.10 06:04:36.037250 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8131 | 2024.10.10 06:04:36.037284 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2158 rows starting from the beginning of the part | ||
| 8132 | 2024.10.10 06:04:36.037387 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 8133 | 2024.10.10 06:04:36.037570 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 8134 | 2024.10.10 06:04:36.037809 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::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 | ||
| 8135 | 2024.10.10 06:04:36.037930 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 8136 | 2024.10.10 06:04:36.038119 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part | ||
| 8137 | 2024.10.10 06:04:36.039413 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 4 columns (4 merged, 0 gathered) in 0.002368397 sec., 1031077.137827822 rows/sec., 67.25 MiB/sec. | ||
| 8138 | 2024.10.10 06:04:36.039731 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8139 | 2024.10.10 06:04:36.040196 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_41_8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8140 | 2024.10.10 06:04:36.040286 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_41_8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8141 | 2024.10.10 06:04:36.040384 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 8142 | 2024.10.10 06:04:38.256085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 808 | ||
| 8143 | 2024.10.10 06:04:38.259284 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8144 | 2024.10.10 06:04:38.259339 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8145 | 2024.10.10 06:04:38.260900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8146 | 2024.10.10 06:04:38.261923 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8147 | 2024.10.10 06:04:38.262461 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 808 | ||
| 8148 | 2024.10.10 06:04:41.018909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8149 | 2024.10.10 06:04:41.019033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8150 | 2024.10.10 06:04:41.019058 [ 3 ] {} <Debug> HTTP-Session: 819ebf5d-60da-45ec-b6cc-b0fb8ea335fa Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8151 | 2024.10.10 06:04:41.019082 [ 3 ] {} <Debug> HTTP-Session: 819ebf5d-60da-45ec-b6cc-b0fb8ea335fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8152 | 2024.10.10 06:04:41.019097 [ 3 ] {} <Debug> HTTP-Session: 819ebf5d-60da-45ec-b6cc-b0fb8ea335fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8153 | 2024.10.10 06:04:41.019147 [ 3 ] {} <Trace> HTTP-Session: 819ebf5d-60da-45ec-b6cc-b0fb8ea335fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8154 | 2024.10.10 06:04:41.019323 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8155 | 2024.10.10 06:04:41.019390 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8156 | 2024.10.10 06:04:41.019737 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8157 | 2024.10.10 06:04:41.020166 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8158 | 2024.10.10 06:04:41.020212 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8159 | 2024.10.10 06:04:41.020634 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8160 | 2024.10.10 06:04:41.021032 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8161 | 2024.10.10 06:04:41.021206 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001927 sec., 1037.8827192527244 rows/sec., 84.63 KiB/sec. | ||
| 8162 | 2024.10.10 06:04:41.021434 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8163 | 2024.10.10 06:04:41.021463 [ 3 ] {83a0b1c6-d42b-40a6-a387-0e207948a0b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8164 | 2024.10.10 06:04:41.021481 [ 3 ] {} <Debug> HTTP-Session: 819ebf5d-60da-45ec-b6cc-b0fb8ea335fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8165 | 2024.10.10 06:04:41.021671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8166 | 2024.10.10 06:04:41.021727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8167 | 2024.10.10 06:04:41.021747 [ 3 ] {} <Debug> HTTP-Session: b54b2c62-1e25-4d97-a396-0570708a46e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8168 | 2024.10.10 06:04:41.021765 [ 3 ] {} <Debug> HTTP-Session: b54b2c62-1e25-4d97-a396-0570708a46e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8169 | 2024.10.10 06:04:41.021779 [ 3 ] {} <Debug> HTTP-Session: b54b2c62-1e25-4d97-a396-0570708a46e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8170 | 2024.10.10 06:04:41.021816 [ 3 ] {} <Trace> HTTP-Session: b54b2c62-1e25-4d97-a396-0570708a46e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8171 | 2024.10.10 06:04:41.021946 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8172 | 2024.10.10 06:04:41.021993 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8173 | 2024.10.10 06:04:41.022231 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8174 | 2024.10.10 06:04:41.022612 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2024.10.10 06:04:41.022651 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8176 | 2024.10.10 06:04:41.023022 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8177 | 2024.10.10 06:04:41.023384 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8178 | 2024.10.10 06:04:41.023516 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Debug> executeQuery: Read 75 rows, 6.14 KiB in 0.001619 sec., 46324.891908585545 rows/sec., 3.70 MiB/sec. | ||
| 8179 | 2024.10.10 06:04:41.023685 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Debug> DynamicQueryHandler: Done processing query | ||
| 8180 | 2024.10.10 06:04:41.023711 [ 3 ] {48bd17d8-fed1-4028-8aa5-37447f253961} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8181 | 2024.10.10 06:04:41.023728 [ 3 ] {} <Debug> HTTP-Session: b54b2c62-1e25-4d97-a396-0570708a46e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8182 | 2024.10.10 06:04:41.023857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8183 | 2024.10.10 06:04:41.023906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8184 | 2024.10.10 06:04:41.023926 [ 3 ] {} <Debug> HTTP-Session: dcddc9d3-72ac-4a44-9ebc-1a636d5b056d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8185 | 2024.10.10 06:04:41.023943 [ 3 ] {} <Debug> HTTP-Session: dcddc9d3-72ac-4a44-9ebc-1a636d5b056d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8186 | 2024.10.10 06:04:41.023956 [ 3 ] {} <Debug> HTTP-Session: dcddc9d3-72ac-4a44-9ebc-1a636d5b056d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8187 | 2024.10.10 06:04:41.023990 [ 3 ] {} <Trace> HTTP-Session: dcddc9d3-72ac-4a44-9ebc-1a636d5b056d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8188 | 2024.10.10 06:04:41.024090 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8189 | 2024.10.10 06:04:41.024135 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8190 | 2024.10.10 06:04:41.024360 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8191 | 2024.10.10 06:04:41.024666 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2024.10.10 06:04:41.024703 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8193 | 2024.10.10 06:04:41.025051 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8194 | 2024.10.10 06:04:41.025422 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8195 | 2024.10.10 06:04:41.025552 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001489 sec., 7387.508394895903 rows/sec., 548.29 KiB/sec. | ||
| 8196 | 2024.10.10 06:04:41.025731 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Debug> DynamicQueryHandler: Done processing query | ||
| 8197 | 2024.10.10 06:04:41.025756 [ 3 ] {028b0429-e7c3-4407-ac86-383a2ed7cc87} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8198 | 2024.10.10 06:04:41.025772 [ 3 ] {} <Debug> HTTP-Session: dcddc9d3-72ac-4a44-9ebc-1a636d5b056d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8199 | 2024.10.10 06:04:41.025922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8200 | 2024.10.10 06:04:41.025971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8201 | 2024.10.10 06:04:41.025990 [ 3 ] {} <Debug> HTTP-Session: f4025df5-1577-4ffd-9148-5d2940667781 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8202 | 2024.10.10 06:04:41.026006 [ 3 ] {} <Debug> HTTP-Session: f4025df5-1577-4ffd-9148-5d2940667781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8203 | 2024.10.10 06:04:41.026019 [ 3 ] {} <Debug> HTTP-Session: f4025df5-1577-4ffd-9148-5d2940667781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8204 | 2024.10.10 06:04:41.026051 [ 3 ] {} <Trace> HTTP-Session: f4025df5-1577-4ffd-9148-5d2940667781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8205 | 2024.10.10 06:04:41.026168 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8206 | 2024.10.10 06:04:41.026210 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8207 | 2024.10.10 06:04:41.026435 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8208 | 2024.10.10 06:04:41.026780 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2024.10.10 06:04:41.026816 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8210 | 2024.10.10 06:04:41.027169 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8211 | 2024.10.10 06:04:41.027527 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8212 | 2024.10.10 06:04:41.027652 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001525 sec., 49180.32786885246 rows/sec., 3.84 MiB/sec. | ||
| 8213 | 2024.10.10 06:04:41.027816 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8214 | 2024.10.10 06:04:41.027841 [ 3 ] {186739ad-8e3d-4ebe-9ac1-35d7d0316ed9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8215 | 2024.10.10 06:04:41.027858 [ 3 ] {} <Debug> HTTP-Session: f4025df5-1577-4ffd-9148-5d2940667781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8216 | 2024.10.10 06:04:41.028025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8217 | 2024.10.10 06:04:41.028073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8218 | 2024.10.10 06:04:41.028093 [ 3 ] {} <Debug> HTTP-Session: 9e0b091f-25f6-457d-99c8-f623c012b9c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8219 | 2024.10.10 06:04:41.028109 [ 3 ] {} <Debug> HTTP-Session: 9e0b091f-25f6-457d-99c8-f623c012b9c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8220 | 2024.10.10 06:04:41.028123 [ 3 ] {} <Debug> HTTP-Session: 9e0b091f-25f6-457d-99c8-f623c012b9c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8221 | 2024.10.10 06:04:41.028155 [ 3 ] {} <Trace> HTTP-Session: 9e0b091f-25f6-457d-99c8-f623c012b9c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8222 | 2024.10.10 06:04:41.028301 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8223 | 2024.10.10 06:04:41.028348 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8224 | 2024.10.10 06:04:41.028493 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8225 | 2024.10.10 06:04:41.028921 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2024.10.10 06:04:41.028956 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8227 | 2024.10.10 06:04:41.029344 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8228 | 2024.10.10 06:04:41.029688 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8229 | 2024.10.10 06:04:41.029820 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001586 sec., 101513.24085750316 rows/sec., 7.07 MiB/sec. | ||
| 8230 | 2024.10.10 06:04:41.030108 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8231 | 2024.10.10 06:04:41.030158 [ 3 ] {4bfeedb4-da1f-4448-a9d6-a3c3b08b624a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8232 | 2024.10.10 06:04:41.030188 [ 3 ] {} <Debug> HTTP-Session: 9e0b091f-25f6-457d-99c8-f623c012b9c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8233 | 2024.10.10 06:04:41.030347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14844, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8234 | 2024.10.10 06:04:41.030397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8235 | 2024.10.10 06:04:41.030417 [ 3 ] {} <Debug> HTTP-Session: 8fb2d165-a7c4-4219-a1f3-850212773d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8236 | 2024.10.10 06:04:41.030435 [ 3 ] {} <Debug> HTTP-Session: 8fb2d165-a7c4-4219-a1f3-850212773d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8237 | 2024.10.10 06:04:41.030450 [ 3 ] {} <Debug> HTTP-Session: 8fb2d165-a7c4-4219-a1f3-850212773d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8238 | 2024.10.10 06:04:41.030481 [ 3 ] {} <Trace> HTTP-Session: 8fb2d165-a7c4-4219-a1f3-850212773d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8239 | 2024.10.10 06:04:41.030647 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8240 | 2024.10.10 06:04:41.030721 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <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 | ||
| 8241 | 2024.10.10 06:04:41.031176 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8242 | 2024.10.10 06:04:41.031728 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2024.10.10 06:04:41.031765 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8244 | 2024.10.10 06:04:41.032383 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8245 | 2024.10.10 06:04:41.032820 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8246 | 2024.10.10 06:04:41.032971 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002414 sec., 3728.251864125932 rows/sec., 6.68 MiB/sec. | ||
| 8247 | 2024.10.10 06:04:41.033207 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Debug> DynamicQueryHandler: Done processing query | ||
| 8248 | 2024.10.10 06:04:41.033232 [ 3 ] {6a90e928-575d-4d23-a903-c83f42ece132} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 8249 | 2024.10.10 06:04:41.033249 [ 3 ] {} <Debug> HTTP-Session: 8fb2d165-a7c4-4219-a1f3-850212773d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8250 | 2024.10.10 06:04:41.033377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8251 | 2024.10.10 06:04:41.033426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8252 | 2024.10.10 06:04:41.033446 [ 3 ] {} <Debug> HTTP-Session: eba20806-0f77-48ca-9262-5afe901fc349 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8253 | 2024.10.10 06:04:41.033462 [ 3 ] {} <Debug> HTTP-Session: eba20806-0f77-48ca-9262-5afe901fc349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8254 | 2024.10.10 06:04:41.033475 [ 3 ] {} <Debug> HTTP-Session: eba20806-0f77-48ca-9262-5afe901fc349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8255 | 2024.10.10 06:04:41.033506 [ 3 ] {} <Trace> HTTP-Session: eba20806-0f77-48ca-9262-5afe901fc349 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8256 | 2024.10.10 06:04:41.033618 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8257 | 2024.10.10 06:04:41.033664 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8258 | 2024.10.10 06:04:41.033795 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8259 | 2024.10.10 06:04:41.034110 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8260 | 2024.10.10 06:04:41.034145 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8261 | 2024.10.10 06:04:41.034508 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8262 | 2024.10.10 06:04:41.034838 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8263 | 2024.10.10 06:04:41.034969 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
| 8264 | 2024.10.10 06:04:41.035170 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Debug> DynamicQueryHandler: Done processing query | ||
| 8265 | 2024.10.10 06:04:41.035198 [ 3 ] {6d165396-374b-403d-81aa-a30e0eccfd13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8266 | 2024.10.10 06:04:41.035214 [ 3 ] {} <Debug> HTTP-Session: eba20806-0f77-48ca-9262-5afe901fc349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8267 | 2024.10.10 06:04:46.025253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8268 | 2024.10.10 06:04:46.025436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8269 | 2024.10.10 06:04:46.025482 [ 3 ] {} <Debug> HTTP-Session: 0c5afe98-e8e0-456c-bde0-cfb0c8d73947 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8270 | 2024.10.10 06:04:46.025527 [ 3 ] {} <Debug> HTTP-Session: 0c5afe98-e8e0-456c-bde0-cfb0c8d73947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8271 | 2024.10.10 06:04:46.025557 [ 3 ] {} <Debug> HTTP-Session: 0c5afe98-e8e0-456c-bde0-cfb0c8d73947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8272 | 2024.10.10 06:04:46.025638 [ 3 ] {} <Trace> HTTP-Session: 0c5afe98-e8e0-456c-bde0-cfb0c8d73947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8273 | 2024.10.10 06:04:46.025910 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8274 | 2024.10.10 06:04:46.026021 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8275 | 2024.10.10 06:04:46.026495 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8276 | 2024.10.10 06:04:46.026944 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8277 | 2024.10.10 06:04:46.026989 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8278 | 2024.10.10 06:04:46.027400 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8279 | 2024.10.10 06:04:46.027789 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8280 | 2024.10.10 06:04:46.027938 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002123 sec., 2826.189354686764 rows/sec., 230.46 KiB/sec. | ||
| 8281 | 2024.10.10 06:04:46.028166 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8282 | 2024.10.10 06:04:46.028192 [ 3 ] {9f0b48a1-dc16-4219-a488-ddc704d349d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8283 | 2024.10.10 06:04:46.028209 [ 3 ] {} <Debug> HTTP-Session: 0c5afe98-e8e0-456c-bde0-cfb0c8d73947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8284 | 2024.10.10 06:04:46.028413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8285 | 2024.10.10 06:04:46.028466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8286 | 2024.10.10 06:04:46.028485 [ 3 ] {} <Debug> HTTP-Session: 9eae2a16-cb2b-471c-bf48-d6d0b5f1de24 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8287 | 2024.10.10 06:04:46.028503 [ 3 ] {} <Debug> HTTP-Session: 9eae2a16-cb2b-471c-bf48-d6d0b5f1de24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8288 | 2024.10.10 06:04:46.028516 [ 3 ] {} <Debug> HTTP-Session: 9eae2a16-cb2b-471c-bf48-d6d0b5f1de24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8289 | 2024.10.10 06:04:46.028550 [ 3 ] {} <Trace> HTTP-Session: 9eae2a16-cb2b-471c-bf48-d6d0b5f1de24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8290 | 2024.10.10 06:04:46.028785 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8291 | 2024.10.10 06:04:46.028832 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8292 | 2024.10.10 06:04:46.029075 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8293 | 2024.10.10 06:04:46.029570 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8294 | 2024.10.10 06:04:46.029608 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8295 | 2024.10.10 06:04:46.030000 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8296 | 2024.10.10 06:04:46.030362 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8297 | 2024.10.10 06:04:46.030524 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Debug> executeQuery: Read 254 rows, 22.98 KiB in 0.001824 sec., 139254.38596491228 rows/sec., 12.30 MiB/sec. | ||
| 8298 | 2024.10.10 06:04:46.030699 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Debug> DynamicQueryHandler: Done processing query | ||
| 8299 | 2024.10.10 06:04:46.030726 [ 3 ] {5037efae-0a40-4de3-a182-ea1111b4cbee} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 8300 | 2024.10.10 06:04:46.030742 [ 3 ] {} <Debug> HTTP-Session: 9eae2a16-cb2b-471c-bf48-d6d0b5f1de24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8301 | 2024.10.10 06:04:46.030896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8302 | 2024.10.10 06:04:46.030945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8303 | 2024.10.10 06:04:46.030965 [ 3 ] {} <Debug> HTTP-Session: 3fe6a9a2-faa8-4d55-b0ff-037b242b5035 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8304 | 2024.10.10 06:04:46.030982 [ 3 ] {} <Debug> HTTP-Session: 3fe6a9a2-faa8-4d55-b0ff-037b242b5035 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8305 | 2024.10.10 06:04:46.030996 [ 3 ] {} <Debug> HTTP-Session: 3fe6a9a2-faa8-4d55-b0ff-037b242b5035 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8306 | 2024.10.10 06:04:46.031028 [ 3 ] {} <Trace> HTTP-Session: 3fe6a9a2-faa8-4d55-b0ff-037b242b5035 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8307 | 2024.10.10 06:04:46.031140 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8308 | 2024.10.10 06:04:46.031183 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8309 | 2024.10.10 06:04:46.031413 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8310 | 2024.10.10 06:04:46.031742 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8311 | 2024.10.10 06:04:46.031780 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8312 | 2024.10.10 06:04:46.032133 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8313 | 2024.10.10 06:04:46.032486 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8314 | 2024.10.10 06:04:46.032646 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001532 sec., 24151.436031331592 rows/sec., 1.75 MiB/sec. | ||
| 8315 | 2024.10.10 06:04:46.032823 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Debug> DynamicQueryHandler: Done processing query | ||
| 8316 | 2024.10.10 06:04:46.032847 [ 3 ] {a8bd1dab-dca8-41f7-a09f-6638a4074ece} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8317 | 2024.10.10 06:04:46.032864 [ 3 ] {} <Debug> HTTP-Session: 3fe6a9a2-faa8-4d55-b0ff-037b242b5035 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8318 | 2024.10.10 06:04:46.032996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8319 | 2024.10.10 06:04:46.033045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8320 | 2024.10.10 06:04:46.033064 [ 3 ] {} <Debug> HTTP-Session: 29a6e3b7-9789-46bf-b3ca-d966b4f53bff Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8321 | 2024.10.10 06:04:46.033081 [ 3 ] {} <Debug> HTTP-Session: 29a6e3b7-9789-46bf-b3ca-d966b4f53bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8322 | 2024.10.10 06:04:46.033095 [ 3 ] {} <Debug> HTTP-Session: 29a6e3b7-9789-46bf-b3ca-d966b4f53bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8323 | 2024.10.10 06:04:46.033127 [ 3 ] {} <Trace> HTTP-Session: 29a6e3b7-9789-46bf-b3ca-d966b4f53bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8324 | 2024.10.10 06:04:46.033231 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8325 | 2024.10.10 06:04:46.033274 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8326 | 2024.10.10 06:04:46.033503 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8327 | 2024.10.10 06:04:46.033804 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2024.10.10 06:04:46.033841 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8329 | 2024.10.10 06:04:46.034192 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8330 | 2024.10.10 06:04:46.034554 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2024.10.10 06:04:46.034708 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001503 sec., 9314.703925482369 rows/sec., 652.34 KiB/sec. | ||
| 8332 | 2024.10.10 06:04:46.034879 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8333 | 2024.10.10 06:04:46.034904 [ 3 ] {0c35cde7-d7e4-4b7a-b3c2-2cf5f92abc9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8334 | 2024.10.10 06:04:46.034920 [ 3 ] {} <Debug> HTTP-Session: 29a6e3b7-9789-46bf-b3ca-d966b4f53bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8335 | 2024.10.10 06:04:46.035087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8336 | 2024.10.10 06:04:46.035135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8337 | 2024.10.10 06:04:46.035154 [ 3 ] {} <Debug> HTTP-Session: bd43562f-1819-4be1-9c91-4bfa9ab19806 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8338 | 2024.10.10 06:04:46.035171 [ 3 ] {} <Debug> HTTP-Session: bd43562f-1819-4be1-9c91-4bfa9ab19806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8339 | 2024.10.10 06:04:46.035185 [ 3 ] {} <Debug> HTTP-Session: bd43562f-1819-4be1-9c91-4bfa9ab19806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8340 | 2024.10.10 06:04:46.035216 [ 3 ] {} <Trace> HTTP-Session: bd43562f-1819-4be1-9c91-4bfa9ab19806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8341 | 2024.10.10 06:04:46.035313 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8342 | 2024.10.10 06:04:46.035356 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8343 | 2024.10.10 06:04:46.035582 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8344 | 2024.10.10 06:04:46.035885 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8345 | 2024.10.10 06:04:46.035922 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8346 | 2024.10.10 06:04:46.036271 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8347 | 2024.10.10 06:04:46.036626 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8348 | 2024.10.10 06:04:46.036775 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 239.68 KiB/sec. | ||
| 8349 | 2024.10.10 06:04:46.036960 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Debug> DynamicQueryHandler: Done processing query | ||
| 8350 | 2024.10.10 06:04:46.036985 [ 3 ] {b37a6f84-fa57-47af-ad8a-69b4646f8b96} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8351 | 2024.10.10 06:04:46.037002 [ 3 ] {} <Debug> HTTP-Session: bd43562f-1819-4be1-9c91-4bfa9ab19806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8352 | 2024.10.10 06:04:46.037209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 68089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8353 | 2024.10.10 06:04:46.037259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8354 | 2024.10.10 06:04:46.037279 [ 3 ] {} <Debug> HTTP-Session: f018f7f5-d5f6-4906-9c33-1c6b84a92b36 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8355 | 2024.10.10 06:04:46.037295 [ 3 ] {} <Debug> HTTP-Session: f018f7f5-d5f6-4906-9c33-1c6b84a92b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8356 | 2024.10.10 06:04:46.037309 [ 3 ] {} <Debug> HTTP-Session: f018f7f5-d5f6-4906-9c33-1c6b84a92b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8357 | 2024.10.10 06:04:46.037340 [ 3 ] {} <Trace> HTTP-Session: f018f7f5-d5f6-4906-9c33-1c6b84a92b36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8358 | 2024.10.10 06:04:46.037544 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8359 | 2024.10.10 06:04:46.037588 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8360 | 2024.10.10 06:04:46.037815 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8361 | 2024.10.10 06:04:46.038388 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2024.10.10 06:04:46.038425 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8363 | 2024.10.10 06:04:46.038799 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8364 | 2024.10.10 06:04:46.039155 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2024.10.10 06:04:46.039310 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001871 sec., 223944.4147514698 rows/sec., 16.00 MiB/sec. | ||
| 8366 | 2024.10.10 06:04:46.039482 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 8367 | 2024.10.10 06:04:46.039506 [ 3 ] {10f28ed8-2710-4a34-8eab-0ed54c95b2ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8368 | 2024.10.10 06:04:46.039523 [ 3 ] {} <Debug> HTTP-Session: f018f7f5-d5f6-4906-9c33-1c6b84a92b36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8369 | 2024.10.10 06:04:46.039731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8370 | 2024.10.10 06:04:46.039778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8371 | 2024.10.10 06:04:46.039799 [ 3 ] {} <Debug> HTTP-Session: 81da1471-434d-41cc-84d8-292ed94b2c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8372 | 2024.10.10 06:04:46.039815 [ 3 ] {} <Debug> HTTP-Session: 81da1471-434d-41cc-84d8-292ed94b2c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8373 | 2024.10.10 06:04:46.039829 [ 3 ] {} <Debug> HTTP-Session: 81da1471-434d-41cc-84d8-292ed94b2c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8374 | 2024.10.10 06:04:46.039860 [ 3 ] {} <Trace> HTTP-Session: 81da1471-434d-41cc-84d8-292ed94b2c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8375 | 2024.10.10 06:04:46.039957 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8376 | 2024.10.10 06:04:46.040002 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8377 | 2024.10.10 06:04:46.040134 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8378 | 2024.10.10 06:04:46.040399 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8379 | 2024.10.10 06:04:46.040434 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8380 | 2024.10.10 06:04:46.040801 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8381 | 2024.10.10 06:04:46.041132 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8382 | 2024.10.10 06:04:46.041289 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec. | ||
| 8383 | 2024.10.10 06:04:46.041461 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Debug> DynamicQueryHandler: Done processing query | ||
| 8384 | 2024.10.10 06:04:46.041486 [ 3 ] {b802495a-7cbe-411c-936e-1cbb72478850} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8385 | 2024.10.10 06:04:46.041503 [ 3 ] {} <Debug> HTTP-Session: 81da1471-434d-41cc-84d8-292ed94b2c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8386 | 2024.10.10 06:04:46.041675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 45227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8387 | 2024.10.10 06:04:46.041724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8388 | 2024.10.10 06:04:46.041743 [ 3 ] {} <Debug> HTTP-Session: 596e7806-1592-4f39-87a7-9a65c204f943 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8389 | 2024.10.10 06:04:46.041760 [ 3 ] {} <Debug> HTTP-Session: 596e7806-1592-4f39-87a7-9a65c204f943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8390 | 2024.10.10 06:04:46.041774 [ 3 ] {} <Debug> HTTP-Session: 596e7806-1592-4f39-87a7-9a65c204f943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8391 | 2024.10.10 06:04:46.041807 [ 3 ] {} <Trace> HTTP-Session: 596e7806-1592-4f39-87a7-9a65c204f943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8392 | 2024.10.10 06:04:46.042043 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8393 | 2024.10.10 06:04:46.042090 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8394 | 2024.10.10 06:04:46.042238 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8395 | 2024.10.10 06:04:46.042638 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8396 | 2024.10.10 06:04:46.042674 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8397 | 2024.10.10 06:04:46.043079 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8398 | 2024.10.10 06:04:46.043449 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8399 | 2024.10.10 06:04:46.043604 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001703 sec., 140927.77451556077 rows/sec., 9.45 MiB/sec. | ||
| 8400 | 2024.10.10 06:04:46.043789 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Debug> DynamicQueryHandler: Done processing query | ||
| 8401 | 2024.10.10 06:04:46.043816 [ 3 ] {8b5e35aa-8766-44ab-ae11-6999a2277b64} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8402 | 2024.10.10 06:04:46.043833 [ 3 ] {} <Debug> HTTP-Session: 596e7806-1592-4f39-87a7-9a65c204f943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8403 | 2024.10.10 06:04:46.044007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8404 | 2024.10.10 06:04:46.044055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8405 | 2024.10.10 06:04:46.044074 [ 3 ] {} <Debug> HTTP-Session: fd1390cd-5b50-4118-9836-6b56bafe9e9d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8406 | 2024.10.10 06:04:46.044091 [ 3 ] {} <Debug> HTTP-Session: fd1390cd-5b50-4118-9836-6b56bafe9e9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8407 | 2024.10.10 06:04:46.044105 [ 3 ] {} <Debug> HTTP-Session: fd1390cd-5b50-4118-9836-6b56bafe9e9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8408 | 2024.10.10 06:04:46.044135 [ 3 ] {} <Trace> HTTP-Session: fd1390cd-5b50-4118-9836-6b56bafe9e9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8409 | 2024.10.10 06:04:46.044229 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8410 | 2024.10.10 06:04:46.044274 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8411 | 2024.10.10 06:04:46.044406 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8412 | 2024.10.10 06:04:46.044680 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8413 | 2024.10.10 06:04:46.044717 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8414 | 2024.10.10 06:04:46.045063 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8415 | 2024.10.10 06:04:46.045381 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8416 | 2024.10.10 06:04:46.045544 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
| 8417 | 2024.10.10 06:04:46.045806 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Debug> DynamicQueryHandler: Done processing query | ||
| 8418 | 2024.10.10 06:04:46.045847 [ 3 ] {6c29ff08-657a-4b32-aaca-4b0dfeddd304} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8419 | 2024.10.10 06:04:46.045864 [ 3 ] {} <Debug> HTTP-Session: fd1390cd-5b50-4118-9836-6b56bafe9e9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8420 | 2024.10.10 06:04:46.046014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8421 | 2024.10.10 06:04:46.046063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8422 | 2024.10.10 06:04:46.046082 [ 3 ] {} <Debug> HTTP-Session: fc0d268a-d68d-482a-8f13-88ad5d18ac82 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8423 | 2024.10.10 06:04:46.046098 [ 3 ] {} <Debug> HTTP-Session: fc0d268a-d68d-482a-8f13-88ad5d18ac82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8424 | 2024.10.10 06:04:46.046113 [ 3 ] {} <Debug> HTTP-Session: fc0d268a-d68d-482a-8f13-88ad5d18ac82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8425 | 2024.10.10 06:04:46.046144 [ 3 ] {} <Trace> HTTP-Session: fc0d268a-d68d-482a-8f13-88ad5d18ac82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8426 | 2024.10.10 06:04:46.046460 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8427 | 2024.10.10 06:04:46.046533 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <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 | ||
| 8428 | 2024.10.10 06:04:46.046993 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8429 | 2024.10.10 06:04:46.047608 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8430 | 2024.10.10 06:04:46.047645 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8431 | 2024.10.10 06:04:46.048279 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8432 | 2024.10.10 06:04:46.048684 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8433 | 2024.10.10 06:04:46.048873 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8434 | 2024.10.10 06:04:46.048878 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002644 sec., 11724.65960665658 rows/sec., 21.01 MiB/sec. | ||
| 8435 | 2024.10.10 06:04:46.048962 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8436 | 2024.10.10 06:04:46.049039 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8437 | 2024.10.10 06:04:46.049646 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 8438 | 2024.10.10 06:04:46.049757 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Debug> DynamicQueryHandler: Done processing query | ||
| 8439 | 2024.10.10 06:04:46.049830 [ 3 ] {f8becadc-22b7-4a56-a9c6-fc68e0426360} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8440 | 2024.10.10 06:04:46.049894 [ 3 ] {} <Debug> HTTP-Session: fc0d268a-d68d-482a-8f13-88ad5d18ac82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8441 | 2024.10.10 06:04:46.050115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8442 | 2024.10.10 06:04:46.050239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8443 | 2024.10.10 06:04:46.050299 [ 3 ] {} <Debug> HTTP-Session: bced71dc-2f28-4887-8492-7fa77ed0583b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8444 | 2024.10.10 06:04:46.050345 [ 3 ] {} <Debug> HTTP-Session: bced71dc-2f28-4887-8492-7fa77ed0583b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8445 | 2024.10.10 06:04:46.050386 [ 3 ] {} <Debug> HTTP-Session: bced71dc-2f28-4887-8492-7fa77ed0583b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8446 | 2024.10.10 06:04:46.050473 [ 3 ] {} <Trace> HTTP-Session: bced71dc-2f28-4887-8492-7fa77ed0583b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8447 | 2024.10.10 06:04:46.050601 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8448 | 2024.10.10 06:04:46.050747 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8449 | 2024.10.10 06:04:46.050773 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 518 rows starting from the beginning of the part | ||
| 8450 | 2024.10.10 06:04:46.050846 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8451 | 2024.10.10 06:04:46.051635 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part | ||
| 8452 | 2024.10.10 06:04:46.051662 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8453 | 2024.10.10 06:04:46.052215 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
| 8454 | 2024.10.10 06:04:46.052890 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8455 | 2024.10.10 06:04:46.052951 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part | ||
| 8456 | 2024.10.10 06:04:46.052963 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8457 | 2024.10.10 06:04:46.053628 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part | ||
| 8458 | 2024.10.10 06:04:46.054296 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part | ||
| 8459 | 2024.10.10 06:04:46.054367 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8460 | 2024.10.10 06:04:46.055344 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2024.10.10 06:04:46.055674 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005031 sec., 16298.946531504671 rows/sec., 1.04 MiB/sec. | ||
| 8462 | 2024.10.10 06:04:46.056059 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8463 | 2024.10.10 06:04:46.056114 [ 3 ] {1ee21c10-4c01-48fc-a387-ab2a9dbb302e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8464 | 2024.10.10 06:04:46.056152 [ 3 ] {} <Debug> HTTP-Session: bced71dc-2f28-4887-8492-7fa77ed0583b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8465 | 2024.10.10 06:04:46.059162 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 629 rows, containing 19 columns (19 merged, 0 gathered) in 0.00998418 sec., 62999.665470774766 rows/sec., 112.89 MiB/sec. | ||
| 8466 | 2024.10.10 06:04:46.060071 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8467 | 2024.10.10 06:04:46.060763 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8468 | 2024.10.10 06:04:46.060872 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8469 | 2024.10.10 06:04:46.061045 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 8470 | 2024.10.10 06:04:48.073971 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8471 | 2024.10.10 06:04:48.074022 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8472 | 2024.10.10 06:04:48.262733 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 844 | ||
| 8473 | 2024.10.10 06:04:48.265662 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2024.10.10 06:04:48.265713 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8475 | 2024.10.10 06:04:48.267217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8476 | 2024.10.10 06:04:48.268212 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2024.10.10 06:04:48.269566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 844 | ||
| 8478 | 2024.10.10 06:04:51.018919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8479 | 2024.10.10 06:04:51.019054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8480 | 2024.10.10 06:04:51.019085 [ 3 ] {} <Debug> HTTP-Session: 77ed7160-5571-44af-bc40-9178a543bc5c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8481 | 2024.10.10 06:04:51.019114 [ 3 ] {} <Debug> HTTP-Session: 77ed7160-5571-44af-bc40-9178a543bc5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8482 | 2024.10.10 06:04:51.019131 [ 3 ] {} <Debug> HTTP-Session: 77ed7160-5571-44af-bc40-9178a543bc5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8483 | 2024.10.10 06:04:51.019184 [ 3 ] {} <Trace> HTTP-Session: 77ed7160-5571-44af-bc40-9178a543bc5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8484 | 2024.10.10 06:04:51.019380 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8485 | 2024.10.10 06:04:51.019458 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8486 | 2024.10.10 06:04:51.019809 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8487 | 2024.10.10 06:04:51.020228 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8488 | 2024.10.10 06:04:51.020274 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8489 | 2024.10.10 06:04:51.020695 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8490 | 2024.10.10 06:04:51.021100 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8491 | 2024.10.10 06:04:51.021255 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001931 sec., 1035.732780942517 rows/sec., 84.46 KiB/sec. | ||
| 8492 | 2024.10.10 06:04:51.021314 [ 42 ] {} <Debug> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 8493 | 2024.10.10 06:04:51.021440 [ 42 ] {} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2024.10.10 06:04:51.021476 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8495 | 2024.10.10 06:04:51.021580 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8496 | 2024.10.10 06:04:51.021644 [ 3 ] {c804af90-2a4a-4e87-b884-1ab2fc40eb3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8497 | 2024.10.10 06:04:51.021694 [ 3 ] {} <Debug> HTTP-Session: 77ed7160-5571-44af-bc40-9178a543bc5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8498 | 2024.10.10 06:04:51.021737 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 8499 | 2024.10.10 06:04:51.021930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8500 | 2024.10.10 06:04:51.022020 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8501 | 2024.10.10 06:04:51.022038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8502 | 2024.10.10 06:04:51.022101 [ 3 ] {} <Debug> HTTP-Session: 7e619284-f9fc-4b12-af59-7b94cd5b9aa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8503 | 2024.10.10 06:04:51.022106 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part | ||
| 8504 | 2024.10.10 06:04:51.022132 [ 3 ] {} <Debug> HTTP-Session: 7e619284-f9fc-4b12-af59-7b94cd5b9aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8505 | 2024.10.10 06:04:51.022176 [ 3 ] {} <Debug> HTTP-Session: 7e619284-f9fc-4b12-af59-7b94cd5b9aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8506 | 2024.10.10 06:04:51.022304 [ 3 ] {} <Trace> HTTP-Session: 7e619284-f9fc-4b12-af59-7b94cd5b9aa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8507 | 2024.10.10 06:04:51.022406 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 8508 | 2024.10.10 06:04:51.022692 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::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 | ||
| 8509 | 2024.10.10 06:04:51.022878 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8510 | 2024.10.10 06:04:51.022996 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 8511 | 2024.10.10 06:04:51.023255 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::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 | ||
| 8512 | 2024.10.10 06:04:51.023343 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8513 | 2024.10.10 06:04:51.023542 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 8514 | 2024.10.10 06:04:51.024636 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8515 | 2024.10.10 06:04:51.025722 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8516 | 2024.10.10 06:04:51.025802 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8517 | 2024.10.10 06:04:51.026551 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00498115 sec., 7227.246720134908 rows/sec., 617.56 KiB/sec. | ||
| 8518 | 2024.10.10 06:04:51.026762 [ 195 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 8519 | 2024.10.10 06:04:51.026818 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8520 | 2024.10.10 06:04:51.027978 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8521 | 2024.10.10 06:04:51.027988 [ 192 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8522 | 2024.10.10 06:04:51.028245 [ 192 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_15_3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 8523 | 2024.10.10 06:04:51.028266 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Debug> executeQuery: Read 75 rows, 6.14 KiB in 0.005636 sec., 13307.310149041872 rows/sec., 1.06 MiB/sec. | ||
| 8524 | 2024.10.10 06:04:51.028584 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8525 | 2024.10.10 06:04:51.028916 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 8526 | 2024.10.10 06:04:51.028958 [ 3 ] {bb8462a7-b951-4cc6-89d3-bc7a9ac063ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8527 | 2024.10.10 06:04:51.028977 [ 3 ] {} <Debug> HTTP-Session: 7e619284-f9fc-4b12-af59-7b94cd5b9aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8528 | 2024.10.10 06:04:51.029128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8529 | 2024.10.10 06:04:51.029180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8530 | 2024.10.10 06:04:51.029198 [ 3 ] {} <Debug> HTTP-Session: 1c33c218-0443-44d8-b044-6855f443021c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8531 | 2024.10.10 06:04:51.029215 [ 3 ] {} <Debug> HTTP-Session: 1c33c218-0443-44d8-b044-6855f443021c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8532 | 2024.10.10 06:04:51.029229 [ 3 ] {} <Debug> HTTP-Session: 1c33c218-0443-44d8-b044-6855f443021c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8533 | 2024.10.10 06:04:51.029264 [ 3 ] {} <Trace> HTTP-Session: 1c33c218-0443-44d8-b044-6855f443021c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8534 | 2024.10.10 06:04:51.029375 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8535 | 2024.10.10 06:04:51.029421 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8536 | 2024.10.10 06:04:51.029686 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8537 | 2024.10.10 06:04:51.030015 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8538 | 2024.10.10 06:04:51.030052 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8539 | 2024.10.10 06:04:51.030418 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8540 | 2024.10.10 06:04:51.030792 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8541 | 2024.10.10 06:04:51.030958 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001608 sec., 6840.796019900497 rows/sec., 507.72 KiB/sec. | ||
| 8542 | 2024.10.10 06:04:51.031157 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8543 | 2024.10.10 06:04:51.031187 [ 3 ] {2374cdb2-7f7a-4d98-9ace-77e1e4475eb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8544 | 2024.10.10 06:04:51.031207 [ 3 ] {} <Debug> HTTP-Session: 1c33c218-0443-44d8-b044-6855f443021c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8545 | 2024.10.10 06:04:51.031360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8546 | 2024.10.10 06:04:51.031418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8547 | 2024.10.10 06:04:51.031441 [ 3 ] {} <Debug> HTTP-Session: 83d33acb-0ae1-423b-aee3-04559391d9e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8548 | 2024.10.10 06:04:51.031461 [ 3 ] {} <Debug> HTTP-Session: 83d33acb-0ae1-423b-aee3-04559391d9e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8549 | 2024.10.10 06:04:51.031478 [ 3 ] {} <Debug> HTTP-Session: 83d33acb-0ae1-423b-aee3-04559391d9e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8550 | 2024.10.10 06:04:51.031511 [ 3 ] {} <Trace> HTTP-Session: 83d33acb-0ae1-423b-aee3-04559391d9e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8551 | 2024.10.10 06:04:51.031634 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8552 | 2024.10.10 06:04:51.031678 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8553 | 2024.10.10 06:04:51.031910 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8554 | 2024.10.10 06:04:51.032283 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8555 | 2024.10.10 06:04:51.032320 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8556 | 2024.10.10 06:04:51.032679 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8557 | 2024.10.10 06:04:51.033034 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8558 | 2024.10.10 06:04:51.033201 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001604 sec., 46758.104738154616 rows/sec., 3.65 MiB/sec. | ||
| 8559 | 2024.10.10 06:04:51.033512 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Debug> DynamicQueryHandler: Done processing query | ||
| 8560 | 2024.10.10 06:04:51.033569 [ 3 ] {43790d12-6093-4af8-97d5-4ecd1141c256} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8561 | 2024.10.10 06:04:51.033610 [ 3 ] {} <Debug> HTTP-Session: 83d33acb-0ae1-423b-aee3-04559391d9e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8562 | 2024.10.10 06:04:51.033785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8563 | 2024.10.10 06:04:51.033836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8564 | 2024.10.10 06:04:51.033855 [ 3 ] {} <Debug> HTTP-Session: 0873b0ee-0ae3-4efa-b938-b981be5ad62e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8565 | 2024.10.10 06:04:51.033872 [ 3 ] {} <Debug> HTTP-Session: 0873b0ee-0ae3-4efa-b938-b981be5ad62e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8566 | 2024.10.10 06:04:51.033885 [ 3 ] {} <Debug> HTTP-Session: 0873b0ee-0ae3-4efa-b938-b981be5ad62e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8567 | 2024.10.10 06:04:51.033916 [ 3 ] {} <Trace> HTTP-Session: 0873b0ee-0ae3-4efa-b938-b981be5ad62e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8568 | 2024.10.10 06:04:51.034077 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8569 | 2024.10.10 06:04:51.034126 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8570 | 2024.10.10 06:04:51.034290 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8571 | 2024.10.10 06:04:51.034681 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8572 | 2024.10.10 06:04:51.034717 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8573 | 2024.10.10 06:04:51.035096 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8574 | 2024.10.10 06:04:51.035430 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8575 | 2024.10.10 06:04:51.035590 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001589 sec., 101321.5859030837 rows/sec., 7.06 MiB/sec. | ||
| 8576 | 2024.10.10 06:04:51.035757 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8577 | 2024.10.10 06:04:51.035782 [ 3 ] {b8555686-86f2-4f9c-9647-d479b24f82d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8578 | 2024.10.10 06:04:51.035798 [ 3 ] {} <Debug> HTTP-Session: 0873b0ee-0ae3-4efa-b938-b981be5ad62e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8579 | 2024.10.10 06:04:51.035942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8580 | 2024.10.10 06:04:51.035989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8581 | 2024.10.10 06:04:51.036008 [ 3 ] {} <Debug> HTTP-Session: e7f02251-688c-4a16-9104-d60eacdbd94e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8582 | 2024.10.10 06:04:51.036024 [ 3 ] {} <Debug> HTTP-Session: e7f02251-688c-4a16-9104-d60eacdbd94e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8583 | 2024.10.10 06:04:51.036037 [ 3 ] {} <Debug> HTTP-Session: e7f02251-688c-4a16-9104-d60eacdbd94e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8584 | 2024.10.10 06:04:51.036067 [ 3 ] {} <Trace> HTTP-Session: e7f02251-688c-4a16-9104-d60eacdbd94e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8585 | 2024.10.10 06:04:51.036226 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8586 | 2024.10.10 06:04:51.036289 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <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 | ||
| 8587 | 2024.10.10 06:04:51.036724 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8588 | 2024.10.10 06:04:51.037212 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8589 | 2024.10.10 06:04:51.037248 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8590 | 2024.10.10 06:04:51.037847 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8591 | 2024.10.10 06:04:51.038260 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2024.10.10 06:04:51.038438 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002289 sec., 3931.8479685452166 rows/sec., 7.05 MiB/sec. | ||
| 8593 | 2024.10.10 06:04:51.038949 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8594 | 2024.10.10 06:04:51.038976 [ 3 ] {c73190aa-a0f0-48ff-b8c8-ba443e38017a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 8595 | 2024.10.10 06:04:51.038991 [ 3 ] {} <Debug> HTTP-Session: e7f02251-688c-4a16-9104-d60eacdbd94e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8596 | 2024.10.10 06:04:51.039116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8597 | 2024.10.10 06:04:51.039164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8598 | 2024.10.10 06:04:51.039182 [ 3 ] {} <Debug> HTTP-Session: d9cc53d4-6a7c-452e-92b9-cda8511eadc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8599 | 2024.10.10 06:04:51.039199 [ 3 ] {} <Debug> HTTP-Session: d9cc53d4-6a7c-452e-92b9-cda8511eadc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8600 | 2024.10.10 06:04:51.039212 [ 3 ] {} <Debug> HTTP-Session: d9cc53d4-6a7c-452e-92b9-cda8511eadc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8601 | 2024.10.10 06:04:51.039242 [ 3 ] {} <Trace> HTTP-Session: d9cc53d4-6a7c-452e-92b9-cda8511eadc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8602 | 2024.10.10 06:04:51.039358 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8603 | 2024.10.10 06:04:51.039404 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8604 | 2024.10.10 06:04:51.039556 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8605 | 2024.10.10 06:04:51.039817 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8606 | 2024.10.10 06:04:51.039853 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8607 | 2024.10.10 06:04:51.040215 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8608 | 2024.10.10 06:04:51.040534 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8609 | 2024.10.10 06:04:51.040688 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
| 8610 | 2024.10.10 06:04:51.040845 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Debug> DynamicQueryHandler: Done processing query | ||
| 8611 | 2024.10.10 06:04:51.040869 [ 3 ] {d880a489-d4e2-475d-8c83-81576fc5a010} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8612 | 2024.10.10 06:04:51.040884 [ 3 ] {} <Debug> HTTP-Session: d9cc53d4-6a7c-452e-92b9-cda8511eadc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8613 | 2024.10.10 06:04:56.025119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8614 | 2024.10.10 06:04:56.025313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8615 | 2024.10.10 06:04:56.025359 [ 3 ] {} <Debug> HTTP-Session: 312e2920-6e81-4278-80ae-6f3971b8de7c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8616 | 2024.10.10 06:04:56.025402 [ 3 ] {} <Debug> HTTP-Session: 312e2920-6e81-4278-80ae-6f3971b8de7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8617 | 2024.10.10 06:04:56.025430 [ 3 ] {} <Debug> HTTP-Session: 312e2920-6e81-4278-80ae-6f3971b8de7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8618 | 2024.10.10 06:04:56.025513 [ 3 ] {} <Trace> HTTP-Session: 312e2920-6e81-4278-80ae-6f3971b8de7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8619 | 2024.10.10 06:04:56.025833 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8620 | 2024.10.10 06:04:56.025903 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8621 | 2024.10.10 06:04:56.026246 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8622 | 2024.10.10 06:04:56.027306 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8623 | 2024.10.10 06:04:56.027359 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8624 | 2024.10.10 06:04:56.027813 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8625 | 2024.10.10 06:04:56.028200 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8626 | 2024.10.10 06:04:56.028371 [ 35 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8627 | 2024.10.10 06:04:56.028376 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002653 sec., 94609.87561251414 rows/sec., 8.38 MiB/sec. | ||
| 8628 | 2024.10.10 06:04:56.028454 [ 35 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8629 | 2024.10.10 06:04:56.028517 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8630 | 2024.10.10 06:04:56.028909 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Debug> DynamicQueryHandler: Done processing query | ||
| 8631 | 2024.10.10 06:04:56.028925 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8632 | 2024.10.10 06:04:56.029002 [ 3 ] {d2d54754-d165-4682-8a09-abe8ce5c6268} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 8633 | 2024.10.10 06:04:56.029118 [ 3 ] {} <Debug> HTTP-Session: 312e2920-6e81-4278-80ae-6f3971b8de7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8634 | 2024.10.10 06:04:56.029565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8635 | 2024.10.10 06:04:56.029711 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8636 | 2024.10.10 06:04:56.029760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8637 | 2024.10.10 06:04:56.029815 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1418 rows starting from the beginning of the part | ||
| 8638 | 2024.10.10 06:04:56.029817 [ 3 ] {} <Debug> HTTP-Session: 57a9bb57-5053-4f2c-8042-77dc3256f159 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8639 | 2024.10.10 06:04:56.029880 [ 3 ] {} <Debug> HTTP-Session: 57a9bb57-5053-4f2c-8042-77dc3256f159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8640 | 2024.10.10 06:04:56.029915 [ 3 ] {} <Debug> HTTP-Session: 57a9bb57-5053-4f2c-8042-77dc3256f159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8641 | 2024.10.10 06:04:56.030093 [ 3 ] {} <Trace> HTTP-Session: 57a9bb57-5053-4f2c-8042-77dc3256f159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8642 | 2024.10.10 06:04:56.030094 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 118 rows starting from the beginning of the part | ||
| 8643 | 2024.10.10 06:04:56.030326 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 75 rows starting from the beginning of the part | ||
| 8644 | 2024.10.10 06:04:56.030678 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8645 | 2024.10.10 06:04:56.030741 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 254 rows starting from the beginning of the part | ||
| 8646 | 2024.10.10 06:04:56.030860 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8647 | 2024.10.10 06:04:56.031044 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 75 rows starting from the beginning of the part | ||
| 8648 | 2024.10.10 06:04:56.031422 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 251 rows starting from the beginning of the part | ||
| 8649 | 2024.10.10 06:04:56.032268 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8650 | 2024.10.10 06:04:56.032995 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8651 | 2024.10.10 06:04:56.033078 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8652 | 2024.10.10 06:04:56.034113 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8653 | 2024.10.10 06:04:56.034898 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8654 | 2024.10.10 06:04:56.034935 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2191 rows, containing 5 columns (5 merged, 0 gathered) in 0.00624804 sec., 350669.9701026242 rows/sec., 30.96 MiB/sec. | ||
| 8655 | 2024.10.10 06:04:56.035159 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004814 sec., 6439.551308683008 rows/sec., 484.22 KiB/sec. | ||
| 8656 | 2024.10.10 06:04:56.035292 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8657 | 2024.10.10 06:04:56.035850 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8658 | 2024.10.10 06:04:56.035945 [ 3 ] {61a903a7-6d94-4fdb-8ba3-183983075bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8659 | 2024.10.10 06:04:56.036003 [ 3 ] {} <Debug> HTTP-Session: 57a9bb57-5053-4f2c-8042-77dc3256f159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8660 | 2024.10.10 06:04:56.036226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8661 | 2024.10.10 06:04:56.036302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8662 | 2024.10.10 06:04:56.036346 [ 3 ] {} <Debug> HTTP-Session: dad53d9c-4bdb-43ef-a305-517449ae5dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8663 | 2024.10.10 06:04:56.036384 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8664 | 2024.10.10 06:04:56.036387 [ 3 ] {} <Debug> HTTP-Session: dad53d9c-4bdb-43ef-a305-517449ae5dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8665 | 2024.10.10 06:04:56.036452 [ 3 ] {} <Debug> HTTP-Session: dad53d9c-4bdb-43ef-a305-517449ae5dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8666 | 2024.10.10 06:04:56.036532 [ 3 ] {} <Trace> HTTP-Session: dad53d9c-4bdb-43ef-a305-517449ae5dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8667 | 2024.10.10 06:04:56.036563 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_46_9} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8668 | 2024.10.10 06:04:56.036715 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 8669 | 2024.10.10 06:04:56.036750 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8670 | 2024.10.10 06:04:56.036807 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8671 | 2024.10.10 06:04:56.037066 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8672 | 2024.10.10 06:04:56.037359 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8673 | 2024.10.10 06:04:56.037397 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8674 | 2024.10.10 06:04:56.037770 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8675 | 2024.10.10 06:04:56.038145 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8676 | 2024.10.10 06:04:56.038310 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001653 sec., 8469.449485783425 rows/sec., 593.15 KiB/sec. | ||
| 8677 | 2024.10.10 06:04:56.038634 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Debug> DynamicQueryHandler: Done processing query | ||
| 8678 | 2024.10.10 06:04:56.038659 [ 3 ] {abc9c9f8-4f2c-4726-8ef0-78f210225b02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8679 | 2024.10.10 06:04:56.038675 [ 3 ] {} <Debug> HTTP-Session: dad53d9c-4bdb-43ef-a305-517449ae5dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8680 | 2024.10.10 06:04:56.038818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8681 | 2024.10.10 06:04:56.038867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8682 | 2024.10.10 06:04:56.038886 [ 3 ] {} <Debug> HTTP-Session: e1bdd54a-f116-429f-a771-d384641ac35c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8683 | 2024.10.10 06:04:56.038902 [ 3 ] {} <Debug> HTTP-Session: e1bdd54a-f116-429f-a771-d384641ac35c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8684 | 2024.10.10 06:04:56.038916 [ 3 ] {} <Debug> HTTP-Session: e1bdd54a-f116-429f-a771-d384641ac35c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8685 | 2024.10.10 06:04:56.038947 [ 3 ] {} <Trace> HTTP-Session: e1bdd54a-f116-429f-a771-d384641ac35c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8686 | 2024.10.10 06:04:56.039047 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8687 | 2024.10.10 06:04:56.039090 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8688 | 2024.10.10 06:04:56.039337 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8689 | 2024.10.10 06:04:56.039608 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8690 | 2024.10.10 06:04:56.039644 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8691 | 2024.10.10 06:04:56.040000 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8692 | 2024.10.10 06:04:56.040366 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8693 | 2024.10.10 06:04:56.040516 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 236.96 KiB/sec. | ||
| 8694 | 2024.10.10 06:04:56.040676 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8695 | 2024.10.10 06:04:56.040701 [ 3 ] {28420879-8ab2-4d13-9c4e-1b90f152b2f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8696 | 2024.10.10 06:04:56.040717 [ 3 ] {} <Debug> HTTP-Session: e1bdd54a-f116-429f-a771-d384641ac35c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8697 | 2024.10.10 06:04:56.040975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8698 | 2024.10.10 06:04:56.041023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8699 | 2024.10.10 06:04:56.041041 [ 3 ] {} <Debug> HTTP-Session: 61bb162c-ec1f-49d7-aae2-a708be1d6814 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8700 | 2024.10.10 06:04:56.041058 [ 3 ] {} <Debug> HTTP-Session: 61bb162c-ec1f-49d7-aae2-a708be1d6814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8701 | 2024.10.10 06:04:56.041071 [ 3 ] {} <Debug> HTTP-Session: 61bb162c-ec1f-49d7-aae2-a708be1d6814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8702 | 2024.10.10 06:04:56.041101 [ 3 ] {} <Trace> HTTP-Session: 61bb162c-ec1f-49d7-aae2-a708be1d6814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8703 | 2024.10.10 06:04:56.041394 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8704 | 2024.10.10 06:04:56.041437 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8705 | 2024.10.10 06:04:56.041665 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8706 | 2024.10.10 06:04:56.042204 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2024.10.10 06:04:56.042241 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8708 | 2024.10.10 06:04:56.042621 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8709 | 2024.10.10 06:04:56.042977 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8710 | 2024.10.10 06:04:56.043128 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001922 sec., 214880.3329864724 rows/sec., 15.33 MiB/sec. | ||
| 8711 | 2024.10.10 06:04:56.043149 [ 35 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8712 | 2024.10.10 06:04:56.043247 [ 35 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8713 | 2024.10.10 06:04:56.043293 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8714 | 2024.10.10 06:04:56.043379 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8715 | 2024.10.10 06:04:56.043435 [ 3 ] {90d6d0fb-c469-4dd8-9d54-cee76fe6a3a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8716 | 2024.10.10 06:04:56.043494 [ 3 ] {} <Debug> HTTP-Session: 61bb162c-ec1f-49d7-aae2-a708be1d6814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8717 | 2024.10.10 06:04:56.043618 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8718 | 2024.10.10 06:04:56.043726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8719 | 2024.10.10 06:04:56.043835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8720 | 2024.10.10 06:04:56.043899 [ 3 ] {} <Debug> HTTP-Session: 23c37546-abf6-4885-86f0-8cace4918232 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8721 | 2024.10.10 06:04:56.043953 [ 3 ] {} <Debug> HTTP-Session: 23c37546-abf6-4885-86f0-8cace4918232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8722 | 2024.10.10 06:04:56.043959 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8723 | 2024.10.10 06:04:56.043980 [ 3 ] {} <Debug> HTTP-Session: 23c37546-abf6-4885-86f0-8cace4918232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8724 | 2024.10.10 06:04:56.044029 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 8725 | 2024.10.10 06:04:56.044055 [ 3 ] {} <Trace> HTTP-Session: 23c37546-abf6-4885-86f0-8cace4918232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8726 | 2024.10.10 06:04:56.044298 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 95 rows starting from the beginning of the part | ||
| 8727 | 2024.10.10 06:04:56.044415 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8728 | 2024.10.10 06:04:56.044585 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 75 rows starting from the beginning of the part | ||
| 8729 | 2024.10.10 06:04:56.044616 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8730 | 2024.10.10 06:04:56.044973 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 419 rows starting from the beginning of the part | ||
| 8731 | 2024.10.10 06:04:56.045254 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 75 rows starting from the beginning of the part | ||
| 8732 | 2024.10.10 06:04:56.045628 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 413 rows starting from the beginning of the part | ||
| 8733 | 2024.10.10 06:04:56.045983 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8734 | 2024.10.10 06:04:56.046860 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8735 | 2024.10.10 06:04:56.046925 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8736 | 2024.10.10 06:04:56.047971 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8737 | 2024.10.10 06:04:56.048565 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8738 | 2024.10.10 06:04:56.049094 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004806 sec., 1248.4394506866415 rows/sec., 65.23 KiB/sec. | ||
| 8739 | 2024.10.10 06:04:56.049180 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1991 rows, containing 5 columns (5 merged, 0 gathered) in 0.005772829 sec., 344891.56009990943 rows/sec., 26.44 MiB/sec. | ||
| 8740 | 2024.10.10 06:04:56.049616 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8741 | 2024.10.10 06:04:56.049705 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Debug> DynamicQueryHandler: Done processing query | ||
| 8742 | 2024.10.10 06:04:56.049735 [ 3 ] {6aa95779-6b32-4b25-8aa6-0fa22c974d77} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8743 | 2024.10.10 06:04:56.049751 [ 3 ] {} <Debug> HTTP-Session: 23c37546-abf6-4885-86f0-8cace4918232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8744 | 2024.10.10 06:04:56.049982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8745 | 2024.10.10 06:04:56.050037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8746 | 2024.10.10 06:04:56.050062 [ 3 ] {} <Debug> HTTP-Session: a9346501-d3e1-4888-b53d-2c19c9a0bcd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8747 | 2024.10.10 06:04:56.050083 [ 3 ] {} <Debug> HTTP-Session: a9346501-d3e1-4888-b53d-2c19c9a0bcd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8748 | 2024.10.10 06:04:56.050097 [ 3 ] {} <Debug> HTTP-Session: a9346501-d3e1-4888-b53d-2c19c9a0bcd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8749 | 2024.10.10 06:04:56.050140 [ 3 ] {} <Trace> HTTP-Session: a9346501-d3e1-4888-b53d-2c19c9a0bcd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8750 | 2024.10.10 06:04:56.050153 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8751 | 2024.10.10 06:04:56.050256 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_46_9} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8752 | 2024.10.10 06:04:56.050355 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8753 | 2024.10.10 06:04:56.050390 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8754 | 2024.10.10 06:04:56.050438 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8755 | 2024.10.10 06:04:56.050596 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8756 | 2024.10.10 06:04:56.051044 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8757 | 2024.10.10 06:04:56.051080 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8758 | 2024.10.10 06:04:56.051476 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8759 | 2024.10.10 06:04:56.051834 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2024.10.10 06:04:56.051992 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001749 sec., 135506.00343053174 rows/sec., 9.08 MiB/sec. | ||
| 8761 | 2024.10.10 06:04:56.052002 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8762 | 2024.10.10 06:04:56.052089 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8763 | 2024.10.10 06:04:56.052136 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8764 | 2024.10.10 06:04:56.052264 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Debug> DynamicQueryHandler: Done processing query | ||
| 8765 | 2024.10.10 06:04:56.052271 [ 187 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8766 | 2024.10.10 06:04:56.052294 [ 3 ] {1ef6e3d9-90c1-4249-835f-4df31bd1bd20} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8767 | 2024.10.10 06:04:56.052320 [ 3 ] {} <Debug> HTTP-Session: a9346501-d3e1-4888-b53d-2c19c9a0bcd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8768 | 2024.10.10 06:04:56.052420 [ 187 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8769 | 2024.10.10 06:04:56.052460 [ 187 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12918 rows starting from the beginning of the part | ||
| 8770 | 2024.10.10 06:04:56.052473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8771 | 2024.10.10 06:04:56.052578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8772 | 2024.10.10 06:04:56.052632 [ 187 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 108 rows starting from the beginning of the part | ||
| 8773 | 2024.10.10 06:04:56.052647 [ 3 ] {} <Debug> HTTP-Session: 86ac4f8c-0267-41ef-82c7-d8a8a8744057 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8774 | 2024.10.10 06:04:56.052726 [ 3 ] {} <Debug> HTTP-Session: 86ac4f8c-0267-41ef-82c7-d8a8a8744057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8775 | 2024.10.10 06:04:56.052786 [ 3 ] {} <Debug> HTTP-Session: 86ac4f8c-0267-41ef-82c7-d8a8a8744057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8776 | 2024.10.10 06:04:56.052931 [ 3 ] {} <Trace> HTTP-Session: 86ac4f8c-0267-41ef-82c7-d8a8a8744057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8777 | 2024.10.10 06:04:56.052959 [ 187 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 161 rows starting from the beginning of the part | ||
| 8778 | 2024.10.10 06:04:56.053274 [ 187 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 240 rows starting from the beginning of the part | ||
| 8779 | 2024.10.10 06:04:56.053299 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8780 | 2024.10.10 06:04:56.053447 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8781 | 2024.10.10 06:04:56.053531 [ 187 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part | ||
| 8782 | 2024.10.10 06:04:56.053931 [ 187 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 8783 | 2024.10.10 06:04:56.054490 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8784 | 2024.10.10 06:04:56.054915 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8785 | 2024.10.10 06:04:56.054955 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8786 | 2024.10.10 06:04:56.055350 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8787 | 2024.10.10 06:04:56.055775 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8788 | 2024.10.10 06:04:56.055971 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002815 sec., 355.2397868561279 rows/sec., 23.94 KiB/sec. | ||
| 8789 | 2024.10.10 06:04:56.056193 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Debug> DynamicQueryHandler: Done processing query | ||
| 8790 | 2024.10.10 06:04:56.056228 [ 3 ] {0ef76c4b-2aad-4f45-bb55-dd7a57dc4e13} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8791 | 2024.10.10 06:04:56.056252 [ 3 ] {} <Debug> HTTP-Session: 86ac4f8c-0267-41ef-82c7-d8a8a8744057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8792 | 2024.10.10 06:04:56.056478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8793 | 2024.10.10 06:04:56.056528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8794 | 2024.10.10 06:04:56.056550 [ 3 ] {} <Debug> HTTP-Session: 336d8c4c-a271-464c-8809-768d3d721545 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8795 | 2024.10.10 06:04:56.056570 [ 3 ] {} <Debug> HTTP-Session: 336d8c4c-a271-464c-8809-768d3d721545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8796 | 2024.10.10 06:04:56.056584 [ 3 ] {} <Debug> HTTP-Session: 336d8c4c-a271-464c-8809-768d3d721545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8797 | 2024.10.10 06:04:56.056614 [ 3 ] {} <Trace> HTTP-Session: 336d8c4c-a271-464c-8809-768d3d721545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8798 | 2024.10.10 06:04:56.057378 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8799 | 2024.10.10 06:04:56.057471 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <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 | ||
| 8800 | 2024.10.10 06:04:56.057949 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8801 | 2024.10.10 06:04:56.058883 [ 200 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13825 rows, containing 5 columns (5 merged, 0 gathered) in 0.006661649 sec., 2075311.9835644297 rows/sec., 140.08 MiB/sec. | ||
| 8802 | 2024.10.10 06:04:56.059067 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8803 | 2024.10.10 06:04:56.059107 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8804 | 2024.10.10 06:04:56.059425 [ 200 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8805 | 2024.10.10 06:04:56.060718 [ 200 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8806 | 2024.10.10 06:04:56.060759 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8807 | 2024.10.10 06:04:56.060872 [ 200 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8808 | 2024.10.10 06:04:56.061098 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB. | ||
| 8809 | 2024.10.10 06:04:56.061468 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8810 | 2024.10.10 06:04:56.061670 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004951 sec., 6261.361341143203 rows/sec., 11.22 MiB/sec. | ||
| 8811 | 2024.10.10 06:04:56.061913 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Debug> DynamicQueryHandler: Done processing query | ||
| 8812 | 2024.10.10 06:04:56.061938 [ 3 ] {5132ec80-2f7d-4ecb-8794-fdc78cf81236} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8813 | 2024.10.10 06:04:56.061954 [ 3 ] {} <Debug> HTTP-Session: 336d8c4c-a271-464c-8809-768d3d721545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8814 | 2024.10.10 06:04:56.062097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8815 | 2024.10.10 06:04:56.062145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8816 | 2024.10.10 06:04:56.062164 [ 3 ] {} <Debug> HTTP-Session: 697d11b2-8d25-4565-b7c5-fe70cb28b085 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8817 | 2024.10.10 06:04:56.062180 [ 3 ] {} <Debug> HTTP-Session: 697d11b2-8d25-4565-b7c5-fe70cb28b085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8818 | 2024.10.10 06:04:56.062193 [ 3 ] {} <Debug> HTTP-Session: 697d11b2-8d25-4565-b7c5-fe70cb28b085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8819 | 2024.10.10 06:04:56.062227 [ 3 ] {} <Trace> HTTP-Session: 697d11b2-8d25-4565-b7c5-fe70cb28b085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8820 | 2024.10.10 06:04:56.062352 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8821 | 2024.10.10 06:04:56.062397 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8822 | 2024.10.10 06:04:56.062527 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8823 | 2024.10.10 06:04:56.062850 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8824 | 2024.10.10 06:04:56.062887 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8825 | 2024.10.10 06:04:56.063260 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8826 | 2024.10.10 06:04:56.063584 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8827 | 2024.10.10 06:04:56.063752 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001442 sec., 56865.464632454925 rows/sec., 3.61 MiB/sec. | ||
| 8828 | 2024.10.10 06:04:56.063919 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8829 | 2024.10.10 06:04:56.063943 [ 3 ] {396f4de4-6331-4bdf-8bbf-ff360e9f8a4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8830 | 2024.10.10 06:04:56.063960 [ 3 ] {} <Debug> HTTP-Session: 697d11b2-8d25-4565-b7c5-fe70cb28b085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8831 | 2024.10.10 06:04:58.269893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 878 | ||
| 8832 | 2024.10.10 06:04:58.272905 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8833 | 2024.10.10 06:04:58.272996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8834 | 2024.10.10 06:04:58.274535 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8835 | 2024.10.10 06:04:58.275533 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8836 | 2024.10.10 06:04:58.275777 [ 31 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8837 | 2024.10.10 06:04:58.275901 [ 31 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8838 | 2024.10.10 06:04:58.275961 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8839 | 2024.10.10 06:04:58.276343 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 8840 | 2024.10.10 06:04:58.277146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 878 | ||
| 8841 | 2024.10.10 06:04:58.277667 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8842 | 2024.10.10 06:04:58.277796 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 702 rows starting from the beginning of the part | ||
| 8843 | 2024.10.10 06:04:58.278339 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
| 8844 | 2024.10.10 06:04:58.278835 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 8845 | 2024.10.10 06:04:58.279326 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part | ||
| 8846 | 2024.10.10 06:04:58.279788 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 8847 | 2024.10.10 06:04:58.280252 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 8848 | 2024.10.10 06:04:58.287969 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 72 columns (72 merged, 0 gathered) in 0.011855474 sec., 74058.6162982602 rows/sec., 52.21 MiB/sec. | ||
| 8849 | 2024.10.10 06:04:58.289013 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8850 | 2024.10.10 06:04:58.290438 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8851 | 2024.10.10 06:04:58.290516 [ 187 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_21_4} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8852 | 2024.10.10 06:04:58.290712 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 8853 | 2024.10.10 06:05:01.050909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 175539, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8854 | 2024.10.10 06:05:01.051043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8855 | 2024.10.10 06:05:01.051068 [ 3 ] {} <Debug> HTTP-Session: 8d933ce0-a864-45aa-9017-43969d14d197 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8856 | 2024.10.10 06:05:01.051095 [ 3 ] {} <Debug> HTTP-Session: 8d933ce0-a864-45aa-9017-43969d14d197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8857 | 2024.10.10 06:05:01.051110 [ 3 ] {} <Debug> HTTP-Session: 8d933ce0-a864-45aa-9017-43969d14d197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8858 | 2024.10.10 06:05:01.051161 [ 3 ] {} <Trace> HTTP-Session: 8d933ce0-a864-45aa-9017-43969d14d197 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8859 | 2024.10.10 06:05:01.051918 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8860 | 2024.10.10 06:05:01.051991 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8861 | 2024.10.10 06:05:01.052334 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8862 | 2024.10.10 06:05:01.053711 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8863 | 2024.10.10 06:05:01.053761 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8864 | 2024.10.10 06:05:01.054281 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8865 | 2024.10.10 06:05:01.054686 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8866 | 2024.10.10 06:05:01.054864 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Debug> executeQuery: Read 1214 rows, 102.19 KiB in 0.003489 sec., 347950.7022069361 rows/sec., 28.60 MiB/sec. | ||
| 8867 | 2024.10.10 06:05:01.055200 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Debug> DynamicQueryHandler: Done processing query | ||
| 8868 | 2024.10.10 06:05:01.055242 [ 3 ] {1b56e6e4-c703-4350-93cb-7d9c02580954} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 8869 | 2024.10.10 06:05:01.055271 [ 3 ] {} <Debug> HTTP-Session: 8d933ce0-a864-45aa-9017-43969d14d197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8870 | 2024.10.10 06:05:01.055513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8871 | 2024.10.10 06:05:01.055573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8872 | 2024.10.10 06:05:01.055593 [ 3 ] {} <Debug> HTTP-Session: 973c4744-db6d-48c4-a7ab-c700ad0090e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8873 | 2024.10.10 06:05:01.055612 [ 3 ] {} <Debug> HTTP-Session: 973c4744-db6d-48c4-a7ab-c700ad0090e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8874 | 2024.10.10 06:05:01.055627 [ 3 ] {} <Debug> HTTP-Session: 973c4744-db6d-48c4-a7ab-c700ad0090e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8875 | 2024.10.10 06:05:01.055665 [ 3 ] {} <Trace> HTTP-Session: 973c4744-db6d-48c4-a7ab-c700ad0090e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2024.10.10 06:05:01.055782 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8877 | 2024.10.10 06:05:01.055832 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8878 | 2024.10.10 06:05:01.056094 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8879 | 2024.10.10 06:05:01.056410 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2024.10.10 06:05:01.056451 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8881 | 2024.10.10 06:05:01.056813 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8882 | 2024.10.10 06:05:01.057184 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8883 | 2024.10.10 06:05:01.057351 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001598 sec., 5632.040050062578 rows/sec., 423.50 KiB/sec. | ||
| 8884 | 2024.10.10 06:05:01.057363 [ 28 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8885 | 2024.10.10 06:05:01.057483 [ 28 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8886 | 2024.10.10 06:05:01.057533 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8887 | 2024.10.10 06:05:01.057619 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Debug> DynamicQueryHandler: Done processing query | ||
| 8888 | 2024.10.10 06:05:01.057660 [ 3 ] {980ada07-3a3a-4d58-bae9-d3be44e8c205} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8889 | 2024.10.10 06:05:01.057679 [ 3 ] {} <Debug> HTTP-Session: 973c4744-db6d-48c4-a7ab-c700ad0090e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8890 | 2024.10.10 06:05:01.057688 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 8891 | 2024.10.10 06:05:01.057837 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8892 | 2024.10.10 06:05:01.057880 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 58 rows starting from the beginning of the part | ||
| 8893 | 2024.10.10 06:05:01.057908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8894 | 2024.10.10 06:05:01.057998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8895 | 2024.10.10 06:05:01.058019 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part | ||
| 8896 | 2024.10.10 06:05:01.058090 [ 3 ] {} <Debug> HTTP-Session: 195f88e5-c5b3-48b2-864c-05bca36ba7ac Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8897 | 2024.10.10 06:05:01.058164 [ 3 ] {} <Debug> HTTP-Session: 195f88e5-c5b3-48b2-864c-05bca36ba7ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8898 | 2024.10.10 06:05:01.058267 [ 3 ] {} <Debug> HTTP-Session: 195f88e5-c5b3-48b2-864c-05bca36ba7ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8899 | 2024.10.10 06:05:01.058440 [ 3 ] {} <Trace> HTTP-Session: 195f88e5-c5b3-48b2-864c-05bca36ba7ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8900 | 2024.10.10 06:05:01.058477 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 37 rows starting from the beginning of the part | ||
| 8901 | 2024.10.10 06:05:01.058717 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part | ||
| 8902 | 2024.10.10 06:05:01.058819 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8903 | 2024.10.10 06:05:01.058998 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8904 | 2024.10.10 06:05:01.059067 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part | ||
| 8905 | 2024.10.10 06:05:01.059419 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
| 8906 | 2024.10.10 06:05:01.060031 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8907 | 2024.10.10 06:05:01.060773 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8908 | 2024.10.10 06:05:01.060826 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8909 | 2024.10.10 06:05:01.061211 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.003594946 sec., 43672.42233958452 rows/sec., 3.33 MiB/sec. | ||
| 8910 | 2024.10.10 06:05:01.061560 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8911 | 2024.10.10 06:05:01.061562 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8912 | 2024.10.10 06:05:01.062520 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8913 | 2024.10.10 06:05:01.062923 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004278 sec., 53295.93267882188 rows/sec., 3.61 MiB/sec. | ||
| 8914 | 2024.10.10 06:05:01.062997 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8915 | 2024.10.10 06:05:01.063229 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_36_7} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8916 | 2024.10.10 06:05:01.063367 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8917 | 2024.10.10 06:05:01.063407 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8918 | 2024.10.10 06:05:01.063422 [ 3 ] {e0b51dcd-efdd-48e8-b2f6-459a1d63997a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8919 | 2024.10.10 06:05:01.063469 [ 3 ] {} <Debug> HTTP-Session: 195f88e5-c5b3-48b2-864c-05bca36ba7ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8920 | 2024.10.10 06:05:01.063709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 87362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8921 | 2024.10.10 06:05:01.063763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8922 | 2024.10.10 06:05:01.063783 [ 3 ] {} <Debug> HTTP-Session: fc24ac06-a94b-41f5-9560-d1e0d25c0a60 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8923 | 2024.10.10 06:05:01.063800 [ 3 ] {} <Debug> HTTP-Session: fc24ac06-a94b-41f5-9560-d1e0d25c0a60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8924 | 2024.10.10 06:05:01.063814 [ 3 ] {} <Debug> HTTP-Session: fc24ac06-a94b-41f5-9560-d1e0d25c0a60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8925 | 2024.10.10 06:05:01.063849 [ 3 ] {} <Trace> HTTP-Session: fc24ac06-a94b-41f5-9560-d1e0d25c0a60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8926 | 2024.10.10 06:05:01.064203 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8927 | 2024.10.10 06:05:01.064250 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8928 | 2024.10.10 06:05:01.064504 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8929 | 2024.10.10 06:05:01.065191 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8930 | 2024.10.10 06:05:01.065230 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8931 | 2024.10.10 06:05:01.065624 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8932 | 2024.10.10 06:05:01.065997 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8933 | 2024.10.10 06:05:01.066150 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.00218 sec., 242660.5504587156 rows/sec., 17.97 MiB/sec. | ||
| 8934 | 2024.10.10 06:05:01.066333 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Debug> DynamicQueryHandler: Done processing query | ||
| 8935 | 2024.10.10 06:05:01.066357 [ 3 ] {dfa2988e-63d5-4451-ade6-4af13df63c83} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8936 | 2024.10.10 06:05:01.066375 [ 3 ] {} <Debug> HTTP-Session: fc24ac06-a94b-41f5-9560-d1e0d25c0a60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8937 | 2024.10.10 06:05:01.066768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 190969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8938 | 2024.10.10 06:05:01.066816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8939 | 2024.10.10 06:05:01.066836 [ 3 ] {} <Debug> HTTP-Session: b4e88915-ff88-4f83-83aa-9e0ca1d413d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8940 | 2024.10.10 06:05:01.066854 [ 3 ] {} <Debug> HTTP-Session: b4e88915-ff88-4f83-83aa-9e0ca1d413d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8941 | 2024.10.10 06:05:01.066868 [ 3 ] {} <Debug> HTTP-Session: b4e88915-ff88-4f83-83aa-9e0ca1d413d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8942 | 2024.10.10 06:05:01.066900 [ 3 ] {} <Trace> HTTP-Session: b4e88915-ff88-4f83-83aa-9e0ca1d413d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8943 | 2024.10.10 06:05:01.067416 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8944 | 2024.10.10 06:05:01.067465 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8945 | 2024.10.10 06:05:01.067615 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8946 | 2024.10.10 06:05:01.068567 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8947 | 2024.10.10 06:05:01.068605 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8948 | 2024.10.10 06:05:01.069063 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8949 | 2024.10.10 06:05:01.069417 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8950 | 2024.10.10 06:05:01.069576 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.002522 sec., 398889.77002379065 rows/sec., 26.81 MiB/sec. | ||
| 8951 | 2024.10.10 06:05:01.069757 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8952 | 2024.10.10 06:05:01.069782 [ 3 ] {4a103a63-a925-4d2c-96d4-99d941fabed1} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 8953 | 2024.10.10 06:05:01.069798 [ 3 ] {} <Debug> HTTP-Session: b4e88915-ff88-4f83-83aa-9e0ca1d413d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8954 | 2024.10.10 06:05:01.070071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8955 | 2024.10.10 06:05:01.070120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8956 | 2024.10.10 06:05:01.070140 [ 3 ] {} <Debug> HTTP-Session: cf4cc168-e13a-480a-ac4f-216ad1822550 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8957 | 2024.10.10 06:05:01.070156 [ 3 ] {} <Debug> HTTP-Session: cf4cc168-e13a-480a-ac4f-216ad1822550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8958 | 2024.10.10 06:05:01.070170 [ 3 ] {} <Debug> HTTP-Session: cf4cc168-e13a-480a-ac4f-216ad1822550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8959 | 2024.10.10 06:05:01.070203 [ 3 ] {} <Trace> HTTP-Session: cf4cc168-e13a-480a-ac4f-216ad1822550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8960 | 2024.10.10 06:05:01.070388 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8961 | 2024.10.10 06:05:01.070452 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <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 | ||
| 8962 | 2024.10.10 06:05:01.070872 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8963 | 2024.10.10 06:05:01.071402 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8964 | 2024.10.10 06:05:01.071440 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8965 | 2024.10.10 06:05:01.072043 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8966 | 2024.10.10 06:05:01.072458 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8967 | 2024.10.10 06:05:01.072659 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002378 sec., 3784.6930193439866 rows/sec., 6.78 MiB/sec. | ||
| 8968 | 2024.10.10 06:05:01.073188 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 8969 | 2024.10.10 06:05:01.073213 [ 3 ] {cefc36f2-b438-402f-9bae-53a841ed83ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 8970 | 2024.10.10 06:05:01.073230 [ 3 ] {} <Debug> HTTP-Session: cf4cc168-e13a-480a-ac4f-216ad1822550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8971 | 2024.10.10 06:05:01.073366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8972 | 2024.10.10 06:05:01.073415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8973 | 2024.10.10 06:05:01.073435 [ 3 ] {} <Debug> HTTP-Session: 95cbd210-672b-4866-95ec-272484ecacbf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 8974 | 2024.10.10 06:05:01.073452 [ 3 ] {} <Debug> HTTP-Session: 95cbd210-672b-4866-95ec-272484ecacbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8975 | 2024.10.10 06:05:01.073466 [ 3 ] {} <Debug> HTTP-Session: 95cbd210-672b-4866-95ec-272484ecacbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8976 | 2024.10.10 06:05:01.073498 [ 3 ] {} <Trace> HTTP-Session: 95cbd210-672b-4866-95ec-272484ecacbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8977 | 2024.10.10 06:05:01.073617 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8978 | 2024.10.10 06:05:01.073665 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8979 | 2024.10.10 06:05:01.073816 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8980 | 2024.10.10 06:05:01.074116 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8981 | 2024.10.10 06:05:01.074154 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8982 | 2024.10.10 06:05:01.074522 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8983 | 2024.10.10 06:05:01.074848 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8984 | 2024.10.10 06:05:01.074992 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
| 8985 | 2024.10.10 06:05:01.075035 [ 26 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8986 | 2024.10.10 06:05:01.075153 [ 26 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2024.10.10 06:05:01.075202 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 8988 | 2024.10.10 06:05:01.075246 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Debug> DynamicQueryHandler: Done processing query | ||
| 8989 | 2024.10.10 06:05:01.075313 [ 3 ] {ed52164a-9edc-4b6e-9672-2cef6ae87722} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8990 | 2024.10.10 06:05:01.075381 [ 3 ] {} <Debug> HTTP-Session: 95cbd210-672b-4866-95ec-272484ecacbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8991 | 2024.10.10 06:05:01.075451 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 8992 | 2024.10.10 06:05:01.075640 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8993 | 2024.10.10 06:05:01.075682 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2442 rows starting from the beginning of the part | ||
| 8994 | 2024.10.10 06:05:01.075785 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 8995 | 2024.10.10 06:05:01.075856 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 8996 | 2024.10.10 06:05:01.076064 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 8997 | 2024.10.10 06:05:01.076327 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 8998 | 2024.10.10 06:05:01.076526 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 8999 | 2024.10.10 06:05:01.077161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9000 | 2024.10.10 06:05:01.077243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9001 | 2024.10.10 06:05:01.077271 [ 3 ] {} <Debug> HTTP-Session: 629e239a-c742-48f9-8fcf-d40866ea1b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9002 | 2024.10.10 06:05:01.077288 [ 3 ] {} <Debug> HTTP-Session: 629e239a-c742-48f9-8fcf-d40866ea1b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9003 | 2024.10.10 06:05:01.077305 [ 3 ] {} <Debug> HTTP-Session: 629e239a-c742-48f9-8fcf-d40866ea1b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9004 | 2024.10.10 06:05:01.077344 [ 3 ] {} <Trace> HTTP-Session: 629e239a-c742-48f9-8fcf-d40866ea1b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9005 | 2024.10.10 06:05:01.077570 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9006 | 2024.10.10 06:05:01.077670 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9007 | 2024.10.10 06:05:01.078658 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9008 | 2024.10.10 06:05:01.079478 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9009 | 2024.10.10 06:05:01.079479 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2786 rows, containing 4 columns (4 merged, 0 gathered) in 0.00418009 sec., 666492.8267094728 rows/sec., 43.50 MiB/sec. | ||
| 9010 | 2024.10.10 06:05:01.079528 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9011 | 2024.10.10 06:05:01.079780 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9012 | 2024.10.10 06:05:01.080144 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9013 | 2024.10.10 06:05:01.080609 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9014 | 2024.10.10 06:05:01.080797 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_46_9} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9015 | 2024.10.10 06:05:01.080973 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 9016 | 2024.10.10 06:05:01.081013 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9017 | 2024.10.10 06:05:01.081198 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.003722 sec., 6985.491671144546 rows/sec., 531.84 KiB/sec. | ||
| 9018 | 2024.10.10 06:05:01.081390 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Debug> DynamicQueryHandler: Done processing query | ||
| 9019 | 2024.10.10 06:05:01.081415 [ 3 ] {09b70037-bf0c-4cb5-b262-616b48528742} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9020 | 2024.10.10 06:05:01.081431 [ 3 ] {} <Debug> HTTP-Session: 629e239a-c742-48f9-8fcf-d40866ea1b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9021 | 2024.10.10 06:05:01.081567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9022 | 2024.10.10 06:05:01.081616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9023 | 2024.10.10 06:05:01.081634 [ 3 ] {} <Debug> HTTP-Session: b9ddce06-0fa4-438e-b28d-c75fd7dc9d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9024 | 2024.10.10 06:05:01.081650 [ 3 ] {} <Debug> HTTP-Session: b9ddce06-0fa4-438e-b28d-c75fd7dc9d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9025 | 2024.10.10 06:05:01.081664 [ 3 ] {} <Debug> HTTP-Session: b9ddce06-0fa4-438e-b28d-c75fd7dc9d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9026 | 2024.10.10 06:05:01.081697 [ 3 ] {} <Trace> HTTP-Session: b9ddce06-0fa4-438e-b28d-c75fd7dc9d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9027 | 2024.10.10 06:05:01.081807 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9028 | 2024.10.10 06:05:01.081847 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9029 | 2024.10.10 06:05:01.082075 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9030 | 2024.10.10 06:05:01.082407 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9031 | 2024.10.10 06:05:01.082443 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9032 | 2024.10.10 06:05:01.082783 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9033 | 2024.10.10 06:05:01.083136 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9034 | 2024.10.10 06:05:01.083301 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001513 sec., 18506.278916060804 rows/sec., 1.44 MiB/sec. | ||
| 9035 | 2024.10.10 06:05:01.083477 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Debug> DynamicQueryHandler: Done processing query | ||
| 9036 | 2024.10.10 06:05:01.083501 [ 3 ] {5d585607-78c0-408d-959b-26a02bfc7746} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9037 | 2024.10.10 06:05:01.083517 [ 3 ] {} <Debug> HTTP-Session: b9ddce06-0fa4-438e-b28d-c75fd7dc9d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9038 | 2024.10.10 06:05:01.083640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9039 | 2024.10.10 06:05:01.083688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9040 | 2024.10.10 06:05:01.083708 [ 3 ] {} <Debug> HTTP-Session: c0ca1901-faff-46bf-80ba-e4c76f50d958 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9041 | 2024.10.10 06:05:01.083724 [ 3 ] {} <Debug> HTTP-Session: c0ca1901-faff-46bf-80ba-e4c76f50d958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9042 | 2024.10.10 06:05:01.083740 [ 3 ] {} <Debug> HTTP-Session: c0ca1901-faff-46bf-80ba-e4c76f50d958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9043 | 2024.10.10 06:05:01.083770 [ 3 ] {} <Trace> HTTP-Session: c0ca1901-faff-46bf-80ba-e4c76f50d958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9044 | 2024.10.10 06:05:01.083872 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9045 | 2024.10.10 06:05:01.083914 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9046 | 2024.10.10 06:05:01.084060 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9047 | 2024.10.10 06:05:01.084351 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9048 | 2024.10.10 06:05:01.084388 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9049 | 2024.10.10 06:05:01.084738 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9050 | 2024.10.10 06:05:01.085073 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9051 | 2024.10.10 06:05:01.085224 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001376 sec., 14534.883720930233 rows/sec., 1.01 MiB/sec. | ||
| 9052 | 2024.10.10 06:05:01.085394 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9053 | 2024.10.10 06:05:01.085417 [ 3 ] {de2a3b39-24c9-4658-9452-0a7a4bbb4d3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9054 | 2024.10.10 06:05:01.085433 [ 3 ] {} <Debug> HTTP-Session: c0ca1901-faff-46bf-80ba-e4c76f50d958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9055 | 2024.10.10 06:05:01.085545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9056 | 2024.10.10 06:05:01.085593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9057 | 2024.10.10 06:05:01.085611 [ 3 ] {} <Debug> HTTP-Session: 4f3dc51c-f420-461a-9e63-661b3168fcc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9058 | 2024.10.10 06:05:01.085627 [ 3 ] {} <Debug> HTTP-Session: 4f3dc51c-f420-461a-9e63-661b3168fcc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9059 | 2024.10.10 06:05:01.085641 [ 3 ] {} <Debug> HTTP-Session: 4f3dc51c-f420-461a-9e63-661b3168fcc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9060 | 2024.10.10 06:05:01.085672 [ 3 ] {} <Trace> HTTP-Session: 4f3dc51c-f420-461a-9e63-661b3168fcc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9061 | 2024.10.10 06:05:01.085767 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9062 | 2024.10.10 06:05:01.085808 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9063 | 2024.10.10 06:05:01.085934 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9064 | 2024.10.10 06:05:01.086204 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9065 | 2024.10.10 06:05:01.086240 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9066 | 2024.10.10 06:05:01.086585 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9067 | 2024.10.10 06:05:01.086903 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9068 | 2024.10.10 06:05:01.087061 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 319.10 KiB/sec. | ||
| 9069 | 2024.10.10 06:05:01.087227 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Debug> DynamicQueryHandler: Done processing query | ||
| 9070 | 2024.10.10 06:05:01.087250 [ 3 ] {90fdc884-eb1a-440c-8487-fd92e1a91857} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9071 | 2024.10.10 06:05:01.087266 [ 3 ] {} <Debug> HTTP-Session: 4f3dc51c-f420-461a-9e63-661b3168fcc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9072 | 2024.10.10 06:05:03.074078 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9073 | 2024.10.10 06:05:03.074143 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9074 | 2024.10.10 06:05:06.024449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9075 | 2024.10.10 06:05:06.024574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9076 | 2024.10.10 06:05:06.024599 [ 3 ] {} <Debug> HTTP-Session: f57a26d8-c5ea-4af1-9c2a-457c52f7e186 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9077 | 2024.10.10 06:05:06.024623 [ 3 ] {} <Debug> HTTP-Session: f57a26d8-c5ea-4af1-9c2a-457c52f7e186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9078 | 2024.10.10 06:05:06.024638 [ 3 ] {} <Debug> HTTP-Session: f57a26d8-c5ea-4af1-9c2a-457c52f7e186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9079 | 2024.10.10 06:05:06.024687 [ 3 ] {} <Trace> HTTP-Session: f57a26d8-c5ea-4af1-9c2a-457c52f7e186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9080 | 2024.10.10 06:05:06.024869 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9081 | 2024.10.10 06:05:06.024936 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9082 | 2024.10.10 06:05:06.025271 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9083 | 2024.10.10 06:05:06.025724 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9084 | 2024.10.10 06:05:06.025770 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9085 | 2024.10.10 06:05:06.026180 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9086 | 2024.10.10 06:05:06.026563 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9087 | 2024.10.10 06:05:06.026724 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001907 sec., 1048.767697954903 rows/sec., 85.52 KiB/sec. | ||
| 9088 | 2024.10.10 06:05:06.026952 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Debug> DynamicQueryHandler: Done processing query | ||
| 9089 | 2024.10.10 06:05:06.026978 [ 3 ] {4b46f506-0965-4db9-b39d-0d733c006381} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9090 | 2024.10.10 06:05:06.026995 [ 3 ] {} <Debug> HTTP-Session: f57a26d8-c5ea-4af1-9c2a-457c52f7e186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9091 | 2024.10.10 06:05:06.027236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9092 | 2024.10.10 06:05:06.027291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9093 | 2024.10.10 06:05:06.027311 [ 3 ] {} <Debug> HTTP-Session: fb182fc2-cd69-4bbe-bfa0-67ac68cfd7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9094 | 2024.10.10 06:05:06.027329 [ 3 ] {} <Debug> HTTP-Session: fb182fc2-cd69-4bbe-bfa0-67ac68cfd7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9095 | 2024.10.10 06:05:06.027343 [ 3 ] {} <Debug> HTTP-Session: fb182fc2-cd69-4bbe-bfa0-67ac68cfd7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9096 | 2024.10.10 06:05:06.027378 [ 3 ] {} <Trace> HTTP-Session: fb182fc2-cd69-4bbe-bfa0-67ac68cfd7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9097 | 2024.10.10 06:05:06.027562 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9098 | 2024.10.10 06:05:06.027609 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9099 | 2024.10.10 06:05:06.027844 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9100 | 2024.10.10 06:05:06.028386 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9101 | 2024.10.10 06:05:06.028424 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9102 | 2024.10.10 06:05:06.028801 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9103 | 2024.10.10 06:05:06.029169 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9104 | 2024.10.10 06:05:06.029328 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Debug> executeQuery: Read 252 rows, 22.83 KiB in 0.001851 sec., 136142.62560777957 rows/sec., 12.05 MiB/sec. | ||
| 9105 | 2024.10.10 06:05:06.029514 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9106 | 2024.10.10 06:05:06.029539 [ 3 ] {e26bd6ef-f03b-4602-97f0-7335e82468e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 9107 | 2024.10.10 06:05:06.029555 [ 3 ] {} <Debug> HTTP-Session: fb182fc2-cd69-4bbe-bfa0-67ac68cfd7ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9108 | 2024.10.10 06:05:06.029703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9109 | 2024.10.10 06:05:06.029754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9110 | 2024.10.10 06:05:06.029774 [ 3 ] {} <Debug> HTTP-Session: ec1052c0-e5b6-4067-b182-e13171cbeb25 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9111 | 2024.10.10 06:05:06.029791 [ 3 ] {} <Debug> HTTP-Session: ec1052c0-e5b6-4067-b182-e13171cbeb25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9112 | 2024.10.10 06:05:06.029804 [ 3 ] {} <Debug> HTTP-Session: ec1052c0-e5b6-4067-b182-e13171cbeb25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9113 | 2024.10.10 06:05:06.029836 [ 3 ] {} <Trace> HTTP-Session: ec1052c0-e5b6-4067-b182-e13171cbeb25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9114 | 2024.10.10 06:05:06.029944 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9115 | 2024.10.10 06:05:06.029987 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9116 | 2024.10.10 06:05:06.030215 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9117 | 2024.10.10 06:05:06.030543 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9118 | 2024.10.10 06:05:06.030579 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9119 | 2024.10.10 06:05:06.030924 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9120 | 2024.10.10 06:05:06.031271 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9121 | 2024.10.10 06:05:06.031424 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001508 sec., 21883.289124668434 rows/sec., 1.60 MiB/sec. | ||
| 9122 | 2024.10.10 06:05:06.031603 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9123 | 2024.10.10 06:05:06.031627 [ 3 ] {b1cefd2d-b659-44d2-a4c6-65690bf68c9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9124 | 2024.10.10 06:05:06.031643 [ 3 ] {} <Debug> HTTP-Session: ec1052c0-e5b6-4067-b182-e13171cbeb25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9125 | 2024.10.10 06:05:06.031767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9126 | 2024.10.10 06:05:06.031815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9127 | 2024.10.10 06:05:06.031835 [ 3 ] {} <Debug> HTTP-Session: 5b4f18c2-2f7c-4435-9f2f-020404217c75 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9128 | 2024.10.10 06:05:06.031851 [ 3 ] {} <Debug> HTTP-Session: 5b4f18c2-2f7c-4435-9f2f-020404217c75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9129 | 2024.10.10 06:05:06.031865 [ 3 ] {} <Debug> HTTP-Session: 5b4f18c2-2f7c-4435-9f2f-020404217c75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9130 | 2024.10.10 06:05:06.031897 [ 3 ] {} <Trace> HTTP-Session: 5b4f18c2-2f7c-4435-9f2f-020404217c75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9131 | 2024.10.10 06:05:06.031996 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9132 | 2024.10.10 06:05:06.032038 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9133 | 2024.10.10 06:05:06.032260 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9134 | 2024.10.10 06:05:06.032573 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9135 | 2024.10.10 06:05:06.032610 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9136 | 2024.10.10 06:05:06.032960 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 9137 | 2024.10.10 06:05:06.033305 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9138 | 2024.10.10 06:05:06.033462 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001483 sec., 9440.323668240055 rows/sec., 661.14 KiB/sec. | ||
| 9139 | 2024.10.10 06:05:06.033779 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9140 | 2024.10.10 06:05:06.033821 [ 3 ] {de55d922-7903-4009-9f34-35754395eb3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9141 | 2024.10.10 06:05:06.033838 [ 3 ] {} <Debug> HTTP-Session: 5b4f18c2-2f7c-4435-9f2f-020404217c75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9142 | 2024.10.10 06:05:06.033951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9143 | 2024.10.10 06:05:06.034000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9144 | 2024.10.10 06:05:06.034019 [ 3 ] {} <Debug> HTTP-Session: f46146dc-8095-4aff-934b-9698638ee8af Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9145 | 2024.10.10 06:05:06.034035 [ 3 ] {} <Debug> HTTP-Session: f46146dc-8095-4aff-934b-9698638ee8af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9146 | 2024.10.10 06:05:06.034049 [ 3 ] {} <Debug> HTTP-Session: f46146dc-8095-4aff-934b-9698638ee8af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9147 | 2024.10.10 06:05:06.034080 [ 3 ] {} <Trace> HTTP-Session: f46146dc-8095-4aff-934b-9698638ee8af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9148 | 2024.10.10 06:05:06.034182 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9149 | 2024.10.10 06:05:06.034225 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9150 | 2024.10.10 06:05:06.034470 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9151 | 2024.10.10 06:05:06.034774 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9152 | 2024.10.10 06:05:06.034809 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9153 | 2024.10.10 06:05:06.035156 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9154 | 2024.10.10 06:05:06.035512 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9155 | 2024.10.10 06:05:06.035677 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 234.45 KiB/sec. | ||
| 9156 | 2024.10.10 06:05:06.036030 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Debug> DynamicQueryHandler: Done processing query | ||
| 9157 | 2024.10.10 06:05:06.036055 [ 3 ] {abc7f4de-1f26-4e1d-838d-f2bae01b8c97} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9158 | 2024.10.10 06:05:06.036071 [ 3 ] {} <Debug> HTTP-Session: f46146dc-8095-4aff-934b-9698638ee8af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9159 | 2024.10.10 06:05:06.036275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9160 | 2024.10.10 06:05:06.036323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9161 | 2024.10.10 06:05:06.036342 [ 3 ] {} <Debug> HTTP-Session: 54bcf474-fd13-4202-87c7-3bccb767a60f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9162 | 2024.10.10 06:05:06.036358 [ 3 ] {} <Debug> HTTP-Session: 54bcf474-fd13-4202-87c7-3bccb767a60f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9163 | 2024.10.10 06:05:06.036372 [ 3 ] {} <Debug> HTTP-Session: 54bcf474-fd13-4202-87c7-3bccb767a60f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9164 | 2024.10.10 06:05:06.036403 [ 3 ] {} <Trace> HTTP-Session: 54bcf474-fd13-4202-87c7-3bccb767a60f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9165 | 2024.10.10 06:05:06.036622 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9166 | 2024.10.10 06:05:06.036666 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9167 | 2024.10.10 06:05:06.036914 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9168 | 2024.10.10 06:05:06.037500 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9169 | 2024.10.10 06:05:06.037537 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9170 | 2024.10.10 06:05:06.037905 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9171 | 2024.10.10 06:05:06.038257 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9172 | 2024.10.10 06:05:06.038412 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001892 sec., 219344.6088794926 rows/sec., 15.65 MiB/sec. | ||
| 9173 | 2024.10.10 06:05:06.038685 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9174 | 2024.10.10 06:05:06.038739 [ 3 ] {323b538a-2403-4343-adb7-cab01072516f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9175 | 2024.10.10 06:05:06.038778 [ 3 ] {} <Debug> HTTP-Session: 54bcf474-fd13-4202-87c7-3bccb767a60f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9176 | 2024.10.10 06:05:06.038929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9177 | 2024.10.10 06:05:06.038980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9178 | 2024.10.10 06:05:06.038999 [ 3 ] {} <Debug> HTTP-Session: 5443c75e-0e68-4e24-9cef-ce4f157d3bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9179 | 2024.10.10 06:05:06.039016 [ 3 ] {} <Debug> HTTP-Session: 5443c75e-0e68-4e24-9cef-ce4f157d3bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9180 | 2024.10.10 06:05:06.039030 [ 3 ] {} <Debug> HTTP-Session: 5443c75e-0e68-4e24-9cef-ce4f157d3bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9181 | 2024.10.10 06:05:06.039061 [ 3 ] {} <Trace> HTTP-Session: 5443c75e-0e68-4e24-9cef-ce4f157d3bc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9182 | 2024.10.10 06:05:06.039162 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9183 | 2024.10.10 06:05:06.039208 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9184 | 2024.10.10 06:05:06.039353 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9185 | 2024.10.10 06:05:06.039613 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9186 | 2024.10.10 06:05:06.039649 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9187 | 2024.10.10 06:05:06.040003 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9188 | 2024.10.10 06:05:06.040328 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9189 | 2024.10.10 06:05:06.040464 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 236.59 KiB/sec. | ||
| 9190 | 2024.10.10 06:05:06.040638 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9191 | 2024.10.10 06:05:06.040662 [ 3 ] {e31cfb5a-5280-4006-8d57-e6eb102b3e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9192 | 2024.10.10 06:05:06.040678 [ 3 ] {} <Debug> HTTP-Session: 5443c75e-0e68-4e24-9cef-ce4f157d3bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9193 | 2024.10.10 06:05:06.040832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 41028, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9194 | 2024.10.10 06:05:06.040881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9195 | 2024.10.10 06:05:06.040899 [ 3 ] {} <Debug> HTTP-Session: 82fef129-bfa3-4770-83a5-32756702830f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9196 | 2024.10.10 06:05:06.040915 [ 3 ] {} <Debug> HTTP-Session: 82fef129-bfa3-4770-83a5-32756702830f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9197 | 2024.10.10 06:05:06.040928 [ 3 ] {} <Debug> HTTP-Session: 82fef129-bfa3-4770-83a5-32756702830f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9198 | 2024.10.10 06:05:06.040958 [ 3 ] {} <Trace> HTTP-Session: 82fef129-bfa3-4770-83a5-32756702830f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9199 | 2024.10.10 06:05:06.041164 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9200 | 2024.10.10 06:05:06.041210 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9201 | 2024.10.10 06:05:06.041351 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9202 | 2024.10.10 06:05:06.041786 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9203 | 2024.10.10 06:05:06.041821 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9204 | 2024.10.10 06:05:06.042199 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9205 | 2024.10.10 06:05:06.042524 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9206 | 2024.10.10 06:05:06.042680 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Debug> executeQuery: Read 218 rows, 14.92 KiB in 0.001633 sec., 133496.6319657073 rows/sec., 8.92 MiB/sec. | ||
| 9207 | 2024.10.10 06:05:06.042859 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9208 | 2024.10.10 06:05:06.042883 [ 3 ] {2c1aa9b0-8d00-4caa-a6cd-62ee4b1da88a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9209 | 2024.10.10 06:05:06.042898 [ 3 ] {} <Debug> HTTP-Session: 82fef129-bfa3-4770-83a5-32756702830f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9210 | 2024.10.10 06:05:06.043018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9211 | 2024.10.10 06:05:06.043065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9212 | 2024.10.10 06:05:06.043084 [ 3 ] {} <Debug> HTTP-Session: 7182c353-f96f-4f0a-b0c9-2c4eef9c7df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9213 | 2024.10.10 06:05:06.043101 [ 3 ] {} <Debug> HTTP-Session: 7182c353-f96f-4f0a-b0c9-2c4eef9c7df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9214 | 2024.10.10 06:05:06.043114 [ 3 ] {} <Debug> HTTP-Session: 7182c353-f96f-4f0a-b0c9-2c4eef9c7df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9215 | 2024.10.10 06:05:06.043145 [ 3 ] {} <Trace> HTTP-Session: 7182c353-f96f-4f0a-b0c9-2c4eef9c7df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9216 | 2024.10.10 06:05:06.043236 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9217 | 2024.10.10 06:05:06.043280 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9218 | 2024.10.10 06:05:06.043408 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9219 | 2024.10.10 06:05:06.043660 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9220 | 2024.10.10 06:05:06.043695 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9221 | 2024.10.10 06:05:06.044035 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9222 | 2024.10.10 06:05:06.044349 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9223 | 2024.10.10 06:05:06.044505 [ 99 ] {} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 9224 | 2024.10.10 06:05:06.044508 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001289 sec., 775.7951900698216 rows/sec., 52.28 KiB/sec. | ||
| 9225 | 2024.10.10 06:05:06.044585 [ 99 ] {} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9226 | 2024.10.10 06:05:06.044654 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9227 | 2024.10.10 06:05:06.044835 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9228 | 2024.10.10 06:05:06.044859 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 9229 | 2024.10.10 06:05:06.044873 [ 3 ] {e55ef798-87f0-4624-ab06-8124785edc2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9230 | 2024.10.10 06:05:06.044946 [ 3 ] {} <Debug> HTTP-Session: 7182c353-f96f-4f0a-b0c9-2c4eef9c7df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9231 | 2024.10.10 06:05:06.045109 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9232 | 2024.10.10 06:05:06.045178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9233 | 2024.10.10 06:05:06.045186 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 9234 | 2024.10.10 06:05:06.045272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9235 | 2024.10.10 06:05:06.045332 [ 3 ] {} <Debug> HTTP-Session: 14783176-3a73-41b9-b60a-170f0a8eecbc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9236 | 2024.10.10 06:05:06.045404 [ 3 ] {} <Debug> HTTP-Session: 14783176-3a73-41b9-b60a-170f0a8eecbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9237 | 2024.10.10 06:05:06.045485 [ 3 ] {} <Debug> HTTP-Session: 14783176-3a73-41b9-b60a-170f0a8eecbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9238 | 2024.10.10 06:05:06.045480 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 9239 | 2024.10.10 06:05:06.045608 [ 3 ] {} <Trace> HTTP-Session: 14783176-3a73-41b9-b60a-170f0a8eecbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9240 | 2024.10.10 06:05:06.045825 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 9241 | 2024.10.10 06:05:06.046001 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 9242 | 2024.10.10 06:05:06.046067 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 9243 | 2024.10.10 06:05:06.046300 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9244 | 2024.10.10 06:05:06.046471 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 9245 | 2024.10.10 06:05:06.046717 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <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 | ||
| 9246 | 2024.10.10 06:05:06.048635 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9247 | 2024.10.10 06:05:06.049477 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004703073 sec., 4252.538712454601 rows/sec., 286.55 KiB/sec. | ||
| 9248 | 2024.10.10 06:05:06.049770 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 9249 | 2024.10.10 06:05:06.050086 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2024.10.10 06:05:06.050140 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9251 | 2024.10.10 06:05:06.050926 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9252 | 2024.10.10 06:05:06.051096 [ 198 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_20_4} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 9253 | 2024.10.10 06:05:06.051278 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9254 | 2024.10.10 06:05:06.051617 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9255 | 2024.10.10 06:05:06.052056 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2024.10.10 06:05:06.052277 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006381 sec., 4858.17270020373 rows/sec., 8.71 MiB/sec. | ||
| 9257 | 2024.10.10 06:05:06.052904 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Debug> DynamicQueryHandler: Done processing query | ||
| 9258 | 2024.10.10 06:05:06.052930 [ 3 ] {36bc1d0f-0e2b-49cd-a174-1d862dd4cb20} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 9259 | 2024.10.10 06:05:06.052946 [ 3 ] {} <Debug> HTTP-Session: 14783176-3a73-41b9-b60a-170f0a8eecbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9260 | 2024.10.10 06:05:06.053087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 11254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9261 | 2024.10.10 06:05:06.053136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9262 | 2024.10.10 06:05:06.053156 [ 3 ] {} <Debug> HTTP-Session: 99288509-efb5-4ae7-b2e1-cb39bafbc4ac Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9263 | 2024.10.10 06:05:06.053172 [ 3 ] {} <Debug> HTTP-Session: 99288509-efb5-4ae7-b2e1-cb39bafbc4ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9264 | 2024.10.10 06:05:06.053185 [ 3 ] {} <Debug> HTTP-Session: 99288509-efb5-4ae7-b2e1-cb39bafbc4ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9265 | 2024.10.10 06:05:06.053217 [ 3 ] {} <Trace> HTTP-Session: 99288509-efb5-4ae7-b2e1-cb39bafbc4ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9266 | 2024.10.10 06:05:06.053346 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9267 | 2024.10.10 06:05:06.053392 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9268 | 2024.10.10 06:05:06.053538 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9269 | 2024.10.10 06:05:06.053849 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9270 | 2024.10.10 06:05:06.053885 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9271 | 2024.10.10 06:05:06.054250 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9272 | 2024.10.10 06:05:06.054576 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9273 | 2024.10.10 06:05:06.054725 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001431 sec., 53109.71348707198 rows/sec., 3.35 MiB/sec. | ||
| 9274 | 2024.10.10 06:05:06.054903 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9275 | 2024.10.10 06:05:06.054927 [ 3 ] {8cfd4ad5-09ee-4d0e-9f20-7c8abf18040d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9276 | 2024.10.10 06:05:06.054942 [ 3 ] {} <Debug> HTTP-Session: 99288509-efb5-4ae7-b2e1-cb39bafbc4ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9277 | 2024.10.10 06:05:08.278256 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 922 | ||
| 9278 | 2024.10.10 06:05:08.281319 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9279 | 2024.10.10 06:05:08.281379 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9280 | 2024.10.10 06:05:08.283086 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9281 | 2024.10.10 06:05:08.284279 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9282 | 2024.10.10 06:05:08.284876 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922 | ||
| 9283 | 2024.10.10 06:05:11.019643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9284 | 2024.10.10 06:05:11.019839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9285 | 2024.10.10 06:05:11.019885 [ 3 ] {} <Debug> HTTP-Session: a91ceb27-9d09-4faa-b6d7-21d9360ba777 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9286 | 2024.10.10 06:05:11.019928 [ 3 ] {} <Debug> HTTP-Session: a91ceb27-9d09-4faa-b6d7-21d9360ba777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9287 | 2024.10.10 06:05:11.019956 [ 3 ] {} <Debug> HTTP-Session: a91ceb27-9d09-4faa-b6d7-21d9360ba777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9288 | 2024.10.10 06:05:11.020038 [ 3 ] {} <Trace> HTTP-Session: a91ceb27-9d09-4faa-b6d7-21d9360ba777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9289 | 2024.10.10 06:05:11.020273 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9290 | 2024.10.10 06:05:11.020340 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9291 | 2024.10.10 06:05:11.020673 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9292 | 2024.10.10 06:05:11.021203 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2024.10.10 06:05:11.021250 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9294 | 2024.10.10 06:05:11.021684 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9295 | 2024.10.10 06:05:11.022081 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2024.10.10 06:05:11.022254 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002048 sec., 36132.8125 rows/sec., 2.89 MiB/sec. | ||
| 9297 | 2024.10.10 06:05:11.022492 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9298 | 2024.10.10 06:05:11.022520 [ 3 ] {288a2461-9a26-4bae-a7f4-4dcd45dc77eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9299 | 2024.10.10 06:05:11.022537 [ 3 ] {} <Debug> HTTP-Session: a91ceb27-9d09-4faa-b6d7-21d9360ba777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9300 | 2024.10.10 06:05:11.022714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9301 | 2024.10.10 06:05:11.022771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9302 | 2024.10.10 06:05:11.022791 [ 3 ] {} <Debug> HTTP-Session: 35b80c2e-768d-41ff-bbf1-5b6dc0f8bc1c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9303 | 2024.10.10 06:05:11.022808 [ 3 ] {} <Debug> HTTP-Session: 35b80c2e-768d-41ff-bbf1-5b6dc0f8bc1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9304 | 2024.10.10 06:05:11.022822 [ 3 ] {} <Debug> HTTP-Session: 35b80c2e-768d-41ff-bbf1-5b6dc0f8bc1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9305 | 2024.10.10 06:05:11.022857 [ 3 ] {} <Trace> HTTP-Session: 35b80c2e-768d-41ff-bbf1-5b6dc0f8bc1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9306 | 2024.10.10 06:05:11.022971 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9307 | 2024.10.10 06:05:11.023019 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9308 | 2024.10.10 06:05:11.023252 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9309 | 2024.10.10 06:05:11.023609 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9310 | 2024.10.10 06:05:11.023648 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9311 | 2024.10.10 06:05:11.024023 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9312 | 2024.10.10 06:05:11.024386 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9313 | 2024.10.10 06:05:11.024541 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001601 sec., 5621.486570893192 rows/sec., 422.71 KiB/sec. | ||
| 9314 | 2024.10.10 06:05:11.024839 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9315 | 2024.10.10 06:05:11.024891 [ 3 ] {bc8a18da-6bb2-4ec8-8772-cc65965a72c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9316 | 2024.10.10 06:05:11.024933 [ 3 ] {} <Debug> HTTP-Session: 35b80c2e-768d-41ff-bbf1-5b6dc0f8bc1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9317 | 2024.10.10 06:05:11.025109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9318 | 2024.10.10 06:05:11.025166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9319 | 2024.10.10 06:05:11.025186 [ 3 ] {} <Debug> HTTP-Session: cb56363d-0ff9-4fbe-aa7f-53a833b5e374 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9320 | 2024.10.10 06:05:11.025203 [ 3 ] {} <Debug> HTTP-Session: cb56363d-0ff9-4fbe-aa7f-53a833b5e374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9321 | 2024.10.10 06:05:11.025217 [ 3 ] {} <Debug> HTTP-Session: cb56363d-0ff9-4fbe-aa7f-53a833b5e374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9322 | 2024.10.10 06:05:11.025251 [ 3 ] {} <Trace> HTTP-Session: cb56363d-0ff9-4fbe-aa7f-53a833b5e374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9323 | 2024.10.10 06:05:11.025378 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9324 | 2024.10.10 06:05:11.025424 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9325 | 2024.10.10 06:05:11.025668 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9326 | 2024.10.10 06:05:11.026051 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9327 | 2024.10.10 06:05:11.026087 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9328 | 2024.10.10 06:05:11.026448 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9329 | 2024.10.10 06:05:11.026807 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9330 | 2024.10.10 06:05:11.026966 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001628 sec., 44840.29484029484 rows/sec., 3.50 MiB/sec. | ||
| 9331 | 2024.10.10 06:05:11.027148 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Debug> DynamicQueryHandler: Done processing query | ||
| 9332 | 2024.10.10 06:05:11.027172 [ 3 ] {dfcb844f-cbcf-44cd-bd3c-b3af342e7015} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9333 | 2024.10.10 06:05:11.027188 [ 3 ] {} <Debug> HTTP-Session: cb56363d-0ff9-4fbe-aa7f-53a833b5e374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9334 | 2024.10.10 06:05:11.027384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9335 | 2024.10.10 06:05:11.027433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9336 | 2024.10.10 06:05:11.027451 [ 3 ] {} <Debug> HTTP-Session: 7e8c4d63-4978-4afb-8b8e-00415bcef328 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9337 | 2024.10.10 06:05:11.027468 [ 3 ] {} <Debug> HTTP-Session: 7e8c4d63-4978-4afb-8b8e-00415bcef328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9338 | 2024.10.10 06:05:11.027481 [ 3 ] {} <Debug> HTTP-Session: 7e8c4d63-4978-4afb-8b8e-00415bcef328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9339 | 2024.10.10 06:05:11.027514 [ 3 ] {} <Trace> HTTP-Session: 7e8c4d63-4978-4afb-8b8e-00415bcef328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9340 | 2024.10.10 06:05:11.027660 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9341 | 2024.10.10 06:05:11.027713 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9342 | 2024.10.10 06:05:11.027858 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9343 | 2024.10.10 06:05:11.028272 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9344 | 2024.10.10 06:05:11.028308 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9345 | 2024.10.10 06:05:11.028694 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9346 | 2024.10.10 06:05:11.029035 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9347 | 2024.10.10 06:05:11.029189 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001591 sec., 100565.6819610308 rows/sec., 7.00 MiB/sec. | ||
| 9348 | 2024.10.10 06:05:11.029465 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Debug> DynamicQueryHandler: Done processing query | ||
| 9349 | 2024.10.10 06:05:11.029514 [ 3 ] {adb76437-a11f-49f9-bd2c-b484988d6533} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9350 | 2024.10.10 06:05:11.029559 [ 3 ] {} <Debug> HTTP-Session: 7e8c4d63-4978-4afb-8b8e-00415bcef328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9351 | 2024.10.10 06:05:11.029724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9352 | 2024.10.10 06:05:11.029774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9353 | 2024.10.10 06:05:11.029794 [ 3 ] {} <Debug> HTTP-Session: b414c349-59e4-4b14-aade-4af372bc1326 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9354 | 2024.10.10 06:05:11.029811 [ 3 ] {} <Debug> HTTP-Session: b414c349-59e4-4b14-aade-4af372bc1326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9355 | 2024.10.10 06:05:11.029825 [ 3 ] {} <Debug> HTTP-Session: b414c349-59e4-4b14-aade-4af372bc1326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9356 | 2024.10.10 06:05:11.029856 [ 3 ] {} <Trace> HTTP-Session: b414c349-59e4-4b14-aade-4af372bc1326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9357 | 2024.10.10 06:05:11.030042 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9358 | 2024.10.10 06:05:11.030112 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <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 | ||
| 9359 | 2024.10.10 06:05:11.030551 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9360 | 2024.10.10 06:05:11.031076 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9361 | 2024.10.10 06:05:11.031112 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9362 | 2024.10.10 06:05:11.031709 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9363 | 2024.10.10 06:05:11.032118 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9364 | 2024.10.10 06:05:11.032306 [ 171 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9365 | 2024.10.10 06:05:11.032319 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002378 sec., 3784.6930193439866 rows/sec., 6.78 MiB/sec. | ||
| 9366 | 2024.10.10 06:05:11.032395 [ 171 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9367 | 2024.10.10 06:05:11.032474 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 9368 | 2024.10.10 06:05:11.032731 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 9369 | 2024.10.10 06:05:11.032816 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9370 | 2024.10.10 06:05:11.032848 [ 3 ] {ffabdaab-f44c-480f-8511-a179b1e8ff7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 9371 | 2024.10.10 06:05:11.032872 [ 3 ] {} <Debug> HTTP-Session: b414c349-59e4-4b14-aade-4af372bc1326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9372 | 2024.10.10 06:05:11.033073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9373 | 2024.10.10 06:05:11.033086 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9374 | 2024.10.10 06:05:11.033140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9375 | 2024.10.10 06:05:11.033171 [ 3 ] {} <Debug> HTTP-Session: e574723d-4839-4ccf-888a-d729ee3f4dab Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9376 | 2024.10.10 06:05:11.033172 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 629 rows starting from the beginning of the part | ||
| 9377 | 2024.10.10 06:05:11.033195 [ 3 ] {} <Debug> HTTP-Session: e574723d-4839-4ccf-888a-d729ee3f4dab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9378 | 2024.10.10 06:05:11.033217 [ 3 ] {} <Debug> HTTP-Session: e574723d-4839-4ccf-888a-d729ee3f4dab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9379 | 2024.10.10 06:05:11.033266 [ 3 ] {} <Trace> HTTP-Session: e574723d-4839-4ccf-888a-d729ee3f4dab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9380 | 2024.10.10 06:05:11.033564 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9381 | 2024.10.10 06:05:11.033667 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9382 | 2024.10.10 06:05:11.033667 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part | ||
| 9383 | 2024.10.10 06:05:11.034044 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9384 | 2024.10.10 06:05:11.034073 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part | ||
| 9385 | 2024.10.10 06:05:11.034513 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part | ||
| 9386 | 2024.10.10 06:05:11.034676 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9387 | 2024.10.10 06:05:11.034741 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9388 | 2024.10.10 06:05:11.034855 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part | ||
| 9389 | 2024.10.10 06:05:11.035191 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
| 9390 | 2024.10.10 06:05:11.035426 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9391 | 2024.10.10 06:05:11.035935 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9392 | 2024.10.10 06:05:11.036192 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002783 sec., 21559.468199784405 rows/sec., 1.45 MiB/sec. | ||
| 9393 | 2024.10.10 06:05:11.036725 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9394 | 2024.10.10 06:05:11.036806 [ 3 ] {246dc6a8-7e41-4731-ba6d-6611d94e9fc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9395 | 2024.10.10 06:05:11.036884 [ 3 ] {} <Debug> HTTP-Session: e574723d-4839-4ccf-888a-d729ee3f4dab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9396 | 2024.10.10 06:05:11.041231 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 19 columns (19 merged, 0 gathered) in 0.008609277 sec., 83398.40848424322 rows/sec., 149.45 MiB/sec. | ||
| 9397 | 2024.10.10 06:05:11.042427 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9398 | 2024.10.10 06:05:11.043170 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9399 | 2024.10.10 06:05:11.043262 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9400 | 2024.10.10 06:05:11.043431 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. | ||
| 9401 | 2024.10.10 06:05:12.000153 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.22 MiB, peak 171.01 MiB, free memory in arenas 0.00 B, will set to 163.99 MiB (RSS), difference: 1.77 MiB | ||
| 9402 | 2024.10.10 06:05:16.024574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9403 | 2024.10.10 06:05:16.024707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9404 | 2024.10.10 06:05:16.024737 [ 3 ] {} <Debug> HTTP-Session: 3c5b9984-fd67-43b6-8c4c-7cbe3918fa79 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9405 | 2024.10.10 06:05:16.024766 [ 3 ] {} <Debug> HTTP-Session: 3c5b9984-fd67-43b6-8c4c-7cbe3918fa79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9406 | 2024.10.10 06:05:16.024784 [ 3 ] {} <Debug> HTTP-Session: 3c5b9984-fd67-43b6-8c4c-7cbe3918fa79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9407 | 2024.10.10 06:05:16.024840 [ 3 ] {} <Trace> HTTP-Session: 3c5b9984-fd67-43b6-8c4c-7cbe3918fa79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9408 | 2024.10.10 06:05:16.025125 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9409 | 2024.10.10 06:05:16.025199 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9410 | 2024.10.10 06:05:16.025530 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9411 | 2024.10.10 06:05:16.026132 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9412 | 2024.10.10 06:05:16.026172 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9413 | 2024.10.10 06:05:16.026618 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9414 | 2024.10.10 06:05:16.027014 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2024.10.10 06:05:16.027158 [ 169 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9416 | 2024.10.10 06:05:16.027165 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002173 sec., 115508.5135757018 rows/sec., 10.23 MiB/sec. | ||
| 9417 | 2024.10.10 06:05:16.027206 [ 169 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9418 | 2024.10.10 06:05:16.027251 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9419 | 2024.10.10 06:05:16.027384 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9420 | 2024.10.10 06:05:16.027423 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9421 | 2024.10.10 06:05:16.027458 [ 3 ] {dff705a8-bcad-4a79-9c19-187cad091e7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 9422 | 2024.10.10 06:05:16.027484 [ 3 ] {} <Debug> HTTP-Session: 3c5b9984-fd67-43b6-8c4c-7cbe3918fa79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9423 | 2024.10.10 06:05:16.027554 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9424 | 2024.10.10 06:05:16.027589 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1418 rows starting from the beginning of the part | ||
| 9425 | 2024.10.10 06:05:16.027686 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1214 rows starting from the beginning of the part | ||
| 9426 | 2024.10.10 06:05:16.027686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9427 | 2024.10.10 06:05:16.027803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9428 | 2024.10.10 06:05:16.027853 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part | ||
| 9429 | 2024.10.10 06:05:16.027861 [ 3 ] {} <Debug> HTTP-Session: 351c4d9c-3897-4ba9-8e4c-b489864567cc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9430 | 2024.10.10 06:05:16.027895 [ 3 ] {} <Debug> HTTP-Session: 351c4d9c-3897-4ba9-8e4c-b489864567cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9431 | 2024.10.10 06:05:16.027939 [ 3 ] {} <Debug> HTTP-Session: 351c4d9c-3897-4ba9-8e4c-b489864567cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9432 | 2024.10.10 06:05:16.027988 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 252 rows starting from the beginning of the part | ||
| 9433 | 2024.10.10 06:05:16.028017 [ 3 ] {} <Trace> HTTP-Session: 351c4d9c-3897-4ba9-8e4c-b489864567cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9434 | 2024.10.10 06:05:16.028119 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 74 rows starting from the beginning of the part | ||
| 9435 | 2024.10.10 06:05:16.028232 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9436 | 2024.10.10 06:05:16.028266 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 251 rows starting from the beginning of the part | ||
| 9437 | 2024.10.10 06:05:16.028308 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9438 | 2024.10.10 06:05:16.028797 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9439 | 2024.10.10 06:05:16.029318 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9440 | 2024.10.10 06:05:16.029363 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9441 | 2024.10.10 06:05:16.029948 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9442 | 2024.10.10 06:05:16.030460 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9443 | 2024.10.10 06:05:16.030642 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002492 sec., 12439.807383627609 rows/sec., 935.42 KiB/sec. | ||
| 9444 | 2024.10.10 06:05:16.030894 [ 201 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3235 rows, containing 5 columns (5 merged, 0 gathered) in 0.003569276 sec., 906346.273025678 rows/sec., 79.26 MiB/sec. | ||
| 9445 | 2024.10.10 06:05:16.030917 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Debug> DynamicQueryHandler: Done processing query | ||
| 9446 | 2024.10.10 06:05:16.030955 [ 3 ] {413add5b-fd69-4d83-87cb-62236d3e6181} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9447 | 2024.10.10 06:05:16.030985 [ 3 ] {} <Debug> HTTP-Session: 351c4d9c-3897-4ba9-8e4c-b489864567cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9448 | 2024.10.10 06:05:16.031182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9449 | 2024.10.10 06:05:16.031257 [ 199 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9450 | 2024.10.10 06:05:16.031262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9451 | 2024.10.10 06:05:16.031353 [ 3 ] {} <Debug> HTTP-Session: 02f883b3-eb67-4f68-b006-ca72c7b5ddea Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9452 | 2024.10.10 06:05:16.031408 [ 3 ] {} <Debug> HTTP-Session: 02f883b3-eb67-4f68-b006-ca72c7b5ddea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9453 | 2024.10.10 06:05:16.031436 [ 3 ] {} <Debug> HTTP-Session: 02f883b3-eb67-4f68-b006-ca72c7b5ddea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9454 | 2024.10.10 06:05:16.031486 [ 3 ] {} <Trace> HTTP-Session: 02f883b3-eb67-4f68-b006-ca72c7b5ddea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9455 | 2024.10.10 06:05:16.031665 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9456 | 2024.10.10 06:05:16.031847 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9457 | 2024.10.10 06:05:16.032488 [ 199 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9458 | 2024.10.10 06:05:16.032545 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9459 | 2024.10.10 06:05:16.032724 [ 199 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_51_10} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9460 | 2024.10.10 06:05:16.032907 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9461 | 2024.10.10 06:05:16.033088 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9462 | 2024.10.10 06:05:16.033131 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9463 | 2024.10.10 06:05:16.033505 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9464 | 2024.10.10 06:05:16.033865 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9465 | 2024.10.10 06:05:16.033992 [ 169 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 9466 | 2024.10.10 06:05:16.033997 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002403 sec., 5826.050769870994 rows/sec., 408.02 KiB/sec. | ||
| 9467 | 2024.10.10 06:05:16.034030 [ 169 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9468 | 2024.10.10 06:05:16.034077 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9469 | 2024.10.10 06:05:16.034294 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9470 | 2024.10.10 06:05:16.034311 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 9471 | 2024.10.10 06:05:16.034328 [ 3 ] {71e152bf-cd1a-4624-9198-67518ab9c6c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9472 | 2024.10.10 06:05:16.034403 [ 3 ] {} <Debug> HTTP-Session: 02f883b3-eb67-4f68-b006-ca72c7b5ddea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9473 | 2024.10.10 06:05:16.034731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9474 | 2024.10.10 06:05:16.034910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9475 | 2024.10.10 06:05:16.034962 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9476 | 2024.10.10 06:05:16.034983 [ 3 ] {} <Debug> HTTP-Session: 95e8cc96-4cb9-43cb-a317-e7ba96e70b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9477 | 2024.10.10 06:05:16.035013 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
| 9478 | 2024.10.10 06:05:16.035016 [ 3 ] {} <Debug> HTTP-Session: 95e8cc96-4cb9-43cb-a317-e7ba96e70b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9479 | 2024.10.10 06:05:16.035048 [ 3 ] {} <Debug> HTTP-Session: 95e8cc96-4cb9-43cb-a317-e7ba96e70b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9480 | 2024.10.10 06:05:16.035123 [ 3 ] {} <Trace> HTTP-Session: 95e8cc96-4cb9-43cb-a317-e7ba96e70b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9481 | 2024.10.10 06:05:16.035158 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 9482 | 2024.10.10 06:05:16.035330 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 9483 | 2024.10.10 06:05:16.035341 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9484 | 2024.10.10 06:05:16.035435 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9485 | 2024.10.10 06:05:16.035454 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part | ||
| 9486 | 2024.10.10 06:05:16.035899 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 9487 | 2024.10.10 06:05:16.036061 [ 193 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 9488 | 2024.10.10 06:05:16.036804 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9489 | 2024.10.10 06:05:16.037340 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9490 | 2024.10.10 06:05:16.037387 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9491 | 2024.10.10 06:05:16.037936 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9492 | 2024.10.10 06:05:16.038101 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.003943444 sec., 133385.94386023993 rows/sec., 9.06 MiB/sec. | ||
| 9493 | 2024.10.10 06:05:16.038413 [ 199 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 9494 | 2024.10.10 06:05:16.038661 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9495 | 2024.10.10 06:05:16.038979 [ 169 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 9496 | 2024.10.10 06:05:16.039135 [ 169 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9497 | 2024.10.10 06:05:16.039148 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003868 sec., 1551.1892450879009 rows/sec., 91.65 KiB/sec. | ||
| 9498 | 2024.10.10 06:05:16.039208 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9499 | 2024.10.10 06:05:16.040102 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 9500 | 2024.10.10 06:05:16.040285 [ 196 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9501 | 2024.10.10 06:05:16.040330 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Debug> DynamicQueryHandler: Done processing query | ||
| 9502 | 2024.10.10 06:05:16.040438 [ 3 ] {cecb3e69-ef95-4e18-9b92-f46b0f1afc39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9503 | 2024.10.10 06:05:16.040522 [ 3 ] {} <Debug> HTTP-Session: 95e8cc96-4cb9-43cb-a317-e7ba96e70b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9504 | 2024.10.10 06:05:16.040672 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9505 | 2024.10.10 06:05:16.040707 [ 196 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_26_5} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 9506 | 2024.10.10 06:05:16.040746 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
| 9507 | 2024.10.10 06:05:16.040896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9508 | 2024.10.10 06:05:16.041114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9509 | 2024.10.10 06:05:16.041123 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 9510 | 2024.10.10 06:05:16.041163 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 9511 | 2024.10.10 06:05:16.041229 [ 3 ] {} <Debug> HTTP-Session: 436adbf9-67c0-4e92-8595-6178f758a21f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9512 | 2024.10.10 06:05:16.041330 [ 3 ] {} <Debug> HTTP-Session: 436adbf9-67c0-4e92-8595-6178f758a21f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9513 | 2024.10.10 06:05:16.041434 [ 3 ] {} <Debug> HTTP-Session: 436adbf9-67c0-4e92-8595-6178f758a21f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9514 | 2024.10.10 06:05:16.041541 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 9515 | 2024.10.10 06:05:16.041552 [ 3 ] {} <Trace> HTTP-Session: 436adbf9-67c0-4e92-8595-6178f758a21f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9516 | 2024.10.10 06:05:16.041745 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 9517 | 2024.10.10 06:05:16.042055 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9518 | 2024.10.10 06:05:16.042088 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 9519 | 2024.10.10 06:05:16.042188 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9520 | 2024.10.10 06:05:16.042903 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9521 | 2024.10.10 06:05:16.043694 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004354114 sec., 6890.035492869502 rows/sec., 437.36 KiB/sec. | ||
| 9522 | 2024.10.10 06:05:16.043745 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9523 | 2024.10.10 06:05:16.043806 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9524 | 2024.10.10 06:05:16.043877 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 9525 | 2024.10.10 06:05:16.044832 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9526 | 2024.10.10 06:05:16.044968 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9527 | 2024.10.10 06:05:16.045203 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_21_5} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 9528 | 2024.10.10 06:05:16.045396 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9529 | 2024.10.10 06:05:16.045560 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2024.10.10 06:05:16.045701 [ 169 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9531 | 2024.10.10 06:05:16.045702 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.003918 sec., 105410.92394078613 rows/sec., 7.52 MiB/sec. | ||
| 9532 | 2024.10.10 06:05:16.045745 [ 169 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9533 | 2024.10.10 06:05:16.045792 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9534 | 2024.10.10 06:05:16.045992 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9535 | 2024.10.10 06:05:16.046006 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Debug> DynamicQueryHandler: Done processing query | ||
| 9536 | 2024.10.10 06:05:16.046063 [ 3 ] {b67dc960-830e-42d6-9342-0e925d438789} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9537 | 2024.10.10 06:05:16.046104 [ 3 ] {} <Debug> HTTP-Session: 436adbf9-67c0-4e92-8595-6178f758a21f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9538 | 2024.10.10 06:05:16.046230 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9539 | 2024.10.10 06:05:16.046270 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 9540 | 2024.10.10 06:05:16.046314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9541 | 2024.10.10 06:05:16.046478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9542 | 2024.10.10 06:05:16.046552 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 529 rows starting from the beginning of the part | ||
| 9543 | 2024.10.10 06:05:16.046579 [ 3 ] {} <Debug> HTTP-Session: 7abf812b-ae37-461c-a3da-ce44d3006384 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9544 | 2024.10.10 06:05:16.046668 [ 3 ] {} <Debug> HTTP-Session: 7abf812b-ae37-461c-a3da-ce44d3006384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9545 | 2024.10.10 06:05:16.046755 [ 3 ] {} <Debug> HTTP-Session: 7abf812b-ae37-461c-a3da-ce44d3006384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9546 | 2024.10.10 06:05:16.046866 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part | ||
| 9547 | 2024.10.10 06:05:16.046961 [ 3 ] {} <Trace> HTTP-Session: 7abf812b-ae37-461c-a3da-ce44d3006384 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9548 | 2024.10.10 06:05:16.047150 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 415 rows starting from the beginning of the part | ||
| 9549 | 2024.10.10 06:05:16.047421 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 73 rows starting from the beginning of the part | ||
| 9550 | 2024.10.10 06:05:16.047557 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9551 | 2024.10.10 06:05:16.047701 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 413 rows starting from the beginning of the part | ||
| 9552 | 2024.10.10 06:05:16.047804 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9553 | 2024.10.10 06:05:16.048482 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9554 | 2024.10.10 06:05:16.049157 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9555 | 2024.10.10 06:05:16.049212 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9556 | 2024.10.10 06:05:16.050146 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9557 | 2024.10.10 06:05:16.050638 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9558 | 2024.10.10 06:05:16.050941 [ 169 ] {} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 9559 | 2024.10.10 06:05:16.051042 [ 169 ] {} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9560 | 2024.10.10 06:05:16.051092 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00381 sec., 1574.8031496062993 rows/sec., 82.28 KiB/sec. | ||
| 9561 | 2024.10.10 06:05:16.051119 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9562 | 2024.10.10 06:05:16.051407 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 5 columns (5 merged, 0 gathered) in 0.005492062 sec., 431896.0710931523 rows/sec., 33.08 MiB/sec. | ||
| 9563 | 2024.10.10 06:05:16.051565 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 9564 | 2024.10.10 06:05:16.051765 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9565 | 2024.10.10 06:05:16.051820 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9566 | 2024.10.10 06:05:16.051981 [ 3 ] {f0052965-ea3e-4296-a489-216d202108c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9567 | 2024.10.10 06:05:16.052068 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9568 | 2024.10.10 06:05:16.052074 [ 3 ] {} <Debug> HTTP-Session: 7abf812b-ae37-461c-a3da-ce44d3006384 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9569 | 2024.10.10 06:05:16.052176 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 9570 | 2024.10.10 06:05:16.052525 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 9571 | 2024.10.10 06:05:16.052838 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 9572 | 2024.10.10 06:05:16.053234 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 9573 | 2024.10.10 06:05:16.053249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9574 | 2024.10.10 06:05:16.053680 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 9575 | 2024.10.10 06:05:16.053821 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2024.10.10 06:05:16.054024 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 9577 | 2024.10.10 06:05:16.054215 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_51_10} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9578 | 2024.10.10 06:05:16.054603 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 9579 | 2024.10.10 06:05:16.054614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9580 | 2024.10.10 06:05:16.054755 [ 3 ] {} <Debug> HTTP-Session: 819617ad-0b8a-4fea-87e9-b99e57149307 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9581 | 2024.10.10 06:05:16.054857 [ 3 ] {} <Debug> HTTP-Session: 819617ad-0b8a-4fea-87e9-b99e57149307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9582 | 2024.10.10 06:05:16.054893 [ 3 ] {} <Debug> HTTP-Session: 819617ad-0b8a-4fea-87e9-b99e57149307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9583 | 2024.10.10 06:05:16.054972 [ 3 ] {} <Trace> HTTP-Session: 819617ad-0b8a-4fea-87e9-b99e57149307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9584 | 2024.10.10 06:05:16.055296 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9585 | 2024.10.10 06:05:16.055390 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9586 | 2024.10.10 06:05:16.056103 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9587 | 2024.10.10 06:05:16.057085 [ 196 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005801029 sec., 21720.284452982392 rows/sec., 1.11 MiB/sec. | ||
| 9588 | 2024.10.10 06:05:16.057170 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9589 | 2024.10.10 06:05:16.057218 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9590 | 2024.10.10 06:05:16.057272 [ 197 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9591 | 2024.10.10 06:05:16.057774 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9592 | 2024.10.10 06:05:16.057895 [ 197 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2024.10.10 06:05:16.058075 [ 197 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_21_4} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9594 | 2024.10.10 06:05:16.058192 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9595 | 2024.10.10 06:05:16.058273 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9596 | 2024.10.10 06:05:16.058406 [ 169 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9597 | 2024.10.10 06:05:16.058412 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003281 sec., 72234.07497714112 rows/sec., 4.84 MiB/sec. | ||
| 9598 | 2024.10.10 06:05:16.058443 [ 169 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2024.10.10 06:05:16.058481 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9600 | 2024.10.10 06:05:16.058692 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9601 | 2024.10.10 06:05:16.058733 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9602 | 2024.10.10 06:05:16.058794 [ 3 ] {4baad1a8-e635-47e5-ad44-cd44e18959e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9603 | 2024.10.10 06:05:16.058847 [ 3 ] {} <Debug> HTTP-Session: 819617ad-0b8a-4fea-87e9-b99e57149307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9604 | 2024.10.10 06:05:16.058972 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9605 | 2024.10.10 06:05:16.059015 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13825 rows starting from the beginning of the part | ||
| 9606 | 2024.10.10 06:05:16.059104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9607 | 2024.10.10 06:05:16.059226 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1006 rows starting from the beginning of the part | ||
| 9608 | 2024.10.10 06:05:16.059383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9609 | 2024.10.10 06:05:16.059524 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part | ||
| 9610 | 2024.10.10 06:05:16.059541 [ 3 ] {} <Debug> HTTP-Session: 6e3b36ff-9d92-4b57-9d99-f9c972629343 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9611 | 2024.10.10 06:05:16.059636 [ 3 ] {} <Debug> HTTP-Session: 6e3b36ff-9d92-4b57-9d99-f9c972629343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9612 | 2024.10.10 06:05:16.059715 [ 3 ] {} <Debug> HTTP-Session: 6e3b36ff-9d92-4b57-9d99-f9c972629343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9613 | 2024.10.10 06:05:16.059820 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 218 rows starting from the beginning of the part | ||
| 9614 | 2024.10.10 06:05:16.059885 [ 3 ] {} <Trace> HTTP-Session: 6e3b36ff-9d92-4b57-9d99-f9c972629343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9615 | 2024.10.10 06:05:16.060084 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 9616 | 2024.10.10 06:05:16.060372 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 9617 | 2024.10.10 06:05:16.060381 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9618 | 2024.10.10 06:05:16.060671 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9619 | 2024.10.10 06:05:16.061147 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9620 | 2024.10.10 06:05:16.061761 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9621 | 2024.10.10 06:05:16.061800 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9622 | 2024.10.10 06:05:16.062218 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9623 | 2024.10.10 06:05:16.062809 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9624 | 2024.10.10 06:05:16.063177 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003002 sec., 333.11125916055965 rows/sec., 22.45 KiB/sec. | ||
| 9625 | 2024.10.10 06:05:16.063867 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Debug> DynamicQueryHandler: Done processing query | ||
| 9626 | 2024.10.10 06:05:16.063933 [ 3 ] {b3a36102-748e-48de-a56b-d59f03d41975} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9627 | 2024.10.10 06:05:16.063978 [ 3 ] {} <Debug> HTTP-Session: 6e3b36ff-9d92-4b57-9d99-f9c972629343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9628 | 2024.10.10 06:05:16.064175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9629 | 2024.10.10 06:05:16.064230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9630 | 2024.10.10 06:05:16.064250 [ 3 ] {} <Debug> HTTP-Session: 77f791c6-fc45-432b-8737-1f23ab28deb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9631 | 2024.10.10 06:05:16.064275 [ 3 ] {} <Debug> HTTP-Session: 77f791c6-fc45-432b-8737-1f23ab28deb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9632 | 2024.10.10 06:05:16.064295 [ 3 ] {} <Debug> HTTP-Session: 77f791c6-fc45-432b-8737-1f23ab28deb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9633 | 2024.10.10 06:05:16.064329 [ 3 ] {} <Trace> HTTP-Session: 77f791c6-fc45-432b-8737-1f23ab28deb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9634 | 2024.10.10 06:05:16.064780 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9635 | 2024.10.10 06:05:16.064963 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <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 | ||
| 9636 | 2024.10.10 06:05:16.065721 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9637 | 2024.10.10 06:05:16.066481 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9638 | 2024.10.10 06:05:16.066519 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9639 | 2024.10.10 06:05:16.067142 [ 194 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15466 rows, containing 5 columns (5 merged, 0 gathered) in 0.008546145 sec., 1809704.843528866 rows/sec., 122.13 MiB/sec. | ||
| 9640 | 2024.10.10 06:05:16.067689 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9641 | 2024.10.10 06:05:16.067826 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9642 | 2024.10.10 06:05:16.068320 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9643 | 2024.10.10 06:05:16.068428 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9644 | 2024.10.10 06:05:16.068515 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9645 | 2024.10.10 06:05:16.068547 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB. | ||
| 9646 | 2024.10.10 06:05:16.068698 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004257 sec., 7282.123561193328 rows/sec., 13.05 MiB/sec. | ||
| 9647 | 2024.10.10 06:05:16.069168 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 9648 | 2024.10.10 06:05:16.069194 [ 3 ] {e751ac36-57c9-4dd6-9123-e8cc726195ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 9649 | 2024.10.10 06:05:16.069211 [ 3 ] {} <Debug> HTTP-Session: 77f791c6-fc45-432b-8737-1f23ab28deb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9650 | 2024.10.10 06:05:16.069363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9651 | 2024.10.10 06:05:16.069413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9652 | 2024.10.10 06:05:16.069432 [ 3 ] {} <Debug> HTTP-Session: db074c75-d430-49d4-ab0f-9a58c953f750 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9653 | 2024.10.10 06:05:16.069449 [ 3 ] {} <Debug> HTTP-Session: db074c75-d430-49d4-ab0f-9a58c953f750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9654 | 2024.10.10 06:05:16.069463 [ 3 ] {} <Debug> HTTP-Session: db074c75-d430-49d4-ab0f-9a58c953f750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9655 | 2024.10.10 06:05:16.069496 [ 3 ] {} <Trace> HTTP-Session: db074c75-d430-49d4-ab0f-9a58c953f750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9656 | 2024.10.10 06:05:16.069620 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9657 | 2024.10.10 06:05:16.069665 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9658 | 2024.10.10 06:05:16.069798 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9659 | 2024.10.10 06:05:16.070113 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9660 | 2024.10.10 06:05:16.070150 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9661 | 2024.10.10 06:05:16.070511 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9662 | 2024.10.10 06:05:16.070831 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9663 | 2024.10.10 06:05:16.070963 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001388 sec., 59077.8097982709 rows/sec., 3.75 MiB/sec. | ||
| 9664 | 2024.10.10 06:05:16.071123 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9665 | 2024.10.10 06:05:16.071147 [ 3 ] {641c4a48-f41f-451a-ad23-859a3c67cd6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9666 | 2024.10.10 06:05:16.071162 [ 3 ] {} <Debug> HTTP-Session: db074c75-d430-49d4-ab0f-9a58c953f750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9667 | 2024.10.10 06:05:18.074399 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9668 | 2024.10.10 06:05:18.074453 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9669 | 2024.10.10 06:05:18.286006 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 954 | ||
| 9670 | 2024.10.10 06:05:18.288875 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9671 | 2024.10.10 06:05:18.288917 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9672 | 2024.10.10 06:05:18.290449 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9673 | 2024.10.10 06:05:18.291461 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9674 | 2024.10.10 06:05:18.291927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954 | ||
| 9675 | 2024.10.10 06:05:19.001540 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001172618 sec. | ||
| 9676 | 2024.10.10 06:05:21.018970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9677 | 2024.10.10 06:05:21.019147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9678 | 2024.10.10 06:05:21.019193 [ 3 ] {} <Debug> HTTP-Session: 29878772-f625-4c62-a4cf-863d9cb9ae64 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9679 | 2024.10.10 06:05:21.019235 [ 3 ] {} <Debug> HTTP-Session: 29878772-f625-4c62-a4cf-863d9cb9ae64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9680 | 2024.10.10 06:05:21.019263 [ 3 ] {} <Debug> HTTP-Session: 29878772-f625-4c62-a4cf-863d9cb9ae64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9681 | 2024.10.10 06:05:21.019342 [ 3 ] {} <Trace> HTTP-Session: 29878772-f625-4c62-a4cf-863d9cb9ae64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9682 | 2024.10.10 06:05:21.019553 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9683 | 2024.10.10 06:05:21.019621 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9684 | 2024.10.10 06:05:21.019955 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9685 | 2024.10.10 06:05:21.020453 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9686 | 2024.10.10 06:05:21.020495 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9687 | 2024.10.10 06:05:21.020922 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9688 | 2024.10.10 06:05:21.021323 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9689 | 2024.10.10 06:05:21.021488 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002002 sec., 36963.03696303697 rows/sec., 2.96 MiB/sec. | ||
| 9690 | 2024.10.10 06:05:21.021797 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9691 | 2024.10.10 06:05:21.021857 [ 3 ] {e11304b9-799e-4900-8725-2aa6cceba17d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9692 | 2024.10.10 06:05:21.021914 [ 3 ] {} <Debug> HTTP-Session: 29878772-f625-4c62-a4cf-863d9cb9ae64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9693 | 2024.10.10 06:05:21.022085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9694 | 2024.10.10 06:05:21.022139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9695 | 2024.10.10 06:05:21.022159 [ 3 ] {} <Debug> HTTP-Session: 5f5172a9-0b36-4458-8c34-dfe0eeea31e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9696 | 2024.10.10 06:05:21.022176 [ 3 ] {} <Debug> HTTP-Session: 5f5172a9-0b36-4458-8c34-dfe0eeea31e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9697 | 2024.10.10 06:05:21.022190 [ 3 ] {} <Debug> HTTP-Session: 5f5172a9-0b36-4458-8c34-dfe0eeea31e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9698 | 2024.10.10 06:05:21.022224 [ 3 ] {} <Trace> HTTP-Session: 5f5172a9-0b36-4458-8c34-dfe0eeea31e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9699 | 2024.10.10 06:05:21.022328 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9700 | 2024.10.10 06:05:21.022374 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9701 | 2024.10.10 06:05:21.022625 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9702 | 2024.10.10 06:05:21.022954 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9703 | 2024.10.10 06:05:21.022990 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9704 | 2024.10.10 06:05:21.023345 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9705 | 2024.10.10 06:05:21.023703 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9706 | 2024.10.10 06:05:21.023855 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001551 sec., 5802.707930367505 rows/sec., 436.34 KiB/sec. | ||
| 9707 | 2024.10.10 06:05:21.024027 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Debug> DynamicQueryHandler: Done processing query | ||
| 9708 | 2024.10.10 06:05:21.024053 [ 3 ] {e57d19a3-f0b2-414f-9fa2-e732f4212ffe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9709 | 2024.10.10 06:05:21.024068 [ 3 ] {} <Debug> HTTP-Session: 5f5172a9-0b36-4458-8c34-dfe0eeea31e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9710 | 2024.10.10 06:05:21.024246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9711 | 2024.10.10 06:05:21.024294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9712 | 2024.10.10 06:05:21.024313 [ 3 ] {} <Debug> HTTP-Session: 5bbb3086-7efa-438b-bd9a-7633860fae9b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9713 | 2024.10.10 06:05:21.024330 [ 3 ] {} <Debug> HTTP-Session: 5bbb3086-7efa-438b-bd9a-7633860fae9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9714 | 2024.10.10 06:05:21.024344 [ 3 ] {} <Debug> HTTP-Session: 5bbb3086-7efa-438b-bd9a-7633860fae9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9715 | 2024.10.10 06:05:21.024376 [ 3 ] {} <Trace> HTTP-Session: 5bbb3086-7efa-438b-bd9a-7633860fae9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9716 | 2024.10.10 06:05:21.024499 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9717 | 2024.10.10 06:05:21.024544 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9718 | 2024.10.10 06:05:21.024769 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9719 | 2024.10.10 06:05:21.025130 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9720 | 2024.10.10 06:05:21.025167 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9721 | 2024.10.10 06:05:21.025528 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9722 | 2024.10.10 06:05:21.025887 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9723 | 2024.10.10 06:05:21.026046 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001583 sec., 46114.97157296273 rows/sec., 3.60 MiB/sec. | ||
| 9724 | 2024.10.10 06:05:21.026283 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9725 | 2024.10.10 06:05:21.026315 [ 3 ] {dad921ad-2982-41ce-8404-543b85993a1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9726 | 2024.10.10 06:05:21.026333 [ 3 ] {} <Debug> HTTP-Session: 5bbb3086-7efa-438b-bd9a-7633860fae9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9727 | 2024.10.10 06:05:21.026564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9728 | 2024.10.10 06:05:21.026614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9729 | 2024.10.10 06:05:21.026634 [ 3 ] {} <Debug> HTTP-Session: f9d55006-fccb-4faf-b885-3b41a8dd0fd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9730 | 2024.10.10 06:05:21.026650 [ 3 ] {} <Debug> HTTP-Session: f9d55006-fccb-4faf-b885-3b41a8dd0fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9731 | 2024.10.10 06:05:21.026664 [ 3 ] {} <Debug> HTTP-Session: f9d55006-fccb-4faf-b885-3b41a8dd0fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9732 | 2024.10.10 06:05:21.026694 [ 3 ] {} <Trace> HTTP-Session: f9d55006-fccb-4faf-b885-3b41a8dd0fd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9733 | 2024.10.10 06:05:21.026845 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9734 | 2024.10.10 06:05:21.026894 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9735 | 2024.10.10 06:05:21.027043 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9736 | 2024.10.10 06:05:21.027429 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9737 | 2024.10.10 06:05:21.027464 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9738 | 2024.10.10 06:05:21.027851 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9739 | 2024.10.10 06:05:21.028197 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9740 | 2024.10.10 06:05:21.028351 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
| 9741 | 2024.10.10 06:05:21.028630 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Debug> DynamicQueryHandler: Done processing query | ||
| 9742 | 2024.10.10 06:05:21.028679 [ 3 ] {d63ee36e-81dd-4cb2-a295-2b4853712573} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9743 | 2024.10.10 06:05:21.028712 [ 3 ] {} <Debug> HTTP-Session: f9d55006-fccb-4faf-b885-3b41a8dd0fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9744 | 2024.10.10 06:05:21.028873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9745 | 2024.10.10 06:05:21.028920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9746 | 2024.10.10 06:05:21.028939 [ 3 ] {} <Debug> HTTP-Session: 6c8b51ce-1b23-4e62-94b8-f19fea8e78c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9747 | 2024.10.10 06:05:21.028956 [ 3 ] {} <Debug> HTTP-Session: 6c8b51ce-1b23-4e62-94b8-f19fea8e78c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9748 | 2024.10.10 06:05:21.028969 [ 3 ] {} <Debug> HTTP-Session: 6c8b51ce-1b23-4e62-94b8-f19fea8e78c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9749 | 2024.10.10 06:05:21.029000 [ 3 ] {} <Trace> HTTP-Session: 6c8b51ce-1b23-4e62-94b8-f19fea8e78c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9750 | 2024.10.10 06:05:21.029161 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9751 | 2024.10.10 06:05:21.029229 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <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 | ||
| 9752 | 2024.10.10 06:05:21.029672 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9753 | 2024.10.10 06:05:21.030212 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9754 | 2024.10.10 06:05:21.030247 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9755 | 2024.10.10 06:05:21.030850 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9756 | 2024.10.10 06:05:21.031260 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9757 | 2024.10.10 06:05:21.031466 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002387 sec., 3770.423125261835 rows/sec., 6.76 MiB/sec. | ||
| 9758 | 2024.10.10 06:05:21.031871 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9759 | 2024.10.10 06:05:21.031896 [ 3 ] {51dc9376-389a-4bd6-8794-7244de595f0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 9760 | 2024.10.10 06:05:21.031911 [ 3 ] {} <Debug> HTTP-Session: 6c8b51ce-1b23-4e62-94b8-f19fea8e78c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9761 | 2024.10.10 06:05:21.032049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9762 | 2024.10.10 06:05:21.032097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9763 | 2024.10.10 06:05:21.032115 [ 3 ] {} <Debug> HTTP-Session: 88e7dfee-3f54-4dba-a484-df27b5d49ccb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9764 | 2024.10.10 06:05:21.032131 [ 3 ] {} <Debug> HTTP-Session: 88e7dfee-3f54-4dba-a484-df27b5d49ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9765 | 2024.10.10 06:05:21.032145 [ 3 ] {} <Debug> HTTP-Session: 88e7dfee-3f54-4dba-a484-df27b5d49ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9766 | 2024.10.10 06:05:21.032176 [ 3 ] {} <Trace> HTTP-Session: 88e7dfee-3f54-4dba-a484-df27b5d49ccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9767 | 2024.10.10 06:05:21.032287 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9768 | 2024.10.10 06:05:21.032331 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9769 | 2024.10.10 06:05:21.032460 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9770 | 2024.10.10 06:05:21.032792 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9771 | 2024.10.10 06:05:21.032828 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9772 | 2024.10.10 06:05:21.033179 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9773 | 2024.10.10 06:05:21.033493 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9774 | 2024.10.10 06:05:21.033648 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
| 9775 | 2024.10.10 06:05:21.033661 [ 72 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9776 | 2024.10.10 06:05:21.033778 [ 72 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9777 | 2024.10.10 06:05:21.033816 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9778 | 2024.10.10 06:05:21.033889 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Debug> DynamicQueryHandler: Done processing query | ||
| 9779 | 2024.10.10 06:05:21.033972 [ 3 ] {c36363c3-9d7d-47f9-b749-1e7c0194cd06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9780 | 2024.10.10 06:05:21.034069 [ 3 ] {} <Debug> HTTP-Session: 88e7dfee-3f54-4dba-a484-df27b5d49ccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9781 | 2024.10.10 06:05:21.034209 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 9782 | 2024.10.10 06:05:21.034479 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9783 | 2024.10.10 06:05:21.034519 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2786 rows starting from the beginning of the part | ||
| 9784 | 2024.10.10 06:05:21.034595 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 9785 | 2024.10.10 06:05:21.034857 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 76 rows starting from the beginning of the part | ||
| 9786 | 2024.10.10 06:05:21.034996 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 9787 | 2024.10.10 06:05:21.035155 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 9788 | 2024.10.10 06:05:21.035366 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 9789 | 2024.10.10 06:05:21.036909 [ 200 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3070 rows, containing 4 columns (4 merged, 0 gathered) in 0.002989592 sec., 1026895.9777789076 rows/sec., 67.01 MiB/sec. | ||
| 9790 | 2024.10.10 06:05:21.037383 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9791 | 2024.10.10 06:05:21.037875 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9792 | 2024.10.10 06:05:21.037973 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_51_10} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9793 | 2024.10.10 06:05:21.038084 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 9794 | 2024.10.10 06:05:26.024824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9795 | 2024.10.10 06:05:26.025006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9796 | 2024.10.10 06:05:26.025053 [ 3 ] {} <Debug> HTTP-Session: eca04f7d-b15a-46c4-8fcd-aa77307183cc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9797 | 2024.10.10 06:05:26.025096 [ 3 ] {} <Debug> HTTP-Session: eca04f7d-b15a-46c4-8fcd-aa77307183cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9798 | 2024.10.10 06:05:26.025124 [ 3 ] {} <Debug> HTTP-Session: eca04f7d-b15a-46c4-8fcd-aa77307183cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9799 | 2024.10.10 06:05:26.025205 [ 3 ] {} <Trace> HTTP-Session: eca04f7d-b15a-46c4-8fcd-aa77307183cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9800 | 2024.10.10 06:05:26.025591 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9801 | 2024.10.10 06:05:26.025665 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9802 | 2024.10.10 06:05:26.025999 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9803 | 2024.10.10 06:05:26.026641 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9804 | 2024.10.10 06:05:26.026691 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9805 | 2024.10.10 06:05:26.027171 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9806 | 2024.10.10 06:05:26.027563 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9807 | 2024.10.10 06:05:26.027726 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002308 sec., 108752.16637781629 rows/sec., 9.63 MiB/sec. | ||
| 9808 | 2024.10.10 06:05:26.028084 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9809 | 2024.10.10 06:05:26.028144 [ 3 ] {eef070d8-900d-40af-a4fc-687e0326d6c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 9810 | 2024.10.10 06:05:26.028188 [ 3 ] {} <Debug> HTTP-Session: eca04f7d-b15a-46c4-8fcd-aa77307183cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9811 | 2024.10.10 06:05:26.028404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9812 | 2024.10.10 06:05:26.028464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9813 | 2024.10.10 06:05:26.028488 [ 3 ] {} <Debug> HTTP-Session: da01afd3-080f-40cc-b209-eeeaf5eb57a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9814 | 2024.10.10 06:05:26.028509 [ 3 ] {} <Debug> HTTP-Session: da01afd3-080f-40cc-b209-eeeaf5eb57a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9815 | 2024.10.10 06:05:26.028526 [ 3 ] {} <Debug> HTTP-Session: da01afd3-080f-40cc-b209-eeeaf5eb57a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9816 | 2024.10.10 06:05:26.028562 [ 3 ] {} <Trace> HTTP-Session: da01afd3-080f-40cc-b209-eeeaf5eb57a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9817 | 2024.10.10 06:05:26.028695 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9818 | 2024.10.10 06:05:26.028749 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9819 | 2024.10.10 06:05:26.029025 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9820 | 2024.10.10 06:05:26.029385 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9821 | 2024.10.10 06:05:26.029422 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9822 | 2024.10.10 06:05:26.029772 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9823 | 2024.10.10 06:05:26.030127 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9824 | 2024.10.10 06:05:26.030283 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001627 sec., 19053.472649047326 rows/sec., 1.40 MiB/sec. | ||
| 9825 | 2024.10.10 06:05:26.030298 [ 140 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9826 | 2024.10.10 06:05:26.030394 [ 140 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9827 | 2024.10.10 06:05:26.030443 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9828 | 2024.10.10 06:05:26.030555 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9829 | 2024.10.10 06:05:26.030611 [ 3 ] {56197b72-b1bf-44de-9052-bc7a72655ff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9830 | 2024.10.10 06:05:26.030645 [ 3 ] {} <Debug> HTTP-Session: da01afd3-080f-40cc-b209-eeeaf5eb57a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9831 | 2024.10.10 06:05:26.030655 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::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 | ||
| 9832 | 2024.10.10 06:05:26.030839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9833 | 2024.10.10 06:05:26.030944 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9834 | 2024.10.10 06:05:26.030947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9835 | 2024.10.10 06:05:26.031020 [ 3 ] {} <Debug> HTTP-Session: 3244566e-2907-4763-84e7-6e01a2c7b417 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9836 | 2024.10.10 06:05:26.031026 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 58 rows starting from the beginning of the part | ||
| 9837 | 2024.10.10 06:05:26.031055 [ 3 ] {} <Debug> HTTP-Session: 3244566e-2907-4763-84e7-6e01a2c7b417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9838 | 2024.10.10 06:05:26.031092 [ 3 ] {} <Debug> HTTP-Session: 3244566e-2907-4763-84e7-6e01a2c7b417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9839 | 2024.10.10 06:05:26.031222 [ 3 ] {} <Trace> HTTP-Session: 3244566e-2907-4763-84e7-6e01a2c7b417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9840 | 2024.10.10 06:05:26.031269 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part | ||
| 9841 | 2024.10.10 06:05:26.031549 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part | ||
| 9842 | 2024.10.10 06:05:26.031589 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9843 | 2024.10.10 06:05:26.031825 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part | ||
| 9844 | 2024.10.10 06:05:26.031994 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9845 | 2024.10.10 06:05:26.032174 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
| 9846 | 2024.10.10 06:05:26.032553 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part | ||
| 9847 | 2024.10.10 06:05:26.033471 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9848 | 2024.10.10 06:05:26.034309 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9849 | 2024.10.10 06:05:26.034379 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9850 | 2024.10.10 06:05:26.035362 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9851 | 2024.10.10 06:05:26.035562 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.00503135 sec., 33986.90212368449 rows/sec., 2.60 MiB/sec. | ||
| 9852 | 2024.10.10 06:05:26.035997 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9853 | 2024.10.10 06:05:26.036150 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9854 | 2024.10.10 06:05:26.036458 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004999 sec., 2800.5601120224046 rows/sec., 196.13 KiB/sec. | ||
| 9855 | 2024.10.10 06:05:26.036903 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9856 | 2024.10.10 06:05:26.036948 [ 3 ] {723a7777-5ef4-40a8-920e-63ea3ba894e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9857 | 2024.10.10 06:05:26.036988 [ 3 ] {} <Debug> HTTP-Session: 3244566e-2907-4763-84e7-6e01a2c7b417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9858 | 2024.10.10 06:05:26.037163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9859 | 2024.10.10 06:05:26.037170 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9860 | 2024.10.10 06:05:26.037272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9861 | 2024.10.10 06:05:26.037327 [ 3 ] {} <Debug> HTTP-Session: 478b253b-cadf-42dc-9da4-6ea22c05b0e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9862 | 2024.10.10 06:05:26.037348 [ 3 ] {} <Debug> HTTP-Session: 478b253b-cadf-42dc-9da4-6ea22c05b0e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9863 | 2024.10.10 06:05:26.037379 [ 3 ] {} <Debug> HTTP-Session: 478b253b-cadf-42dc-9da4-6ea22c05b0e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9864 | 2024.10.10 06:05:26.037379 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_41_8} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9865 | 2024.10.10 06:05:26.037440 [ 3 ] {} <Trace> HTTP-Session: 478b253b-cadf-42dc-9da4-6ea22c05b0e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9866 | 2024.10.10 06:05:26.037554 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9867 | 2024.10.10 06:05:26.037630 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9868 | 2024.10.10 06:05:26.037677 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9869 | 2024.10.10 06:05:26.037930 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9870 | 2024.10.10 06:05:26.038238 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9871 | 2024.10.10 06:05:26.038275 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9872 | 2024.10.10 06:05:26.038623 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9873 | 2024.10.10 06:05:26.038986 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9874 | 2024.10.10 06:05:26.039146 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 227.68 KiB/sec. | ||
| 9875 | 2024.10.10 06:05:26.039495 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9876 | 2024.10.10 06:05:26.039521 [ 3 ] {1bb0a13e-00f2-4569-b175-e64248168be6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9877 | 2024.10.10 06:05:26.039537 [ 3 ] {} <Debug> HTTP-Session: 478b253b-cadf-42dc-9da4-6ea22c05b0e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9878 | 2024.10.10 06:05:26.039739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9879 | 2024.10.10 06:05:26.039787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9880 | 2024.10.10 06:05:26.039806 [ 3 ] {} <Debug> HTTP-Session: c4cb0457-655e-46be-93cc-0ac9fd706f32 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9881 | 2024.10.10 06:05:26.039822 [ 3 ] {} <Debug> HTTP-Session: c4cb0457-655e-46be-93cc-0ac9fd706f32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9882 | 2024.10.10 06:05:26.039836 [ 3 ] {} <Debug> HTTP-Session: c4cb0457-655e-46be-93cc-0ac9fd706f32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9883 | 2024.10.10 06:05:26.039866 [ 3 ] {} <Trace> HTTP-Session: c4cb0457-655e-46be-93cc-0ac9fd706f32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9884 | 2024.10.10 06:05:26.040083 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9885 | 2024.10.10 06:05:26.040126 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9886 | 2024.10.10 06:05:26.040370 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9887 | 2024.10.10 06:05:26.040942 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2024.10.10 06:05:26.040980 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9889 | 2024.10.10 06:05:26.041345 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9890 | 2024.10.10 06:05:26.041694 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9891 | 2024.10.10 06:05:26.041856 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001887 sec., 218865.9247482777 rows/sec., 15.61 MiB/sec. | ||
| 9892 | 2024.10.10 06:05:26.042146 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Debug> DynamicQueryHandler: Done processing query | ||
| 9893 | 2024.10.10 06:05:26.042199 [ 3 ] {c17722ae-cca9-49f1-90b6-96afd2263c99} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9894 | 2024.10.10 06:05:26.042251 [ 3 ] {} <Debug> HTTP-Session: c4cb0457-655e-46be-93cc-0ac9fd706f32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9895 | 2024.10.10 06:05:26.042431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9896 | 2024.10.10 06:05:26.042483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9897 | 2024.10.10 06:05:26.042502 [ 3 ] {} <Debug> HTTP-Session: 804544c0-967d-4c4f-92c6-0711f125233a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9898 | 2024.10.10 06:05:26.042518 [ 3 ] {} <Debug> HTTP-Session: 804544c0-967d-4c4f-92c6-0711f125233a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9899 | 2024.10.10 06:05:26.042532 [ 3 ] {} <Debug> HTTP-Session: 804544c0-967d-4c4f-92c6-0711f125233a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9900 | 2024.10.10 06:05:26.042564 [ 3 ] {} <Trace> HTTP-Session: 804544c0-967d-4c4f-92c6-0711f125233a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9901 | 2024.10.10 06:05:26.042667 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9902 | 2024.10.10 06:05:26.042713 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9903 | 2024.10.10 06:05:26.042864 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9904 | 2024.10.10 06:05:26.043157 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9905 | 2024.10.10 06:05:26.043193 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9906 | 2024.10.10 06:05:26.043551 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9907 | 2024.10.10 06:05:26.043875 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9908 | 2024.10.10 06:05:26.044029 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. | ||
| 9909 | 2024.10.10 06:05:26.044354 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9910 | 2024.10.10 06:05:26.044380 [ 3 ] {90ddef3a-aab2-47b3-b9cc-d79478234f9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9911 | 2024.10.10 06:05:26.044395 [ 3 ] {} <Debug> HTTP-Session: 804544c0-967d-4c4f-92c6-0711f125233a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9912 | 2024.10.10 06:05:26.044578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9913 | 2024.10.10 06:05:26.044629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9914 | 2024.10.10 06:05:26.044647 [ 3 ] {} <Debug> HTTP-Session: a37da9a9-9e0f-4bc5-8ac0-270b6df053da Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9915 | 2024.10.10 06:05:26.044663 [ 3 ] {} <Debug> HTTP-Session: a37da9a9-9e0f-4bc5-8ac0-270b6df053da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9916 | 2024.10.10 06:05:26.044677 [ 3 ] {} <Debug> HTTP-Session: a37da9a9-9e0f-4bc5-8ac0-270b6df053da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9917 | 2024.10.10 06:05:26.044707 [ 3 ] {} <Trace> HTTP-Session: a37da9a9-9e0f-4bc5-8ac0-270b6df053da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9918 | 2024.10.10 06:05:26.044880 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9919 | 2024.10.10 06:05:26.044929 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9920 | 2024.10.10 06:05:26.045093 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9921 | 2024.10.10 06:05:26.045520 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9922 | 2024.10.10 06:05:26.045558 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9923 | 2024.10.10 06:05:26.045935 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9924 | 2024.10.10 06:05:26.046265 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9925 | 2024.10.10 06:05:26.046429 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec. | ||
| 9926 | 2024.10.10 06:05:26.046597 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Debug> DynamicQueryHandler: Done processing query | ||
| 9927 | 2024.10.10 06:05:26.046622 [ 3 ] {103adaa3-d16c-475a-ab61-a6461223be70} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9928 | 2024.10.10 06:05:26.046637 [ 3 ] {} <Debug> HTTP-Session: a37da9a9-9e0f-4bc5-8ac0-270b6df053da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9929 | 2024.10.10 06:05:26.046753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9930 | 2024.10.10 06:05:26.046799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9931 | 2024.10.10 06:05:26.046818 [ 3 ] {} <Debug> HTTP-Session: 2cfc01f5-78f0-41e4-8a13-67b0104d8ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9932 | 2024.10.10 06:05:26.046833 [ 3 ] {} <Debug> HTTP-Session: 2cfc01f5-78f0-41e4-8a13-67b0104d8ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9933 | 2024.10.10 06:05:26.046847 [ 3 ] {} <Debug> HTTP-Session: 2cfc01f5-78f0-41e4-8a13-67b0104d8ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9934 | 2024.10.10 06:05:26.046877 [ 3 ] {} <Trace> HTTP-Session: 2cfc01f5-78f0-41e4-8a13-67b0104d8ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9935 | 2024.10.10 06:05:26.046969 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9936 | 2024.10.10 06:05:26.047014 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9937 | 2024.10.10 06:05:26.047143 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9938 | 2024.10.10 06:05:26.047390 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9939 | 2024.10.10 06:05:26.047425 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9940 | 2024.10.10 06:05:26.047767 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9941 | 2024.10.10 06:05:26.048080 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9942 | 2024.10.10 06:05:26.048234 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec. | ||
| 9943 | 2024.10.10 06:05:26.048544 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Debug> DynamicQueryHandler: Done processing query | ||
| 9944 | 2024.10.10 06:05:26.048569 [ 3 ] {05743205-0804-4bdc-82b5-e961d9ed2f17} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9945 | 2024.10.10 06:05:26.048584 [ 3 ] {} <Debug> HTTP-Session: 2cfc01f5-78f0-41e4-8a13-67b0104d8ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9946 | 2024.10.10 06:05:26.048764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9947 | 2024.10.10 06:05:26.048813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9948 | 2024.10.10 06:05:26.048832 [ 3 ] {} <Debug> HTTP-Session: c478c418-cd05-471c-927a-7e406fac7480 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9949 | 2024.10.10 06:05:26.048848 [ 3 ] {} <Debug> HTTP-Session: c478c418-cd05-471c-927a-7e406fac7480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9950 | 2024.10.10 06:05:26.048862 [ 3 ] {} <Debug> HTTP-Session: c478c418-cd05-471c-927a-7e406fac7480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9951 | 2024.10.10 06:05:26.048892 [ 3 ] {} <Trace> HTTP-Session: c478c418-cd05-471c-927a-7e406fac7480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9952 | 2024.10.10 06:05:26.049252 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9953 | 2024.10.10 06:05:26.049323 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <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 | ||
| 9954 | 2024.10.10 06:05:26.049778 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9955 | 2024.10.10 06:05:26.050528 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9956 | 2024.10.10 06:05:26.050565 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9957 | 2024.10.10 06:05:26.051205 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9958 | 2024.10.10 06:05:26.051609 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9959 | 2024.10.10 06:05:26.051812 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002829 sec., 10957.935666313186 rows/sec., 19.64 MiB/sec. | ||
| 9960 | 2024.10.10 06:05:26.052039 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9961 | 2024.10.10 06:05:26.052063 [ 3 ] {38eeb804-4ac0-4120-adfb-d077fe986e0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 9962 | 2024.10.10 06:05:26.052079 [ 3 ] {} <Debug> HTTP-Session: c478c418-cd05-471c-927a-7e406fac7480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9963 | 2024.10.10 06:05:26.052206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9964 | 2024.10.10 06:05:26.052253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9965 | 2024.10.10 06:05:26.052272 [ 3 ] {} <Debug> HTTP-Session: 62cddd9c-1446-4c11-944f-83067a5b3993 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9966 | 2024.10.10 06:05:26.052288 [ 3 ] {} <Debug> HTTP-Session: 62cddd9c-1446-4c11-944f-83067a5b3993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9967 | 2024.10.10 06:05:26.052302 [ 3 ] {} <Debug> HTTP-Session: 62cddd9c-1446-4c11-944f-83067a5b3993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9968 | 2024.10.10 06:05:26.052332 [ 3 ] {} <Trace> HTTP-Session: 62cddd9c-1446-4c11-944f-83067a5b3993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9969 | 2024.10.10 06:05:26.052462 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9970 | 2024.10.10 06:05:26.052506 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9971 | 2024.10.10 06:05:26.052635 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9972 | 2024.10.10 06:05:26.052981 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9973 | 2024.10.10 06:05:26.053016 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9974 | 2024.10.10 06:05:26.053368 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9975 | 2024.10.10 06:05:26.053682 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9976 | 2024.10.10 06:05:26.053831 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec. | ||
| 9977 | 2024.10.10 06:05:26.053998 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9978 | 2024.10.10 06:05:26.054022 [ 3 ] {4cd49b45-fc52-4b46-8acc-5c2b21f7a0f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9979 | 2024.10.10 06:05:26.054037 [ 3 ] {} <Debug> HTTP-Session: 62cddd9c-1446-4c11-944f-83067a5b3993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9980 | 2024.10.10 06:05:28.293027 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 986 | ||
| 9981 | 2024.10.10 06:05:28.295971 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9982 | 2024.10.10 06:05:28.296048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9983 | 2024.10.10 06:05:28.297597 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9984 | 2024.10.10 06:05:28.298597 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9985 | 2024.10.10 06:05:28.299709 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 986 | ||
| 9986 | 2024.10.10 06:05:31.053234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9987 | 2024.10.10 06:05:31.053367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9988 | 2024.10.10 06:05:31.053397 [ 3 ] {} <Debug> HTTP-Session: d424e80e-36a2-448c-b0d3-4b6284b2694c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 9989 | 2024.10.10 06:05:31.053426 [ 3 ] {} <Debug> HTTP-Session: d424e80e-36a2-448c-b0d3-4b6284b2694c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9990 | 2024.10.10 06:05:31.053444 [ 3 ] {} <Debug> HTTP-Session: d424e80e-36a2-448c-b0d3-4b6284b2694c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9991 | 2024.10.10 06:05:31.053500 [ 3 ] {} <Trace> HTTP-Session: d424e80e-36a2-448c-b0d3-4b6284b2694c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9992 | 2024.10.10 06:05:31.053695 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9993 | 2024.10.10 06:05:31.053764 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9994 | 2024.10.10 06:05:31.054105 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9995 | 2024.10.10 06:05:31.054554 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9996 | 2024.10.10 06:05:31.054602 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 9997 | 2024.10.10 06:05:31.055027 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9998 | 2024.10.10 06:05:31.055431 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9999 | 2024.10.10 06:05:31.055615 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001966 sec., 3051.881993896236 rows/sec., 248.86 KiB/sec. | ||
| 10000 | 2024.10.10 06:05:31.056393 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10001 | 2024.10.10 06:05:31.056431 [ 3 ] {a82dceb3-ee6b-41c3-bad9-bcddd186e0c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10002 | 2024.10.10 06:05:31.056452 [ 3 ] {} <Debug> HTTP-Session: d424e80e-36a2-448c-b0d3-4b6284b2694c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10003 | 2024.10.10 06:05:31.056824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 175939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10004 | 2024.10.10 06:05:31.056884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10005 | 2024.10.10 06:05:31.056905 [ 3 ] {} <Debug> HTTP-Session: 4e765539-56a8-4476-828e-41df186ecef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10006 | 2024.10.10 06:05:31.056923 [ 3 ] {} <Debug> HTTP-Session: 4e765539-56a8-4476-828e-41df186ecef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10007 | 2024.10.10 06:05:31.056938 [ 3 ] {} <Debug> HTTP-Session: 4e765539-56a8-4476-828e-41df186ecef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10008 | 2024.10.10 06:05:31.056980 [ 3 ] {} <Trace> HTTP-Session: 4e765539-56a8-4476-828e-41df186ecef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10009 | 2024.10.10 06:05:31.057460 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10010 | 2024.10.10 06:05:31.057513 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10011 | 2024.10.10 06:05:31.057788 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10012 | 2024.10.10 06:05:31.059093 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10013 | 2024.10.10 06:05:31.059132 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10014 | 2024.10.10 06:05:31.059584 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10015 | 2024.10.10 06:05:31.059964 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10016 | 2024.10.10 06:05:31.060130 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Debug> executeQuery: Read 1217 rows, 102.41 KiB in 0.002978 sec., 408663.5325721961 rows/sec., 33.58 MiB/sec. | ||
| 10017 | 2024.10.10 06:05:31.060325 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Debug> DynamicQueryHandler: Done processing query | ||
| 10018 | 2024.10.10 06:05:31.060352 [ 3 ] {aac52ca3-3d89-430e-ab91-bc1f4d8fdb84} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 10019 | 2024.10.10 06:05:31.060369 [ 3 ] {} <Debug> HTTP-Session: 4e765539-56a8-4476-828e-41df186ecef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10020 | 2024.10.10 06:05:31.060700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10021 | 2024.10.10 06:05:31.060753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10022 | 2024.10.10 06:05:31.060773 [ 3 ] {} <Debug> HTTP-Session: aa82064a-fc65-447a-ab56-c3a02febc3fa Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10023 | 2024.10.10 06:05:31.060790 [ 3 ] {} <Debug> HTTP-Session: aa82064a-fc65-447a-ab56-c3a02febc3fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10024 | 2024.10.10 06:05:31.060804 [ 3 ] {} <Debug> HTTP-Session: aa82064a-fc65-447a-ab56-c3a02febc3fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10025 | 2024.10.10 06:05:31.060838 [ 3 ] {} <Trace> HTTP-Session: aa82064a-fc65-447a-ab56-c3a02febc3fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10026 | 2024.10.10 06:05:31.060944 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10027 | 2024.10.10 06:05:31.060991 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10028 | 2024.10.10 06:05:31.061220 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10029 | 2024.10.10 06:05:31.061543 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2024.10.10 06:05:31.061581 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10031 | 2024.10.10 06:05:31.061934 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10032 | 2024.10.10 06:05:31.062339 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2024.10.10 06:05:31.062496 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.001579 sec., 9499.683343888537 rows/sec., 693.92 KiB/sec. | ||
| 10034 | 2024.10.10 06:05:31.062698 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10035 | 2024.10.10 06:05:31.062725 [ 3 ] {36e0a504-ea52-40d4-9551-c0905dcd6da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10036 | 2024.10.10 06:05:31.062741 [ 3 ] {} <Debug> HTTP-Session: aa82064a-fc65-447a-ab56-c3a02febc3fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10037 | 2024.10.10 06:05:31.062932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10038 | 2024.10.10 06:05:31.062983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10039 | 2024.10.10 06:05:31.063002 [ 3 ] {} <Debug> HTTP-Session: 4498cbc7-fdcb-43a0-9512-2e753adba396 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10040 | 2024.10.10 06:05:31.063019 [ 3 ] {} <Debug> HTTP-Session: 4498cbc7-fdcb-43a0-9512-2e753adba396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10041 | 2024.10.10 06:05:31.063032 [ 3 ] {} <Debug> HTTP-Session: 4498cbc7-fdcb-43a0-9512-2e753adba396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10042 | 2024.10.10 06:05:31.063067 [ 3 ] {} <Trace> HTTP-Session: 4498cbc7-fdcb-43a0-9512-2e753adba396 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10043 | 2024.10.10 06:05:31.063216 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10044 | 2024.10.10 06:05:31.063261 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10045 | 2024.10.10 06:05:31.063487 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10046 | 2024.10.10 06:05:31.063990 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10047 | 2024.10.10 06:05:31.064027 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10048 | 2024.10.10 06:05:31.064394 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10049 | 2024.10.10 06:05:31.064745 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10050 | 2024.10.10 06:05:31.064910 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001758 sec., 129692.83276450512 rows/sec., 8.78 MiB/sec. | ||
| 10051 | 2024.10.10 06:05:31.065095 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Debug> DynamicQueryHandler: Done processing query | ||
| 10052 | 2024.10.10 06:05:31.065120 [ 3 ] {8b8ef159-7f01-4ea6-9931-d29b6b761d20} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10053 | 2024.10.10 06:05:31.065135 [ 3 ] {} <Debug> HTTP-Session: 4498cbc7-fdcb-43a0-9512-2e753adba396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10054 | 2024.10.10 06:05:31.065440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 88387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10055 | 2024.10.10 06:05:31.065490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10056 | 2024.10.10 06:05:31.065509 [ 3 ] {} <Debug> HTTP-Session: a0b4267c-9934-4a8e-95e6-d56456e4fbb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10057 | 2024.10.10 06:05:31.065526 [ 3 ] {} <Debug> HTTP-Session: a0b4267c-9934-4a8e-95e6-d56456e4fbb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10058 | 2024.10.10 06:05:31.065540 [ 3 ] {} <Debug> HTTP-Session: a0b4267c-9934-4a8e-95e6-d56456e4fbb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10059 | 2024.10.10 06:05:31.065571 [ 3 ] {} <Trace> HTTP-Session: a0b4267c-9934-4a8e-95e6-d56456e4fbb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10060 | 2024.10.10 06:05:31.065932 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10061 | 2024.10.10 06:05:31.065977 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10062 | 2024.10.10 06:05:31.066204 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10063 | 2024.10.10 06:05:31.066923 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10064 | 2024.10.10 06:05:31.066960 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10065 | 2024.10.10 06:05:31.067351 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10066 | 2024.10.10 06:05:31.067709 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10067 | 2024.10.10 06:05:31.067867 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Debug> executeQuery: Read 535 rows, 40.61 KiB in 0.002185 sec., 244851.2585812357 rows/sec., 18.15 MiB/sec. | ||
| 10068 | 2024.10.10 06:05:31.068160 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Debug> DynamicQueryHandler: Done processing query | ||
| 10069 | 2024.10.10 06:05:31.068216 [ 3 ] {b2b5b19f-cc43-44e8-8813-588bc605aa03} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10070 | 2024.10.10 06:05:31.068258 [ 3 ] {} <Debug> HTTP-Session: a0b4267c-9934-4a8e-95e6-d56456e4fbb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10071 | 2024.10.10 06:05:31.068699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 191576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10072 | 2024.10.10 06:05:31.068752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10073 | 2024.10.10 06:05:31.068772 [ 3 ] {} <Debug> HTTP-Session: ffadd2fb-a684-4be7-90b4-b4f9600ba9b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10074 | 2024.10.10 06:05:31.068789 [ 3 ] {} <Debug> HTTP-Session: ffadd2fb-a684-4be7-90b4-b4f9600ba9b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10075 | 2024.10.10 06:05:31.068803 [ 3 ] {} <Debug> HTTP-Session: ffadd2fb-a684-4be7-90b4-b4f9600ba9b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10076 | 2024.10.10 06:05:31.068836 [ 3 ] {} <Trace> HTTP-Session: ffadd2fb-a684-4be7-90b4-b4f9600ba9b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10077 | 2024.10.10 06:05:31.069329 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10078 | 2024.10.10 06:05:31.069382 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10079 | 2024.10.10 06:05:31.069554 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10080 | 2024.10.10 06:05:31.070582 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10081 | 2024.10.10 06:05:31.070620 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10082 | 2024.10.10 06:05:31.071063 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10083 | 2024.10.10 06:05:31.071399 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10084 | 2024.10.10 06:05:31.071550 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Debug> executeQuery: Read 1009 rows, 69.45 KiB in 0.002543 sec., 396775.46205269365 rows/sec., 26.67 MiB/sec. | ||
| 10085 | 2024.10.10 06:05:31.071744 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Debug> DynamicQueryHandler: Done processing query | ||
| 10086 | 2024.10.10 06:05:31.071769 [ 3 ] {6298f96c-e137-4f79-8013-8f4cd4731c80} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 10087 | 2024.10.10 06:05:31.071785 [ 3 ] {} <Debug> HTTP-Session: ffadd2fb-a684-4be7-90b4-b4f9600ba9b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10088 | 2024.10.10 06:05:31.072157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10089 | 2024.10.10 06:05:31.072206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10090 | 2024.10.10 06:05:31.072226 [ 3 ] {} <Debug> HTTP-Session: f3e5b6c0-3bb0-40cc-9987-31866d1f9289 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10091 | 2024.10.10 06:05:31.072242 [ 3 ] {} <Debug> HTTP-Session: f3e5b6c0-3bb0-40cc-9987-31866d1f9289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10092 | 2024.10.10 06:05:31.072256 [ 3 ] {} <Debug> HTTP-Session: f3e5b6c0-3bb0-40cc-9987-31866d1f9289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10093 | 2024.10.10 06:05:31.072287 [ 3 ] {} <Trace> HTTP-Session: f3e5b6c0-3bb0-40cc-9987-31866d1f9289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10094 | 2024.10.10 06:05:31.072472 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10095 | 2024.10.10 06:05:31.072538 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <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 | ||
| 10096 | 2024.10.10 06:05:31.072995 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10097 | 2024.10.10 06:05:31.073492 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10098 | 2024.10.10 06:05:31.073528 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10099 | 2024.10.10 06:05:31.074138 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10100 | 2024.10.10 06:05:31.074565 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10101 | 2024.10.10 06:05:31.074759 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00239 sec., 3765.690376569037 rows/sec., 6.75 MiB/sec. | ||
| 10102 | 2024.10.10 06:05:31.074989 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10103 | 2024.10.10 06:05:31.075017 [ 3 ] {286baf58-32c2-4c08-8b8a-c9716c3ddf7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 10104 | 2024.10.10 06:05:31.075033 [ 3 ] {} <Debug> HTTP-Session: f3e5b6c0-3bb0-40cc-9987-31866d1f9289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10105 | 2024.10.10 06:05:31.075337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10106 | 2024.10.10 06:05:31.075384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10107 | 2024.10.10 06:05:31.075404 [ 3 ] {} <Debug> HTTP-Session: d52f7cc4-6609-48f7-b103-baa8265f9b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10108 | 2024.10.10 06:05:31.075421 [ 3 ] {} <Debug> HTTP-Session: d52f7cc4-6609-48f7-b103-baa8265f9b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10109 | 2024.10.10 06:05:31.075435 [ 3 ] {} <Debug> HTTP-Session: d52f7cc4-6609-48f7-b103-baa8265f9b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10110 | 2024.10.10 06:05:31.075466 [ 3 ] {} <Trace> HTTP-Session: d52f7cc4-6609-48f7-b103-baa8265f9b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10111 | 2024.10.10 06:05:31.075583 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10112 | 2024.10.10 06:05:31.075630 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10113 | 2024.10.10 06:05:31.075762 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10114 | 2024.10.10 06:05:31.076055 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10115 | 2024.10.10 06:05:31.076092 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10116 | 2024.10.10 06:05:31.076457 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10117 | 2024.10.10 06:05:31.076782 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10118 | 2024.10.10 06:05:31.076940 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
| 10119 | 2024.10.10 06:05:31.077113 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Debug> DynamicQueryHandler: Done processing query | ||
| 10120 | 2024.10.10 06:05:31.077138 [ 3 ] {552ce980-3c20-44ed-8b31-6152acc19c53} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10121 | 2024.10.10 06:05:31.077154 [ 3 ] {} <Debug> HTTP-Session: d52f7cc4-6609-48f7-b103-baa8265f9b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10122 | 2024.10.10 06:05:33.074703 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10123 | 2024.10.10 06:05:33.074759 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10124 | 2024.10.10 06:05:36.023863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10125 | 2024.10.10 06:05:36.023995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10126 | 2024.10.10 06:05:36.024026 [ 3 ] {} <Debug> HTTP-Session: a9e6bc5d-4dbe-497d-8212-4696a6420fd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10127 | 2024.10.10 06:05:36.024056 [ 3 ] {} <Debug> HTTP-Session: a9e6bc5d-4dbe-497d-8212-4696a6420fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10128 | 2024.10.10 06:05:36.024074 [ 3 ] {} <Debug> HTTP-Session: a9e6bc5d-4dbe-497d-8212-4696a6420fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10129 | 2024.10.10 06:05:36.024132 [ 3 ] {} <Trace> HTTP-Session: a9e6bc5d-4dbe-497d-8212-4696a6420fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10130 | 2024.10.10 06:05:36.024423 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10131 | 2024.10.10 06:05:36.024503 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10132 | 2024.10.10 06:05:36.024876 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10133 | 2024.10.10 06:05:36.025442 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10134 | 2024.10.10 06:05:36.025483 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10135 | 2024.10.10 06:05:36.025920 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10136 | 2024.10.10 06:05:36.026365 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10137 | 2024.10.10 06:05:36.026539 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002253 sec., 111407.01287172659 rows/sec., 9.86 MiB/sec. | ||
| 10138 | 2024.10.10 06:05:36.026868 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10139 | 2024.10.10 06:05:36.026923 [ 3 ] {f420653f-b0e5-4d55-a337-7ab9185144b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 10140 | 2024.10.10 06:05:36.026960 [ 3 ] {} <Debug> HTTP-Session: a9e6bc5d-4dbe-497d-8212-4696a6420fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10141 | 2024.10.10 06:05:36.027170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10142 | 2024.10.10 06:05:36.027222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10143 | 2024.10.10 06:05:36.027241 [ 3 ] {} <Debug> HTTP-Session: 7c28e02a-7b08-4c4c-89f1-a682e2966ace Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10144 | 2024.10.10 06:05:36.027258 [ 3 ] {} <Debug> HTTP-Session: 7c28e02a-7b08-4c4c-89f1-a682e2966ace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10145 | 2024.10.10 06:05:36.027272 [ 3 ] {} <Debug> HTTP-Session: 7c28e02a-7b08-4c4c-89f1-a682e2966ace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10146 | 2024.10.10 06:05:36.027304 [ 3 ] {} <Trace> HTTP-Session: 7c28e02a-7b08-4c4c-89f1-a682e2966ace Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10147 | 2024.10.10 06:05:36.027415 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10148 | 2024.10.10 06:05:36.027461 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10149 | 2024.10.10 06:05:36.027714 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10150 | 2024.10.10 06:05:36.028074 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10151 | 2024.10.10 06:05:36.028111 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10152 | 2024.10.10 06:05:36.028453 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10153 | 2024.10.10 06:05:36.028815 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10154 | 2024.10.10 06:05:36.028973 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001584 sec., 19570.70707070707 rows/sec., 1.44 MiB/sec. | ||
| 10155 | 2024.10.10 06:05:36.029155 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10156 | 2024.10.10 06:05:36.029179 [ 3 ] {ae06a352-f440-4433-8c59-8fb78b4dd00b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10157 | 2024.10.10 06:05:36.029195 [ 3 ] {} <Debug> HTTP-Session: 7c28e02a-7b08-4c4c-89f1-a682e2966ace Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10158 | 2024.10.10 06:05:36.029341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10159 | 2024.10.10 06:05:36.029390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10160 | 2024.10.10 06:05:36.029408 [ 3 ] {} <Debug> HTTP-Session: c2db33fd-994c-4480-a3f6-924ab9a67add Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10161 | 2024.10.10 06:05:36.029425 [ 3 ] {} <Debug> HTTP-Session: c2db33fd-994c-4480-a3f6-924ab9a67add Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10162 | 2024.10.10 06:05:36.029438 [ 3 ] {} <Debug> HTTP-Session: c2db33fd-994c-4480-a3f6-924ab9a67add Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10163 | 2024.10.10 06:05:36.029470 [ 3 ] {} <Trace> HTTP-Session: c2db33fd-994c-4480-a3f6-924ab9a67add Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10164 | 2024.10.10 06:05:36.029569 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10165 | 2024.10.10 06:05:36.029611 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10166 | 2024.10.10 06:05:36.029838 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10167 | 2024.10.10 06:05:36.030152 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10168 | 2024.10.10 06:05:36.030188 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10169 | 2024.10.10 06:05:36.030535 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 10170 | 2024.10.10 06:05:36.030890 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10171 | 2024.10.10 06:05:36.031048 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001498 sec., 9345.794392523365 rows/sec., 654.52 KiB/sec. | ||
| 10172 | 2024.10.10 06:05:36.031212 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10173 | 2024.10.10 06:05:36.031237 [ 3 ] {57127409-27ff-467a-aea7-f5fa38f6d53f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10174 | 2024.10.10 06:05:36.031252 [ 3 ] {} <Debug> HTTP-Session: c2db33fd-994c-4480-a3f6-924ab9a67add Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10175 | 2024.10.10 06:05:36.031381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10176 | 2024.10.10 06:05:36.031428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10177 | 2024.10.10 06:05:36.031447 [ 3 ] {} <Debug> HTTP-Session: 16f75ad7-ac1e-4ad4-b192-80f990e5e123 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10178 | 2024.10.10 06:05:36.031463 [ 3 ] {} <Debug> HTTP-Session: 16f75ad7-ac1e-4ad4-b192-80f990e5e123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10179 | 2024.10.10 06:05:36.031476 [ 3 ] {} <Debug> HTTP-Session: 16f75ad7-ac1e-4ad4-b192-80f990e5e123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10180 | 2024.10.10 06:05:36.031506 [ 3 ] {} <Trace> HTTP-Session: 16f75ad7-ac1e-4ad4-b192-80f990e5e123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10181 | 2024.10.10 06:05:36.031607 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10182 | 2024.10.10 06:05:36.031650 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10183 | 2024.10.10 06:05:36.031875 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10184 | 2024.10.10 06:05:36.032182 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10185 | 2024.10.10 06:05:36.032218 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10186 | 2024.10.10 06:05:36.032566 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10187 | 2024.10.10 06:05:36.032920 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10188 | 2024.10.10 06:05:36.033059 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 240.82 KiB/sec. | ||
| 10189 | 2024.10.10 06:05:36.033271 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Debug> DynamicQueryHandler: Done processing query | ||
| 10190 | 2024.10.10 06:05:36.033297 [ 3 ] {888daede-355a-41e7-a886-96450e876049} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10191 | 2024.10.10 06:05:36.033313 [ 3 ] {} <Debug> HTTP-Session: 16f75ad7-ac1e-4ad4-b192-80f990e5e123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10192 | 2024.10.10 06:05:36.033517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10193 | 2024.10.10 06:05:36.033566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10194 | 2024.10.10 06:05:36.033586 [ 3 ] {} <Debug> HTTP-Session: 412465a3-0c52-437c-913b-b275763a73ff Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10195 | 2024.10.10 06:05:36.033603 [ 3 ] {} <Debug> HTTP-Session: 412465a3-0c52-437c-913b-b275763a73ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10196 | 2024.10.10 06:05:36.033618 [ 3 ] {} <Debug> HTTP-Session: 412465a3-0c52-437c-913b-b275763a73ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10197 | 2024.10.10 06:05:36.033648 [ 3 ] {} <Trace> HTTP-Session: 412465a3-0c52-437c-913b-b275763a73ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10198 | 2024.10.10 06:05:36.033868 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10199 | 2024.10.10 06:05:36.033911 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10200 | 2024.10.10 06:05:36.034138 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10201 | 2024.10.10 06:05:36.034671 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2024.10.10 06:05:36.034709 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10203 | 2024.10.10 06:05:36.035073 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10204 | 2024.10.10 06:05:36.035424 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2024.10.10 06:05:36.035585 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001822 sec., 226673.98463227222 rows/sec., 16.17 MiB/sec. | ||
| 10206 | 2024.10.10 06:05:36.035759 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10207 | 2024.10.10 06:05:36.035783 [ 3 ] {a5133e7d-fbd9-45eb-bf1c-bacb9fe9f85c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10208 | 2024.10.10 06:05:36.035799 [ 3 ] {} <Debug> HTTP-Session: 412465a3-0c52-437c-913b-b275763a73ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10209 | 2024.10.10 06:05:36.035942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10210 | 2024.10.10 06:05:36.035990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10211 | 2024.10.10 06:05:36.036010 [ 3 ] {} <Debug> HTTP-Session: 6a572ce1-fa17-4292-9e40-0ff0be6ea8d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10212 | 2024.10.10 06:05:36.036059 [ 3 ] {} <Debug> HTTP-Session: 6a572ce1-fa17-4292-9e40-0ff0be6ea8d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10213 | 2024.10.10 06:05:36.036074 [ 3 ] {} <Debug> HTTP-Session: 6a572ce1-fa17-4292-9e40-0ff0be6ea8d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10214 | 2024.10.10 06:05:36.036105 [ 3 ] {} <Trace> HTTP-Session: 6a572ce1-fa17-4292-9e40-0ff0be6ea8d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10215 | 2024.10.10 06:05:36.036201 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10216 | 2024.10.10 06:05:36.036246 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10217 | 2024.10.10 06:05:36.036377 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10218 | 2024.10.10 06:05:36.036645 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10219 | 2024.10.10 06:05:36.036681 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10220 | 2024.10.10 06:05:36.037059 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10221 | 2024.10.10 06:05:36.037379 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10222 | 2024.10.10 06:05:36.037532 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 10223 | 2024.10.10 06:05:36.037705 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10224 | 2024.10.10 06:05:36.037729 [ 3 ] {1148e1ff-b0a0-4b22-9730-e619147665b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10225 | 2024.10.10 06:05:36.037745 [ 3 ] {} <Debug> HTTP-Session: 6a572ce1-fa17-4292-9e40-0ff0be6ea8d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10226 | 2024.10.10 06:05:36.037929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10227 | 2024.10.10 06:05:36.037978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10228 | 2024.10.10 06:05:36.037997 [ 3 ] {} <Debug> HTTP-Session: 12e5bbb7-5907-4c50-9015-b475d557b929 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10229 | 2024.10.10 06:05:36.038013 [ 3 ] {} <Debug> HTTP-Session: 12e5bbb7-5907-4c50-9015-b475d557b929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10230 | 2024.10.10 06:05:36.038026 [ 3 ] {} <Debug> HTTP-Session: 12e5bbb7-5907-4c50-9015-b475d557b929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10231 | 2024.10.10 06:05:36.038056 [ 3 ] {} <Trace> HTTP-Session: 12e5bbb7-5907-4c50-9015-b475d557b929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10232 | 2024.10.10 06:05:36.038258 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10233 | 2024.10.10 06:05:36.038305 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10234 | 2024.10.10 06:05:36.038453 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10235 | 2024.10.10 06:05:36.038903 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10236 | 2024.10.10 06:05:36.038940 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10237 | 2024.10.10 06:05:36.039319 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10238 | 2024.10.10 06:05:36.039653 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10239 | 2024.10.10 06:05:36.039805 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
| 10240 | 2024.10.10 06:05:36.040118 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10241 | 2024.10.10 06:05:36.040160 [ 3 ] {36b20377-4bd6-4ef1-b212-3f2afbde010d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10242 | 2024.10.10 06:05:36.040184 [ 3 ] {} <Debug> HTTP-Session: 12e5bbb7-5907-4c50-9015-b475d557b929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10243 | 2024.10.10 06:05:36.040318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10244 | 2024.10.10 06:05:36.040366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10245 | 2024.10.10 06:05:36.040385 [ 3 ] {} <Debug> HTTP-Session: a5173227-c1f7-454d-ac0f-81c8f3777f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10246 | 2024.10.10 06:05:36.040402 [ 3 ] {} <Debug> HTTP-Session: a5173227-c1f7-454d-ac0f-81c8f3777f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10247 | 2024.10.10 06:05:36.040416 [ 3 ] {} <Debug> HTTP-Session: a5173227-c1f7-454d-ac0f-81c8f3777f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10248 | 2024.10.10 06:05:36.040446 [ 3 ] {} <Trace> HTTP-Session: a5173227-c1f7-454d-ac0f-81c8f3777f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10249 | 2024.10.10 06:05:36.040543 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10250 | 2024.10.10 06:05:36.040589 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10251 | 2024.10.10 06:05:36.040738 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10252 | 2024.10.10 06:05:36.041010 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10253 | 2024.10.10 06:05:36.041045 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10254 | 2024.10.10 06:05:36.041392 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10255 | 2024.10.10 06:05:36.041721 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10256 | 2024.10.10 06:05:36.041877 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001353 sec., 739.0983000739099 rows/sec., 49.80 KiB/sec. | ||
| 10257 | 2024.10.10 06:05:36.042047 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Debug> DynamicQueryHandler: Done processing query | ||
| 10258 | 2024.10.10 06:05:36.042071 [ 3 ] {2a3cb61f-040b-489e-9f6f-77e278888bae} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10259 | 2024.10.10 06:05:36.042087 [ 3 ] {} <Debug> HTTP-Session: a5173227-c1f7-454d-ac0f-81c8f3777f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10260 | 2024.10.10 06:05:36.042267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10261 | 2024.10.10 06:05:36.042315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10262 | 2024.10.10 06:05:36.042334 [ 3 ] {} <Debug> HTTP-Session: 1e804157-cffd-4b13-8081-12facb738385 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10263 | 2024.10.10 06:05:36.042350 [ 3 ] {} <Debug> HTTP-Session: 1e804157-cffd-4b13-8081-12facb738385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10264 | 2024.10.10 06:05:36.042364 [ 3 ] {} <Debug> HTTP-Session: 1e804157-cffd-4b13-8081-12facb738385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10265 | 2024.10.10 06:05:36.042395 [ 3 ] {} <Trace> HTTP-Session: 1e804157-cffd-4b13-8081-12facb738385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10266 | 2024.10.10 06:05:36.042763 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10267 | 2024.10.10 06:05:36.042833 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <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 | ||
| 10268 | 2024.10.10 06:05:36.043273 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10269 | 2024.10.10 06:05:36.044001 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10270 | 2024.10.10 06:05:36.044037 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10271 | 2024.10.10 06:05:36.044684 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10272 | 2024.10.10 06:05:36.045091 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10273 | 2024.10.10 06:05:36.045268 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10274 | 2024.10.10 06:05:36.045286 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002787 sec., 11123.071402942232 rows/sec., 19.93 MiB/sec. | ||
| 10275 | 2024.10.10 06:05:36.045365 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10276 | 2024.10.10 06:05:36.045440 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10277 | 2024.10.10 06:05:36.045745 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::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 | ||
| 10278 | 2024.10.10 06:05:36.045835 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Debug> DynamicQueryHandler: Done processing query | ||
| 10279 | 2024.10.10 06:05:36.045887 [ 3 ] {4550a58e-116c-4fb4-ab79-adf81afa3d39} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 10280 | 2024.10.10 06:05:36.045920 [ 3 ] {} <Debug> HTTP-Session: 1e804157-cffd-4b13-8081-12facb738385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10281 | 2024.10.10 06:05:36.046116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10282 | 2024.10.10 06:05:36.046233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10283 | 2024.10.10 06:05:36.046293 [ 3 ] {} <Debug> HTTP-Session: 7cca04b5-c7c1-416d-bff2-8e14c70a5755 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10284 | 2024.10.10 06:05:36.046342 [ 3 ] {} <Debug> HTTP-Session: 7cca04b5-c7c1-416d-bff2-8e14c70a5755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10285 | 2024.10.10 06:05:36.046388 [ 3 ] {} <Debug> HTTP-Session: 7cca04b5-c7c1-416d-bff2-8e14c70a5755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10286 | 2024.10.10 06:05:36.046463 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10287 | 2024.10.10 06:05:36.046473 [ 3 ] {} <Trace> HTTP-Session: 7cca04b5-c7c1-416d-bff2-8e14c70a5755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10288 | 2024.10.10 06:05:36.046604 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 718 rows starting from the beginning of the part | ||
| 10289 | 2024.10.10 06:05:36.046780 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10290 | 2024.10.10 06:05:36.046988 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10291 | 2024.10.10 06:05:36.047341 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part | ||
| 10292 | 2024.10.10 06:05:36.047756 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10293 | 2024.10.10 06:05:36.048190 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part | ||
| 10294 | 2024.10.10 06:05:36.048749 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part | ||
| 10295 | 2024.10.10 06:05:36.049207 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10296 | 2024.10.10 06:05:36.049314 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10297 | 2024.10.10 06:05:36.049492 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
| 10298 | 2024.10.10 06:05:36.050113 [ 195 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part | ||
| 10299 | 2024.10.10 06:05:36.050594 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10300 | 2024.10.10 06:05:36.051486 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10301 | 2024.10.10 06:05:36.051856 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005191 sec., 15796.570988248892 rows/sec., 1.00 MiB/sec. | ||
| 10302 | 2024.10.10 06:05:36.052533 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10303 | 2024.10.10 06:05:36.052632 [ 3 ] {a7463b99-b1fd-40f6-b6bb-ef29a3c2178b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10304 | 2024.10.10 06:05:36.052737 [ 3 ] {} <Debug> HTTP-Session: 7cca04b5-c7c1-416d-bff2-8e14c70a5755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10305 | 2024.10.10 06:05:36.064636 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 829 rows, containing 19 columns (19 merged, 0 gathered) in 0.019045247 sec., 43527.92064077719 rows/sec., 78.00 MiB/sec. | ||
| 10306 | 2024.10.10 06:05:36.065598 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10307 | 2024.10.10 06:05:36.066251 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10308 | 2024.10.10 06:05:36.066346 [ 200 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10309 | 2024.10.10 06:05:36.066514 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. | ||
| 10310 | 2024.10.10 06:05:38.300855 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1022 | ||
| 10311 | 2024.10.10 06:05:38.303962 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10312 | 2024.10.10 06:05:38.304025 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10313 | 2024.10.10 06:05:38.305526 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10314 | 2024.10.10 06:05:38.306513 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10315 | 2024.10.10 06:05:38.307692 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1022 | ||
| 10316 | 2024.10.10 06:05:41.019396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10317 | 2024.10.10 06:05:41.019539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10318 | 2024.10.10 06:05:41.019570 [ 3 ] {} <Debug> HTTP-Session: 1ce9fa28-75eb-4205-be24-36b1dbd3de24 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10319 | 2024.10.10 06:05:41.019599 [ 3 ] {} <Debug> HTTP-Session: 1ce9fa28-75eb-4205-be24-36b1dbd3de24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10320 | 2024.10.10 06:05:41.019617 [ 3 ] {} <Debug> HTTP-Session: 1ce9fa28-75eb-4205-be24-36b1dbd3de24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10321 | 2024.10.10 06:05:41.019674 [ 3 ] {} <Trace> HTTP-Session: 1ce9fa28-75eb-4205-be24-36b1dbd3de24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10322 | 2024.10.10 06:05:41.019869 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10323 | 2024.10.10 06:05:41.019943 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10324 | 2024.10.10 06:05:41.020285 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10325 | 2024.10.10 06:05:41.020733 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10326 | 2024.10.10 06:05:41.020775 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10327 | 2024.10.10 06:05:41.021185 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10328 | 2024.10.10 06:05:41.021581 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10329 | 2024.10.10 06:05:41.021730 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001919 sec., 1042.2094841063054 rows/sec., 84.98 KiB/sec. | ||
| 10330 | 2024.10.10 06:05:41.021985 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Debug> DynamicQueryHandler: Done processing query | ||
| 10331 | 2024.10.10 06:05:41.022011 [ 3 ] {1c25af11-e7cc-4dd1-a2e1-6a8cead3b112} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10332 | 2024.10.10 06:05:41.022028 [ 3 ] {} <Debug> HTTP-Session: 1ce9fa28-75eb-4205-be24-36b1dbd3de24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10333 | 2024.10.10 06:05:41.022220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 10738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10334 | 2024.10.10 06:05:41.022271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10335 | 2024.10.10 06:05:41.022290 [ 3 ] {} <Debug> HTTP-Session: 0afa59b0-f9a1-4d81-aad6-8ecfee812362 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10336 | 2024.10.10 06:05:41.022308 [ 3 ] {} <Debug> HTTP-Session: 0afa59b0-f9a1-4d81-aad6-8ecfee812362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10337 | 2024.10.10 06:05:41.022323 [ 3 ] {} <Debug> HTTP-Session: 0afa59b0-f9a1-4d81-aad6-8ecfee812362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10338 | 2024.10.10 06:05:41.022356 [ 3 ] {} <Trace> HTTP-Session: 0afa59b0-f9a1-4d81-aad6-8ecfee812362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10339 | 2024.10.10 06:05:41.022480 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10340 | 2024.10.10 06:05:41.022523 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10341 | 2024.10.10 06:05:41.022748 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10342 | 2024.10.10 06:05:41.023141 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10343 | 2024.10.10 06:05:41.023177 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10344 | 2024.10.10 06:05:41.023543 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10345 | 2024.10.10 06:05:41.023907 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10346 | 2024.10.10 06:05:41.024040 [ 149 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10347 | 2024.10.10 06:05:41.024044 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Debug> executeQuery: Read 75 rows, 6.14 KiB in 0.001607 sec., 46670.815183571875 rows/sec., 3.73 MiB/sec. | ||
| 10348 | 2024.10.10 06:05:41.024083 [ 149 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10349 | 2024.10.10 06:05:41.024123 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10350 | 2024.10.10 06:05:41.024238 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10351 | 2024.10.10 06:05:41.024271 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10352 | 2024.10.10 06:05:41.024305 [ 3 ] {25042fc4-29b8-4464-b95d-0ca545f3da5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10353 | 2024.10.10 06:05:41.024330 [ 3 ] {} <Debug> HTTP-Session: 0afa59b0-f9a1-4d81-aad6-8ecfee812362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10354 | 2024.10.10 06:05:41.024387 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10355 | 2024.10.10 06:05:41.024418 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1418 rows starting from the beginning of the part | ||
| 10356 | 2024.10.10 06:05:41.024486 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 74 rows starting from the beginning of the part | ||
| 10357 | 2024.10.10 06:05:41.024515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10358 | 2024.10.10 06:05:41.024701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10359 | 2024.10.10 06:05:41.024726 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 251 rows starting from the beginning of the part | ||
| 10360 | 2024.10.10 06:05:41.024791 [ 3 ] {} <Debug> HTTP-Session: 12665a38-d720-431d-a4e0-c82f656c9945 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10361 | 2024.10.10 06:05:41.024903 [ 3 ] {} <Debug> HTTP-Session: 12665a38-d720-431d-a4e0-c82f656c9945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10362 | 2024.10.10 06:05:41.025008 [ 3 ] {} <Debug> HTTP-Session: 12665a38-d720-431d-a4e0-c82f656c9945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10363 | 2024.10.10 06:05:41.025142 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1217 rows starting from the beginning of the part | ||
| 10364 | 2024.10.10 06:05:41.025156 [ 3 ] {} <Trace> HTTP-Session: 12665a38-d720-431d-a4e0-c82f656c9945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10365 | 2024.10.10 06:05:41.025270 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 251 rows starting from the beginning of the part | ||
| 10366 | 2024.10.10 06:05:41.025359 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10367 | 2024.10.10 06:05:41.025488 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 75 rows starting from the beginning of the part | ||
| 10368 | 2024.10.10 06:05:41.025489 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10369 | 2024.10.10 06:05:41.026159 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10370 | 2024.10.10 06:05:41.026745 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10371 | 2024.10.10 06:05:41.026793 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10372 | 2024.10.10 06:05:41.027264 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10373 | 2024.10.10 06:05:41.027734 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10374 | 2024.10.10 06:05:41.027869 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3286 rows, containing 5 columns (5 merged, 0 gathered) in 0.003675459 sec., 894037.9963427697 rows/sec., 78.17 MiB/sec. | ||
| 10375 | 2024.10.10 06:05:41.027959 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.00267 sec., 4119.850187265917 rows/sec., 305.77 KiB/sec. | ||
| 10376 | 2024.10.10 06:05:41.028228 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10377 | 2024.10.10 06:05:41.028239 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10378 | 2024.10.10 06:05:41.028270 [ 3 ] {288c1a27-e629-49c5-9be4-5bc59cd4e4b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10379 | 2024.10.10 06:05:41.028319 [ 3 ] {} <Debug> HTTP-Session: 12665a38-d720-431d-a4e0-c82f656c9945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10380 | 2024.10.10 06:05:41.028512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10381 | 2024.10.10 06:05:41.028616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10382 | 2024.10.10 06:05:41.028688 [ 3 ] {} <Debug> HTTP-Session: f9f54adb-4cf2-4d95-bd3c-a1a1ca57c271 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10383 | 2024.10.10 06:05:41.028765 [ 3 ] {} <Debug> HTTP-Session: f9f54adb-4cf2-4d95-bd3c-a1a1ca57c271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10384 | 2024.10.10 06:05:41.028831 [ 3 ] {} <Debug> HTTP-Session: f9f54adb-4cf2-4d95-bd3c-a1a1ca57c271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10385 | 2024.10.10 06:05:41.028915 [ 3 ] {} <Trace> HTTP-Session: f9f54adb-4cf2-4d95-bd3c-a1a1ca57c271 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10386 | 2024.10.10 06:05:41.029176 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10387 | 2024.10.10 06:05:41.029250 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10388 | 2024.10.10 06:05:41.029334 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2024.10.10 06:05:41.029560 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_56_11} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10390 | 2024.10.10 06:05:41.029803 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 10391 | 2024.10.10 06:05:41.029882 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10392 | 2024.10.10 06:05:41.030284 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10393 | 2024.10.10 06:05:41.030323 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10394 | 2024.10.10 06:05:41.030691 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10395 | 2024.10.10 06:05:41.031056 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10396 | 2024.10.10 06:05:41.031185 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.002115 sec., 35460.99290780142 rows/sec., 2.77 MiB/sec. | ||
| 10397 | 2024.10.10 06:05:41.031190 [ 149 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10398 | 2024.10.10 06:05:41.031246 [ 149 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2024.10.10 06:05:41.031277 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10400 | 2024.10.10 06:05:41.031453 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10401 | 2024.10.10 06:05:41.031542 [ 3 ] {d3b5c975-6d15-4936-8ec4-bffa5f313cf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10402 | 2024.10.10 06:05:41.031585 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10403 | 2024.10.10 06:05:41.031608 [ 3 ] {} <Debug> HTTP-Session: f9f54adb-4cf2-4d95-bd3c-a1a1ca57c271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10404 | 2024.10.10 06:05:41.032021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10405 | 2024.10.10 06:05:41.032244 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10406 | 2024.10.10 06:05:41.032290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10407 | 2024.10.10 06:05:41.032372 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 10408 | 2024.10.10 06:05:41.032430 [ 3 ] {} <Debug> HTTP-Session: bfc9443f-709a-4060-91f2-6e3ab80b9346 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10409 | 2024.10.10 06:05:41.032685 [ 3 ] {} <Debug> HTTP-Session: bfc9443f-709a-4060-91f2-6e3ab80b9346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10410 | 2024.10.10 06:05:41.032842 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 73 rows starting from the beginning of the part | ||
| 10411 | 2024.10.10 06:05:41.032872 [ 3 ] {} <Debug> HTTP-Session: bfc9443f-709a-4060-91f2-6e3ab80b9346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10412 | 2024.10.10 06:05:41.033004 [ 3 ] {} <Trace> HTTP-Session: bfc9443f-709a-4060-91f2-6e3ab80b9346 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10413 | 2024.10.10 06:05:41.033136 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 413 rows starting from the beginning of the part | ||
| 10414 | 2024.10.10 06:05:41.033430 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 535 rows starting from the beginning of the part | ||
| 10415 | 2024.10.10 06:05:41.033634 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10416 | 2024.10.10 06:05:41.033760 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 413 rows starting from the beginning of the part | ||
| 10417 | 2024.10.10 06:05:41.033943 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10418 | 2024.10.10 06:05:41.034040 [ 192 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 75 rows starting from the beginning of the part | ||
| 10419 | 2024.10.10 06:05:41.034823 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10420 | 2024.10.10 06:05:41.035765 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10421 | 2024.10.10 06:05:41.035838 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10422 | 2024.10.10 06:05:41.036764 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10423 | 2024.10.10 06:05:41.037428 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10424 | 2024.10.10 06:05:41.037442 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.006093856 sec., 397613.5963829798 rows/sec., 30.50 MiB/sec. | ||
| 10425 | 2024.10.10 06:05:41.037604 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004291 sec., 37520.391517128875 rows/sec., 2.61 MiB/sec. | ||
| 10426 | 2024.10.10 06:05:41.037603 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10427 | 2024.10.10 06:05:41.037675 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10428 | 2024.10.10 06:05:41.037689 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2024.10.10 06:05:41.037760 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10430 | 2024.10.10 06:05:41.037921 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10431 | 2024.10.10 06:05:41.037988 [ 3 ] {8b7a57ee-e7a8-4969-ab7c-ab9e2ccbaf8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10432 | 2024.10.10 06:05:41.038039 [ 3 ] {} <Debug> HTTP-Session: bfc9443f-709a-4060-91f2-6e3ab80b9346 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10433 | 2024.10.10 06:05:41.038051 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10434 | 2024.10.10 06:05:41.038357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10435 | 2024.10.10 06:05:41.038535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10436 | 2024.10.10 06:05:41.038633 [ 3 ] {} <Debug> HTTP-Session: e5e11b42-03aa-4cf4-a1b4-fc9e6eef6d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10437 | 2024.10.10 06:05:41.038713 [ 3 ] {} <Debug> HTTP-Session: e5e11b42-03aa-4cf4-a1b4-fc9e6eef6d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10438 | 2024.10.10 06:05:41.038798 [ 3 ] {} <Debug> HTTP-Session: e5e11b42-03aa-4cf4-a1b4-fc9e6eef6d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10439 | 2024.10.10 06:05:41.038924 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10440 | 2024.10.10 06:05:41.038952 [ 3 ] {} <Trace> HTTP-Session: e5e11b42-03aa-4cf4-a1b4-fc9e6eef6d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10441 | 2024.10.10 06:05:41.039077 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15466 rows starting from the beginning of the part | ||
| 10442 | 2024.10.10 06:05:41.039578 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10443 | 2024.10.10 06:05:41.039751 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 10444 | 2024.10.10 06:05:41.040124 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10445 | 2024.10.10 06:05:41.040249 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <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 | ||
| 10446 | 2024.10.10 06:05:41.040456 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part | ||
| 10447 | 2024.10.10 06:05:41.040535 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_56_11} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10448 | 2024.10.10 06:05:41.040958 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10449 | 2024.10.10 06:05:41.041015 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1009 rows starting from the beginning of the part | ||
| 10450 | 2024.10.10 06:05:41.041350 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 10451 | 2024.10.10 06:05:41.041637 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 161 rows starting from the beginning of the part | ||
| 10452 | 2024.10.10 06:05:41.042632 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10453 | 2024.10.10 06:05:41.043277 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10454 | 2024.10.10 06:05:41.043313 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10455 | 2024.10.10 06:05:41.044735 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10456 | 2024.10.10 06:05:41.045386 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10457 | 2024.10.10 06:05:41.045748 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006567 sec., 1370.4888076747372 rows/sec., 2.46 MiB/sec. | ||
| 10458 | 2024.10.10 06:05:41.046067 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Debug> DynamicQueryHandler: Done processing query | ||
| 10459 | 2024.10.10 06:05:41.046097 [ 3 ] {784e573e-de24-49a9-b2ac-bb1b36c85203} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 10460 | 2024.10.10 06:05:41.046115 [ 3 ] {} <Debug> HTTP-Session: e5e11b42-03aa-4cf4-a1b4-fc9e6eef6d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10461 | 2024.10.10 06:05:41.046269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10462 | 2024.10.10 06:05:41.046319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10463 | 2024.10.10 06:05:41.046338 [ 3 ] {} <Debug> HTTP-Session: 515ff986-c4e8-47da-ba93-2d297b69f4f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10464 | 2024.10.10 06:05:41.046354 [ 3 ] {} <Debug> HTTP-Session: 515ff986-c4e8-47da-ba93-2d297b69f4f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10465 | 2024.10.10 06:05:41.046368 [ 3 ] {} <Debug> HTTP-Session: 515ff986-c4e8-47da-ba93-2d297b69f4f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10466 | 2024.10.10 06:05:41.046402 [ 3 ] {} <Trace> HTTP-Session: 515ff986-c4e8-47da-ba93-2d297b69f4f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10467 | 2024.10.10 06:05:41.046533 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10468 | 2024.10.10 06:05:41.046580 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10469 | 2024.10.10 06:05:41.046717 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10470 | 2024.10.10 06:05:41.047102 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10471 | 2024.10.10 06:05:41.047138 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10472 | 2024.10.10 06:05:41.047823 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10473 | 2024.10.10 06:05:41.048197 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10474 | 2024.10.10 06:05:41.048436 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001916 sec., 31315.24008350731 rows/sec., 2.11 MiB/sec. | ||
| 10475 | 2024.10.10 06:05:41.049071 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Debug> DynamicQueryHandler: Done processing query | ||
| 10476 | 2024.10.10 06:05:41.049168 [ 3 ] {69d02b7b-b060-4c84-8c9d-b377d3645964} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10477 | 2024.10.10 06:05:41.049239 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17270 rows, containing 5 columns (5 merged, 0 gathered) in 0.011383663 sec., 1517086.3719349387 rows/sec., 102.40 MiB/sec. | ||
| 10478 | 2024.10.10 06:05:41.049252 [ 3 ] {} <Debug> HTTP-Session: 515ff986-c4e8-47da-ba93-2d297b69f4f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10479 | 2024.10.10 06:05:41.049550 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10480 | 2024.10.10 06:05:41.049940 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10481 | 2024.10.10 06:05:41.050013 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10482 | 2024.10.10 06:05:41.050089 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 10483 | 2024.10.10 06:05:42.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.10 MiB, peak 175.70 MiB, free memory in arenas 0.00 B, will set to 166.48 MiB (RSS), difference: 1.37 MiB | ||
| 10484 | 2024.10.10 06:05:46.025700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10485 | 2024.10.10 06:05:46.025879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10486 | 2024.10.10 06:05:46.025925 [ 3 ] {} <Debug> HTTP-Session: 5387131a-326d-450b-96ef-dbb96c68fc2f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10487 | 2024.10.10 06:05:46.025969 [ 3 ] {} <Debug> HTTP-Session: 5387131a-326d-450b-96ef-dbb96c68fc2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10488 | 2024.10.10 06:05:46.025998 [ 3 ] {} <Debug> HTTP-Session: 5387131a-326d-450b-96ef-dbb96c68fc2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10489 | 2024.10.10 06:05:46.026079 [ 3 ] {} <Trace> HTTP-Session: 5387131a-326d-450b-96ef-dbb96c68fc2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10490 | 2024.10.10 06:05:46.026274 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10491 | 2024.10.10 06:05:46.026342 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10492 | 2024.10.10 06:05:46.026692 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10493 | 2024.10.10 06:05:46.027157 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10494 | 2024.10.10 06:05:46.027200 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10495 | 2024.10.10 06:05:46.027618 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10496 | 2024.10.10 06:05:46.028010 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10497 | 2024.10.10 06:05:46.028165 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001943 sec., 3088.0082346886256 rows/sec., 251.81 KiB/sec. | ||
| 10498 | 2024.10.10 06:05:46.028391 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Debug> DynamicQueryHandler: Done processing query | ||
| 10499 | 2024.10.10 06:05:46.028419 [ 3 ] {2dc07707-5c23-4773-b7f7-3a46628fb786} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10500 | 2024.10.10 06:05:46.028435 [ 3 ] {} <Debug> HTTP-Session: 5387131a-326d-450b-96ef-dbb96c68fc2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10501 | 2024.10.10 06:05:46.028706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10502 | 2024.10.10 06:05:46.028761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10503 | 2024.10.10 06:05:46.028782 [ 3 ] {} <Debug> HTTP-Session: a89a3009-9522-4cdb-aac6-dd1bde3d2919 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10504 | 2024.10.10 06:05:46.028799 [ 3 ] {} <Debug> HTTP-Session: a89a3009-9522-4cdb-aac6-dd1bde3d2919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10505 | 2024.10.10 06:05:46.028813 [ 3 ] {} <Debug> HTTP-Session: a89a3009-9522-4cdb-aac6-dd1bde3d2919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10506 | 2024.10.10 06:05:46.028849 [ 3 ] {} <Trace> HTTP-Session: a89a3009-9522-4cdb-aac6-dd1bde3d2919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10507 | 2024.10.10 06:05:46.029036 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10508 | 2024.10.10 06:05:46.029084 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10509 | 2024.10.10 06:05:46.029321 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10510 | 2024.10.10 06:05:46.029814 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10511 | 2024.10.10 06:05:46.029852 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10512 | 2024.10.10 06:05:46.030231 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10513 | 2024.10.10 06:05:46.030591 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10514 | 2024.10.10 06:05:46.030724 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Debug> executeQuery: Read 254 rows, 22.98 KiB in 0.001777 sec., 142937.5351716376 rows/sec., 12.63 MiB/sec. | ||
| 10515 | 2024.10.10 06:05:46.030895 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 10516 | 2024.10.10 06:05:46.030920 [ 3 ] {9accefe8-f51c-4623-be2a-9ced8f1396fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 10517 | 2024.10.10 06:05:46.030936 [ 3 ] {} <Debug> HTTP-Session: a89a3009-9522-4cdb-aac6-dd1bde3d2919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10518 | 2024.10.10 06:05:46.031085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10519 | 2024.10.10 06:05:46.031133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10520 | 2024.10.10 06:05:46.031152 [ 3 ] {} <Debug> HTTP-Session: a0c0e665-0fea-4163-addf-1723ead48c98 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10521 | 2024.10.10 06:05:46.031169 [ 3 ] {} <Debug> HTTP-Session: a0c0e665-0fea-4163-addf-1723ead48c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10522 | 2024.10.10 06:05:46.031183 [ 3 ] {} <Debug> HTTP-Session: a0c0e665-0fea-4163-addf-1723ead48c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10523 | 2024.10.10 06:05:46.031216 [ 3 ] {} <Trace> HTTP-Session: a0c0e665-0fea-4163-addf-1723ead48c98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10524 | 2024.10.10 06:05:46.031323 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10525 | 2024.10.10 06:05:46.031367 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10526 | 2024.10.10 06:05:46.031595 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10527 | 2024.10.10 06:05:46.031930 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10528 | 2024.10.10 06:05:46.031965 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10529 | 2024.10.10 06:05:46.032325 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10530 | 2024.10.10 06:05:46.032693 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10531 | 2024.10.10 06:05:46.032827 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001535 sec., 24104.2345276873 rows/sec., 1.75 MiB/sec. | ||
| 10532 | 2024.10.10 06:05:46.033107 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Debug> DynamicQueryHandler: Done processing query | ||
| 10533 | 2024.10.10 06:05:46.033158 [ 3 ] {f559fad0-270d-49ed-affc-4e51461f7c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10534 | 2024.10.10 06:05:46.033194 [ 3 ] {} <Debug> HTTP-Session: a0c0e665-0fea-4163-addf-1723ead48c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10535 | 2024.10.10 06:05:46.033332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10536 | 2024.10.10 06:05:46.033382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10537 | 2024.10.10 06:05:46.033401 [ 3 ] {} <Debug> HTTP-Session: 96a2fc4e-4adf-4cb3-bd13-1151d1b40b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10538 | 2024.10.10 06:05:46.033417 [ 3 ] {} <Debug> HTTP-Session: 96a2fc4e-4adf-4cb3-bd13-1151d1b40b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10539 | 2024.10.10 06:05:46.033430 [ 3 ] {} <Debug> HTTP-Session: 96a2fc4e-4adf-4cb3-bd13-1151d1b40b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10540 | 2024.10.10 06:05:46.033461 [ 3 ] {} <Trace> HTTP-Session: 96a2fc4e-4adf-4cb3-bd13-1151d1b40b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10541 | 2024.10.10 06:05:46.033564 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10542 | 2024.10.10 06:05:46.033607 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10543 | 2024.10.10 06:05:46.033852 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10544 | 2024.10.10 06:05:46.034156 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10545 | 2024.10.10 06:05:46.034191 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10546 | 2024.10.10 06:05:46.034541 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10547 | 2024.10.10 06:05:46.034896 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10548 | 2024.10.10 06:05:46.035026 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001491 sec., 9389.671361502347 rows/sec., 657.59 KiB/sec. | ||
| 10549 | 2024.10.10 06:05:46.035327 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Debug> DynamicQueryHandler: Done processing query | ||
| 10550 | 2024.10.10 06:05:46.035376 [ 3 ] {981bea96-2b3a-4fa1-8ff2-742dbda0f412} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10551 | 2024.10.10 06:05:46.035400 [ 3 ] {} <Debug> HTTP-Session: 96a2fc4e-4adf-4cb3-bd13-1151d1b40b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10552 | 2024.10.10 06:05:46.035543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10553 | 2024.10.10 06:05:46.035591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10554 | 2024.10.10 06:05:46.035610 [ 3 ] {} <Debug> HTTP-Session: c7488eaf-494d-43c4-a8dc-cc92e31a272d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10555 | 2024.10.10 06:05:46.035626 [ 3 ] {} <Debug> HTTP-Session: c7488eaf-494d-43c4-a8dc-cc92e31a272d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10556 | 2024.10.10 06:05:46.035640 [ 3 ] {} <Debug> HTTP-Session: c7488eaf-494d-43c4-a8dc-cc92e31a272d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10557 | 2024.10.10 06:05:46.035671 [ 3 ] {} <Trace> HTTP-Session: c7488eaf-494d-43c4-a8dc-cc92e31a272d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10558 | 2024.10.10 06:05:46.035770 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10559 | 2024.10.10 06:05:46.035814 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10560 | 2024.10.10 06:05:46.036060 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10561 | 2024.10.10 06:05:46.036355 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10562 | 2024.10.10 06:05:46.036391 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10563 | 2024.10.10 06:05:46.036733 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10564 | 2024.10.10 06:05:46.037095 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10565 | 2024.10.10 06:05:46.037231 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 238.23 KiB/sec. | ||
| 10566 | 2024.10.10 06:05:46.037404 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10567 | 2024.10.10 06:05:46.037428 [ 3 ] {89e984db-11ee-488e-874d-8fb35a49f1c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10568 | 2024.10.10 06:05:46.037444 [ 3 ] {} <Debug> HTTP-Session: c7488eaf-494d-43c4-a8dc-cc92e31a272d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10569 | 2024.10.10 06:05:46.037653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 68089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10570 | 2024.10.10 06:05:46.037702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10571 | 2024.10.10 06:05:46.037721 [ 3 ] {} <Debug> HTTP-Session: 206f9a7b-cc8d-4454-a9ea-5d8625d0866a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10572 | 2024.10.10 06:05:46.037737 [ 3 ] {} <Debug> HTTP-Session: 206f9a7b-cc8d-4454-a9ea-5d8625d0866a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10573 | 2024.10.10 06:05:46.037750 [ 3 ] {} <Debug> HTTP-Session: 206f9a7b-cc8d-4454-a9ea-5d8625d0866a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10574 | 2024.10.10 06:05:46.037781 [ 3 ] {} <Trace> HTTP-Session: 206f9a7b-cc8d-4454-a9ea-5d8625d0866a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10575 | 2024.10.10 06:05:46.037992 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10576 | 2024.10.10 06:05:46.038036 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10577 | 2024.10.10 06:05:46.038263 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10578 | 2024.10.10 06:05:46.038886 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10579 | 2024.10.10 06:05:46.038922 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10580 | 2024.10.10 06:05:46.039293 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10581 | 2024.10.10 06:05:46.039647 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10582 | 2024.10.10 06:05:46.039779 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001891 sec., 221575.88577472235 rows/sec., 15.83 MiB/sec. | ||
| 10583 | 2024.10.10 06:05:46.040054 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10584 | 2024.10.10 06:05:46.040107 [ 3 ] {c37888b5-023b-453f-b342-c10a9d84408d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10585 | 2024.10.10 06:05:46.040143 [ 3 ] {} <Debug> HTTP-Session: 206f9a7b-cc8d-4454-a9ea-5d8625d0866a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10586 | 2024.10.10 06:05:46.040337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10587 | 2024.10.10 06:05:46.040385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10588 | 2024.10.10 06:05:46.040404 [ 3 ] {} <Debug> HTTP-Session: 744a9f19-dc56-4749-8a00-3c4873dcc183 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10589 | 2024.10.10 06:05:46.040420 [ 3 ] {} <Debug> HTTP-Session: 744a9f19-dc56-4749-8a00-3c4873dcc183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10590 | 2024.10.10 06:05:46.040434 [ 3 ] {} <Debug> HTTP-Session: 744a9f19-dc56-4749-8a00-3c4873dcc183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10591 | 2024.10.10 06:05:46.040465 [ 3 ] {} <Trace> HTTP-Session: 744a9f19-dc56-4749-8a00-3c4873dcc183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10592 | 2024.10.10 06:05:46.040568 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10593 | 2024.10.10 06:05:46.040615 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10594 | 2024.10.10 06:05:46.040762 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10595 | 2024.10.10 06:05:46.041052 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2024.10.10 06:05:46.041087 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10597 | 2024.10.10 06:05:46.041445 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10598 | 2024.10.10 06:05:46.041760 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2024.10.10 06:05:46.041896 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
| 10600 | 2024.10.10 06:05:46.042073 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Debug> DynamicQueryHandler: Done processing query | ||
| 10601 | 2024.10.10 06:05:46.042098 [ 3 ] {9a8b11e9-9643-4a32-aba7-3522d997ef22} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10602 | 2024.10.10 06:05:46.042114 [ 3 ] {} <Debug> HTTP-Session: 744a9f19-dc56-4749-8a00-3c4873dcc183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10603 | 2024.10.10 06:05:46.042295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 45227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10604 | 2024.10.10 06:05:46.042343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10605 | 2024.10.10 06:05:46.042362 [ 3 ] {} <Debug> HTTP-Session: 62480a76-5367-4982-8ff0-0c6ab7f18635 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10606 | 2024.10.10 06:05:46.042378 [ 3 ] {} <Debug> HTTP-Session: 62480a76-5367-4982-8ff0-0c6ab7f18635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10607 | 2024.10.10 06:05:46.042392 [ 3 ] {} <Debug> HTTP-Session: 62480a76-5367-4982-8ff0-0c6ab7f18635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10608 | 2024.10.10 06:05:46.042422 [ 3 ] {} <Trace> HTTP-Session: 62480a76-5367-4982-8ff0-0c6ab7f18635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10609 | 2024.10.10 06:05:46.042643 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10610 | 2024.10.10 06:05:46.042692 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10611 | 2024.10.10 06:05:46.042841 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10612 | 2024.10.10 06:05:46.043293 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10613 | 2024.10.10 06:05:46.043329 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10614 | 2024.10.10 06:05:46.043711 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10615 | 2024.10.10 06:05:46.044048 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10616 | 2024.10.10 06:05:46.044205 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001691 sec., 141927.8533412182 rows/sec., 9.52 MiB/sec. | ||
| 10617 | 2024.10.10 06:05:46.044378 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Debug> DynamicQueryHandler: Done processing query | ||
| 10618 | 2024.10.10 06:05:46.044403 [ 3 ] {b649476b-cebc-4043-b2c8-1a105e2e2353} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10619 | 2024.10.10 06:05:46.044419 [ 3 ] {} <Debug> HTTP-Session: 62480a76-5367-4982-8ff0-0c6ab7f18635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10620 | 2024.10.10 06:05:46.044581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10621 | 2024.10.10 06:05:46.044631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10622 | 2024.10.10 06:05:46.044650 [ 3 ] {} <Debug> HTTP-Session: 34d716e1-d3b9-48ee-9ec8-8fed1f58996b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10623 | 2024.10.10 06:05:46.044666 [ 3 ] {} <Debug> HTTP-Session: 34d716e1-d3b9-48ee-9ec8-8fed1f58996b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10624 | 2024.10.10 06:05:46.044680 [ 3 ] {} <Debug> HTTP-Session: 34d716e1-d3b9-48ee-9ec8-8fed1f58996b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10625 | 2024.10.10 06:05:46.044710 [ 3 ] {} <Trace> HTTP-Session: 34d716e1-d3b9-48ee-9ec8-8fed1f58996b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10626 | 2024.10.10 06:05:46.044802 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10627 | 2024.10.10 06:05:46.044847 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10628 | 2024.10.10 06:05:46.044979 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10629 | 2024.10.10 06:05:46.045248 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10630 | 2024.10.10 06:05:46.045284 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10631 | 2024.10.10 06:05:46.045631 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10632 | 2024.10.10 06:05:46.045947 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10633 | 2024.10.10 06:05:46.046111 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 10634 | 2024.10.10 06:05:46.046281 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10635 | 2024.10.10 06:05:46.046305 [ 3 ] {b45f14b5-c343-48fc-b503-3b90f390824d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10636 | 2024.10.10 06:05:46.046320 [ 3 ] {} <Debug> HTTP-Session: 34d716e1-d3b9-48ee-9ec8-8fed1f58996b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10637 | 2024.10.10 06:05:46.046492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10638 | 2024.10.10 06:05:46.046541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10639 | 2024.10.10 06:05:46.046560 [ 3 ] {} <Debug> HTTP-Session: 3a1833ed-6f3e-4f06-9819-29b07b73af1a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10640 | 2024.10.10 06:05:46.046576 [ 3 ] {} <Debug> HTTP-Session: 3a1833ed-6f3e-4f06-9819-29b07b73af1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10641 | 2024.10.10 06:05:46.046589 [ 3 ] {} <Debug> HTTP-Session: 3a1833ed-6f3e-4f06-9819-29b07b73af1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10642 | 2024.10.10 06:05:46.046620 [ 3 ] {} <Trace> HTTP-Session: 3a1833ed-6f3e-4f06-9819-29b07b73af1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10643 | 2024.10.10 06:05:46.046934 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10644 | 2024.10.10 06:05:46.047000 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <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 | ||
| 10645 | 2024.10.10 06:05:46.047441 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10646 | 2024.10.10 06:05:46.048125 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10647 | 2024.10.10 06:05:46.048162 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10648 | 2024.10.10 06:05:46.048815 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10649 | 2024.10.10 06:05:46.049227 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10650 | 2024.10.10 06:05:46.049419 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002703 sec., 11468.738438771734 rows/sec., 20.55 MiB/sec. | ||
| 10651 | 2024.10.10 06:05:46.049654 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Debug> DynamicQueryHandler: Done processing query | ||
| 10652 | 2024.10.10 06:05:46.049679 [ 3 ] {7715b3a6-f51e-4bad-969a-74c4a26ef072} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 10653 | 2024.10.10 06:05:46.049695 [ 3 ] {} <Debug> HTTP-Session: 3a1833ed-6f3e-4f06-9819-29b07b73af1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10654 | 2024.10.10 06:05:46.049830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10655 | 2024.10.10 06:05:46.049878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10656 | 2024.10.10 06:05:46.049897 [ 3 ] {} <Debug> HTTP-Session: ba8bb0c2-629a-4bc8-93ce-299848d93c3d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10657 | 2024.10.10 06:05:46.049914 [ 3 ] {} <Debug> HTTP-Session: ba8bb0c2-629a-4bc8-93ce-299848d93c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10658 | 2024.10.10 06:05:46.049928 [ 3 ] {} <Debug> HTTP-Session: ba8bb0c2-629a-4bc8-93ce-299848d93c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10659 | 2024.10.10 06:05:46.049959 [ 3 ] {} <Trace> HTTP-Session: ba8bb0c2-629a-4bc8-93ce-299848d93c3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10660 | 2024.10.10 06:05:46.050090 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10661 | 2024.10.10 06:05:46.050135 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10662 | 2024.10.10 06:05:46.050267 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10663 | 2024.10.10 06:05:46.050596 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10664 | 2024.10.10 06:05:46.050632 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10665 | 2024.10.10 06:05:46.050992 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10666 | 2024.10.10 06:05:46.051309 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10667 | 2024.10.10 06:05:46.051464 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001424 sec., 57584.26966292135 rows/sec., 3.66 MiB/sec. | ||
| 10668 | 2024.10.10 06:05:46.051476 [ 141 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10669 | 2024.10.10 06:05:46.051594 [ 141 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10670 | 2024.10.10 06:05:46.051629 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10671 | 2024.10.10 06:05:46.051725 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10672 | 2024.10.10 06:05:46.051795 [ 3 ] {4ae1e27e-fa63-447f-a837-e944ef290ab8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10673 | 2024.10.10 06:05:46.051863 [ 3 ] {} <Debug> HTTP-Session: ba8bb0c2-629a-4bc8-93ce-299848d93c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10674 | 2024.10.10 06:05:46.052212 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10675 | 2024.10.10 06:05:46.052434 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10676 | 2024.10.10 06:05:46.052474 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3070 rows starting from the beginning of the part | ||
| 10677 | 2024.10.10 06:05:46.052602 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 10678 | 2024.10.10 06:05:46.052783 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 10679 | 2024.10.10 06:05:46.053015 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 10680 | 2024.10.10 06:05:46.053194 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 10681 | 2024.10.10 06:05:46.053320 [ 186 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
| 10682 | 2024.10.10 06:05:46.054860 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3436 rows, containing 4 columns (4 merged, 0 gathered) in 0.003054294 sec., 1124973.5618116658 rows/sec., 73.35 MiB/sec. | ||
| 10683 | 2024.10.10 06:05:46.055269 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10684 | 2024.10.10 06:05:46.055979 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10685 | 2024.10.10 06:05:46.056147 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_56_11} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10686 | 2024.10.10 06:05:46.056268 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 10687 | 2024.10.10 06:05:48.075004 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10688 | 2024.10.10 06:05:48.075059 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10689 | 2024.10.10 06:05:48.308796 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1058 | ||
| 10690 | 2024.10.10 06:05:48.311727 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10691 | 2024.10.10 06:05:48.311771 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10692 | 2024.10.10 06:05:48.313247 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10693 | 2024.10.10 06:05:48.314231 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10694 | 2024.10.10 06:05:48.314442 [ 139 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10695 | 2024.10.10 06:05:48.314566 [ 139 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10696 | 2024.10.10 06:05:48.314644 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 10697 | 2024.10.10 06:05:48.315106 [ 199 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 10698 | 2024.10.10 06:05:48.315545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1058 | ||
| 10699 | 2024.10.10 06:05:48.316344 [ 199 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10700 | 2024.10.10 06:05:48.316512 [ 199 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 878 rows starting from the beginning of the part | ||
| 10701 | 2024.10.10 06:05:48.317233 [ 199 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 44 rows starting from the beginning of the part | ||
| 10702 | 2024.10.10 06:05:48.317810 [ 199 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 10703 | 2024.10.10 06:05:48.318344 [ 199 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part | ||
| 10704 | 2024.10.10 06:05:48.318874 [ 199 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
| 10705 | 2024.10.10 06:05:48.319374 [ 199 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 10706 | 2024.10.10 06:05:48.327424 [ 193 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 72 columns (72 merged, 0 gathered) in 0.012616162 sec., 83860.68599943469 rows/sec., 57.45 MiB/sec. | ||
| 10707 | 2024.10.10 06:05:48.328855 [ 194 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10708 | 2024.10.10 06:05:48.330587 [ 194 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10709 | 2024.10.10 06:05:48.330685 [ 194 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_26_5} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10710 | 2024.10.10 06:05:48.331040 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 10711 | 2024.10.10 06:05:51.018691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10712 | 2024.10.10 06:05:51.018876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10713 | 2024.10.10 06:05:51.018921 [ 3 ] {} <Debug> HTTP-Session: d3b63cda-be72-4569-80e4-6db1d8832811 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10714 | 2024.10.10 06:05:51.018963 [ 3 ] {} <Debug> HTTP-Session: d3b63cda-be72-4569-80e4-6db1d8832811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10715 | 2024.10.10 06:05:51.018991 [ 3 ] {} <Debug> HTTP-Session: d3b63cda-be72-4569-80e4-6db1d8832811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10716 | 2024.10.10 06:05:51.019072 [ 3 ] {} <Trace> HTTP-Session: d3b63cda-be72-4569-80e4-6db1d8832811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10717 | 2024.10.10 06:05:51.019312 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10718 | 2024.10.10 06:05:51.019378 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10719 | 2024.10.10 06:05:51.019759 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10720 | 2024.10.10 06:05:51.020199 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10721 | 2024.10.10 06:05:51.020243 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10722 | 2024.10.10 06:05:51.020673 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10723 | 2024.10.10 06:05:51.021059 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10724 | 2024.10.10 06:05:51.021236 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001968 sec., 1016.2601626016259 rows/sec., 82.87 KiB/sec. | ||
| 10725 | 2024.10.10 06:05:51.021246 [ 135 ] {} <Debug> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 10726 | 2024.10.10 06:05:51.021365 [ 135 ] {} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10727 | 2024.10.10 06:05:51.021423 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10728 | 2024.10.10 06:05:51.021594 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10729 | 2024.10.10 06:05:51.021673 [ 3 ] {f778e8ab-8683-4f36-bad3-28920886162e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10730 | 2024.10.10 06:05:51.021740 [ 3 ] {} <Debug> HTTP-Session: d3b63cda-be72-4569-80e4-6db1d8832811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10731 | 2024.10.10 06:05:51.021748 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 10732 | 2024.10.10 06:05:51.022024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 11057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10733 | 2024.10.10 06:05:51.022149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10734 | 2024.10.10 06:05:51.022158 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10735 | 2024.10.10 06:05:51.022187 [ 3 ] {} <Debug> HTTP-Session: 783d4acb-95c3-483f-af8a-ba3cac770138 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10736 | 2024.10.10 06:05:51.022234 [ 3 ] {} <Debug> HTTP-Session: 783d4acb-95c3-483f-af8a-ba3cac770138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10737 | 2024.10.10 06:05:51.022238 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 18 rows starting from the beginning of the part | ||
| 10738 | 2024.10.10 06:05:51.022253 [ 3 ] {} <Debug> HTTP-Session: 783d4acb-95c3-483f-af8a-ba3cac770138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10739 | 2024.10.10 06:05:51.022345 [ 3 ] {} <Trace> HTTP-Session: 783d4acb-95c3-483f-af8a-ba3cac770138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10740 | 2024.10.10 06:05:51.022485 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 10741 | 2024.10.10 06:05:51.022796 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 10742 | 2024.10.10 06:05:51.022879 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10743 | 2024.10.10 06:05:51.023052 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 10744 | 2024.10.10 06:05:51.023187 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10745 | 2024.10.10 06:05:51.023283 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 10746 | 2024.10.10 06:05:51.023648 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 10747 | 2024.10.10 06:05:51.024392 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10748 | 2024.10.10 06:05:51.025300 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10749 | 2024.10.10 06:05:51.025373 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10750 | 2024.10.10 06:05:51.026392 [ 194 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.004887778 sec., 7365.309962932032 rows/sec., 629.36 KiB/sec. | ||
| 10751 | 2024.10.10 06:05:51.026491 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10752 | 2024.10.10 06:05:51.026608 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 10753 | 2024.10.10 06:05:51.027404 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10754 | 2024.10.10 06:05:51.027721 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Debug> executeQuery: Read 77 rows, 6.34 KiB in 0.005083 sec., 15148.534330120008 rows/sec., 1.22 MiB/sec. | ||
| 10755 | 2024.10.10 06:05:51.027780 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2024.10.10 06:05:51.027980 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_20_4} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 10757 | 2024.10.10 06:05:51.028098 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10758 | 2024.10.10 06:05:51.028108 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 10759 | 2024.10.10 06:05:51.028141 [ 3 ] {8fe6d0a7-d51c-43fc-a628-e54858f1edc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10760 | 2024.10.10 06:05:51.028175 [ 3 ] {} <Debug> HTTP-Session: 783d4acb-95c3-483f-af8a-ba3cac770138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10761 | 2024.10.10 06:05:51.028323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10762 | 2024.10.10 06:05:51.028380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10763 | 2024.10.10 06:05:51.028400 [ 3 ] {} <Debug> HTTP-Session: dac1abb3-c6b8-46f2-bbe9-24dfa1771bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10764 | 2024.10.10 06:05:51.028417 [ 3 ] {} <Debug> HTTP-Session: dac1abb3-c6b8-46f2-bbe9-24dfa1771bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10765 | 2024.10.10 06:05:51.028431 [ 3 ] {} <Debug> HTTP-Session: dac1abb3-c6b8-46f2-bbe9-24dfa1771bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10766 | 2024.10.10 06:05:51.028466 [ 3 ] {} <Trace> HTTP-Session: dac1abb3-c6b8-46f2-bbe9-24dfa1771bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10767 | 2024.10.10 06:05:51.028575 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10768 | 2024.10.10 06:05:51.028619 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10769 | 2024.10.10 06:05:51.028870 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10770 | 2024.10.10 06:05:51.029223 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2024.10.10 06:05:51.029260 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10772 | 2024.10.10 06:05:51.029614 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10773 | 2024.10.10 06:05:51.029969 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10774 | 2024.10.10 06:05:51.030119 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Debug> executeQuery: Read 12 rows, 913.00 B in 0.001574 sec., 7623.888182973316 rows/sec., 566.46 KiB/sec. | ||
| 10775 | 2024.10.10 06:05:51.030134 [ 135 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10776 | 2024.10.10 06:05:51.030216 [ 135 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10777 | 2024.10.10 06:05:51.030271 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10778 | 2024.10.10 06:05:51.030403 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 10779 | 2024.10.10 06:05:51.030411 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 10780 | 2024.10.10 06:05:51.030465 [ 3 ] {7e4fd606-126e-4401-b8f9-e608b4f29dbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10781 | 2024.10.10 06:05:51.030500 [ 3 ] {} <Debug> HTTP-Session: dac1abb3-c6b8-46f2-bbe9-24dfa1771bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10782 | 2024.10.10 06:05:51.030603 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10783 | 2024.10.10 06:05:51.030636 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 58 rows starting from the beginning of the part | ||
| 10784 | 2024.10.10 06:05:51.030786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10785 | 2024.10.10 06:05:51.030833 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part | ||
| 10786 | 2024.10.10 06:05:51.030919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10787 | 2024.10.10 06:05:51.031039 [ 3 ] {} <Debug> HTTP-Session: ddaa792c-1296-4880-a5e1-6208f2b40b03 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10788 | 2024.10.10 06:05:51.031078 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part | ||
| 10789 | 2024.10.10 06:05:51.031102 [ 3 ] {} <Debug> HTTP-Session: ddaa792c-1296-4880-a5e1-6208f2b40b03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10790 | 2024.10.10 06:05:51.031164 [ 3 ] {} <Debug> HTTP-Session: ddaa792c-1296-4880-a5e1-6208f2b40b03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10791 | 2024.10.10 06:05:51.031335 [ 3 ] {} <Trace> HTTP-Session: ddaa792c-1296-4880-a5e1-6208f2b40b03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10792 | 2024.10.10 06:05:51.031353 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 11 rows starting from the beginning of the part | ||
| 10793 | 2024.10.10 06:05:51.031496 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 37 rows starting from the beginning of the part | ||
| 10794 | 2024.10.10 06:05:51.031767 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10795 | 2024.10.10 06:05:51.031795 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part | ||
| 10796 | 2024.10.10 06:05:51.031895 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10797 | 2024.10.10 06:05:51.033031 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10798 | 2024.10.10 06:05:51.034168 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10799 | 2024.10.10 06:05:51.034225 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10800 | 2024.10.10 06:05:51.034647 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.004310244 sec., 38048.8900396358 rows/sec., 2.90 MiB/sec. | ||
| 10801 | 2024.10.10 06:05:51.034841 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10802 | 2024.10.10 06:05:51.035126 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10803 | 2024.10.10 06:05:51.035837 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10804 | 2024.10.10 06:05:51.035991 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_46_9} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10805 | 2024.10.10 06:05:51.036046 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10806 | 2024.10.10 06:05:51.036154 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10807 | 2024.10.10 06:05:51.036306 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.004742 sec., 16026.992830029525 rows/sec., 1.25 MiB/sec. | ||
| 10808 | 2024.10.10 06:05:51.036627 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10809 | 2024.10.10 06:05:51.036684 [ 3 ] {85ed2554-511d-4326-9074-63acb2cb60c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10810 | 2024.10.10 06:05:51.036742 [ 3 ] {} <Debug> HTTP-Session: ddaa792c-1296-4880-a5e1-6208f2b40b03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10811 | 2024.10.10 06:05:51.036956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10812 | 2024.10.10 06:05:51.037010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10813 | 2024.10.10 06:05:51.037029 [ 3 ] {} <Debug> HTTP-Session: 7c84a65a-dfe5-4c3a-94fc-2f7a18924360 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10814 | 2024.10.10 06:05:51.037045 [ 3 ] {} <Debug> HTTP-Session: 7c84a65a-dfe5-4c3a-94fc-2f7a18924360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10815 | 2024.10.10 06:05:51.037059 [ 3 ] {} <Debug> HTTP-Session: 7c84a65a-dfe5-4c3a-94fc-2f7a18924360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10816 | 2024.10.10 06:05:51.037091 [ 3 ] {} <Trace> HTTP-Session: 7c84a65a-dfe5-4c3a-94fc-2f7a18924360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10817 | 2024.10.10 06:05:51.037251 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10818 | 2024.10.10 06:05:51.037300 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10819 | 2024.10.10 06:05:51.037476 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10820 | 2024.10.10 06:05:51.037939 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10821 | 2024.10.10 06:05:51.037982 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10822 | 2024.10.10 06:05:51.038455 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10823 | 2024.10.10 06:05:51.038803 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10824 | 2024.10.10 06:05:51.038970 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001787 sec., 90095.13150531618 rows/sec., 6.27 MiB/sec. | ||
| 10825 | 2024.10.10 06:05:51.039140 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 10826 | 2024.10.10 06:05:51.039165 [ 3 ] {206a1336-b3fa-4634-9484-ddc84377f7e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10827 | 2024.10.10 06:05:51.039182 [ 3 ] {} <Debug> HTTP-Session: 7c84a65a-dfe5-4c3a-94fc-2f7a18924360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10828 | 2024.10.10 06:05:51.039341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16551, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10829 | 2024.10.10 06:05:51.039390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10830 | 2024.10.10 06:05:51.039409 [ 3 ] {} <Debug> HTTP-Session: 095f640e-28c0-4f19-97c5-df3d0be5c383 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10831 | 2024.10.10 06:05:51.039426 [ 3 ] {} <Debug> HTTP-Session: 095f640e-28c0-4f19-97c5-df3d0be5c383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10832 | 2024.10.10 06:05:51.039440 [ 3 ] {} <Debug> HTTP-Session: 095f640e-28c0-4f19-97c5-df3d0be5c383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10833 | 2024.10.10 06:05:51.039477 [ 3 ] {} <Trace> HTTP-Session: 095f640e-28c0-4f19-97c5-df3d0be5c383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10834 | 2024.10.10 06:05:51.039648 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10835 | 2024.10.10 06:05:51.039713 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <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 | ||
| 10836 | 2024.10.10 06:05:51.040149 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10837 | 2024.10.10 06:05:51.040675 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10838 | 2024.10.10 06:05:51.040713 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10839 | 2024.10.10 06:05:51.041320 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10840 | 2024.10.10 06:05:51.041746 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10841 | 2024.10.10 06:05:51.041947 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002394 sec., 4177.109440267335 rows/sec., 7.49 MiB/sec. | ||
| 10842 | 2024.10.10 06:05:51.042179 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10843 | 2024.10.10 06:05:51.042204 [ 3 ] {b687f1ce-77c7-4f0c-ac28-86bae8dacab3} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 10844 | 2024.10.10 06:05:51.042219 [ 3 ] {} <Debug> HTTP-Session: 095f640e-28c0-4f19-97c5-df3d0be5c383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10845 | 2024.10.10 06:05:51.042346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10846 | 2024.10.10 06:05:51.042396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10847 | 2024.10.10 06:05:51.042415 [ 3 ] {} <Debug> HTTP-Session: 25b9096f-1eae-4f81-b427-a94c54e1193d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10848 | 2024.10.10 06:05:51.042431 [ 3 ] {} <Debug> HTTP-Session: 25b9096f-1eae-4f81-b427-a94c54e1193d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10849 | 2024.10.10 06:05:51.042448 [ 3 ] {} <Debug> HTTP-Session: 25b9096f-1eae-4f81-b427-a94c54e1193d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10850 | 2024.10.10 06:05:51.042485 [ 3 ] {} <Trace> HTTP-Session: 25b9096f-1eae-4f81-b427-a94c54e1193d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10851 | 2024.10.10 06:05:51.042602 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10852 | 2024.10.10 06:05:51.042647 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10853 | 2024.10.10 06:05:51.042779 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10854 | 2024.10.10 06:05:51.043057 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10855 | 2024.10.10 06:05:51.043094 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10856 | 2024.10.10 06:05:51.043475 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10857 | 2024.10.10 06:05:51.043809 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10858 | 2024.10.10 06:05:51.043963 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
| 10859 | 2024.10.10 06:05:51.044123 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 10860 | 2024.10.10 06:05:51.044147 [ 3 ] {04473717-62b4-4758-bfbe-1547bf7d55ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10861 | 2024.10.10 06:05:51.044163 [ 3 ] {} <Debug> HTTP-Session: 25b9096f-1eae-4f81-b427-a94c54e1193d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10862 | 2024.10.10 06:05:56.024383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10863 | 2024.10.10 06:05:56.024528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10864 | 2024.10.10 06:05:56.024559 [ 3 ] {} <Debug> HTTP-Session: 76d3dd74-eccd-45eb-973a-2aef5fee16eb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10865 | 2024.10.10 06:05:56.024589 [ 3 ] {} <Debug> HTTP-Session: 76d3dd74-eccd-45eb-973a-2aef5fee16eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10866 | 2024.10.10 06:05:56.024607 [ 3 ] {} <Debug> HTTP-Session: 76d3dd74-eccd-45eb-973a-2aef5fee16eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10867 | 2024.10.10 06:05:56.024662 [ 3 ] {} <Trace> HTTP-Session: 76d3dd74-eccd-45eb-973a-2aef5fee16eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10868 | 2024.10.10 06:05:56.024953 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10869 | 2024.10.10 06:05:56.025030 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10870 | 2024.10.10 06:05:56.025405 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10871 | 2024.10.10 06:05:56.026030 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10872 | 2024.10.10 06:05:56.026081 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10873 | 2024.10.10 06:05:56.026547 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10874 | 2024.10.10 06:05:56.026946 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10875 | 2024.10.10 06:05:56.027119 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002297 sec., 109272.96473661298 rows/sec., 9.68 MiB/sec. | ||
| 10876 | 2024.10.10 06:05:56.027468 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Debug> DynamicQueryHandler: Done processing query | ||
| 10877 | 2024.10.10 06:05:56.027530 [ 3 ] {eef6fb95-59c8-4a9e-87c2-868e9cb44b37} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 10878 | 2024.10.10 06:05:56.027583 [ 3 ] {} <Debug> HTTP-Session: 76d3dd74-eccd-45eb-973a-2aef5fee16eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10879 | 2024.10.10 06:05:56.027814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10880 | 2024.10.10 06:05:56.027875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10881 | 2024.10.10 06:05:56.027896 [ 3 ] {} <Debug> HTTP-Session: bd022c0b-6fe7-4df0-8e47-a970a012daa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10882 | 2024.10.10 06:05:56.027915 [ 3 ] {} <Debug> HTTP-Session: bd022c0b-6fe7-4df0-8e47-a970a012daa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10883 | 2024.10.10 06:05:56.027929 [ 3 ] {} <Debug> HTTP-Session: bd022c0b-6fe7-4df0-8e47-a970a012daa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10884 | 2024.10.10 06:05:56.027967 [ 3 ] {} <Trace> HTTP-Session: bd022c0b-6fe7-4df0-8e47-a970a012daa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10885 | 2024.10.10 06:05:56.028092 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10886 | 2024.10.10 06:05:56.028142 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10887 | 2024.10.10 06:05:56.028397 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10888 | 2024.10.10 06:05:56.028735 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10889 | 2024.10.10 06:05:56.028775 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10890 | 2024.10.10 06:05:56.029138 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10891 | 2024.10.10 06:05:56.029510 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10892 | 2024.10.10 06:05:56.029677 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001614 sec., 19206.939281288724 rows/sec., 1.41 MiB/sec. | ||
| 10893 | 2024.10.10 06:05:56.029950 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Debug> DynamicQueryHandler: Done processing query | ||
| 10894 | 2024.10.10 06:05:56.030009 [ 3 ] {658b7fd5-20d1-4321-8485-004d3b6e7570} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10895 | 2024.10.10 06:05:56.030057 [ 3 ] {} <Debug> HTTP-Session: bd022c0b-6fe7-4df0-8e47-a970a012daa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10896 | 2024.10.10 06:05:56.030219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10897 | 2024.10.10 06:05:56.030273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10898 | 2024.10.10 06:05:56.030293 [ 3 ] {} <Debug> HTTP-Session: 9e68ef44-4df3-4f6d-b868-0d60b69ab14b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10899 | 2024.10.10 06:05:56.030311 [ 3 ] {} <Debug> HTTP-Session: 9e68ef44-4df3-4f6d-b868-0d60b69ab14b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10900 | 2024.10.10 06:05:56.030325 [ 3 ] {} <Debug> HTTP-Session: 9e68ef44-4df3-4f6d-b868-0d60b69ab14b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10901 | 2024.10.10 06:05:56.030358 [ 3 ] {} <Trace> HTTP-Session: 9e68ef44-4df3-4f6d-b868-0d60b69ab14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10902 | 2024.10.10 06:05:56.030470 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10903 | 2024.10.10 06:05:56.030515 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10904 | 2024.10.10 06:05:56.030758 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10905 | 2024.10.10 06:05:56.031061 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10906 | 2024.10.10 06:05:56.031099 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10907 | 2024.10.10 06:05:56.031468 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10908 | 2024.10.10 06:05:56.031830 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10909 | 2024.10.10 06:05:56.031997 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001547 sec., 9049.773755656108 rows/sec., 633.79 KiB/sec. | ||
| 10910 | 2024.10.10 06:05:56.032001 [ 132 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10911 | 2024.10.10 06:05:56.032125 [ 132 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10912 | 2024.10.10 06:05:56.032169 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10913 | 2024.10.10 06:05:56.032266 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10914 | 2024.10.10 06:05:56.032369 [ 3 ] {1e6c3226-99c6-434f-8ee8-6db7df00090f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10915 | 2024.10.10 06:05:56.032467 [ 3 ] {} <Debug> HTTP-Session: 9e68ef44-4df3-4f6d-b868-0d60b69ab14b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10916 | 2024.10.10 06:05:56.032537 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 10917 | 2024.10.10 06:05:56.032750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10918 | 2024.10.10 06:05:56.032915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10919 | 2024.10.10 06:05:56.032972 [ 3 ] {} <Debug> HTTP-Session: 71fd1691-12eb-4c62-a5ba-9244027c8069 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10920 | 2024.10.10 06:05:56.033015 [ 3 ] {} <Debug> HTTP-Session: 71fd1691-12eb-4c62-a5ba-9244027c8069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10921 | 2024.10.10 06:05:56.033060 [ 3 ] {} <Debug> HTTP-Session: 71fd1691-12eb-4c62-a5ba-9244027c8069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10922 | 2024.10.10 06:05:56.033081 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10923 | 2024.10.10 06:05:56.033108 [ 3 ] {} <Trace> HTTP-Session: 71fd1691-12eb-4c62-a5ba-9244027c8069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10924 | 2024.10.10 06:05:56.033190 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
| 10925 | 2024.10.10 06:05:56.033412 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10926 | 2024.10.10 06:05:56.033502 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 10927 | 2024.10.10 06:05:56.033547 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10928 | 2024.10.10 06:05:56.033822 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part | ||
| 10929 | 2024.10.10 06:05:56.034192 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 10930 | 2024.10.10 06:05:56.034499 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 10931 | 2024.10.10 06:05:56.034829 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10932 | 2024.10.10 06:05:56.035519 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10933 | 2024.10.10 06:05:56.036341 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10934 | 2024.10.10 06:05:56.036405 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10935 | 2024.10.10 06:05:56.037429 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10936 | 2024.10.10 06:05:56.038216 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005963453 sec., 88203.93151417476 rows/sec., 5.99 MiB/sec. | ||
| 10937 | 2024.10.10 06:05:56.038465 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10938 | 2024.10.10 06:05:56.038471 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10939 | 2024.10.10 06:05:56.038784 [ 132 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 10940 | 2024.10.10 06:05:56.038875 [ 132 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2024.10.10 06:05:56.038883 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005569 sec., 1077.3927096426646 rows/sec., 63.65 KiB/sec. | ||
| 10942 | 2024.10.10 06:05:56.038944 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10943 | 2024.10.10 06:05:56.039450 [ 200 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 10944 | 2024.10.10 06:05:56.040169 [ 200 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10945 | 2024.10.10 06:05:56.040256 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10946 | 2024.10.10 06:05:56.040311 [ 200 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
| 10947 | 2024.10.10 06:05:56.040722 [ 195 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_31_6} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10948 | 2024.10.10 06:05:56.040802 [ 200 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 10949 | 2024.10.10 06:05:56.041110 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 10950 | 2024.10.10 06:05:56.041242 [ 200 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 10951 | 2024.10.10 06:05:56.041529 [ 200 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 10952 | 2024.10.10 06:05:56.041601 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10953 | 2024.10.10 06:05:56.041756 [ 200 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 10954 | 2024.10.10 06:05:56.041773 [ 3 ] {3a11c4da-35ed-49d7-886b-2c6295414e0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10955 | 2024.10.10 06:05:56.041848 [ 3 ] {} <Debug> HTTP-Session: 71fd1691-12eb-4c62-a5ba-9244027c8069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10956 | 2024.10.10 06:05:56.042247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10957 | 2024.10.10 06:05:56.042345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10958 | 2024.10.10 06:05:56.042385 [ 3 ] {} <Debug> HTTP-Session: 39079884-87be-4ab2-9141-0c1136061e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10959 | 2024.10.10 06:05:56.042425 [ 3 ] {} <Debug> HTTP-Session: 39079884-87be-4ab2-9141-0c1136061e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10960 | 2024.10.10 06:05:56.042446 [ 3 ] {} <Debug> HTTP-Session: 39079884-87be-4ab2-9141-0c1136061e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10961 | 2024.10.10 06:05:56.042548 [ 3 ] {} <Trace> HTTP-Session: 39079884-87be-4ab2-9141-0c1136061e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10962 | 2024.10.10 06:05:56.042932 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10963 | 2024.10.10 06:05:56.043037 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10964 | 2024.10.10 06:05:56.044132 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10965 | 2024.10.10 06:05:56.044411 [ 200 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005304888 sec., 5655.161805489579 rows/sec., 358.97 KiB/sec. | ||
| 10966 | 2024.10.10 06:05:56.044580 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 10967 | 2024.10.10 06:05:56.045580 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10968 | 2024.10.10 06:05:56.045626 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10969 | 2024.10.10 06:05:56.045649 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10970 | 2024.10.10 06:05:56.045838 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_25_6} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 10971 | 2024.10.10 06:05:56.046010 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10972 | 2024.10.10 06:05:56.046295 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10973 | 2024.10.10 06:05:56.046678 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10974 | 2024.10.10 06:05:56.046823 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.004085 sec., 101101.5911872705 rows/sec., 7.21 MiB/sec. | ||
| 10975 | 2024.10.10 06:05:56.047120 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10976 | 2024.10.10 06:05:56.047178 [ 3 ] {ac068b64-8437-4e1b-8a8d-d30854b807d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10977 | 2024.10.10 06:05:56.047228 [ 3 ] {} <Debug> HTTP-Session: 39079884-87be-4ab2-9141-0c1136061e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10978 | 2024.10.10 06:05:56.047452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10979 | 2024.10.10 06:05:56.047505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10980 | 2024.10.10 06:05:56.047524 [ 3 ] {} <Debug> HTTP-Session: 13a3d790-b7b0-423f-bcc8-886b810e5624 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10981 | 2024.10.10 06:05:56.047540 [ 3 ] {} <Debug> HTTP-Session: 13a3d790-b7b0-423f-bcc8-886b810e5624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10982 | 2024.10.10 06:05:56.047554 [ 3 ] {} <Debug> HTTP-Session: 13a3d790-b7b0-423f-bcc8-886b810e5624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10983 | 2024.10.10 06:05:56.047587 [ 3 ] {} <Trace> HTTP-Session: 13a3d790-b7b0-423f-bcc8-886b810e5624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10984 | 2024.10.10 06:05:56.047689 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10985 | 2024.10.10 06:05:56.047735 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10986 | 2024.10.10 06:05:56.047885 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10987 | 2024.10.10 06:05:56.048169 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10988 | 2024.10.10 06:05:56.048205 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 10989 | 2024.10.10 06:05:56.048566 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10990 | 2024.10.10 06:05:56.048895 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10991 | 2024.10.10 06:05:56.049060 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec. | ||
| 10992 | 2024.10.10 06:05:56.049231 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10993 | 2024.10.10 06:05:56.049256 [ 3 ] {08fbf9ed-1961-4ede-a038-1841c414a1d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10994 | 2024.10.10 06:05:56.049272 [ 3 ] {} <Debug> HTTP-Session: 13a3d790-b7b0-423f-bcc8-886b810e5624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10995 | 2024.10.10 06:05:56.049434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10996 | 2024.10.10 06:05:56.049482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10997 | 2024.10.10 06:05:56.049501 [ 3 ] {} <Debug> HTTP-Session: bb8c79ba-f1f9-493e-9e13-d549ace9f685 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 10998 | 2024.10.10 06:05:56.049517 [ 3 ] {} <Debug> HTTP-Session: bb8c79ba-f1f9-493e-9e13-d549ace9f685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10999 | 2024.10.10 06:05:56.049530 [ 3 ] {} <Debug> HTTP-Session: bb8c79ba-f1f9-493e-9e13-d549ace9f685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11000 | 2024.10.10 06:05:56.049561 [ 3 ] {} <Trace> HTTP-Session: bb8c79ba-f1f9-493e-9e13-d549ace9f685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11001 | 2024.10.10 06:05:56.049774 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11002 | 2024.10.10 06:05:56.049819 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11003 | 2024.10.10 06:05:56.049967 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11004 | 2024.10.10 06:05:56.050391 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11005 | 2024.10.10 06:05:56.050428 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11006 | 2024.10.10 06:05:56.050815 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11007 | 2024.10.10 06:05:56.051164 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11008 | 2024.10.10 06:05:56.051314 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
| 11009 | 2024.10.10 06:05:56.051578 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Debug> DynamicQueryHandler: Done processing query | ||
| 11010 | 2024.10.10 06:05:56.051634 [ 3 ] {f7a57a48-9de0-4026-bc15-00ff84fc4332} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11011 | 2024.10.10 06:05:56.051687 [ 3 ] {} <Debug> HTTP-Session: bb8c79ba-f1f9-493e-9e13-d549ace9f685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11012 | 2024.10.10 06:05:56.051895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11013 | 2024.10.10 06:05:56.051947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11014 | 2024.10.10 06:05:56.051966 [ 3 ] {} <Debug> HTTP-Session: 015808e6-b58f-4720-a935-5e08f10b5026 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11015 | 2024.10.10 06:05:56.051982 [ 3 ] {} <Debug> HTTP-Session: 015808e6-b58f-4720-a935-5e08f10b5026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11016 | 2024.10.10 06:05:56.051996 [ 3 ] {} <Debug> HTTP-Session: 015808e6-b58f-4720-a935-5e08f10b5026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11017 | 2024.10.10 06:05:56.052028 [ 3 ] {} <Trace> HTTP-Session: 015808e6-b58f-4720-a935-5e08f10b5026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2024.10.10 06:05:56.052124 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11019 | 2024.10.10 06:05:56.052170 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11020 | 2024.10.10 06:05:56.052315 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11021 | 2024.10.10 06:05:56.052581 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11022 | 2024.10.10 06:05:56.052617 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11023 | 2024.10.10 06:05:56.052978 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11024 | 2024.10.10 06:05:56.053298 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11025 | 2024.10.10 06:05:56.053460 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001353 sec., 739.0983000739099 rows/sec., 49.80 KiB/sec. | ||
| 11026 | 2024.10.10 06:05:56.053469 [ 132 ] {} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 11027 | 2024.10.10 06:05:56.053564 [ 132 ] {} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11028 | 2024.10.10 06:05:56.053626 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11029 | 2024.10.10 06:05:56.053752 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11030 | 2024.10.10 06:05:56.053831 [ 3 ] {62dfd587-448a-42e4-9221-1835a4e9d0c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11031 | 2024.10.10 06:05:56.053883 [ 3 ] {} <Debug> HTTP-Session: 015808e6-b58f-4720-a935-5e08f10b5026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11032 | 2024.10.10 06:05:56.053901 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 11033 | 2024.10.10 06:05:56.054174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11034 | 2024.10.10 06:05:56.054344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11035 | 2024.10.10 06:05:56.054428 [ 3 ] {} <Debug> HTTP-Session: f267e546-9fc2-417f-816a-c148b6bc0da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11036 | 2024.10.10 06:05:56.054497 [ 3 ] {} <Debug> HTTP-Session: f267e546-9fc2-417f-816a-c148b6bc0da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11037 | 2024.10.10 06:05:56.054520 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11038 | 2024.10.10 06:05:56.054534 [ 3 ] {} <Debug> HTTP-Session: f267e546-9fc2-417f-816a-c148b6bc0da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11039 | 2024.10.10 06:05:56.054566 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 11040 | 2024.10.10 06:05:56.054575 [ 3 ] {} <Trace> HTTP-Session: f267e546-9fc2-417f-816a-c148b6bc0da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11041 | 2024.10.10 06:05:56.054676 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 11042 | 2024.10.10 06:05:56.054990 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 11043 | 2024.10.10 06:05:56.055062 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11044 | 2024.10.10 06:05:56.055202 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 11045 | 2024.10.10 06:05:56.055441 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <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 | ||
| 11046 | 2024.10.10 06:05:56.055609 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 11047 | 2024.10.10 06:05:56.055900 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 11048 | 2024.10.10 06:05:56.057084 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11049 | 2024.10.10 06:05:56.058188 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.004481768 sec., 5578.155763529036 rows/sec., 375.87 KiB/sec. | ||
| 11050 | 2024.10.10 06:05:56.058325 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 11051 | 2024.10.10 06:05:56.058338 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11052 | 2024.10.10 06:05:56.058386 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11053 | 2024.10.10 06:05:56.058912 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11054 | 2024.10.10 06:05:56.059022 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_25_5} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 11055 | 2024.10.10 06:05:56.059126 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11056 | 2024.10.10 06:05:56.059397 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11057 | 2024.10.10 06:05:56.059807 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11058 | 2024.10.10 06:05:56.060018 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005305 sec., 5843.5438265787 rows/sec., 10.47 MiB/sec. | ||
| 11059 | 2024.10.10 06:05:56.060256 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11060 | 2024.10.10 06:05:56.060281 [ 3 ] {304136b9-c2fc-4232-aa66-f1c5102ad44f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 11061 | 2024.10.10 06:05:56.060297 [ 3 ] {} <Debug> HTTP-Session: f267e546-9fc2-417f-816a-c148b6bc0da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11062 | 2024.10.10 06:05:56.060437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11063 | 2024.10.10 06:05:56.060487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11064 | 2024.10.10 06:05:56.060506 [ 3 ] {} <Debug> HTTP-Session: f3027705-c1d8-48b6-8bc3-0252e6a90e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11065 | 2024.10.10 06:05:56.060522 [ 3 ] {} <Debug> HTTP-Session: f3027705-c1d8-48b6-8bc3-0252e6a90e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11066 | 2024.10.10 06:05:56.060535 [ 3 ] {} <Debug> HTTP-Session: f3027705-c1d8-48b6-8bc3-0252e6a90e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11067 | 2024.10.10 06:05:56.060565 [ 3 ] {} <Trace> HTTP-Session: f3027705-c1d8-48b6-8bc3-0252e6a90e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11068 | 2024.10.10 06:05:56.060703 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11069 | 2024.10.10 06:05:56.060746 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11070 | 2024.10.10 06:05:56.060875 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11071 | 2024.10.10 06:05:56.061223 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2024.10.10 06:05:56.061260 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11073 | 2024.10.10 06:05:56.061618 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11074 | 2024.10.10 06:05:56.061941 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2024.10.10 06:05:56.062092 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 11076 | 2024.10.10 06:05:56.062352 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 11077 | 2024.10.10 06:05:56.062409 [ 3 ] {649a5308-9236-4317-8dd7-ef5f992e44fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11078 | 2024.10.10 06:05:56.062470 [ 3 ] {} <Debug> HTTP-Session: f3027705-c1d8-48b6-8bc3-0252e6a90e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11079 | 2024.10.10 06:05:58.316655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1092 | ||
| 11080 | 2024.10.10 06:05:58.319526 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11081 | 2024.10.10 06:05:58.319573 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11082 | 2024.10.10 06:05:58.321115 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11083 | 2024.10.10 06:05:58.322114 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11084 | 2024.10.10 06:05:58.323238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
| 11085 | 2024.10.10 06:06:01.019781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 13389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11086 | 2024.10.10 06:06:01.019898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11087 | 2024.10.10 06:06:01.019924 [ 3 ] {} <Debug> HTTP-Session: 0a338d50-9d9a-4079-a7b1-07a41fdc1fb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11088 | 2024.10.10 06:06:01.019950 [ 3 ] {} <Debug> HTTP-Session: 0a338d50-9d9a-4079-a7b1-07a41fdc1fb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11089 | 2024.10.10 06:06:01.019966 [ 3 ] {} <Debug> HTTP-Session: 0a338d50-9d9a-4079-a7b1-07a41fdc1fb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11090 | 2024.10.10 06:06:01.020017 [ 3 ] {} <Trace> HTTP-Session: 0a338d50-9d9a-4079-a7b1-07a41fdc1fb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11091 | 2024.10.10 06:06:01.020234 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11092 | 2024.10.10 06:06:01.020302 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11093 | 2024.10.10 06:06:01.020656 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11094 | 2024.10.10 06:06:01.021173 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11095 | 2024.10.10 06:06:01.021224 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11096 | 2024.10.10 06:06:01.021676 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11097 | 2024.10.10 06:06:01.022084 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11098 | 2024.10.10 06:06:01.022266 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Debug> executeQuery: Read 92 rows, 7.76 KiB in 0.002106 sec., 43684.71035137702 rows/sec., 3.60 MiB/sec. | ||
| 11099 | 2024.10.10 06:06:01.022505 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11100 | 2024.10.10 06:06:01.022534 [ 3 ] {ea41c7d3-32f1-42d8-ae15-6929f399e5f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11101 | 2024.10.10 06:06:01.022551 [ 3 ] {} <Debug> HTTP-Session: 0a338d50-9d9a-4079-a7b1-07a41fdc1fb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11102 | 2024.10.10 06:06:01.022735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11103 | 2024.10.10 06:06:01.022795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11104 | 2024.10.10 06:06:01.022815 [ 3 ] {} <Debug> HTTP-Session: d16588e7-9779-4cc4-bfdd-f9ec63c188dd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11105 | 2024.10.10 06:06:01.022833 [ 3 ] {} <Debug> HTTP-Session: d16588e7-9779-4cc4-bfdd-f9ec63c188dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11106 | 2024.10.10 06:06:01.022847 [ 3 ] {} <Debug> HTTP-Session: d16588e7-9779-4cc4-bfdd-f9ec63c188dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11107 | 2024.10.10 06:06:01.022883 [ 3 ] {} <Trace> HTTP-Session: d16588e7-9779-4cc4-bfdd-f9ec63c188dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11108 | 2024.10.10 06:06:01.022999 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11109 | 2024.10.10 06:06:01.023048 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11110 | 2024.10.10 06:06:01.023292 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11111 | 2024.10.10 06:06:01.023674 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11112 | 2024.10.10 06:06:01.023713 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11113 | 2024.10.10 06:06:01.024087 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11114 | 2024.10.10 06:06:01.024449 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11115 | 2024.10.10 06:06:01.024609 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Debug> executeQuery: Read 18 rows, 1.35 KiB in 0.001639 sec., 10982.306284319708 rows/sec., 825.82 KiB/sec. | ||
| 11116 | 2024.10.10 06:06:01.024802 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11117 | 2024.10.10 06:06:01.024829 [ 3 ] {8cd1f5a6-452f-47f0-b5a5-1c05daa6e53b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11118 | 2024.10.10 06:06:01.024845 [ 3 ] {} <Debug> HTTP-Session: d16588e7-9779-4cc4-bfdd-f9ec63c188dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11119 | 2024.10.10 06:06:01.024991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11120 | 2024.10.10 06:06:01.025043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11121 | 2024.10.10 06:06:01.025063 [ 3 ] {} <Debug> HTTP-Session: 355c459d-3e03-46e1-a02f-6244d5edf045 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11122 | 2024.10.10 06:06:01.025079 [ 3 ] {} <Debug> HTTP-Session: 355c459d-3e03-46e1-a02f-6244d5edf045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11123 | 2024.10.10 06:06:01.025093 [ 3 ] {} <Debug> HTTP-Session: 355c459d-3e03-46e1-a02f-6244d5edf045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11124 | 2024.10.10 06:06:01.025126 [ 3 ] {} <Trace> HTTP-Session: 355c459d-3e03-46e1-a02f-6244d5edf045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11125 | 2024.10.10 06:06:01.025256 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11126 | 2024.10.10 06:06:01.025300 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11127 | 2024.10.10 06:06:01.025533 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11128 | 2024.10.10 06:06:01.025939 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11129 | 2024.10.10 06:06:01.025977 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11130 | 2024.10.10 06:06:01.026337 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11131 | 2024.10.10 06:06:01.026727 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11132 | 2024.10.10 06:06:01.026909 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Debug> executeQuery: Read 88 rows, 7.07 KiB in 0.001699 sec., 51795.17363154797 rows/sec., 4.06 MiB/sec. | ||
| 11133 | 2024.10.10 06:06:01.027094 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Debug> DynamicQueryHandler: Done processing query | ||
| 11134 | 2024.10.10 06:06:01.027120 [ 3 ] {781ba7ee-ccdd-44e4-8007-307e3fe18166} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11135 | 2024.10.10 06:06:01.027136 [ 3 ] {} <Debug> HTTP-Session: 355c459d-3e03-46e1-a02f-6244d5edf045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11136 | 2024.10.10 06:06:01.027319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11137 | 2024.10.10 06:06:01.027369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11138 | 2024.10.10 06:06:01.027389 [ 3 ] {} <Debug> HTTP-Session: 85c329f8-29d4-4329-84b2-12beac710a02 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11139 | 2024.10.10 06:06:01.027407 [ 3 ] {} <Debug> HTTP-Session: 85c329f8-29d4-4329-84b2-12beac710a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11140 | 2024.10.10 06:06:01.027421 [ 3 ] {} <Debug> HTTP-Session: 85c329f8-29d4-4329-84b2-12beac710a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11141 | 2024.10.10 06:06:01.027454 [ 3 ] {} <Trace> HTTP-Session: 85c329f8-29d4-4329-84b2-12beac710a02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11142 | 2024.10.10 06:06:01.027603 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11143 | 2024.10.10 06:06:01.027651 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11144 | 2024.10.10 06:06:01.027801 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11145 | 2024.10.10 06:06:01.028222 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11146 | 2024.10.10 06:06:01.028274 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11147 | 2024.10.10 06:06:01.028679 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11148 | 2024.10.10 06:06:01.029023 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11149 | 2024.10.10 06:06:01.029174 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
| 11150 | 2024.10.10 06:06:01.029363 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11151 | 2024.10.10 06:06:01.029388 [ 3 ] {d8ff041b-977f-42cd-a5ae-bf86827887c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11152 | 2024.10.10 06:06:01.029405 [ 3 ] {} <Debug> HTTP-Session: 85c329f8-29d4-4329-84b2-12beac710a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11153 | 2024.10.10 06:06:01.029639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 29526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11154 | 2024.10.10 06:06:01.029690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11155 | 2024.10.10 06:06:01.029710 [ 3 ] {} <Debug> HTTP-Session: 1bbc3423-5f1a-423e-8eda-367f6c7a64ff Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11156 | 2024.10.10 06:06:01.029726 [ 3 ] {} <Debug> HTTP-Session: 1bbc3423-5f1a-423e-8eda-367f6c7a64ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11157 | 2024.10.10 06:06:01.029740 [ 3 ] {} <Debug> HTTP-Session: 1bbc3423-5f1a-423e-8eda-367f6c7a64ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11158 | 2024.10.10 06:06:01.029772 [ 3 ] {} <Trace> HTTP-Session: 1bbc3423-5f1a-423e-8eda-367f6c7a64ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11159 | 2024.10.10 06:06:01.030003 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11160 | 2024.10.10 06:06:01.030071 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <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 | ||
| 11161 | 2024.10.10 06:06:01.030501 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11162 | 2024.10.10 06:06:01.031030 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11163 | 2024.10.10 06:06:01.031067 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11164 | 2024.10.10 06:06:01.031677 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11165 | 2024.10.10 06:06:01.032090 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11166 | 2024.10.10 06:06:01.032277 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11167 | 2024.10.10 06:06:01.032288 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002434 sec., 7395.234182415777 rows/sec., 13.25 MiB/sec. | ||
| 11168 | 2024.10.10 06:06:01.032363 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11169 | 2024.10.10 06:06:01.032512 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11170 | 2024.10.10 06:06:01.032804 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 11171 | 2024.10.10 06:06:01.032838 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Debug> DynamicQueryHandler: Done processing query | ||
| 11172 | 2024.10.10 06:06:01.032896 [ 3 ] {59d356dc-2b19-4a90-b468-70d1e49d6dfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 11173 | 2024.10.10 06:06:01.032925 [ 3 ] {} <Debug> HTTP-Session: 1bbc3423-5f1a-423e-8eda-367f6c7a64ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11174 | 2024.10.10 06:06:01.033141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11175 | 2024.10.10 06:06:01.033252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11176 | 2024.10.10 06:06:01.033324 [ 3 ] {} <Debug> HTTP-Session: 2b766ad9-5953-44d4-9e14-7882e1f12a73 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11177 | 2024.10.10 06:06:01.033365 [ 3 ] {} <Debug> HTTP-Session: 2b766ad9-5953-44d4-9e14-7882e1f12a73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11178 | 2024.10.10 06:06:01.033412 [ 3 ] {} <Debug> HTTP-Session: 2b766ad9-5953-44d4-9e14-7882e1f12a73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11179 | 2024.10.10 06:06:01.033496 [ 3 ] {} <Trace> HTTP-Session: 2b766ad9-5953-44d4-9e14-7882e1f12a73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11180 | 2024.10.10 06:06:01.033764 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11181 | 2024.10.10 06:06:01.033781 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11182 | 2024.10.10 06:06:01.033874 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11183 | 2024.10.10 06:06:01.033965 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 829 rows starting from the beginning of the part | ||
| 11184 | 2024.10.10 06:06:01.034751 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11185 | 2024.10.10 06:06:01.034874 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part | ||
| 11186 | 2024.10.10 06:06:01.035589 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part | ||
| 11187 | 2024.10.10 06:06:01.035901 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11188 | 2024.10.10 06:06:01.036087 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11189 | 2024.10.10 06:06:01.036315 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part | ||
| 11190 | 2024.10.10 06:06:01.036891 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 31 rows starting from the beginning of the part | ||
| 11191 | 2024.10.10 06:06:01.037570 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 18 rows starting from the beginning of the part | ||
| 11192 | 2024.10.10 06:06:01.037666 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 11193 | 2024.10.10 06:06:01.038766 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11194 | 2024.10.10 06:06:01.039101 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.00539 sec., 1669.7588126159555 rows/sec., 128.46 KiB/sec. | ||
| 11195 | 2024.10.10 06:06:01.039739 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11196 | 2024.10.10 06:06:01.039784 [ 3 ] {eeabd246-e0fa-4d53-9c44-9a791fce2bd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11197 | 2024.10.10 06:06:01.039825 [ 3 ] {} <Debug> HTTP-Session: 2b766ad9-5953-44d4-9e14-7882e1f12a73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11198 | 2024.10.10 06:06:01.039972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11199 | 2024.10.10 06:06:01.040028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11200 | 2024.10.10 06:06:01.040048 [ 3 ] {} <Debug> HTTP-Session: 468239d6-c39b-4acd-bc15-6a09ffa324be Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11201 | 2024.10.10 06:06:01.040071 [ 3 ] {} <Debug> HTTP-Session: 468239d6-c39b-4acd-bc15-6a09ffa324be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11202 | 2024.10.10 06:06:01.040086 [ 3 ] {} <Debug> HTTP-Session: 468239d6-c39b-4acd-bc15-6a09ffa324be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11203 | 2024.10.10 06:06:01.040120 [ 3 ] {} <Trace> HTTP-Session: 468239d6-c39b-4acd-bc15-6a09ffa324be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11204 | 2024.10.10 06:06:01.040245 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11205 | 2024.10.10 06:06:01.040294 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11206 | 2024.10.10 06:06:01.040463 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11207 | 2024.10.10 06:06:01.041076 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11208 | 2024.10.10 06:06:01.041145 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11209 | 2024.10.10 06:06:01.042312 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11210 | 2024.10.10 06:06:01.043293 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11211 | 2024.10.10 06:06:01.043628 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003409 sec., 17600.469345849222 rows/sec., 1.19 MiB/sec. | ||
| 11212 | 2024.10.10 06:06:01.044072 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11213 | 2024.10.10 06:06:01.044114 [ 3 ] {c9da2677-35ce-4be0-8b82-d6b62becc31b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11214 | 2024.10.10 06:06:01.044154 [ 3 ] {} <Debug> HTTP-Session: 468239d6-c39b-4acd-bc15-6a09ffa324be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11215 | 2024.10.10 06:06:01.046743 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 19 columns (19 merged, 0 gathered) in 0.014069627 sec., 65957.68317098953 rows/sec., 118.19 MiB/sec. | ||
| 11216 | 2024.10.10 06:06:01.048084 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11217 | 2024.10.10 06:06:01.048685 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11218 | 2024.10.10 06:06:01.048765 [ 189 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11219 | 2024.10.10 06:06:01.048930 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.06 MiB. | ||
| 11220 | 2024.10.10 06:06:02.118121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 193304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11221 | 2024.10.10 06:06:02.118253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11222 | 2024.10.10 06:06:02.118284 [ 3 ] {} <Debug> HTTP-Session: 3dd32654-4771-4267-9c43-c0ba39477aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11223 | 2024.10.10 06:06:02.118313 [ 3 ] {} <Debug> HTTP-Session: 3dd32654-4771-4267-9c43-c0ba39477aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11224 | 2024.10.10 06:06:02.118331 [ 3 ] {} <Debug> HTTP-Session: 3dd32654-4771-4267-9c43-c0ba39477aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11225 | 2024.10.10 06:06:02.118386 [ 3 ] {} <Trace> HTTP-Session: 3dd32654-4771-4267-9c43-c0ba39477aa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11226 | 2024.10.10 06:06:02.118929 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11227 | 2024.10.10 06:06:02.118996 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11228 | 2024.10.10 06:06:02.119329 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11229 | 2024.10.10 06:06:02.120716 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11230 | 2024.10.10 06:06:02.120754 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11231 | 2024.10.10 06:06:02.121251 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11232 | 2024.10.10 06:06:02.121648 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11233 | 2024.10.10 06:06:02.121796 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Debug> executeQuery: Read 1329 rows, 112.98 KiB in 0.003214 sec., 413503.4225264468 rows/sec., 34.33 MiB/sec. | ||
| 11234 | 2024.10.10 06:06:02.121799 [ 121 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11235 | 2024.10.10 06:06:02.121858 [ 121 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11236 | 2024.10.10 06:06:02.121889 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11237 | 2024.10.10 06:06:02.122019 [ 187 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11238 | 2024.10.10 06:06:02.122060 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11239 | 2024.10.10 06:06:02.122091 [ 3 ] {f7dc84a9-6396-4ee4-a076-c918e153e4c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 11240 | 2024.10.10 06:06:02.122116 [ 3 ] {} <Debug> HTTP-Session: 3dd32654-4771-4267-9c43-c0ba39477aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11241 | 2024.10.10 06:06:02.122183 [ 187 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11242 | 2024.10.10 06:06:02.122219 [ 187 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1418 rows starting from the beginning of the part | ||
| 11243 | 2024.10.10 06:06:02.122290 [ 187 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 254 rows starting from the beginning of the part | ||
| 11244 | 2024.10.10 06:06:02.122569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 32331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11245 | 2024.10.10 06:06:02.122579 [ 187 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 77 rows starting from the beginning of the part | ||
| 11246 | 2024.10.10 06:06:02.122783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11247 | 2024.10.10 06:06:02.122888 [ 3 ] {} <Debug> HTTP-Session: 5ffb67d6-5419-4cc6-b3cd-9deea2a7af9c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11248 | 2024.10.10 06:06:02.122924 [ 187 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 251 rows starting from the beginning of the part | ||
| 11249 | 2024.10.10 06:06:02.122958 [ 3 ] {} <Debug> HTTP-Session: 5ffb67d6-5419-4cc6-b3cd-9deea2a7af9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11250 | 2024.10.10 06:06:02.122988 [ 3 ] {} <Debug> HTTP-Session: 5ffb67d6-5419-4cc6-b3cd-9deea2a7af9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11251 | 2024.10.10 06:06:02.123100 [ 3 ] {} <Trace> HTTP-Session: 5ffb67d6-5419-4cc6-b3cd-9deea2a7af9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11252 | 2024.10.10 06:06:02.123134 [ 187 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 92 rows starting from the beginning of the part | ||
| 11253 | 2024.10.10 06:06:02.123458 [ 187 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1329 rows starting from the beginning of the part | ||
| 11254 | 2024.10.10 06:06:02.123475 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11255 | 2024.10.10 06:06:02.123554 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11256 | 2024.10.10 06:06:02.124170 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11257 | 2024.10.10 06:06:02.124772 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2024.10.10 06:06:02.124814 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11259 | 2024.10.10 06:06:02.125362 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 11260 | 2024.10.10 06:06:02.125757 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11261 | 2024.10.10 06:06:02.125889 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002611 sec., 92684.79509766372 rows/sec., 6.28 MiB/sec. | ||
| 11262 | 2024.10.10 06:06:02.126067 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Debug> DynamicQueryHandler: Done processing query | ||
| 11263 | 2024.10.10 06:06:02.126099 [ 3 ] {876e9b20-49f1-4549-91b9-b3550cfce380} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11264 | 2024.10.10 06:06:02.126122 [ 3 ] {} <Debug> HTTP-Session: 5ffb67d6-5419-4cc6-b3cd-9deea2a7af9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11265 | 2024.10.10 06:06:02.126324 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3421 rows, containing 5 columns (5 merged, 0 gathered) in 0.004369085 sec., 783001.4751372427 rows/sec., 68.71 MiB/sec. | ||
| 11266 | 2024.10.10 06:06:02.126363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11267 | 2024.10.10 06:06:02.126424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11268 | 2024.10.10 06:06:02.126453 [ 3 ] {} <Debug> HTTP-Session: 2aee658d-0a47-4680-ab0d-a877de00861b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11269 | 2024.10.10 06:06:02.126481 [ 3 ] {} <Debug> HTTP-Session: 2aee658d-0a47-4680-ab0d-a877de00861b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11270 | 2024.10.10 06:06:02.126503 [ 3 ] {} <Debug> HTTP-Session: 2aee658d-0a47-4680-ab0d-a877de00861b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11271 | 2024.10.10 06:06:02.126539 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11272 | 2024.10.10 06:06:02.126547 [ 3 ] {} <Trace> HTTP-Session: 2aee658d-0a47-4680-ab0d-a877de00861b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11273 | 2024.10.10 06:06:02.126699 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11274 | 2024.10.10 06:06:02.126758 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11275 | 2024.10.10 06:06:02.127292 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11276 | 2024.10.10 06:06:02.127323 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11277 | 2024.10.10 06:06:02.127417 [ 189 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_61_12} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11278 | 2024.10.10 06:06:02.127529 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 11279 | 2024.10.10 06:06:02.127846 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11280 | 2024.10.10 06:06:02.127885 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11281 | 2024.10.10 06:06:02.128342 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11282 | 2024.10.10 06:06:02.128748 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11283 | 2024.10.10 06:06:02.128883 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00223 sec., 2690.5829596412555 rows/sec., 158.97 KiB/sec. | ||
| 11284 | 2024.10.10 06:06:02.129084 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Debug> DynamicQueryHandler: Done processing query | ||
| 11285 | 2024.10.10 06:06:02.129110 [ 3 ] {f49c76d4-0f20-4503-94ce-67abde5d0840} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11286 | 2024.10.10 06:06:02.129126 [ 3 ] {} <Debug> HTTP-Session: 2aee658d-0a47-4680-ab0d-a877de00861b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11287 | 2024.10.10 06:06:02.129368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 136746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11288 | 2024.10.10 06:06:02.129426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11289 | 2024.10.10 06:06:02.129446 [ 3 ] {} <Debug> HTTP-Session: b8dfe675-1f28-49ea-8c71-3dfd50995cad Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11290 | 2024.10.10 06:06:02.129462 [ 3 ] {} <Debug> HTTP-Session: b8dfe675-1f28-49ea-8c71-3dfd50995cad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11291 | 2024.10.10 06:06:02.129477 [ 3 ] {} <Debug> HTTP-Session: b8dfe675-1f28-49ea-8c71-3dfd50995cad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11292 | 2024.10.10 06:06:02.129512 [ 3 ] {} <Trace> HTTP-Session: b8dfe675-1f28-49ea-8c71-3dfd50995cad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11293 | 2024.10.10 06:06:02.129845 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11294 | 2024.10.10 06:06:02.129898 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11295 | 2024.10.10 06:06:02.130204 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11296 | 2024.10.10 06:06:02.131215 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11297 | 2024.10.10 06:06:02.131261 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11298 | 2024.10.10 06:06:02.131706 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11299 | 2024.10.10 06:06:02.132076 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11300 | 2024.10.10 06:06:02.132205 [ 121 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11301 | 2024.10.10 06:06:02.132209 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.002563 sec., 326960.5930550136 rows/sec., 23.61 MiB/sec. | ||
| 11302 | 2024.10.10 06:06:02.132242 [ 121 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11303 | 2024.10.10 06:06:02.132284 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11304 | 2024.10.10 06:06:02.132425 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11305 | 2024.10.10 06:06:02.132476 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Debug> DynamicQueryHandler: Done processing query | ||
| 11306 | 2024.10.10 06:06:02.132513 [ 3 ] {c8b53556-7b82-4f24-812a-76b541b5ec45} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 11307 | 2024.10.10 06:06:02.132540 [ 3 ] {} <Debug> HTTP-Session: b8dfe675-1f28-49ea-8c71-3dfd50995cad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11308 | 2024.10.10 06:06:02.132578 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11309 | 2024.10.10 06:06:02.132608 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 11310 | 2024.10.10 06:06:02.132701 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 419 rows starting from the beginning of the part | ||
| 11311 | 2024.10.10 06:06:02.132916 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 76 rows starting from the beginning of the part | ||
| 11312 | 2024.10.10 06:06:02.132936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11313 | 2024.10.10 06:06:02.133126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11314 | 2024.10.10 06:06:02.133219 [ 3 ] {} <Debug> HTTP-Session: d5b3084f-4f6e-4940-837c-ce6fc4aa64e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11315 | 2024.10.10 06:06:02.133234 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 413 rows starting from the beginning of the part | ||
| 11316 | 2024.10.10 06:06:02.133284 [ 3 ] {} <Debug> HTTP-Session: d5b3084f-4f6e-4940-837c-ce6fc4aa64e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11317 | 2024.10.10 06:06:02.133337 [ 3 ] {} <Debug> HTTP-Session: d5b3084f-4f6e-4940-837c-ce6fc4aa64e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11318 | 2024.10.10 06:06:02.133441 [ 3 ] {} <Trace> HTTP-Session: d5b3084f-4f6e-4940-837c-ce6fc4aa64e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11319 | 2024.10.10 06:06:02.133448 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 88 rows starting from the beginning of the part | ||
| 11320 | 2024.10.10 06:06:02.133775 [ 187 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 838 rows starting from the beginning of the part | ||
| 11321 | 2024.10.10 06:06:02.133793 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11322 | 2024.10.10 06:06:02.133910 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11323 | 2024.10.10 06:06:02.134464 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11324 | 2024.10.10 06:06:02.134938 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11325 | 2024.10.10 06:06:02.134982 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11326 | 2024.10.10 06:06:02.135563 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11327 | 2024.10.10 06:06:02.136062 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11328 | 2024.10.10 06:06:02.136089 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2748 rows, containing 5 columns (5 merged, 0 gathered) in 0.003724049 sec., 737906.5098230448 rows/sec., 56.32 MiB/sec. | ||
| 11329 | 2024.10.10 06:06:02.136259 [ 121 ] {} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 11330 | 2024.10.10 06:06:02.136273 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002609 sec., 2299.73169796857 rows/sec., 120.15 KiB/sec. | ||
| 11331 | 2024.10.10 06:06:02.136331 [ 121 ] {} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11332 | 2024.10.10 06:06:02.136393 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11333 | 2024.10.10 06:06:02.136524 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11334 | 2024.10.10 06:06:02.136762 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11335 | 2024.10.10 06:06:02.136879 [ 3 ] {2c10b128-f7d5-42c7-915a-952747ddc0cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11336 | 2024.10.10 06:06:02.136987 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 11337 | 2024.10.10 06:06:02.137058 [ 3 ] {} <Debug> HTTP-Session: d5b3084f-4f6e-4940-837c-ce6fc4aa64e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11338 | 2024.10.10 06:06:02.137911 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11339 | 2024.10.10 06:06:02.137871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 184411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11340 | 2024.10.10 06:06:02.138057 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 11341 | 2024.10.10 06:06:02.138159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11342 | 2024.10.10 06:06:02.138393 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 11343 | 2024.10.10 06:06:02.138685 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 11344 | 2024.10.10 06:06:02.138690 [ 3 ] {} <Debug> HTTP-Session: 630b8396-be38-4978-a5a6-3c4ec8efcd12 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11345 | 2024.10.10 06:06:02.138852 [ 3 ] {} <Debug> HTTP-Session: 630b8396-be38-4978-a5a6-3c4ec8efcd12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11346 | 2024.10.10 06:06:02.139048 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11347 | 2024.10.10 06:06:02.139049 [ 3 ] {} <Debug> HTTP-Session: 630b8396-be38-4978-a5a6-3c4ec8efcd12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11348 | 2024.10.10 06:06:02.139074 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 11349 | 2024.10.10 06:06:02.139445 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_61_12} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11350 | 2024.10.10 06:06:02.139466 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 11351 | 2024.10.10 06:06:02.139478 [ 3 ] {} <Trace> HTTP-Session: 630b8396-be38-4978-a5a6-3c4ec8efcd12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11352 | 2024.10.10 06:06:02.139783 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 11353 | 2024.10.10 06:06:02.139858 [ 186 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 11354 | 2024.10.10 06:06:02.140410 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11355 | 2024.10.10 06:06:02.140521 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11356 | 2024.10.10 06:06:02.141181 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11357 | 2024.10.10 06:06:02.141989 [ 199 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005473581 sec., 28500.53739955616 rows/sec., 1.45 MiB/sec. | ||
| 11358 | 2024.10.10 06:06:02.142263 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 11359 | 2024.10.10 06:06:02.142440 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11360 | 2024.10.10 06:06:02.142494 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11361 | 2024.10.10 06:06:02.143199 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11362 | 2024.10.10 06:06:02.143389 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_26_5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 11363 | 2024.10.10 06:06:02.143537 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11364 | 2024.10.10 06:06:02.143545 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11365 | 2024.10.10 06:06:02.143945 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11366 | 2024.10.10 06:06:02.144079 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11367 | 2024.10.10 06:06:02.144081 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Debug> executeQuery: Read 975 rows, 66.39 KiB in 0.004006 sec., 243384.9226160759 rows/sec., 16.18 MiB/sec. | ||
| 11368 | 2024.10.10 06:06:02.144120 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11369 | 2024.10.10 06:06:02.144167 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11370 | 2024.10.10 06:06:02.144302 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11371 | 2024.10.10 06:06:02.144351 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Debug> DynamicQueryHandler: Done processing query | ||
| 11372 | 2024.10.10 06:06:02.144383 [ 3 ] {3941a837-02a1-47bc-afe3-c3750652a806} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 11373 | 2024.10.10 06:06:02.144409 [ 3 ] {} <Debug> HTTP-Session: 630b8396-be38-4978-a5a6-3c4ec8efcd12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11374 | 2024.10.10 06:06:02.144459 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11375 | 2024.10.10 06:06:02.144491 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17270 rows starting from the beginning of the part | ||
| 11376 | 2024.10.10 06:06:02.144597 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 240 rows starting from the beginning of the part | ||
| 11377 | 2024.10.10 06:06:02.144843 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 161 rows starting from the beginning of the part | ||
| 11378 | 2024.10.10 06:06:02.144841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11379 | 2024.10.10 06:06:02.145060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11380 | 2024.10.10 06:06:02.145171 [ 3 ] {} <Debug> HTTP-Session: 8ba4ba1d-840a-42c0-be20-0a1d4939fd8f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11381 | 2024.10.10 06:06:02.145230 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 11382 | 2024.10.10 06:06:02.145240 [ 3 ] {} <Debug> HTTP-Session: 8ba4ba1d-840a-42c0-be20-0a1d4939fd8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11383 | 2024.10.10 06:06:02.145295 [ 3 ] {} <Debug> HTTP-Session: 8ba4ba1d-840a-42c0-be20-0a1d4939fd8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11384 | 2024.10.10 06:06:02.145419 [ 3 ] {} <Trace> HTTP-Session: 8ba4ba1d-840a-42c0-be20-0a1d4939fd8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11385 | 2024.10.10 06:06:02.145497 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 11386 | 2024.10.10 06:06:02.145716 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11387 | 2024.10.10 06:06:02.145779 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 975 rows starting from the beginning of the part | ||
| 11388 | 2024.10.10 06:06:02.145871 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11389 | 2024.10.10 06:06:02.146326 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11390 | 2024.10.10 06:06:02.146759 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11391 | 2024.10.10 06:06:02.146795 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11392 | 2024.10.10 06:06:02.147236 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11393 | 2024.10.10 06:06:02.147638 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11394 | 2024.10.10 06:06:02.147896 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002276 sec., 439.3673110720563 rows/sec., 29.61 KiB/sec. | ||
| 11395 | 2024.10.10 06:06:02.148439 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11396 | 2024.10.10 06:06:02.148511 [ 3 ] {cbae395a-510f-4397-9b0e-569d5fa2330f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11397 | 2024.10.10 06:06:02.148576 [ 3 ] {} <Debug> HTTP-Session: 8ba4ba1d-840a-42c0-be20-0a1d4939fd8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11398 | 2024.10.10 06:06:02.148799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11399 | 2024.10.10 06:06:02.148859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11400 | 2024.10.10 06:06:02.148880 [ 3 ] {} <Debug> HTTP-Session: a429e2d2-66b1-4059-9fd6-f00868a07d4f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11401 | 2024.10.10 06:06:02.148896 [ 3 ] {} <Debug> HTTP-Session: a429e2d2-66b1-4059-9fd6-f00868a07d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11402 | 2024.10.10 06:06:02.148911 [ 3 ] {} <Debug> HTTP-Session: a429e2d2-66b1-4059-9fd6-f00868a07d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11403 | 2024.10.10 06:06:02.148950 [ 3 ] {} <Trace> HTTP-Session: a429e2d2-66b1-4059-9fd6-f00868a07d4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11404 | 2024.10.10 06:06:02.149077 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11405 | 2024.10.10 06:06:02.149137 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11406 | 2024.10.10 06:06:02.149282 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11407 | 2024.10.10 06:06:02.149687 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11408 | 2024.10.10 06:06:02.149724 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11409 | 2024.10.10 06:06:02.150141 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11410 | 2024.10.10 06:06:02.150507 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11411 | 2024.10.10 06:06:02.150694 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.001668 sec., 23980.815347721822 rows/sec., 1.43 MiB/sec. | ||
| 11412 | 2024.10.10 06:06:02.150872 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11413 | 2024.10.10 06:06:02.150897 [ 3 ] {4fd7654a-68bb-4964-9528-c68b468c1da2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11414 | 2024.10.10 06:06:02.150913 [ 3 ] {} <Debug> HTTP-Session: a429e2d2-66b1-4059-9fd6-f00868a07d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11415 | 2024.10.10 06:06:02.151729 [ 199 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19043 rows, containing 5 columns (5 merged, 0 gathered) in 0.007484279 sec., 2544400.0684635085 rows/sec., 171.68 MiB/sec. | ||
| 11416 | 2024.10.10 06:06:02.152032 [ 190 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11417 | 2024.10.10 06:06:02.152504 [ 190 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11418 | 2024.10.10 06:06:02.152593 [ 190 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11419 | 2024.10.10 06:06:02.152691 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.20 MiB. | ||
| 11420 | 2024.10.10 06:06:03.075099 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11421 | 2024.10.10 06:06:03.075154 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11422 | 2024.10.10 06:06:06.017153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11423 | 2024.10.10 06:06:06.017284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11424 | 2024.10.10 06:06:06.017316 [ 3 ] {} <Debug> HTTP-Session: 681699fb-e577-484d-aa8a-05e456c9830f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11425 | 2024.10.10 06:06:06.017347 [ 3 ] {} <Debug> HTTP-Session: 681699fb-e577-484d-aa8a-05e456c9830f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11426 | 2024.10.10 06:06:06.017365 [ 3 ] {} <Debug> HTTP-Session: 681699fb-e577-484d-aa8a-05e456c9830f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11427 | 2024.10.10 06:06:06.017428 [ 3 ] {} <Trace> HTTP-Session: 681699fb-e577-484d-aa8a-05e456c9830f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11428 | 2024.10.10 06:06:06.017635 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11429 | 2024.10.10 06:06:06.017708 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11430 | 2024.10.10 06:06:06.018066 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11431 | 2024.10.10 06:06:06.018558 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11432 | 2024.10.10 06:06:06.018612 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11433 | 2024.10.10 06:06:06.019056 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11434 | 2024.10.10 06:06:06.019475 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11435 | 2024.10.10 06:06:06.019641 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002064 sec., 968.9922480620156 rows/sec., 79.01 KiB/sec. | ||
| 11436 | 2024.10.10 06:06:06.019880 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Debug> DynamicQueryHandler: Done processing query | ||
| 11437 | 2024.10.10 06:06:06.019912 [ 3 ] {31bc8f5f-c886-453b-b13e-f5e41ab04acd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11438 | 2024.10.10 06:06:06.019930 [ 3 ] {} <Debug> HTTP-Session: 681699fb-e577-484d-aa8a-05e456c9830f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11439 | 2024.10.10 06:06:06.020115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 17618, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11440 | 2024.10.10 06:06:06.020183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11441 | 2024.10.10 06:06:06.020203 [ 3 ] {} <Debug> HTTP-Session: 3c098e6c-b6a3-49a4-ae6c-8e56dc0d2cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11442 | 2024.10.10 06:06:06.020222 [ 3 ] {} <Debug> HTTP-Session: 3c098e6c-b6a3-49a4-ae6c-8e56dc0d2cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11443 | 2024.10.10 06:06:06.020237 [ 3 ] {} <Debug> HTTP-Session: 3c098e6c-b6a3-49a4-ae6c-8e56dc0d2cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11444 | 2024.10.10 06:06:06.020275 [ 3 ] {} <Trace> HTTP-Session: 3c098e6c-b6a3-49a4-ae6c-8e56dc0d2cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11445 | 2024.10.10 06:06:06.020424 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11446 | 2024.10.10 06:06:06.020474 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11447 | 2024.10.10 06:06:06.020724 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11448 | 2024.10.10 06:06:06.021165 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11449 | 2024.10.10 06:06:06.021203 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11450 | 2024.10.10 06:06:06.021590 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11451 | 2024.10.10 06:06:06.021962 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11452 | 2024.10.10 06:06:06.022101 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Debug> executeQuery: Read 119 rows, 10.35 KiB in 0.001736 sec., 68548.3870967742 rows/sec., 5.82 MiB/sec. | ||
| 11453 | 2024.10.10 06:06:06.022287 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11454 | 2024.10.10 06:06:06.022313 [ 3 ] {ed0d34e2-c883-406f-a9a8-c5d94f27abd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 11455 | 2024.10.10 06:06:06.022329 [ 3 ] {} <Debug> HTTP-Session: 3c098e6c-b6a3-49a4-ae6c-8e56dc0d2cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11456 | 2024.10.10 06:06:06.022496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11457 | 2024.10.10 06:06:06.022550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11458 | 2024.10.10 06:06:06.022570 [ 3 ] {} <Debug> HTTP-Session: cd3b75c0-e5d2-4572-857b-da3d3050f861 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11459 | 2024.10.10 06:06:06.022587 [ 3 ] {} <Debug> HTTP-Session: cd3b75c0-e5d2-4572-857b-da3d3050f861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11460 | 2024.10.10 06:06:06.022600 [ 3 ] {} <Debug> HTTP-Session: cd3b75c0-e5d2-4572-857b-da3d3050f861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11461 | 2024.10.10 06:06:06.022635 [ 3 ] {} <Trace> HTTP-Session: cd3b75c0-e5d2-4572-857b-da3d3050f861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11462 | 2024.10.10 06:06:06.022752 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11463 | 2024.10.10 06:06:06.022797 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11464 | 2024.10.10 06:06:06.023029 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11465 | 2024.10.10 06:06:06.023385 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11466 | 2024.10.10 06:06:06.023422 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11467 | 2024.10.10 06:06:06.023785 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11468 | 2024.10.10 06:06:06.024148 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11469 | 2024.10.10 06:06:06.024283 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001571 sec., 21005.728835136855 rows/sec., 1.54 MiB/sec. | ||
| 11470 | 2024.10.10 06:06:06.024560 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11471 | 2024.10.10 06:06:06.024620 [ 3 ] {9793b47f-b383-4f2d-8e0a-e4df070f8b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11472 | 2024.10.10 06:06:06.024660 [ 3 ] {} <Debug> HTTP-Session: cd3b75c0-e5d2-4572-857b-da3d3050f861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11473 | 2024.10.10 06:06:06.024842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11474 | 2024.10.10 06:06:06.024896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11475 | 2024.10.10 06:06:06.024916 [ 3 ] {} <Debug> HTTP-Session: faf92283-2215-4b4c-967d-e5a3dff0fb47 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11476 | 2024.10.10 06:06:06.024934 [ 3 ] {} <Debug> HTTP-Session: faf92283-2215-4b4c-967d-e5a3dff0fb47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11477 | 2024.10.10 06:06:06.024949 [ 3 ] {} <Debug> HTTP-Session: faf92283-2215-4b4c-967d-e5a3dff0fb47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11478 | 2024.10.10 06:06:06.024982 [ 3 ] {} <Trace> HTTP-Session: faf92283-2215-4b4c-967d-e5a3dff0fb47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11479 | 2024.10.10 06:06:06.025116 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11480 | 2024.10.10 06:06:06.025161 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11481 | 2024.10.10 06:06:06.025404 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11482 | 2024.10.10 06:06:06.025895 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11483 | 2024.10.10 06:06:06.025932 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11484 | 2024.10.10 06:06:06.026315 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11485 | 2024.10.10 06:06:06.026687 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11486 | 2024.10.10 06:06:06.026821 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001752 sec., 55365.296803652964 rows/sec., 4.33 MiB/sec. | ||
| 11487 | 2024.10.10 06:06:06.027098 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Debug> DynamicQueryHandler: Done processing query | ||
| 11488 | 2024.10.10 06:06:06.027157 [ 3 ] {75367dbb-15e3-48fa-9510-690c2f304153} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11489 | 2024.10.10 06:06:06.027220 [ 3 ] {} <Debug> HTTP-Session: faf92283-2215-4b4c-967d-e5a3dff0fb47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11490 | 2024.10.10 06:06:06.027482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 20901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11491 | 2024.10.10 06:06:06.027537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11492 | 2024.10.10 06:06:06.027558 [ 3 ] {} <Debug> HTTP-Session: f2de4851-87d5-4c27-bac8-5fcb7c797864 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11493 | 2024.10.10 06:06:06.027582 [ 3 ] {} <Debug> HTTP-Session: f2de4851-87d5-4c27-bac8-5fcb7c797864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11494 | 2024.10.10 06:06:06.027597 [ 3 ] {} <Debug> HTTP-Session: f2de4851-87d5-4c27-bac8-5fcb7c797864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11495 | 2024.10.10 06:06:06.027632 [ 3 ] {} <Trace> HTTP-Session: f2de4851-87d5-4c27-bac8-5fcb7c797864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11496 | 2024.10.10 06:06:06.027783 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11497 | 2024.10.10 06:06:06.027835 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11498 | 2024.10.10 06:06:06.027998 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11499 | 2024.10.10 06:06:06.028391 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11500 | 2024.10.10 06:06:06.028427 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11501 | 2024.10.10 06:06:06.028821 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11502 | 2024.10.10 06:06:06.029164 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11503 | 2024.10.10 06:06:06.029315 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Debug> executeQuery: Read 109 rows, 7.78 KiB in 0.001589 sec., 68596.60163624922 rows/sec., 4.78 MiB/sec. | ||
| 11504 | 2024.10.10 06:06:06.029504 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Debug> DynamicQueryHandler: Done processing query | ||
| 11505 | 2024.10.10 06:06:06.029530 [ 3 ] {d328410f-5190-4c2b-be91-5de4caa87144} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11506 | 2024.10.10 06:06:06.029546 [ 3 ] {} <Debug> HTTP-Session: f2de4851-87d5-4c27-bac8-5fcb7c797864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11507 | 2024.10.10 06:06:06.029723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 51935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11508 | 2024.10.10 06:06:06.029775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11509 | 2024.10.10 06:06:06.029794 [ 3 ] {} <Debug> HTTP-Session: 2f6b36ec-eff0-46ca-89f7-8706fd9af217 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11510 | 2024.10.10 06:06:06.029811 [ 3 ] {} <Debug> HTTP-Session: 2f6b36ec-eff0-46ca-89f7-8706fd9af217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11511 | 2024.10.10 06:06:06.029825 [ 3 ] {} <Debug> HTTP-Session: 2f6b36ec-eff0-46ca-89f7-8706fd9af217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11512 | 2024.10.10 06:06:06.029857 [ 3 ] {} <Trace> HTTP-Session: 2f6b36ec-eff0-46ca-89f7-8706fd9af217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11513 | 2024.10.10 06:06:06.030173 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11514 | 2024.10.10 06:06:06.030240 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <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 | ||
| 11515 | 2024.10.10 06:06:06.030679 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11516 | 2024.10.10 06:06:06.031434 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11517 | 2024.10.10 06:06:06.031470 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11518 | 2024.10.10 06:06:06.032141 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11519 | 2024.10.10 06:06:06.032569 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11520 | 2024.10.10 06:06:06.032766 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002802 sec., 11063.526052819416 rows/sec., 19.83 MiB/sec. | ||
| 11521 | 2024.10.10 06:06:06.033007 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Debug> DynamicQueryHandler: Done processing query | ||
| 11522 | 2024.10.10 06:06:06.033033 [ 3 ] {3456fde3-271a-4184-b264-4cc37a8a3814} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 11523 | 2024.10.10 06:06:06.033049 [ 3 ] {} <Debug> HTTP-Session: 2f6b36ec-eff0-46ca-89f7-8706fd9af217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11524 | 2024.10.10 06:06:06.033194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 6410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11525 | 2024.10.10 06:06:06.033245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11526 | 2024.10.10 06:06:06.033265 [ 3 ] {} <Debug> HTTP-Session: 3d579f5e-f376-49be-8632-21e4d287a32b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11527 | 2024.10.10 06:06:06.033282 [ 3 ] {} <Debug> HTTP-Session: 3d579f5e-f376-49be-8632-21e4d287a32b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11528 | 2024.10.10 06:06:06.033296 [ 3 ] {} <Debug> HTTP-Session: 3d579f5e-f376-49be-8632-21e4d287a32b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11529 | 2024.10.10 06:06:06.033327 [ 3 ] {} <Trace> HTTP-Session: 3d579f5e-f376-49be-8632-21e4d287a32b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11530 | 2024.10.10 06:06:06.033438 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11531 | 2024.10.10 06:06:06.033483 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11532 | 2024.10.10 06:06:06.033616 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11533 | 2024.10.10 06:06:06.033913 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11534 | 2024.10.10 06:06:06.033950 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11535 | 2024.10.10 06:06:06.034317 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11536 | 2024.10.10 06:06:06.034647 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11537 | 2024.10.10 06:06:06.034806 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001398 sec., 30042.918454935625 rows/sec., 2.02 MiB/sec. | ||
| 11538 | 2024.10.10 06:06:06.034817 [ 110 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11539 | 2024.10.10 06:06:06.034921 [ 110 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11540 | 2024.10.10 06:06:06.034968 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11541 | 2024.10.10 06:06:06.035063 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11542 | 2024.10.10 06:06:06.035143 [ 3 ] {82e52775-cc20-4e6e-9ffc-2a30ea1d454d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11543 | 2024.10.10 06:06:06.035205 [ 3 ] {} <Debug> HTTP-Session: 3d579f5e-f376-49be-8632-21e4d287a32b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11544 | 2024.10.10 06:06:06.035317 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11545 | 2024.10.10 06:06:06.035688 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11546 | 2024.10.10 06:06:06.035729 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3436 rows starting from the beginning of the part | ||
| 11547 | 2024.10.10 06:06:06.035805 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 11548 | 2024.10.10 06:06:06.036034 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 11549 | 2024.10.10 06:06:06.036263 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 11550 | 2024.10.10 06:06:06.036457 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part | ||
| 11551 | 2024.10.10 06:06:06.036656 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 42 rows starting from the beginning of the part | ||
| 11552 | 2024.10.10 06:06:06.038256 [ 190 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3720 rows, containing 4 columns (4 merged, 0 gathered) in 0.003190857 sec., 1165830.997753895 rows/sec., 76.01 MiB/sec. | ||
| 11553 | 2024.10.10 06:06:06.038589 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11554 | 2024.10.10 06:06:06.038994 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2024.10.10 06:06:06.039070 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_61_12} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11556 | 2024.10.10 06:06:06.039155 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 11557 | 2024.10.10 06:06:08.324352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1136 | ||
| 11558 | 2024.10.10 06:06:08.327548 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11559 | 2024.10.10 06:06:08.327606 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11560 | 2024.10.10 06:06:08.329171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11561 | 2024.10.10 06:06:08.330178 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11562 | 2024.10.10 06:06:08.331401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1136 | ||
| 11563 | 2024.10.10 06:06:11.019472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 14322, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11564 | 2024.10.10 06:06:11.019603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11565 | 2024.10.10 06:06:11.019632 [ 3 ] {} <Debug> HTTP-Session: 7d9a9c07-dda5-44e9-a328-db48e262da44 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11566 | 2024.10.10 06:06:11.019662 [ 3 ] {} <Debug> HTTP-Session: 7d9a9c07-dda5-44e9-a328-db48e262da44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11567 | 2024.10.10 06:06:11.019680 [ 3 ] {} <Debug> HTTP-Session: 7d9a9c07-dda5-44e9-a328-db48e262da44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11568 | 2024.10.10 06:06:11.019737 [ 3 ] {} <Trace> HTTP-Session: 7d9a9c07-dda5-44e9-a328-db48e262da44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11569 | 2024.10.10 06:06:11.019961 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11570 | 2024.10.10 06:06:11.020028 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11571 | 2024.10.10 06:06:11.020365 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11572 | 2024.10.10 06:06:11.020906 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11573 | 2024.10.10 06:06:11.020950 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11574 | 2024.10.10 06:06:11.021396 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11575 | 2024.10.10 06:06:11.021811 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11576 | 2024.10.10 06:06:11.021977 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Debug> executeQuery: Read 98 rows, 8.33 KiB in 0.002089 sec., 46912.39827668741 rows/sec., 3.89 MiB/sec. | ||
| 11577 | 2024.10.10 06:06:11.022198 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Debug> DynamicQueryHandler: Done processing query | ||
| 11578 | 2024.10.10 06:06:11.022225 [ 3 ] {a2275836-19ad-4a20-8513-f7aaaad6da28} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11579 | 2024.10.10 06:06:11.022242 [ 3 ] {} <Debug> HTTP-Session: 7d9a9c07-dda5-44e9-a328-db48e262da44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11580 | 2024.10.10 06:06:11.022439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11581 | 2024.10.10 06:06:11.022490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11582 | 2024.10.10 06:06:11.022510 [ 3 ] {} <Debug> HTTP-Session: 7d2400d3-9e56-4e90-94a1-ae65b6dec296 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11583 | 2024.10.10 06:06:11.022526 [ 3 ] {} <Debug> HTTP-Session: 7d2400d3-9e56-4e90-94a1-ae65b6dec296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11584 | 2024.10.10 06:06:11.022540 [ 3 ] {} <Debug> HTTP-Session: 7d2400d3-9e56-4e90-94a1-ae65b6dec296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11585 | 2024.10.10 06:06:11.022571 [ 3 ] {} <Trace> HTTP-Session: 7d2400d3-9e56-4e90-94a1-ae65b6dec296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11586 | 2024.10.10 06:06:11.022676 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11587 | 2024.10.10 06:06:11.022719 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11588 | 2024.10.10 06:06:11.022949 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11589 | 2024.10.10 06:06:11.023307 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11590 | 2024.10.10 06:06:11.023344 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11591 | 2024.10.10 06:06:11.023702 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11592 | 2024.10.10 06:06:11.024068 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11593 | 2024.10.10 06:06:11.024225 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001573 sec., 13350.286077558805 rows/sec., 1003.88 KiB/sec. | ||
| 11594 | 2024.10.10 06:06:11.024411 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11595 | 2024.10.10 06:06:11.024436 [ 3 ] {75472b47-bfc0-4e7b-b3b4-12b85f606f7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11596 | 2024.10.10 06:06:11.024452 [ 3 ] {} <Debug> HTTP-Session: 7d2400d3-9e56-4e90-94a1-ae65b6dec296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11597 | 2024.10.10 06:06:11.024606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 15444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11598 | 2024.10.10 06:06:11.024657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11599 | 2024.10.10 06:06:11.024675 [ 3 ] {} <Debug> HTTP-Session: 376d6f96-6aa3-4b61-966f-1be32193743d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11600 | 2024.10.10 06:06:11.024693 [ 3 ] {} <Debug> HTTP-Session: 376d6f96-6aa3-4b61-966f-1be32193743d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11601 | 2024.10.10 06:06:11.024706 [ 3 ] {} <Debug> HTTP-Session: 376d6f96-6aa3-4b61-966f-1be32193743d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11602 | 2024.10.10 06:06:11.024738 [ 3 ] {} <Trace> HTTP-Session: 376d6f96-6aa3-4b61-966f-1be32193743d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11603 | 2024.10.10 06:06:11.024865 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11604 | 2024.10.10 06:06:11.024909 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11605 | 2024.10.10 06:06:11.025134 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11606 | 2024.10.10 06:06:11.025575 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11607 | 2024.10.10 06:06:11.025613 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11608 | 2024.10.10 06:06:11.025978 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11609 | 2024.10.10 06:06:11.026348 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11610 | 2024.10.10 06:06:11.026512 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Debug> executeQuery: Read 91 rows, 7.25 KiB in 0.001688 sec., 53909.952606635066 rows/sec., 4.19 MiB/sec. | ||
| 11611 | 2024.10.10 06:06:11.026802 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Debug> DynamicQueryHandler: Done processing query | ||
| 11612 | 2024.10.10 06:06:11.026862 [ 3 ] {4d53cafe-76ad-4441-8c6a-8d3a118ade66} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11613 | 2024.10.10 06:06:11.026920 [ 3 ] {} <Debug> HTTP-Session: 376d6f96-6aa3-4b61-966f-1be32193743d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11614 | 2024.10.10 06:06:11.027198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11615 | 2024.10.10 06:06:11.027252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11616 | 2024.10.10 06:06:11.027272 [ 3 ] {} <Debug> HTTP-Session: 4e60292f-0eee-413d-8777-627a7629d771 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11617 | 2024.10.10 06:06:11.027289 [ 3 ] {} <Debug> HTTP-Session: 4e60292f-0eee-413d-8777-627a7629d771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11618 | 2024.10.10 06:06:11.027303 [ 3 ] {} <Debug> HTTP-Session: 4e60292f-0eee-413d-8777-627a7629d771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11619 | 2024.10.10 06:06:11.027336 [ 3 ] {} <Trace> HTTP-Session: 4e60292f-0eee-413d-8777-627a7629d771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11620 | 2024.10.10 06:06:11.027492 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11621 | 2024.10.10 06:06:11.027542 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11622 | 2024.10.10 06:06:11.027709 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11623 | 2024.10.10 06:06:11.028174 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11624 | 2024.10.10 06:06:11.028209 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11625 | 2024.10.10 06:06:11.028611 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11626 | 2024.10.10 06:06:11.028958 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11627 | 2024.10.10 06:06:11.029117 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. | ||
| 11628 | 2024.10.10 06:06:11.029398 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11629 | 2024.10.10 06:06:11.029453 [ 3 ] {40fbec23-bf57-4381-bacc-7164779f1c2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11630 | 2024.10.10 06:06:11.029492 [ 3 ] {} <Debug> HTTP-Session: 4e60292f-0eee-413d-8777-627a7629d771 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11631 | 2024.10.10 06:06:11.029666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11632 | 2024.10.10 06:06:11.029716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11633 | 2024.10.10 06:06:11.029805 [ 3 ] {} <Debug> HTTP-Session: 1485257d-fc6f-4d65-8780-0fa08f0e4e7a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11634 | 2024.10.10 06:06:11.029821 [ 3 ] {} <Debug> HTTP-Session: 1485257d-fc6f-4d65-8780-0fa08f0e4e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11635 | 2024.10.10 06:06:11.029835 [ 3 ] {} <Debug> HTTP-Session: 1485257d-fc6f-4d65-8780-0fa08f0e4e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11636 | 2024.10.10 06:06:11.029866 [ 3 ] {} <Trace> HTTP-Session: 1485257d-fc6f-4d65-8780-0fa08f0e4e7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11637 | 2024.10.10 06:06:11.030124 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11638 | 2024.10.10 06:06:11.030194 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <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 | ||
| 11639 | 2024.10.10 06:06:11.030653 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11640 | 2024.10.10 06:06:11.031409 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11641 | 2024.10.10 06:06:11.031446 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11642 | 2024.10.10 06:06:11.032096 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11643 | 2024.10.10 06:06:11.032530 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11644 | 2024.10.10 06:06:11.032757 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002787 sec., 7534.983853606028 rows/sec., 13.50 MiB/sec. | ||
| 11645 | 2024.10.10 06:06:11.033287 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11646 | 2024.10.10 06:06:11.033314 [ 3 ] {d5f01275-20f8-4610-9fb6-d947d731bf2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 11647 | 2024.10.10 06:06:11.033330 [ 3 ] {} <Debug> HTTP-Session: 1485257d-fc6f-4d65-8780-0fa08f0e4e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11648 | 2024.10.10 06:06:11.033450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11649 | 2024.10.10 06:06:11.033501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11650 | 2024.10.10 06:06:11.033519 [ 3 ] {} <Debug> HTTP-Session: d3a01bed-bd71-4513-b999-720b3d7a6b82 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11651 | 2024.10.10 06:06:11.033535 [ 3 ] {} <Debug> HTTP-Session: d3a01bed-bd71-4513-b999-720b3d7a6b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11652 | 2024.10.10 06:06:11.033549 [ 3 ] {} <Debug> HTTP-Session: d3a01bed-bd71-4513-b999-720b3d7a6b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11653 | 2024.10.10 06:06:11.033580 [ 3 ] {} <Trace> HTTP-Session: d3a01bed-bd71-4513-b999-720b3d7a6b82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11654 | 2024.10.10 06:06:11.033682 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11655 | 2024.10.10 06:06:11.033728 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11656 | 2024.10.10 06:06:11.033882 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11657 | 2024.10.10 06:06:11.034157 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11658 | 2024.10.10 06:06:11.034194 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11659 | 2024.10.10 06:06:11.034558 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 11660 | 2024.10.10 06:06:11.034888 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11661 | 2024.10.10 06:06:11.035050 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 286.60 KiB/sec. | ||
| 11662 | 2024.10.10 06:06:11.035259 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Debug> DynamicQueryHandler: Done processing query | ||
| 11663 | 2024.10.10 06:06:11.035283 [ 3 ] {b8b1059f-509a-4a39-b3d5-fce5414fa339} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11664 | 2024.10.10 06:06:11.035300 [ 3 ] {} <Debug> HTTP-Session: d3a01bed-bd71-4513-b999-720b3d7a6b82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11665 | 2024.10.10 06:06:11.035433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11666 | 2024.10.10 06:06:11.035482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11667 | 2024.10.10 06:06:11.035500 [ 3 ] {} <Debug> HTTP-Session: 59dc453b-3dd1-4c50-8af4-5245366eb3de Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11668 | 2024.10.10 06:06:11.035516 [ 3 ] {} <Debug> HTTP-Session: 59dc453b-3dd1-4c50-8af4-5245366eb3de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11669 | 2024.10.10 06:06:11.035529 [ 3 ] {} <Debug> HTTP-Session: 59dc453b-3dd1-4c50-8af4-5245366eb3de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11670 | 2024.10.10 06:06:11.035559 [ 3 ] {} <Trace> HTTP-Session: 59dc453b-3dd1-4c50-8af4-5245366eb3de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11671 | 2024.10.10 06:06:11.035694 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11672 | 2024.10.10 06:06:11.035739 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11673 | 2024.10.10 06:06:11.035867 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11674 | 2024.10.10 06:06:11.036172 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11675 | 2024.10.10 06:06:11.036208 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11676 | 2024.10.10 06:06:11.036575 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11677 | 2024.10.10 06:06:11.036905 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11678 | 2024.10.10 06:06:11.037063 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
| 11679 | 2024.10.10 06:06:11.037234 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11680 | 2024.10.10 06:06:11.037258 [ 3 ] {d6697072-aa56-41f6-a70f-83574cbb25f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11681 | 2024.10.10 06:06:11.037274 [ 3 ] {} <Debug> HTTP-Session: 59dc453b-3dd1-4c50-8af4-5245366eb3de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11682 | 2024.10.10 06:06:16.025174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11683 | 2024.10.10 06:06:16.025305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11684 | 2024.10.10 06:06:16.025333 [ 3 ] {} <Debug> HTTP-Session: 7d95052a-353b-48db-8fad-b09c58dfa571 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11685 | 2024.10.10 06:06:16.025358 [ 3 ] {} <Debug> HTTP-Session: 7d95052a-353b-48db-8fad-b09c58dfa571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11686 | 2024.10.10 06:06:16.025374 [ 3 ] {} <Debug> HTTP-Session: 7d95052a-353b-48db-8fad-b09c58dfa571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11687 | 2024.10.10 06:06:16.025425 [ 3 ] {} <Trace> HTTP-Session: 7d95052a-353b-48db-8fad-b09c58dfa571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11688 | 2024.10.10 06:06:16.025693 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11689 | 2024.10.10 06:06:16.025767 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11690 | 2024.10.10 06:06:16.026133 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11691 | 2024.10.10 06:06:16.026826 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11692 | 2024.10.10 06:06:16.026874 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11693 | 2024.10.10 06:06:16.027346 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11694 | 2024.10.10 06:06:16.027740 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11695 | 2024.10.10 06:06:16.027889 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002315 sec., 109287.25701943846 rows/sec., 9.68 MiB/sec. | ||
| 11696 | 2024.10.10 06:06:16.028113 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11697 | 2024.10.10 06:06:16.028142 [ 3 ] {5c83fa20-9d17-498d-8e68-d9978c43be7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 11698 | 2024.10.10 06:06:16.028158 [ 3 ] {} <Debug> HTTP-Session: 7d95052a-353b-48db-8fad-b09c58dfa571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11699 | 2024.10.10 06:06:16.028358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11700 | 2024.10.10 06:06:16.028419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11701 | 2024.10.10 06:06:16.028439 [ 3 ] {} <Debug> HTTP-Session: 278e7283-bcc7-4af3-8b4c-bb18028b799e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11702 | 2024.10.10 06:06:16.028456 [ 3 ] {} <Debug> HTTP-Session: 278e7283-bcc7-4af3-8b4c-bb18028b799e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11703 | 2024.10.10 06:06:16.028470 [ 3 ] {} <Debug> HTTP-Session: 278e7283-bcc7-4af3-8b4c-bb18028b799e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11704 | 2024.10.10 06:06:16.028505 [ 3 ] {} <Trace> HTTP-Session: 278e7283-bcc7-4af3-8b4c-bb18028b799e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11705 | 2024.10.10 06:06:16.028618 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11706 | 2024.10.10 06:06:16.028666 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11707 | 2024.10.10 06:06:16.028903 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11708 | 2024.10.10 06:06:16.029282 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2024.10.10 06:06:16.029317 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11710 | 2024.10.10 06:06:16.029680 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11711 | 2024.10.10 06:06:16.030053 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11712 | 2024.10.10 06:06:16.030182 [ 101 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11713 | 2024.10.10 06:06:16.030185 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001602 sec., 19975.031210986268 rows/sec., 1.47 MiB/sec. | ||
| 11714 | 2024.10.10 06:06:16.030229 [ 101 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11715 | 2024.10.10 06:06:16.030268 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11716 | 2024.10.10 06:06:16.030440 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11717 | 2024.10.10 06:06:16.030478 [ 3 ] {04e8b7c0-7595-46c2-9ea4-81f13edea0d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11718 | 2024.10.10 06:06:16.030486 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 11719 | 2024.10.10 06:06:16.030505 [ 3 ] {} <Debug> HTTP-Session: 278e7283-bcc7-4af3-8b4c-bb18028b799e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11720 | 2024.10.10 06:06:16.030746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11721 | 2024.10.10 06:06:16.030791 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11722 | 2024.10.10 06:06:16.030832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11723 | 2024.10.10 06:06:16.030858 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 59 rows starting from the beginning of the part | ||
| 11724 | 2024.10.10 06:06:16.030871 [ 3 ] {} <Debug> HTTP-Session: 7d75c2ee-2257-42ae-aa5e-af9cbcbde262 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11725 | 2024.10.10 06:06:16.030915 [ 3 ] {} <Debug> HTTP-Session: 7d75c2ee-2257-42ae-aa5e-af9cbcbde262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11726 | 2024.10.10 06:06:16.030956 [ 3 ] {} <Debug> HTTP-Session: 7d75c2ee-2257-42ae-aa5e-af9cbcbde262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11727 | 2024.10.10 06:06:16.031122 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part | ||
| 11728 | 2024.10.10 06:06:16.031144 [ 3 ] {} <Trace> HTTP-Session: 7d75c2ee-2257-42ae-aa5e-af9cbcbde262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11729 | 2024.10.10 06:06:16.031483 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 18 rows starting from the beginning of the part | ||
| 11730 | 2024.10.10 06:06:16.031508 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11731 | 2024.10.10 06:06:16.031736 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part | ||
| 11732 | 2024.10.10 06:06:16.031751 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11733 | 2024.10.10 06:06:16.032069 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 21 rows starting from the beginning of the part | ||
| 11734 | 2024.10.10 06:06:16.032426 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 11735 | 2024.10.10 06:06:16.033189 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11736 | 2024.10.10 06:06:16.033991 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11737 | 2024.10.10 06:06:16.034067 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 11738 | 2024.10.10 06:06:16.035119 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11739 | 2024.10.10 06:06:16.035521 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005146953 sec., 37692.20352313301 rows/sec., 2.89 MiB/sec. | ||
| 11740 | 2024.10.10 06:06:16.035783 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11741 | 2024.10.10 06:06:16.035965 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11742 | 2024.10.10 06:06:16.036471 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005075 sec., 2758.6206896551726 rows/sec., 193.20 KiB/sec. | ||
| 11743 | 2024.10.10 06:06:16.037164 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11744 | 2024.10.10 06:06:16.037214 [ 3 ] {f8f1389e-7b43-4a39-9f28-997b51dbdd7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11745 | 2024.10.10 06:06:16.037256 [ 3 ] {} <Debug> HTTP-Session: 7d75c2ee-2257-42ae-aa5e-af9cbcbde262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11746 | 2024.10.10 06:06:16.037339 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11747 | 2024.10.10 06:06:16.037436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11748 | 2024.10.10 06:06:16.037495 [ 195 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_51_10} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11749 | 2024.10.10 06:06:16.037530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11750 | 2024.10.10 06:06:16.037567 [ 3 ] {} <Debug> HTTP-Session: 4b3ef6e1-abc9-4ba5-850c-03de90812cd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11751 | 2024.10.10 06:06:16.037625 [ 3 ] {} <Debug> HTTP-Session: 4b3ef6e1-abc9-4ba5-850c-03de90812cd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11752 | 2024.10.10 06:06:16.037654 [ 3 ] {} <Debug> HTTP-Session: 4b3ef6e1-abc9-4ba5-850c-03de90812cd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11753 | 2024.10.10 06:06:16.037663 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11754 | 2024.10.10 06:06:16.037722 [ 3 ] {} <Trace> HTTP-Session: 4b3ef6e1-abc9-4ba5-850c-03de90812cd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11755 | 2024.10.10 06:06:16.037834 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11756 | 2024.10.10 06:06:16.037878 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11757 | 2024.10.10 06:06:16.038122 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11758 | 2024.10.10 06:06:16.038452 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11759 | 2024.10.10 06:06:16.038487 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11760 | 2024.10.10 06:06:16.038850 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11761 | 2024.10.10 06:06:16.039217 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11762 | 2024.10.10 06:06:16.039345 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 230.34 KiB/sec. | ||
| 11763 | 2024.10.10 06:06:16.039518 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11764 | 2024.10.10 06:06:16.039543 [ 3 ] {bef6b555-fb73-4954-af11-4d9cc75d0aeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11765 | 2024.10.10 06:06:16.039560 [ 3 ] {} <Debug> HTTP-Session: 4b3ef6e1-abc9-4ba5-850c-03de90812cd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11766 | 2024.10.10 06:06:16.039753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11767 | 2024.10.10 06:06:16.039804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11768 | 2024.10.10 06:06:16.039824 [ 3 ] {} <Debug> HTTP-Session: 70578b0e-f670-4b48-807e-3b4342afe9c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11769 | 2024.10.10 06:06:16.039840 [ 3 ] {} <Debug> HTTP-Session: 70578b0e-f670-4b48-807e-3b4342afe9c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11770 | 2024.10.10 06:06:16.039854 [ 3 ] {} <Debug> HTTP-Session: 70578b0e-f670-4b48-807e-3b4342afe9c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11771 | 2024.10.10 06:06:16.039885 [ 3 ] {} <Trace> HTTP-Session: 70578b0e-f670-4b48-807e-3b4342afe9c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11772 | 2024.10.10 06:06:16.040113 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11773 | 2024.10.10 06:06:16.040157 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11774 | 2024.10.10 06:06:16.040383 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11775 | 2024.10.10 06:06:16.040974 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11776 | 2024.10.10 06:06:16.041010 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11777 | 2024.10.10 06:06:16.041403 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11778 | 2024.10.10 06:06:16.041768 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11779 | 2024.10.10 06:06:16.041909 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001909 sec., 216867.46987951806 rows/sec., 15.47 MiB/sec. | ||
| 11780 | 2024.10.10 06:06:16.042080 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Debug> DynamicQueryHandler: Done processing query | ||
| 11781 | 2024.10.10 06:06:16.042104 [ 3 ] {f824cb12-62ff-40d7-a031-520f9af20028} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 11782 | 2024.10.10 06:06:16.042121 [ 3 ] {} <Debug> HTTP-Session: 70578b0e-f670-4b48-807e-3b4342afe9c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11783 | 2024.10.10 06:06:16.042303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11784 | 2024.10.10 06:06:16.042355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11785 | 2024.10.10 06:06:16.042374 [ 3 ] {} <Debug> HTTP-Session: 8a47a4aa-baf1-4071-9ebd-135da72820a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11786 | 2024.10.10 06:06:16.042391 [ 3 ] {} <Debug> HTTP-Session: 8a47a4aa-baf1-4071-9ebd-135da72820a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11787 | 2024.10.10 06:06:16.042405 [ 3 ] {} <Debug> HTTP-Session: 8a47a4aa-baf1-4071-9ebd-135da72820a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11788 | 2024.10.10 06:06:16.042437 [ 3 ] {} <Trace> HTTP-Session: 8a47a4aa-baf1-4071-9ebd-135da72820a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11789 | 2024.10.10 06:06:16.042535 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11790 | 2024.10.10 06:06:16.042580 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11791 | 2024.10.10 06:06:16.042710 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11792 | 2024.10.10 06:06:16.042969 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11793 | 2024.10.10 06:06:16.043004 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11794 | 2024.10.10 06:06:16.043364 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11795 | 2024.10.10 06:06:16.043686 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11796 | 2024.10.10 06:06:16.043812 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 240.77 KiB/sec. | ||
| 11797 | 2024.10.10 06:06:16.043978 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11798 | 2024.10.10 06:06:16.044003 [ 3 ] {57fed8aa-92d0-4bda-b880-5046f42d5c4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11799 | 2024.10.10 06:06:16.044019 [ 3 ] {} <Debug> HTTP-Session: 8a47a4aa-baf1-4071-9ebd-135da72820a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11800 | 2024.10.10 06:06:16.044198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11801 | 2024.10.10 06:06:16.044248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11802 | 2024.10.10 06:06:16.044267 [ 3 ] {} <Debug> HTTP-Session: 28214603-a5b4-4dc6-8844-fa97a94da936 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11803 | 2024.10.10 06:06:16.044283 [ 3 ] {} <Debug> HTTP-Session: 28214603-a5b4-4dc6-8844-fa97a94da936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11804 | 2024.10.10 06:06:16.044297 [ 3 ] {} <Debug> HTTP-Session: 28214603-a5b4-4dc6-8844-fa97a94da936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11805 | 2024.10.10 06:06:16.044329 [ 3 ] {} <Trace> HTTP-Session: 28214603-a5b4-4dc6-8844-fa97a94da936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11806 | 2024.10.10 06:06:16.044549 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11807 | 2024.10.10 06:06:16.044597 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11808 | 2024.10.10 06:06:16.044740 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11809 | 2024.10.10 06:06:16.045172 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11810 | 2024.10.10 06:06:16.045208 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11811 | 2024.10.10 06:06:16.045598 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11812 | 2024.10.10 06:06:16.045932 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11813 | 2024.10.10 06:06:16.046059 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001639 sec., 144600.36607687615 rows/sec., 9.69 MiB/sec. | ||
| 11814 | 2024.10.10 06:06:16.046231 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11815 | 2024.10.10 06:06:16.046256 [ 3 ] {4d6161cb-973a-4555-87a9-3c8da31759c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11816 | 2024.10.10 06:06:16.046272 [ 3 ] {} <Debug> HTTP-Session: 28214603-a5b4-4dc6-8844-fa97a94da936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11817 | 2024.10.10 06:06:16.046480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11818 | 2024.10.10 06:06:16.046529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11819 | 2024.10.10 06:06:16.046549 [ 3 ] {} <Debug> HTTP-Session: ddbc3c42-2872-428e-a935-b542a28ee964 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11820 | 2024.10.10 06:06:16.046565 [ 3 ] {} <Debug> HTTP-Session: ddbc3c42-2872-428e-a935-b542a28ee964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11821 | 2024.10.10 06:06:16.046578 [ 3 ] {} <Debug> HTTP-Session: ddbc3c42-2872-428e-a935-b542a28ee964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11822 | 2024.10.10 06:06:16.046608 [ 3 ] {} <Trace> HTTP-Session: ddbc3c42-2872-428e-a935-b542a28ee964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11823 | 2024.10.10 06:06:16.046710 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11824 | 2024.10.10 06:06:16.046755 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11825 | 2024.10.10 06:06:16.046886 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11826 | 2024.10.10 06:06:16.047141 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11827 | 2024.10.10 06:06:16.047177 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11828 | 2024.10.10 06:06:16.047524 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11829 | 2024.10.10 06:06:16.047845 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11830 | 2024.10.10 06:06:16.047978 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001291 sec., 774.5933384972889 rows/sec., 52.19 KiB/sec. | ||
| 11831 | 2024.10.10 06:06:16.048279 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Debug> DynamicQueryHandler: Done processing query | ||
| 11832 | 2024.10.10 06:06:16.048344 [ 3 ] {9c05a44a-d7d6-441a-9712-1140759ddf19} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11833 | 2024.10.10 06:06:16.048399 [ 3 ] {} <Debug> HTTP-Session: ddbc3c42-2872-428e-a935-b542a28ee964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11834 | 2024.10.10 06:06:16.048624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11835 | 2024.10.10 06:06:16.048678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11836 | 2024.10.10 06:06:16.048698 [ 3 ] {} <Debug> HTTP-Session: fc2c8328-ffa3-45f9-bfc5-7d7532767e40 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11837 | 2024.10.10 06:06:16.048715 [ 3 ] {} <Debug> HTTP-Session: fc2c8328-ffa3-45f9-bfc5-7d7532767e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11838 | 2024.10.10 06:06:16.048728 [ 3 ] {} <Debug> HTTP-Session: fc2c8328-ffa3-45f9-bfc5-7d7532767e40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11839 | 2024.10.10 06:06:16.048760 [ 3 ] {} <Trace> HTTP-Session: fc2c8328-ffa3-45f9-bfc5-7d7532767e40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11840 | 2024.10.10 06:06:16.049086 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11841 | 2024.10.10 06:06:16.049156 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <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 | ||
| 11842 | 2024.10.10 06:06:16.049609 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11843 | 2024.10.10 06:06:16.050345 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11844 | 2024.10.10 06:06:16.050381 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11845 | 2024.10.10 06:06:16.051037 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11846 | 2024.10.10 06:06:16.051452 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11847 | 2024.10.10 06:06:16.051603 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002746 sec., 11653.313911143481 rows/sec., 20.88 MiB/sec. | ||
| 11848 | 2024.10.10 06:06:16.051835 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11849 | 2024.10.10 06:06:16.051860 [ 3 ] {35563eac-efbd-4e72-b8de-139d2e87254e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 11850 | 2024.10.10 06:06:16.051875 [ 3 ] {} <Debug> HTTP-Session: fc2c8328-ffa3-45f9-bfc5-7d7532767e40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11851 | 2024.10.10 06:06:16.052015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11852 | 2024.10.10 06:06:16.052065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11853 | 2024.10.10 06:06:16.052085 [ 3 ] {} <Debug> HTTP-Session: 70ff6268-3e60-4bc4-a402-aa3f80fa31fd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11854 | 2024.10.10 06:06:16.052101 [ 3 ] {} <Debug> HTTP-Session: 70ff6268-3e60-4bc4-a402-aa3f80fa31fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11855 | 2024.10.10 06:06:16.052116 [ 3 ] {} <Debug> HTTP-Session: 70ff6268-3e60-4bc4-a402-aa3f80fa31fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11856 | 2024.10.10 06:06:16.052147 [ 3 ] {} <Trace> HTTP-Session: 70ff6268-3e60-4bc4-a402-aa3f80fa31fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11857 | 2024.10.10 06:06:16.052290 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11858 | 2024.10.10 06:06:16.052336 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11859 | 2024.10.10 06:06:16.052468 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11860 | 2024.10.10 06:06:16.052771 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11861 | 2024.10.10 06:06:16.052806 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.28 GiB. | ||
| 11862 | 2024.10.10 06:06:16.053174 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11863 | 2024.10.10 06:06:16.053501 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11864 | 2024.10.10 06:06:16.053630 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
| 11865 | 2024.10.10 06:06:16.053849 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11866 | 2024.10.10 06:06:16.053887 [ 3 ] {d511378e-4ed2-4d32-a0e2-83e934a7d1fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11867 | 2024.10.10 06:06:16.053912 [ 3 ] {} <Debug> HTTP-Session: 70ff6268-3e60-4bc4-a402-aa3f80fa31fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11868 | 2024.10.10 06:06:18.075414 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11869 | 2024.10.10 06:06:18.075486 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11870 | 2024.10.10 06:06:18.332547 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1170 | ||
| 11871 | 2024.10.10 06:06:18.335637 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11872 | 2024.10.10 06:06:18.335682 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 11873 | 2024.10.10 06:06:18.337154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11874 | 2024.10.10 06:06:18.338133 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11875 | 2024.10.10 06:06:18.339503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1170 | ||
| 11876 | 2024.10.10 06:06:21.014768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11877 | 2024.10.10 06:06:21.014878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11878 | 2024.10.10 06:06:21.014921 [ 3 ] {} <Debug> HTTP-Session: 6f381e95-4a51-4c6b-a17c-6889379ac287 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11879 | 2024.10.10 06:06:21.014947 [ 3 ] {} <Debug> HTTP-Session: 6f381e95-4a51-4c6b-a17c-6889379ac287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11880 | 2024.10.10 06:06:21.014962 [ 3 ] {} <Debug> HTTP-Session: 6f381e95-4a51-4c6b-a17c-6889379ac287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11881 | 2024.10.10 06:06:21.015012 [ 3 ] {} <Trace> HTTP-Session: 6f381e95-4a51-4c6b-a17c-6889379ac287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11882 | 2024.10.10 06:06:21.015256 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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) | ||
| 11883 | 2024.10.10 06:06:21.015691 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 11884 | 2024.10.10 06:06:21.015752 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <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 | ||
| 11885 | 2024.10.10 06:06:21.016132 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 11886 | 2024.10.10 06:06:21.016216 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 11887 | 2024.10.10 06:06:21.016397 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 11888 | 2024.10.10 06:06:21.016437 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 11889 | 2024.10.10 06:06:21.016464 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 11890 | 2024.10.10 06:06:21.016483 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 11891 | 2024.10.10 06:06:21.016534 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <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'))" | ||
| 11892 | 2024.10.10 06:06:21.016563 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 11893 | 2024.10.10 06:06:21.017805 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00267 sec., 15355.805243445693 rows/sec., 585.57 KiB/sec. | ||
| 11894 | 2024.10.10 06:06:21.018094 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11895 | 2024.10.10 06:06:21.018122 [ 3 ] {8e137b88-a4cb-4a52-af97-febe518efb2c} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 11896 | 2024.10.10 06:06:21.018139 [ 3 ] {} <Debug> HTTP-Session: 6f381e95-4a51-4c6b-a17c-6889379ac287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11897 | 2024.10.10 06:06:21.019203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11898 | 2024.10.10 06:06:21.019258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11899 | 2024.10.10 06:06:21.019278 [ 3 ] {} <Debug> HTTP-Session: 5a537bdf-0bca-42f9-a0ad-e4d60268f1d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11900 | 2024.10.10 06:06:21.019296 [ 3 ] {} <Debug> HTTP-Session: 5a537bdf-0bca-42f9-a0ad-e4d60268f1d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11901 | 2024.10.10 06:06:21.019312 [ 3 ] {} <Debug> HTTP-Session: 5a537bdf-0bca-42f9-a0ad-e4d60268f1d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11902 | 2024.10.10 06:06:21.019348 [ 3 ] {} <Trace> HTTP-Session: 5a537bdf-0bca-42f9-a0ad-e4d60268f1d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11903 | 2024.10.10 06:06:21.019517 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 11904 | 2024.10.10 06:06:21.019828 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 11905 | 2024.10.10 06:06:21.019880 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <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', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 11906 | 2024.10.10 06:06:21.020213 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 11907 | 2024.10.10 06:06:21.020280 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 11908 | 2024.10.10 06:06:21.020429 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 11909 | 2024.10.10 06:06:21.020463 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 11910 | 2024.10.10 06:06:21.020488 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 11911 | 2024.10.10 06:06:21.020505 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 11912 | 2024.10.10 06:06:21.020550 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <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', 'virtual_machine:vcpu_usage'))" | ||
| 11913 | 2024.10.10 06:06:21.020573 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 11914 | 2024.10.10 06:06:21.021561 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002131 sec., 19239.793524167057 rows/sec., 733.68 KiB/sec. | ||
| 11915 | 2024.10.10 06:06:21.021814 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Debug> DynamicQueryHandler: Done processing query | ||
| 11916 | 2024.10.10 06:06:21.021840 [ 3 ] {1d2f64de-cdfd-4e1f-ba35-d70e6326dd25} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 11917 | 2024.10.10 06:06:21.021856 [ 3 ] {} <Debug> HTTP-Session: 5a537bdf-0bca-42f9-a0ad-e4d60268f1d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11918 | 2024.10.10 06:06:21.022199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11919 | 2024.10.10 06:06:21.022248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11920 | 2024.10.10 06:06:21.022267 [ 3 ] {} <Debug> HTTP-Session: d6607b1b-1b92-4773-8829-3739b46ece71 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11921 | 2024.10.10 06:06:21.022284 [ 3 ] {} <Debug> HTTP-Session: d6607b1b-1b92-4773-8829-3739b46ece71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11922 | 2024.10.10 06:06:21.022298 [ 3 ] {} <Debug> HTTP-Session: d6607b1b-1b92-4773-8829-3739b46ece71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11923 | 2024.10.10 06:06:21.022338 [ 3 ] {} <Trace> HTTP-Session: d6607b1b-1b92-4773-8829-3739b46ece71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11924 | 2024.10.10 06:06:21.022503 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 11925 | 2024.10.10 06:06:21.022812 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 11926 | 2024.10.10 06:06:21.022862 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 11927 | 2024.10.10 06:06:21.023194 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 11928 | 2024.10.10 06:06:21.023259 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 11929 | 2024.10.10 06:06:21.023403 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 11930 | 2024.10.10 06:06:21.023437 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 11931 | 2024.10.10 06:06:21.023460 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 11932 | 2024.10.10 06:06:21.023477 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 11933 | 2024.10.10 06:06:21.023521 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" | ||
| 11934 | 2024.10.10 06:06:21.023545 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 11935 | 2024.10.10 06:06:21.024415 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.001994 sec., 20561.685055165497 rows/sec., 784.09 KiB/sec. | ||
| 11936 | 2024.10.10 06:06:21.024658 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Debug> DynamicQueryHandler: Done processing query | ||
| 11937 | 2024.10.10 06:06:21.024683 [ 3 ] {99db98af-19e7-423a-8166-b322bfb4cfba} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 11938 | 2024.10.10 06:06:21.024700 [ 3 ] {} <Debug> HTTP-Session: d6607b1b-1b92-4773-8829-3739b46ece71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11939 | 2024.10.10 06:06:21.024957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11940 | 2024.10.10 06:06:21.025006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11941 | 2024.10.10 06:06:21.025026 [ 3 ] {} <Debug> HTTP-Session: a93012ed-afe5-4bef-b74b-9348d54d0c28 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11942 | 2024.10.10 06:06:21.025042 [ 3 ] {} <Debug> HTTP-Session: a93012ed-afe5-4bef-b74b-9348d54d0c28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11943 | 2024.10.10 06:06:21.025056 [ 3 ] {} <Debug> HTTP-Session: a93012ed-afe5-4bef-b74b-9348d54d0c28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11944 | 2024.10.10 06:06:21.025088 [ 3 ] {} <Trace> HTTP-Session: a93012ed-afe5-4bef-b74b-9348d54d0c28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11945 | 2024.10.10 06:06:21.025249 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) 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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 11946 | 2024.10.10 06:06:21.025627 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 11947 | 2024.10.10 06:06:21.025695 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 11948 | 2024.10.10 06:06:21.026142 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 11949 | 2024.10.10 06:06:21.026223 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 11950 | 2024.10.10 06:06:21.026403 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 11951 | 2024.10.10 06:06:21.026443 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 11952 | 2024.10.10 06:06:21.026471 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 11953 | 2024.10.10 06:06:21.026493 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 11954 | 2024.10.10 06:06:21.026548 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 11955 | 2024.10.10 06:06:21.026579 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 11956 | 2024.10.10 06:06:21.027448 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002282 sec., 17966.69588080631 rows/sec., 685.13 KiB/sec. | ||
| 11957 | 2024.10.10 06:06:21.027773 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11958 | 2024.10.10 06:06:21.027805 [ 3 ] {4dbfc144-357a-48ec-bb2c-8d4caca7f63e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 11959 | 2024.10.10 06:06:21.027828 [ 3 ] {} <Debug> HTTP-Session: a93012ed-afe5-4bef-b74b-9348d54d0c28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11960 | 2024.10.10 06:06:21.028673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11961 | 2024.10.10 06:06:21.028741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11962 | 2024.10.10 06:06:21.028769 [ 3 ] {} <Debug> HTTP-Session: 75c18254-7177-45e8-94ce-8fbff7d62523 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11963 | 2024.10.10 06:06:21.028794 [ 3 ] {} <Debug> HTTP-Session: 75c18254-7177-45e8-94ce-8fbff7d62523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11964 | 2024.10.10 06:06:21.028815 [ 3 ] {} <Debug> HTTP-Session: 75c18254-7177-45e8-94ce-8fbff7d62523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11965 | 2024.10.10 06:06:21.028853 [ 3 ] {} <Trace> HTTP-Session: 75c18254-7177-45e8-94ce-8fbff7d62523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11966 | 2024.10.10 06:06:21.029022 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 11967 | 2024.10.10 06:06:21.029342 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 11968 | 2024.10.10 06:06:21.029397 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 11969 | 2024.10.10 06:06:21.029746 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 11970 | 2024.10.10 06:06:21.029815 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 11971 | 2024.10.10 06:06:21.029959 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 11972 | 2024.10.10 06:06:21.029993 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 11973 | 2024.10.10 06:06:21.030016 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 11974 | 2024.10.10 06:06:21.030035 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 11975 | 2024.10.10 06:06:21.030082 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <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', 'crucible_upstairs:activated', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 11976 | 2024.10.10 06:06:21.030107 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 11977 | 2024.10.10 06:06:21.031036 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002096 sec., 19561.068702290075 rows/sec., 745.93 KiB/sec. | ||
| 11978 | 2024.10.10 06:06:21.031310 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11979 | 2024.10.10 06:06:21.031341 [ 3 ] {f5d48221-643c-4313-b458-a05a0cd4c53a} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 11980 | 2024.10.10 06:06:21.031364 [ 3 ] {} <Debug> HTTP-Session: 75c18254-7177-45e8-94ce-8fbff7d62523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11981 | 2024.10.10 06:06:21.031629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11982 | 2024.10.10 06:06:21.031691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11983 | 2024.10.10 06:06:21.031716 [ 3 ] {} <Debug> HTTP-Session: 33ca90af-106e-47ef-9401-6c170a0ec17f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 11984 | 2024.10.10 06:06:21.031739 [ 3 ] {} <Debug> HTTP-Session: 33ca90af-106e-47ef-9401-6c170a0ec17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11985 | 2024.10.10 06:06:21.031759 [ 3 ] {} <Debug> HTTP-Session: 33ca90af-106e-47ef-9401-6c170a0ec17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11986 | 2024.10.10 06:06:21.031799 [ 3 ] {} <Trace> HTTP-Session: 33ca90af-106e-47ef-9401-6c170a0ec17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11987 | 2024.10.10 06:06:21.032005 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 11988 | 2024.10.10 06:06:21.032344 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 11989 | 2024.10.10 06:06:21.032398 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 11990 | 2024.10.10 06:06:21.032747 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 11991 | 2024.10.10 06:06:21.032815 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 11992 | 2024.10.10 06:06:21.032957 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 11993 | 2024.10.10 06:06:21.032991 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 11994 | 2024.10.10 06:06:21.033016 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 11995 | 2024.10.10 06:06:21.033034 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 11996 | 2024.10.10 06:06:21.033083 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 11997 | 2024.10.10 06:06:21.033108 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 11998 | 2024.10.10 06:06:21.033925 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002036 sec., 20137.524557956778 rows/sec., 767.92 KiB/sec. | ||
| 11999 | 2024.10.10 06:06:21.034165 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12000 | 2024.10.10 06:06:21.034190 [ 3 ] {f07cac6f-e0f0-4ace-a301-5fd7b50a281d} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12001 | 2024.10.10 06:06:21.034207 [ 3 ] {} <Debug> HTTP-Session: 33ca90af-106e-47ef-9401-6c170a0ec17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12002 | 2024.10.10 06:06:21.034435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12003 | 2024.10.10 06:06:21.034486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12004 | 2024.10.10 06:06:21.034508 [ 3 ] {} <Debug> HTTP-Session: 34ee940a-e37e-474d-a4d4-81d8ea12ab60 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12005 | 2024.10.10 06:06:21.034525 [ 3 ] {} <Debug> HTTP-Session: 34ee940a-e37e-474d-a4d4-81d8ea12ab60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12006 | 2024.10.10 06:06:21.034540 [ 3 ] {} <Debug> HTTP-Session: 34ee940a-e37e-474d-a4d4-81d8ea12ab60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12007 | 2024.10.10 06:06:21.034572 [ 3 ] {} <Trace> HTTP-Session: 34ee940a-e37e-474d-a4d4-81d8ea12ab60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12008 | 2024.10.10 06:06:21.034732 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12009 | 2024.10.10 06:06:21.035046 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12010 | 2024.10.10 06:06:21.035099 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12011 | 2024.10.10 06:06:21.035445 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12012 | 2024.10.10 06:06:21.035513 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12013 | 2024.10.10 06:06:21.035654 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 12014 | 2024.10.10 06:06:21.035687 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12015 | 2024.10.10 06:06:21.035711 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12016 | 2024.10.10 06:06:21.035728 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12017 | 2024.10.10 06:06:21.035774 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12018 | 2024.10.10 06:06:21.035798 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12019 | 2024.10.10 06:06:21.036763 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002114 sec., 19394.512771996215 rows/sec., 739.58 KiB/sec. | ||
| 12020 | 2024.10.10 06:06:21.036999 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12021 | 2024.10.10 06:06:21.037025 [ 3 ] {cc9faea8-6b5c-4795-9acf-638e6e26fad1} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12022 | 2024.10.10 06:06:21.037043 [ 3 ] {} <Debug> HTTP-Session: 34ee940a-e37e-474d-a4d4-81d8ea12ab60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12023 | 2024.10.10 06:06:21.037258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12024 | 2024.10.10 06:06:21.037314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12025 | 2024.10.10 06:06:21.037334 [ 3 ] {} <Debug> HTTP-Session: 3c070295-dc30-43f1-b034-edc66cef9f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12026 | 2024.10.10 06:06:21.037352 [ 3 ] {} <Debug> HTTP-Session: 3c070295-dc30-43f1-b034-edc66cef9f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12027 | 2024.10.10 06:06:21.037366 [ 3 ] {} <Debug> HTTP-Session: 3c070295-dc30-43f1-b034-edc66cef9f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12028 | 2024.10.10 06:06:21.037398 [ 3 ] {} <Trace> HTTP-Session: 3c070295-dc30-43f1-b034-edc66cef9f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12029 | 2024.10.10 06:06:21.037559 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12030 | 2024.10.10 06:06:21.037876 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12031 | 2024.10.10 06:06:21.037930 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12032 | 2024.10.10 06:06:21.038277 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12033 | 2024.10.10 06:06:21.038343 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12034 | 2024.10.10 06:06:21.038485 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
| 12035 | 2024.10.10 06:06:21.038518 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12036 | 2024.10.10 06:06:21.038541 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12037 | 2024.10.10 06:06:21.038558 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12038 | 2024.10.10 06:06:21.038602 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12039 | 2024.10.10 06:06:21.038625 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12040 | 2024.10.10 06:06:21.039395 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00192 sec., 21354.166666666668 rows/sec., 814.31 KiB/sec. | ||
| 12041 | 2024.10.10 06:06:21.039622 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 12042 | 2024.10.10 06:06:21.039647 [ 3 ] {64f1a607-2ae8-4f20-85f9-feb7ce013fdd} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12043 | 2024.10.10 06:06:21.039664 [ 3 ] {} <Debug> HTTP-Session: 3c070295-dc30-43f1-b034-edc66cef9f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12044 | 2024.10.10 06:06:21.039869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12045 | 2024.10.10 06:06:21.039917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12046 | 2024.10.10 06:06:21.039938 [ 3 ] {} <Debug> HTTP-Session: a50fb87d-405a-4888-b534-45552b78b8b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12047 | 2024.10.10 06:06:21.039955 [ 3 ] {} <Debug> HTTP-Session: a50fb87d-405a-4888-b534-45552b78b8b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12048 | 2024.10.10 06:06:21.039969 [ 3 ] {} <Debug> HTTP-Session: a50fb87d-405a-4888-b534-45552b78b8b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12049 | 2024.10.10 06:06:21.040000 [ 3 ] {} <Trace> HTTP-Session: a50fb87d-405a-4888-b534-45552b78b8b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12050 | 2024.10.10 06:06:21.040162 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12051 | 2024.10.10 06:06:21.040471 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12052 | 2024.10.10 06:06:21.040524 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12053 | 2024.10.10 06:06:21.040874 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12054 | 2024.10.10 06:06:21.040940 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12055 | 2024.10.10 06:06:21.041080 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 49-element set) | ||
| 12056 | 2024.10.10 06:06:21.041112 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12057 | 2024.10.10 06:06:21.041135 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12058 | 2024.10.10 06:06:21.041152 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12059 | 2024.10.10 06:06:21.041195 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12060 | 2024.10.10 06:06:21.041218 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12061 | 2024.10.10 06:06:21.042090 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002014 sec., 20357.49751737835 rows/sec., 776.30 KiB/sec. | ||
| 12062 | 2024.10.10 06:06:21.042332 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 12063 | 2024.10.10 06:06:21.042357 [ 3 ] {74ffe55f-1748-4329-bbc8-09a9ec21b0d0} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12064 | 2024.10.10 06:06:21.042374 [ 3 ] {} <Debug> HTTP-Session: a50fb87d-405a-4888-b534-45552b78b8b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12065 | 2024.10.10 06:06:21.042604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12066 | 2024.10.10 06:06:21.042653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12067 | 2024.10.10 06:06:21.042672 [ 3 ] {} <Debug> HTTP-Session: d31e41ac-807f-41cc-80dd-cd88a4e66556 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12068 | 2024.10.10 06:06:21.042688 [ 3 ] {} <Debug> HTTP-Session: d31e41ac-807f-41cc-80dd-cd88a4e66556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12069 | 2024.10.10 06:06:21.042702 [ 3 ] {} <Debug> HTTP-Session: d31e41ac-807f-41cc-80dd-cd88a4e66556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12070 | 2024.10.10 06:06:21.042733 [ 3 ] {} <Trace> HTTP-Session: d31e41ac-807f-41cc-80dd-cd88a4e66556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12071 | 2024.10.10 06:06:21.042891 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12072 | 2024.10.10 06:06:21.043203 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12073 | 2024.10.10 06:06:21.043255 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12074 | 2024.10.10 06:06:21.043600 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12075 | 2024.10.10 06:06:21.043666 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12076 | 2024.10.10 06:06:21.043806 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 50-element set) | ||
| 12077 | 2024.10.10 06:06:21.043838 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12078 | 2024.10.10 06:06:21.043861 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12079 | 2024.10.10 06:06:21.043877 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12080 | 2024.10.10 06:06:21.043922 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12081 | 2024.10.10 06:06:21.043946 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12082 | 2024.10.10 06:06:21.044797 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.001992 sec., 20582.32931726908 rows/sec., 784.88 KiB/sec. | ||
| 12083 | 2024.10.10 06:06:21.045019 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Debug> DynamicQueryHandler: Done processing query | ||
| 12084 | 2024.10.10 06:06:21.045045 [ 3 ] {3e42718f-1cde-4fb2-801d-1ecb6bd2e215} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12085 | 2024.10.10 06:06:21.045062 [ 3 ] {} <Debug> HTTP-Session: d31e41ac-807f-41cc-80dd-cd88a4e66556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12086 | 2024.10.10 06:06:21.045269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12087 | 2024.10.10 06:06:21.045318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12088 | 2024.10.10 06:06:21.045338 [ 3 ] {} <Debug> HTTP-Session: 7ff36a12-32de-4e5b-8033-e46330770453 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12089 | 2024.10.10 06:06:21.045380 [ 3 ] {} <Debug> HTTP-Session: 7ff36a12-32de-4e5b-8033-e46330770453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12090 | 2024.10.10 06:06:21.045394 [ 3 ] {} <Debug> HTTP-Session: 7ff36a12-32de-4e5b-8033-e46330770453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12091 | 2024.10.10 06:06:21.045425 [ 3 ] {} <Trace> HTTP-Session: 7ff36a12-32de-4e5b-8033-e46330770453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12092 | 2024.10.10 06:06:21.045583 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12093 | 2024.10.10 06:06:21.045922 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12094 | 2024.10.10 06:06:21.045977 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12095 | 2024.10.10 06:06:21.046330 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12096 | 2024.10.10 06:06:21.046395 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12097 | 2024.10.10 06:06:21.046537 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 51-element set) | ||
| 12098 | 2024.10.10 06:06:21.046570 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12099 | 2024.10.10 06:06:21.046592 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12100 | 2024.10.10 06:06:21.046609 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12101 | 2024.10.10 06:06:21.046652 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12102 | 2024.10.10 06:06:21.046675 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12103 | 2024.10.10 06:06:21.047533 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002032 sec., 20177.165354330707 rows/sec., 769.43 KiB/sec. | ||
| 12104 | 2024.10.10 06:06:21.047771 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Debug> DynamicQueryHandler: Done processing query | ||
| 12105 | 2024.10.10 06:06:21.047795 [ 3 ] {256e9a17-2ef2-4d05-9ca0-8551d7960856} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12106 | 2024.10.10 06:06:21.047812 [ 3 ] {} <Debug> HTTP-Session: 7ff36a12-32de-4e5b-8033-e46330770453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12107 | 2024.10.10 06:06:21.048043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12108 | 2024.10.10 06:06:21.048092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12109 | 2024.10.10 06:06:21.048112 [ 3 ] {} <Debug> HTTP-Session: 695c53c5-370c-4c22-9ba6-c464509bac26 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12110 | 2024.10.10 06:06:21.048129 [ 3 ] {} <Debug> HTTP-Session: 695c53c5-370c-4c22-9ba6-c464509bac26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12111 | 2024.10.10 06:06:21.048143 [ 3 ] {} <Debug> HTTP-Session: 695c53c5-370c-4c22-9ba6-c464509bac26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12112 | 2024.10.10 06:06:21.048174 [ 3 ] {} <Trace> HTTP-Session: 695c53c5-370c-4c22-9ba6-c464509bac26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12113 | 2024.10.10 06:06:21.048335 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12114 | 2024.10.10 06:06:21.048648 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12115 | 2024.10.10 06:06:21.048702 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12116 | 2024.10.10 06:06:21.049056 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12117 | 2024.10.10 06:06:21.049121 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12118 | 2024.10.10 06:06:21.049264 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 52-element set) | ||
| 12119 | 2024.10.10 06:06:21.049297 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12120 | 2024.10.10 06:06:21.049320 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12121 | 2024.10.10 06:06:21.049337 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12122 | 2024.10.10 06:06:21.049380 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12123 | 2024.10.10 06:06:21.049403 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12124 | 2024.10.10 06:06:21.050293 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002044 sec., 20058.7084148728 rows/sec., 764.91 KiB/sec. | ||
| 12125 | 2024.10.10 06:06:21.050544 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Debug> DynamicQueryHandler: Done processing query | ||
| 12126 | 2024.10.10 06:06:21.050569 [ 3 ] {7b8ea97a-80d8-46b0-9fe1-19744fdc9211} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12127 | 2024.10.10 06:06:21.050585 [ 3 ] {} <Debug> HTTP-Session: 695c53c5-370c-4c22-9ba6-c464509bac26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12128 | 2024.10.10 06:06:21.050792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12129 | 2024.10.10 06:06:21.050841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12130 | 2024.10.10 06:06:21.050860 [ 3 ] {} <Debug> HTTP-Session: 0abe251f-6943-4c45-aef8-79873e55c909 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12131 | 2024.10.10 06:06:21.050877 [ 3 ] {} <Debug> HTTP-Session: 0abe251f-6943-4c45-aef8-79873e55c909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12132 | 2024.10.10 06:06:21.050891 [ 3 ] {} <Debug> HTTP-Session: 0abe251f-6943-4c45-aef8-79873e55c909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12133 | 2024.10.10 06:06:21.050922 [ 3 ] {} <Trace> HTTP-Session: 0abe251f-6943-4c45-aef8-79873e55c909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12134 | 2024.10.10 06:06:21.051085 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12135 | 2024.10.10 06:06:21.051403 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12136 | 2024.10.10 06:06:21.051457 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12137 | 2024.10.10 06:06:21.051812 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12138 | 2024.10.10 06:06:21.051876 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12139 | 2024.10.10 06:06:21.052015 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 53-element set) | ||
| 12140 | 2024.10.10 06:06:21.052046 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12141 | 2024.10.10 06:06:21.052070 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12142 | 2024.10.10 06:06:21.052086 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12143 | 2024.10.10 06:06:21.052130 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12144 | 2024.10.10 06:06:21.052155 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12145 | 2024.10.10 06:06:21.052975 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.001978 sec., 20728.008088978764 rows/sec., 790.43 KiB/sec. | ||
| 12146 | 2024.10.10 06:06:21.053210 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Debug> DynamicQueryHandler: Done processing query | ||
| 12147 | 2024.10.10 06:06:21.053235 [ 3 ] {4ff97e13-3bbf-46c7-851f-9bb33d85be17} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12148 | 2024.10.10 06:06:21.053252 [ 3 ] {} <Debug> HTTP-Session: 0abe251f-6943-4c45-aef8-79873e55c909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12149 | 2024.10.10 06:06:21.053979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12150 | 2024.10.10 06:06:21.054028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12151 | 2024.10.10 06:06:21.054049 [ 3 ] {} <Debug> HTTP-Session: c38f8830-6c37-48f1-a054-a8b8631b3d89 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12152 | 2024.10.10 06:06:21.054066 [ 3 ] {} <Debug> HTTP-Session: c38f8830-6c37-48f1-a054-a8b8631b3d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12153 | 2024.10.10 06:06:21.054080 [ 3 ] {} <Debug> HTTP-Session: c38f8830-6c37-48f1-a054-a8b8631b3d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12154 | 2024.10.10 06:06:21.054110 [ 3 ] {} <Trace> HTTP-Session: c38f8830-6c37-48f1-a054-a8b8631b3d89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12155 | 2024.10.10 06:06:21.054271 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12156 | 2024.10.10 06:06:21.054585 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12157 | 2024.10.10 06:06:21.054639 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12158 | 2024.10.10 06:06:21.055241 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12159 | 2024.10.10 06:06:21.055306 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12160 | 2024.10.10 06:06:21.055446 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 54-element set) | ||
| 12161 | 2024.10.10 06:06:21.055478 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12162 | 2024.10.10 06:06:21.055501 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12163 | 2024.10.10 06:06:21.055517 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12164 | 2024.10.10 06:06:21.055561 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12165 | 2024.10.10 06:06:21.055584 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12166 | 2024.10.10 06:06:21.056473 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002289 sec., 17911.751856705985 rows/sec., 683.04 KiB/sec. | ||
| 12167 | 2024.10.10 06:06:21.056721 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12168 | 2024.10.10 06:06:21.056747 [ 3 ] {0296a8b0-00a1-44bb-84fc-f3aea7d50f0a} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12169 | 2024.10.10 06:06:21.056764 [ 3 ] {} <Debug> HTTP-Session: c38f8830-6c37-48f1-a054-a8b8631b3d89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12170 | 2024.10.10 06:06:21.057040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12171 | 2024.10.10 06:06:21.057089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12172 | 2024.10.10 06:06:21.057108 [ 3 ] {} <Debug> HTTP-Session: b7966cf5-e285-4be5-a676-b4012496dc07 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12173 | 2024.10.10 06:06:21.057125 [ 3 ] {} <Debug> HTTP-Session: b7966cf5-e285-4be5-a676-b4012496dc07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12174 | 2024.10.10 06:06:21.057139 [ 3 ] {} <Debug> HTTP-Session: b7966cf5-e285-4be5-a676-b4012496dc07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12175 | 2024.10.10 06:06:21.057169 [ 3 ] {} <Trace> HTTP-Session: b7966cf5-e285-4be5-a676-b4012496dc07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12176 | 2024.10.10 06:06:21.057338 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12177 | 2024.10.10 06:06:21.057666 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12178 | 2024.10.10 06:06:21.057721 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12179 | 2024.10.10 06:06:21.058086 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12180 | 2024.10.10 06:06:21.058150 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12181 | 2024.10.10 06:06:21.058290 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 55-element set) | ||
| 12182 | 2024.10.10 06:06:21.058324 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12183 | 2024.10.10 06:06:21.058346 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12184 | 2024.10.10 06:06:21.058363 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12185 | 2024.10.10 06:06:21.058407 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12186 | 2024.10.10 06:06:21.058431 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12187 | 2024.10.10 06:06:21.059256 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002011 sec., 20387.86673296867 rows/sec., 777.46 KiB/sec. | ||
| 12188 | 2024.10.10 06:06:21.059499 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12189 | 2024.10.10 06:06:21.059525 [ 3 ] {5a79d63e-86dc-41db-a56e-8147bede318a} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12190 | 2024.10.10 06:06:21.059541 [ 3 ] {} <Debug> HTTP-Session: b7966cf5-e285-4be5-a676-b4012496dc07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12191 | 2024.10.10 06:06:21.059777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12192 | 2024.10.10 06:06:21.059826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12193 | 2024.10.10 06:06:21.059847 [ 3 ] {} <Debug> HTTP-Session: c6daa58e-923e-4557-b1d6-256297c99df4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12194 | 2024.10.10 06:06:21.059863 [ 3 ] {} <Debug> HTTP-Session: c6daa58e-923e-4557-b1d6-256297c99df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12195 | 2024.10.10 06:06:21.059877 [ 3 ] {} <Debug> HTTP-Session: c6daa58e-923e-4557-b1d6-256297c99df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12196 | 2024.10.10 06:06:21.059907 [ 3 ] {} <Trace> HTTP-Session: c6daa58e-923e-4557-b1d6-256297c99df4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12197 | 2024.10.10 06:06:21.060070 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12198 | 2024.10.10 06:06:21.060399 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12199 | 2024.10.10 06:06:21.060455 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12200 | 2024.10.10 06:06:21.060825 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12201 | 2024.10.10 06:06:21.060891 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12202 | 2024.10.10 06:06:21.061032 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 56-element set) | ||
| 12203 | 2024.10.10 06:06:21.061065 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12204 | 2024.10.10 06:06:21.061087 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12205 | 2024.10.10 06:06:21.061105 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12206 | 2024.10.10 06:06:21.061149 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12207 | 2024.10.10 06:06:21.061173 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12208 | 2024.10.10 06:06:21.062104 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002121 sec., 19330.50447901933 rows/sec., 737.14 KiB/sec. | ||
| 12209 | 2024.10.10 06:06:21.062350 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 12210 | 2024.10.10 06:06:21.062375 [ 3 ] {1b40a8ca-dc49-45e5-8950-0f905bf5afb0} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12211 | 2024.10.10 06:06:21.062392 [ 3 ] {} <Debug> HTTP-Session: c6daa58e-923e-4557-b1d6-256297c99df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12212 | 2024.10.10 06:06:21.062827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12213 | 2024.10.10 06:06:21.062877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12214 | 2024.10.10 06:06:21.062896 [ 3 ] {} <Debug> HTTP-Session: 262926af-8026-4c6f-b1ec-e53ee520b991 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12215 | 2024.10.10 06:06:21.062913 [ 3 ] {} <Debug> HTTP-Session: 262926af-8026-4c6f-b1ec-e53ee520b991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12216 | 2024.10.10 06:06:21.062927 [ 3 ] {} <Debug> HTTP-Session: 262926af-8026-4c6f-b1ec-e53ee520b991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12217 | 2024.10.10 06:06:21.062957 [ 3 ] {} <Trace> HTTP-Session: 262926af-8026-4c6f-b1ec-e53ee520b991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12218 | 2024.10.10 06:06:21.063123 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12219 | 2024.10.10 06:06:21.063446 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12220 | 2024.10.10 06:06:21.063503 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12221 | 2024.10.10 06:06:21.063877 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12222 | 2024.10.10 06:06:21.063943 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12223 | 2024.10.10 06:06:21.064085 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 57-element set) | ||
| 12224 | 2024.10.10 06:06:21.064116 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12225 | 2024.10.10 06:06:21.064139 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12226 | 2024.10.10 06:06:21.064155 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12227 | 2024.10.10 06:06:21.064199 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12228 | 2024.10.10 06:06:21.064223 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12229 | 2024.10.10 06:06:21.065093 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002061 sec., 19893.255701115962 rows/sec., 758.60 KiB/sec. | ||
| 12230 | 2024.10.10 06:06:21.065330 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12231 | 2024.10.10 06:06:21.065356 [ 3 ] {3f2246c9-0f0e-46a0-a8e5-bd1cba66c92e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12232 | 2024.10.10 06:06:21.065371 [ 3 ] {} <Debug> HTTP-Session: 262926af-8026-4c6f-b1ec-e53ee520b991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12233 | 2024.10.10 06:06:21.065603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12234 | 2024.10.10 06:06:21.065653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12235 | 2024.10.10 06:06:21.065671 [ 3 ] {} <Debug> HTTP-Session: 51e8560c-d4c5-4778-95e0-cbd06cb819ad Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12236 | 2024.10.10 06:06:21.065688 [ 3 ] {} <Debug> HTTP-Session: 51e8560c-d4c5-4778-95e0-cbd06cb819ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12237 | 2024.10.10 06:06:21.065701 [ 3 ] {} <Debug> HTTP-Session: 51e8560c-d4c5-4778-95e0-cbd06cb819ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12238 | 2024.10.10 06:06:21.065732 [ 3 ] {} <Trace> HTTP-Session: 51e8560c-d4c5-4778-95e0-cbd06cb819ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12239 | 2024.10.10 06:06:21.065896 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12240 | 2024.10.10 06:06:21.066216 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12241 | 2024.10.10 06:06:21.066273 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12242 | 2024.10.10 06:06:21.066648 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12243 | 2024.10.10 06:06:21.066714 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12244 | 2024.10.10 06:06:21.066936 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 58-element set) | ||
| 12245 | 2024.10.10 06:06:21.067049 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12246 | 2024.10.10 06:06:21.067199 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12247 | 2024.10.10 06:06:21.067288 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12248 | 2024.10.10 06:06:21.067654 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12249 | 2024.10.10 06:06:21.067813 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12250 | 2024.10.10 06:06:21.069687 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.003881 sec., 10564.28755475393 rows/sec., 402.85 KiB/sec. | ||
| 12251 | 2024.10.10 06:06:21.069930 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 12252 | 2024.10.10 06:06:21.069955 [ 3 ] {cc1d9441-0137-4d46-92d9-235e037628fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12253 | 2024.10.10 06:06:21.069972 [ 3 ] {} <Debug> HTTP-Session: 51e8560c-d4c5-4778-95e0-cbd06cb819ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12254 | 2024.10.10 06:06:21.070225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12255 | 2024.10.10 06:06:21.070273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12256 | 2024.10.10 06:06:21.070293 [ 3 ] {} <Debug> HTTP-Session: 71960bee-1a3e-4b7f-82dc-f579ebfc5718 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12257 | 2024.10.10 06:06:21.070311 [ 3 ] {} <Debug> HTTP-Session: 71960bee-1a3e-4b7f-82dc-f579ebfc5718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12258 | 2024.10.10 06:06:21.070324 [ 3 ] {} <Debug> HTTP-Session: 71960bee-1a3e-4b7f-82dc-f579ebfc5718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12259 | 2024.10.10 06:06:21.070355 [ 3 ] {} <Trace> HTTP-Session: 71960bee-1a3e-4b7f-82dc-f579ebfc5718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12260 | 2024.10.10 06:06:21.070523 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12261 | 2024.10.10 06:06:21.070856 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12262 | 2024.10.10 06:06:21.070912 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12263 | 2024.10.10 06:06:21.071292 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12264 | 2024.10.10 06:06:21.071359 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12265 | 2024.10.10 06:06:21.071500 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 59-element set) | ||
| 12266 | 2024.10.10 06:06:21.071534 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12267 | 2024.10.10 06:06:21.071557 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12268 | 2024.10.10 06:06:21.071574 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12269 | 2024.10.10 06:06:21.071618 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12270 | 2024.10.10 06:06:21.071642 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12271 | 2024.10.10 06:06:21.072578 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002148 sec., 19087.52327746741 rows/sec., 727.88 KiB/sec. | ||
| 12272 | 2024.10.10 06:06:21.072823 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Debug> DynamicQueryHandler: Done processing query | ||
| 12273 | 2024.10.10 06:06:21.072849 [ 3 ] {a545826a-59db-4c99-b547-22ea3b834115} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12274 | 2024.10.10 06:06:21.072866 [ 3 ] {} <Debug> HTTP-Session: 71960bee-1a3e-4b7f-82dc-f579ebfc5718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12275 | 2024.10.10 06:06:21.073212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12276 | 2024.10.10 06:06:21.073261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12277 | 2024.10.10 06:06:21.073281 [ 3 ] {} <Debug> HTTP-Session: 2d834465-3b92-498b-becf-6dcc8513024d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12278 | 2024.10.10 06:06:21.073298 [ 3 ] {} <Debug> HTTP-Session: 2d834465-3b92-498b-becf-6dcc8513024d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12279 | 2024.10.10 06:06:21.073313 [ 3 ] {} <Debug> HTTP-Session: 2d834465-3b92-498b-becf-6dcc8513024d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12280 | 2024.10.10 06:06:21.073343 [ 3 ] {} <Trace> HTTP-Session: 2d834465-3b92-498b-becf-6dcc8513024d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12281 | 2024.10.10 06:06:21.073512 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12282 | 2024.10.10 06:06:21.073843 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12283 | 2024.10.10 06:06:21.073899 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12284 | 2024.10.10 06:06:21.074279 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12285 | 2024.10.10 06:06:21.074346 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12286 | 2024.10.10 06:06:21.074489 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 60-element set) | ||
| 12287 | 2024.10.10 06:06:21.074521 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12288 | 2024.10.10 06:06:21.074544 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12289 | 2024.10.10 06:06:21.074561 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12290 | 2024.10.10 06:06:21.074604 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12291 | 2024.10.10 06:06:21.074628 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12292 | 2024.10.10 06:06:21.075359 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00194 sec., 21134.0206185567 rows/sec., 805.92 KiB/sec. | ||
| 12293 | 2024.10.10 06:06:21.075603 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Debug> DynamicQueryHandler: Done processing query | ||
| 12294 | 2024.10.10 06:06:21.075628 [ 3 ] {a2be84a7-4574-421f-b142-e19edf84b536} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12295 | 2024.10.10 06:06:21.075646 [ 3 ] {} <Debug> HTTP-Session: 2d834465-3b92-498b-becf-6dcc8513024d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12296 | 2024.10.10 06:06:21.075869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12297 | 2024.10.10 06:06:21.075918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12298 | 2024.10.10 06:06:21.075938 [ 3 ] {} <Debug> HTTP-Session: 3d61e76c-c6fb-4c0c-8821-0dbd2ba624a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12299 | 2024.10.10 06:06:21.075955 [ 3 ] {} <Debug> HTTP-Session: 3d61e76c-c6fb-4c0c-8821-0dbd2ba624a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12300 | 2024.10.10 06:06:21.075969 [ 3 ] {} <Debug> HTTP-Session: 3d61e76c-c6fb-4c0c-8821-0dbd2ba624a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12301 | 2024.10.10 06:06:21.075999 [ 3 ] {} <Trace> HTTP-Session: 3d61e76c-c6fb-4c0c-8821-0dbd2ba624a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12302 | 2024.10.10 06:06:21.076164 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12303 | 2024.10.10 06:06:21.076489 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12304 | 2024.10.10 06:06:21.076547 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12305 | 2024.10.10 06:06:21.076929 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12306 | 2024.10.10 06:06:21.076993 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12307 | 2024.10.10 06:06:21.077133 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 61-element set) | ||
| 12308 | 2024.10.10 06:06:21.077165 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12309 | 2024.10.10 06:06:21.077188 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12310 | 2024.10.10 06:06:21.077205 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12311 | 2024.10.10 06:06:21.077249 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12312 | 2024.10.10 06:06:21.077275 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12313 | 2024.10.10 06:06:21.078053 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.001981 sec., 20696.617869762744 rows/sec., 789.24 KiB/sec. | ||
| 12314 | 2024.10.10 06:06:21.078289 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Debug> DynamicQueryHandler: Done processing query | ||
| 12315 | 2024.10.10 06:06:21.078315 [ 3 ] {72384ff6-f73f-40c2-b921-61863d1644af} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12316 | 2024.10.10 06:06:21.078332 [ 3 ] {} <Debug> HTTP-Session: 3d61e76c-c6fb-4c0c-8821-0dbd2ba624a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12317 | 2024.10.10 06:06:21.078652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12318 | 2024.10.10 06:06:21.078700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12319 | 2024.10.10 06:06:21.078720 [ 3 ] {} <Debug> HTTP-Session: 95cf19d0-de95-4e76-908e-659cc3854128 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12320 | 2024.10.10 06:06:21.078737 [ 3 ] {} <Debug> HTTP-Session: 95cf19d0-de95-4e76-908e-659cc3854128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12321 | 2024.10.10 06:06:21.078750 [ 3 ] {} <Debug> HTTP-Session: 95cf19d0-de95-4e76-908e-659cc3854128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12322 | 2024.10.10 06:06:21.078780 [ 3 ] {} <Trace> HTTP-Session: 95cf19d0-de95-4e76-908e-659cc3854128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12323 | 2024.10.10 06:06:21.078948 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12324 | 2024.10.10 06:06:21.079268 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12325 | 2024.10.10 06:06:21.079325 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12326 | 2024.10.10 06:06:21.079712 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12327 | 2024.10.10 06:06:21.079779 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12328 | 2024.10.10 06:06:21.079918 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 62-element set) | ||
| 12329 | 2024.10.10 06:06:21.079950 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12330 | 2024.10.10 06:06:21.079973 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12331 | 2024.10.10 06:06:21.079990 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12332 | 2024.10.10 06:06:21.080033 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12333 | 2024.10.10 06:06:21.080056 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12334 | 2024.10.10 06:06:21.080935 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00208 sec., 19711.538461538465 rows/sec., 751.67 KiB/sec. | ||
| 12335 | 2024.10.10 06:06:21.081165 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12336 | 2024.10.10 06:06:21.081190 [ 3 ] {a9186cf2-c526-488b-9393-d2b2ffb3cc0e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12337 | 2024.10.10 06:06:21.081207 [ 3 ] {} <Debug> HTTP-Session: 95cf19d0-de95-4e76-908e-659cc3854128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12338 | 2024.10.10 06:06:21.081563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12339 | 2024.10.10 06:06:21.081612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12340 | 2024.10.10 06:06:21.081632 [ 3 ] {} <Debug> HTTP-Session: 4c63753c-63c0-49e2-bd63-5712382e1212 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12341 | 2024.10.10 06:06:21.081648 [ 3 ] {} <Debug> HTTP-Session: 4c63753c-63c0-49e2-bd63-5712382e1212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12342 | 2024.10.10 06:06:21.081662 [ 3 ] {} <Debug> HTTP-Session: 4c63753c-63c0-49e2-bd63-5712382e1212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12343 | 2024.10.10 06:06:21.081693 [ 3 ] {} <Trace> HTTP-Session: 4c63753c-63c0-49e2-bd63-5712382e1212 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12344 | 2024.10.10 06:06:21.081859 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12345 | 2024.10.10 06:06:21.082189 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12346 | 2024.10.10 06:06:21.082247 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12347 | 2024.10.10 06:06:21.082702 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12348 | 2024.10.10 06:06:21.082778 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12349 | 2024.10.10 06:06:21.082923 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 63-element set) | ||
| 12350 | 2024.10.10 06:06:21.082955 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12351 | 2024.10.10 06:06:21.082978 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12352 | 2024.10.10 06:06:21.082994 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12353 | 2024.10.10 06:06:21.083039 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12354 | 2024.10.10 06:06:21.083065 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12355 | 2024.10.10 06:06:21.083937 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00217 sec., 18894.00921658986 rows/sec., 720.50 KiB/sec. | ||
| 12356 | 2024.10.10 06:06:21.084172 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Debug> DynamicQueryHandler: Done processing query | ||
| 12357 | 2024.10.10 06:06:21.084199 [ 3 ] {ddb026e5-771e-4074-a26d-8e573445c029} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12358 | 2024.10.10 06:06:21.084216 [ 3 ] {} <Debug> HTTP-Session: 4c63753c-63c0-49e2-bd63-5712382e1212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12359 | 2024.10.10 06:06:21.084523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 2179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12360 | 2024.10.10 06:06:21.084573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12361 | 2024.10.10 06:06:21.084592 [ 3 ] {} <Debug> HTTP-Session: 2188617e-e1b8-404e-bec9-475f71ce0dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12362 | 2024.10.10 06:06:21.084608 [ 3 ] {} <Debug> HTTP-Session: 2188617e-e1b8-404e-bec9-475f71ce0dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12363 | 2024.10.10 06:06:21.084622 [ 3 ] {} <Debug> HTTP-Session: 2188617e-e1b8-404e-bec9-475f71ce0dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12364 | 2024.10.10 06:06:21.084653 [ 3 ] {} <Trace> HTTP-Session: 2188617e-e1b8-404e-bec9-475f71ce0dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12365 | 2024.10.10 06:06:21.084827 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
| 12366 | 2024.10.10 06:06:21.085172 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 12367 | 2024.10.10 06:06:21.085247 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
| 12368 | 2024.10.10 06:06:21.085686 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12369 | 2024.10.10 06:06:21.085756 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 12370 | 2024.10.10 06:06:21.085902 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Key condition: (column 0 notIn 64-element set) | ||
| 12371 | 2024.10.10 06:06:21.085936 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 12372 | 2024.10.10 06:06:21.085959 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Debug> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (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 | ||
| 12373 | 2024.10.10 06:06:21.085976 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 12374 | 2024.10.10 06:06:21.086049 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
| 12375 | 2024.10.10 06:06:21.086075 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 12376 | 2024.10.10 06:06:21.086878 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002146 sec., 19105.312208760486 rows/sec., 728.55 KiB/sec. | ||
| 12377 | 2024.10.10 06:06:21.087115 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12378 | 2024.10.10 06:06:21.087140 [ 3 ] {3908d45a-bf28-4036-b2b9-7fdb66e492bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 12379 | 2024.10.10 06:06:21.087157 [ 3 ] {} <Debug> HTTP-Session: 2188617e-e1b8-404e-bec9-475f71ce0dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12380 | 2024.10.10 06:06:21.092302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 6966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12381 | 2024.10.10 06:06:21.092358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12382 | 2024.10.10 06:06:21.092378 [ 3 ] {} <Debug> HTTP-Session: 1864f188-5d11-4769-97df-01f4b5062b86 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12383 | 2024.10.10 06:06:21.092395 [ 3 ] {} <Debug> HTTP-Session: 1864f188-5d11-4769-97df-01f4b5062b86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12384 | 2024.10.10 06:06:21.092408 [ 3 ] {} <Debug> HTTP-Session: 1864f188-5d11-4769-97df-01f4b5062b86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12385 | 2024.10.10 06:06:21.092440 [ 3 ] {} <Trace> HTTP-Session: 1864f188-5d11-4769-97df-01f4b5062b86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12386 | 2024.10.10 06:06:21.092569 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 12387 | 2024.10.10 06:06:21.092616 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 12388 | 2024.10.10 06:06:21.092786 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12389 | 2024.10.10 06:06:21.093114 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12390 | 2024.10.10 06:06:21.093152 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12391 | 2024.10.10 06:06:21.093656 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 12392 | 2024.10.10 06:06:21.093983 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Trace> oximeter.timeseries_schema (72ad7d18-3401-4465-b512-fff5d910f234): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12393 | 2024.10.10 06:06:21.094122 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Debug> executeQuery: Read 24 rows, 3.60 KiB in 0.001604 sec., 14962.593516209477 rows/sec., 2.19 MiB/sec. | ||
| 12394 | 2024.10.10 06:06:21.094411 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Debug> DynamicQueryHandler: Done processing query | ||
| 12395 | 2024.10.10 06:06:21.094444 [ 3 ] {34972b3a-d9bd-4058-a56b-cd5b43b14009} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12396 | 2024.10.10 06:06:21.094461 [ 3 ] {} <Debug> HTTP-Session: 1864f188-5d11-4769-97df-01f4b5062b86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12397 | 2024.10.10 06:06:21.094662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 21204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12398 | 2024.10.10 06:06:21.094712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12399 | 2024.10.10 06:06:21.094731 [ 3 ] {} <Debug> HTTP-Session: 3bebb350-8481-4f95-9b11-a96fc0da19a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12400 | 2024.10.10 06:06:21.094747 [ 3 ] {} <Debug> HTTP-Session: 3bebb350-8481-4f95-9b11-a96fc0da19a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12401 | 2024.10.10 06:06:21.094762 [ 3 ] {} <Debug> HTTP-Session: 3bebb350-8481-4f95-9b11-a96fc0da19a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12402 | 2024.10.10 06:06:21.094793 [ 3 ] {} <Trace> HTTP-Session: 3bebb350-8481-4f95-9b11-a96fc0da19a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12403 | 2024.10.10 06:06:21.094936 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12404 | 2024.10.10 06:06:21.094981 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12405 | 2024.10.10 06:06:21.095237 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12406 | 2024.10.10 06:06:21.095679 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12407 | 2024.10.10 06:06:21.095718 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12408 | 2024.10.10 06:06:21.096094 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12409 | 2024.10.10 06:06:21.096456 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12410 | 2024.10.10 06:06:21.096593 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Debug> executeQuery: Read 148 rows, 12.19 KiB in 0.001722 sec., 85946.5737514518 rows/sec., 6.91 MiB/sec. | ||
| 12411 | 2024.10.10 06:06:21.096777 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12412 | 2024.10.10 06:06:21.096802 [ 3 ] {0ea808f4-dd8c-425d-86fa-97eec0e7284d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 12413 | 2024.10.10 06:06:21.096819 [ 3 ] {} <Debug> HTTP-Session: 3bebb350-8481-4f95-9b11-a96fc0da19a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12414 | 2024.10.10 06:06:21.096993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12415 | 2024.10.10 06:06:21.097055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12416 | 2024.10.10 06:06:21.097082 [ 3 ] {} <Debug> HTTP-Session: c8092b56-736b-4714-8977-facd75a85a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12417 | 2024.10.10 06:06:21.097099 [ 3 ] {} <Debug> HTTP-Session: c8092b56-736b-4714-8977-facd75a85a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12418 | 2024.10.10 06:06:21.097114 [ 3 ] {} <Debug> HTTP-Session: c8092b56-736b-4714-8977-facd75a85a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12419 | 2024.10.10 06:06:21.097147 [ 3 ] {} <Trace> HTTP-Session: c8092b56-736b-4714-8977-facd75a85a5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12420 | 2024.10.10 06:06:21.097253 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12421 | 2024.10.10 06:06:21.097297 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12422 | 2024.10.10 06:06:21.097525 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12423 | 2024.10.10 06:06:21.097854 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12424 | 2024.10.10 06:06:21.097891 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12425 | 2024.10.10 06:06:21.098240 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12426 | 2024.10.10 06:06:21.098593 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12427 | 2024.10.10 06:06:21.098719 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001498 sec., 16021.361815754339 rows/sec., 1.18 MiB/sec. | ||
| 12428 | 2024.10.10 06:06:21.098975 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Debug> DynamicQueryHandler: Done processing query | ||
| 12429 | 2024.10.10 06:06:21.099025 [ 3 ] {3c013590-3852-4815-8090-4d12b21310de} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12430 | 2024.10.10 06:06:21.099063 [ 3 ] {} <Debug> HTTP-Session: c8092b56-736b-4714-8977-facd75a85a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12431 | 2024.10.10 06:06:21.099203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12432 | 2024.10.10 06:06:21.099252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12433 | 2024.10.10 06:06:21.099270 [ 3 ] {} <Debug> HTTP-Session: 9d641730-d821-41c6-a9ff-516e660b6609 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12434 | 2024.10.10 06:06:21.099289 [ 3 ] {} <Debug> HTTP-Session: 9d641730-d821-41c6-a9ff-516e660b6609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12435 | 2024.10.10 06:06:21.099305 [ 3 ] {} <Debug> HTTP-Session: 9d641730-d821-41c6-a9ff-516e660b6609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12436 | 2024.10.10 06:06:21.099337 [ 3 ] {} <Trace> HTTP-Session: 9d641730-d821-41c6-a9ff-516e660b6609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12437 | 2024.10.10 06:06:21.099451 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12438 | 2024.10.10 06:06:21.099496 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12439 | 2024.10.10 06:06:21.099733 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12440 | 2024.10.10 06:06:21.100092 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12441 | 2024.10.10 06:06:21.100129 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12442 | 2024.10.10 06:06:21.100473 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 12443 | 2024.10.10 06:06:21.100879 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12444 | 2024.10.10 06:06:21.101041 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Debug> executeQuery: Read 38 rows, 2.43 KiB in 0.001625 sec., 23384.615384615387 rows/sec., 1.46 MiB/sec. | ||
| 12445 | 2024.10.10 06:06:21.101261 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12446 | 2024.10.10 06:06:21.101294 [ 3 ] {bcd1f1a6-b161-4601-a697-731a10a8646a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12447 | 2024.10.10 06:06:21.101317 [ 3 ] {} <Debug> HTTP-Session: 9d641730-d821-41c6-a9ff-516e660b6609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12448 | 2024.10.10 06:06:21.101545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12449 | 2024.10.10 06:06:21.101614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12450 | 2024.10.10 06:06:21.101642 [ 3 ] {} <Debug> HTTP-Session: bdff7756-620d-445c-b10f-977c7d8ced7b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12451 | 2024.10.10 06:06:21.101666 [ 3 ] {} <Debug> HTTP-Session: bdff7756-620d-445c-b10f-977c7d8ced7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12452 | 2024.10.10 06:06:21.101687 [ 3 ] {} <Debug> HTTP-Session: bdff7756-620d-445c-b10f-977c7d8ced7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12453 | 2024.10.10 06:06:21.101730 [ 3 ] {} <Trace> HTTP-Session: bdff7756-620d-445c-b10f-977c7d8ced7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12454 | 2024.10.10 06:06:21.101931 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12455 | 2024.10.10 06:06:21.101980 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12456 | 2024.10.10 06:06:21.102206 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12457 | 2024.10.10 06:06:21.102691 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12458 | 2024.10.10 06:06:21.102730 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12459 | 2024.10.10 06:06:21.103160 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12460 | 2024.10.10 06:06:21.103525 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12461 | 2024.10.10 06:06:21.103659 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Debug> executeQuery: Read 228 rows, 17.70 KiB in 0.001831 sec., 124522.11906062262 rows/sec., 9.44 MiB/sec. | ||
| 12462 | 2024.10.10 06:06:21.104750 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12463 | 2024.10.10 06:06:21.104838 [ 3 ] {bcffef57-c208-4099-ab9c-ab85958d750b} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 12464 | 2024.10.10 06:06:21.104891 [ 3 ] {} <Debug> HTTP-Session: bdff7756-620d-445c-b10f-977c7d8ced7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12465 | 2024.10.10 06:06:21.105055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 3826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12466 | 2024.10.10 06:06:21.105107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12467 | 2024.10.10 06:06:21.105126 [ 3 ] {} <Debug> HTTP-Session: db740af9-6c27-4fc2-9587-538e712db04d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12468 | 2024.10.10 06:06:21.105143 [ 3 ] {} <Debug> HTTP-Session: db740af9-6c27-4fc2-9587-538e712db04d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12469 | 2024.10.10 06:06:21.105158 [ 3 ] {} <Debug> HTTP-Session: db740af9-6c27-4fc2-9587-538e712db04d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12470 | 2024.10.10 06:06:21.105191 [ 3 ] {} <Trace> HTTP-Session: db740af9-6c27-4fc2-9587-538e712db04d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12471 | 2024.10.10 06:06:21.105305 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12472 | 2024.10.10 06:06:21.105357 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12473 | 2024.10.10 06:06:21.105525 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12474 | 2024.10.10 06:06:21.105855 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Trace> oximeter.measurements_cumulativei64 (3adb872a-6a38-4fa6-ae74-b2f93e09de27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12475 | 2024.10.10 06:06:21.105892 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12476 | 2024.10.10 06:06:21.106693 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 12477 | 2024.10.10 06:06:21.107040 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Trace> oximeter.measurements_cumulativei64 (3adb872a-6a38-4fa6-ae74-b2f93e09de27): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12478 | 2024.10.10 06:06:21.107165 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Debug> executeQuery: Read 20 rows, 1.35 KiB in 0.001894 sec., 10559.662090813094 rows/sec., 714.63 KiB/sec. | ||
| 12479 | 2024.10.10 06:06:21.107585 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Debug> DynamicQueryHandler: Done processing query | ||
| 12480 | 2024.10.10 06:06:21.107610 [ 3 ] {174238cf-c6c1-4f8e-8eba-feab86cde034} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12481 | 2024.10.10 06:06:21.107626 [ 3 ] {} <Debug> HTTP-Session: db740af9-6c27-4fc2-9587-538e712db04d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12482 | 2024.10.10 06:06:21.107804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 36912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12483 | 2024.10.10 06:06:21.107855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12484 | 2024.10.10 06:06:21.107875 [ 3 ] {} <Debug> HTTP-Session: 358b67fc-e9c1-4ea4-9f6b-dfe393d19938 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12485 | 2024.10.10 06:06:21.107893 [ 3 ] {} <Debug> HTTP-Session: 358b67fc-e9c1-4ea4-9f6b-dfe393d19938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12486 | 2024.10.10 06:06:21.107910 [ 3 ] {} <Debug> HTTP-Session: 358b67fc-e9c1-4ea4-9f6b-dfe393d19938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12487 | 2024.10.10 06:06:21.107943 [ 3 ] {} <Trace> HTTP-Session: 358b67fc-e9c1-4ea4-9f6b-dfe393d19938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12488 | 2024.10.10 06:06:21.108117 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12489 | 2024.10.10 06:06:21.108166 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12490 | 2024.10.10 06:06:21.108338 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12491 | 2024.10.10 06:06:21.108741 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12492 | 2024.10.10 06:06:21.108777 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12493 | 2024.10.10 06:06:21.109216 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12494 | 2024.10.10 06:06:21.109569 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12495 | 2024.10.10 06:06:21.109718 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Debug> executeQuery: Read 193 rows, 13.60 KiB in 0.00169 sec., 114201.18343195265 rows/sec., 7.86 MiB/sec. | ||
| 12496 | 2024.10.10 06:06:21.109904 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12497 | 2024.10.10 06:06:21.109930 [ 3 ] {90817c9d-8443-4e71-8af0-cdb8f8e656fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12498 | 2024.10.10 06:06:21.109946 [ 3 ] {} <Debug> HTTP-Session: 358b67fc-e9c1-4ea4-9f6b-dfe393d19938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12499 | 2024.10.10 06:06:21.110128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 46414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12500 | 2024.10.10 06:06:21.110177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12501 | 2024.10.10 06:06:21.110197 [ 3 ] {} <Debug> HTTP-Session: dc71337d-9323-478e-934e-592cfd9b6d61 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12502 | 2024.10.10 06:06:21.110215 [ 3 ] {} <Debug> HTTP-Session: dc71337d-9323-478e-934e-592cfd9b6d61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12503 | 2024.10.10 06:06:21.110229 [ 3 ] {} <Debug> HTTP-Session: dc71337d-9323-478e-934e-592cfd9b6d61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12504 | 2024.10.10 06:06:21.110260 [ 3 ] {} <Trace> HTTP-Session: dc71337d-9323-478e-934e-592cfd9b6d61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12505 | 2024.10.10 06:06:21.110552 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12506 | 2024.10.10 06:06:21.110616 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <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 | ||
| 12507 | 2024.10.10 06:06:21.111052 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12508 | 2024.10.10 06:06:21.111720 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12509 | 2024.10.10 06:06:21.111757 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12510 | 2024.10.10 06:06:21.112405 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12511 | 2024.10.10 06:06:21.112813 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12512 | 2024.10.10 06:06:21.113017 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Debug> executeQuery: Read 29 rows, 50.42 KiB in 0.002667 sec., 10873.640794900637 rows/sec., 18.46 MiB/sec. | ||
| 12513 | 2024.10.10 06:06:21.113519 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Debug> DynamicQueryHandler: Done processing query | ||
| 12514 | 2024.10.10 06:06:21.113544 [ 3 ] {2d6c7579-b68f-4923-a291-91f8283c2795} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12515 | 2024.10.10 06:06:21.113561 [ 3 ] {} <Debug> HTTP-Session: dc71337d-9323-478e-934e-592cfd9b6d61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12516 | 2024.10.10 06:06:21.113706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12517 | 2024.10.10 06:06:21.113764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12518 | 2024.10.10 06:06:21.113783 [ 3 ] {} <Debug> HTTP-Session: 9d14fa18-0e68-4d8a-9d1d-028cc0efe377 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12519 | 2024.10.10 06:06:21.113799 [ 3 ] {} <Debug> HTTP-Session: 9d14fa18-0e68-4d8a-9d1d-028cc0efe377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12520 | 2024.10.10 06:06:21.113814 [ 3 ] {} <Debug> HTTP-Session: 9d14fa18-0e68-4d8a-9d1d-028cc0efe377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12521 | 2024.10.10 06:06:21.113845 [ 3 ] {} <Trace> HTTP-Session: 9d14fa18-0e68-4d8a-9d1d-028cc0efe377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12522 | 2024.10.10 06:06:21.113982 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12523 | 2024.10.10 06:06:21.114028 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12524 | 2024.10.10 06:06:21.114178 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12525 | 2024.10.10 06:06:21.114482 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12526 | 2024.10.10 06:06:21.114519 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12527 | 2024.10.10 06:06:21.114888 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12528 | 2024.10.10 06:06:21.115210 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12529 | 2024.10.10 06:06:21.115361 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec. | ||
| 12530 | 2024.10.10 06:06:21.115549 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12531 | 2024.10.10 06:06:21.115575 [ 3 ] {d856da10-dd2e-4b48-97e5-5f18c5fb4d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12532 | 2024.10.10 06:06:21.115592 [ 3 ] {} <Debug> HTTP-Session: 9d14fa18-0e68-4d8a-9d1d-028cc0efe377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12533 | 2024.10.10 06:06:22.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.74 MiB, peak 179.48 MiB, free memory in arenas 0.00 B, will set to 167.66 MiB (RSS), difference: -2.08 MiB | ||
| 12534 | 2024.10.10 06:06:26.024318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12535 | 2024.10.10 06:06:26.024492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12536 | 2024.10.10 06:06:26.024538 [ 3 ] {} <Debug> HTTP-Session: 7b6f0923-ff9c-49b9-aaf9-73a1981a26bb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12537 | 2024.10.10 06:06:26.024581 [ 3 ] {} <Debug> HTTP-Session: 7b6f0923-ff9c-49b9-aaf9-73a1981a26bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12538 | 2024.10.10 06:06:26.024612 [ 3 ] {} <Debug> HTTP-Session: 7b6f0923-ff9c-49b9-aaf9-73a1981a26bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12539 | 2024.10.10 06:06:26.024696 [ 3 ] {} <Trace> HTTP-Session: 7b6f0923-ff9c-49b9-aaf9-73a1981a26bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12540 | 2024.10.10 06:06:26.025112 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12541 | 2024.10.10 06:06:26.025227 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12542 | 2024.10.10 06:06:26.025592 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12543 | 2024.10.10 06:06:26.026213 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12544 | 2024.10.10 06:06:26.026262 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12545 | 2024.10.10 06:06:26.026729 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12546 | 2024.10.10 06:06:26.027182 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12547 | 2024.10.10 06:06:26.027402 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002486 sec., 101769.91150442479 rows/sec., 9.02 MiB/sec. | ||
| 12548 | 2024.10.10 06:06:26.027424 [ 91 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12549 | 2024.10.10 06:06:26.027543 [ 91 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12550 | 2024.10.10 06:06:26.027612 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12551 | 2024.10.10 06:06:26.027774 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Debug> DynamicQueryHandler: Done processing query | ||
| 12552 | 2024.10.10 06:06:26.027851 [ 3 ] {40ac8544-0107-4f0b-8f51-59c6782ae377} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 12553 | 2024.10.10 06:06:26.027907 [ 3 ] {} <Debug> HTTP-Session: 7b6f0923-ff9c-49b9-aaf9-73a1981a26bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12554 | 2024.10.10 06:06:26.027932 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12555 | 2024.10.10 06:06:26.028199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12556 | 2024.10.10 06:06:26.028372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12557 | 2024.10.10 06:06:26.028473 [ 3 ] {} <Debug> HTTP-Session: 5bb5c679-7c80-4498-b0e3-e919851c78cc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12558 | 2024.10.10 06:06:26.028556 [ 3 ] {} <Debug> HTTP-Session: 5bb5c679-7c80-4498-b0e3-e919851c78cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12559 | 2024.10.10 06:06:26.028626 [ 3 ] {} <Debug> HTTP-Session: 5bb5c679-7c80-4498-b0e3-e919851c78cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12560 | 2024.10.10 06:06:26.028745 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12561 | 2024.10.10 06:06:26.028784 [ 3 ] {} <Trace> HTTP-Session: 5bb5c679-7c80-4498-b0e3-e919851c78cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12562 | 2024.10.10 06:06:26.028908 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1436 rows starting from the beginning of the part | ||
| 12563 | 2024.10.10 06:06:26.029135 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12564 | 2024.10.10 06:06:26.029321 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12565 | 2024.10.10 06:06:26.029369 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 119 rows starting from the beginning of the part | ||
| 12566 | 2024.10.10 06:06:26.029616 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 98 rows starting from the beginning of the part | ||
| 12567 | 2024.10.10 06:06:26.029770 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 253 rows starting from the beginning of the part | ||
| 12568 | 2024.10.10 06:06:26.030255 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 148 rows starting from the beginning of the part | ||
| 12569 | 2024.10.10 06:06:26.030600 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 253 rows starting from the beginning of the part | ||
| 12570 | 2024.10.10 06:06:26.030951 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12571 | 2024.10.10 06:06:26.031668 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12572 | 2024.10.10 06:06:26.031710 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12573 | 2024.10.10 06:06:26.032249 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12574 | 2024.10.10 06:06:26.032663 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12575 | 2024.10.10 06:06:26.032988 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.003988 sec., 8024.072216649949 rows/sec., 603.37 KiB/sec. | ||
| 12576 | 2024.10.10 06:06:26.033077 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2307 rows, containing 5 columns (5 merged, 0 gathered) in 0.005362929 sec., 430175.3761796958 rows/sec., 38.00 MiB/sec. | ||
| 12577 | 2024.10.10 06:06:26.033229 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Debug> DynamicQueryHandler: Done processing query | ||
| 12578 | 2024.10.10 06:06:26.033261 [ 3 ] {53422846-6429-4eff-9ebd-c68b7d16be84} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12579 | 2024.10.10 06:06:26.033281 [ 3 ] {} <Debug> HTTP-Session: 5bb5c679-7c80-4498-b0e3-e919851c78cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12580 | 2024.10.10 06:06:26.033329 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12581 | 2024.10.10 06:06:26.033435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12582 | 2024.10.10 06:06:26.033508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12583 | 2024.10.10 06:06:26.033550 [ 3 ] {} <Debug> HTTP-Session: 154b656f-ba57-4c9b-9800-50ed7adfaaaf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12584 | 2024.10.10 06:06:26.033585 [ 3 ] {} <Debug> HTTP-Session: 154b656f-ba57-4c9b-9800-50ed7adfaaaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12585 | 2024.10.10 06:06:26.033611 [ 3 ] {} <Debug> HTTP-Session: 154b656f-ba57-4c9b-9800-50ed7adfaaaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12586 | 2024.10.10 06:06:26.033665 [ 3 ] {} <Trace> HTTP-Session: 154b656f-ba57-4c9b-9800-50ed7adfaaaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12587 | 2024.10.10 06:06:26.033792 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12588 | 2024.10.10 06:06:26.033833 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12589 | 2024.10.10 06:06:26.033851 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12590 | 2024.10.10 06:06:26.033941 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_66_13} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12591 | 2024.10.10 06:06:26.034025 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12592 | 2024.10.10 06:06:26.034157 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12593 | 2024.10.10 06:06:26.034468 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12594 | 2024.10.10 06:06:26.034505 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12595 | 2024.10.10 06:06:26.034853 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12596 | 2024.10.10 06:06:26.035197 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12597 | 2024.10.10 06:06:26.035361 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001597 sec., 8766.437069505324 rows/sec., 613.94 KiB/sec. | ||
| 12598 | 2024.10.10 06:06:26.035729 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Debug> DynamicQueryHandler: Done processing query | ||
| 12599 | 2024.10.10 06:06:26.035763 [ 3 ] {b8c39835-cd82-48e4-a678-53db93589941} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12600 | 2024.10.10 06:06:26.035780 [ 3 ] {} <Debug> HTTP-Session: 154b656f-ba57-4c9b-9800-50ed7adfaaaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12601 | 2024.10.10 06:06:26.035910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12602 | 2024.10.10 06:06:26.035963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12603 | 2024.10.10 06:06:26.035983 [ 3 ] {} <Debug> HTTP-Session: 355f0b15-c45c-4fe5-805b-3f4f4c0c7395 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12604 | 2024.10.10 06:06:26.035999 [ 3 ] {} <Debug> HTTP-Session: 355f0b15-c45c-4fe5-805b-3f4f4c0c7395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12605 | 2024.10.10 06:06:26.036013 [ 3 ] {} <Debug> HTTP-Session: 355f0b15-c45c-4fe5-805b-3f4f4c0c7395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12606 | 2024.10.10 06:06:26.036044 [ 3 ] {} <Trace> HTTP-Session: 355f0b15-c45c-4fe5-805b-3f4f4c0c7395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12607 | 2024.10.10 06:06:26.036145 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12608 | 2024.10.10 06:06:26.036189 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12609 | 2024.10.10 06:06:26.036446 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12610 | 2024.10.10 06:06:26.036752 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12611 | 2024.10.10 06:06:26.036788 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12612 | 2024.10.10 06:06:26.037128 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12613 | 2024.10.10 06:06:26.037476 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12614 | 2024.10.10 06:06:26.037646 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 233.68 KiB/sec. | ||
| 12615 | 2024.10.10 06:06:26.037817 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12616 | 2024.10.10 06:06:26.037842 [ 3 ] {15fe7366-2b8d-477a-8002-cea228fe140b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12617 | 2024.10.10 06:06:26.037857 [ 3 ] {} <Debug> HTTP-Session: 355f0b15-c45c-4fe5-805b-3f4f4c0c7395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12618 | 2024.10.10 06:06:26.038053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 68220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12619 | 2024.10.10 06:06:26.038102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12620 | 2024.10.10 06:06:26.038120 [ 3 ] {} <Debug> HTTP-Session: b03f9b67-27e9-46c1-af21-3b1da91b8e6f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12621 | 2024.10.10 06:06:26.038138 [ 3 ] {} <Debug> HTTP-Session: b03f9b67-27e9-46c1-af21-3b1da91b8e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12622 | 2024.10.10 06:06:26.038152 [ 3 ] {} <Debug> HTTP-Session: b03f9b67-27e9-46c1-af21-3b1da91b8e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12623 | 2024.10.10 06:06:26.038183 [ 3 ] {} <Trace> HTTP-Session: b03f9b67-27e9-46c1-af21-3b1da91b8e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12624 | 2024.10.10 06:06:26.038389 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12625 | 2024.10.10 06:06:26.038433 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12626 | 2024.10.10 06:06:26.038660 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12627 | 2024.10.10 06:06:26.039192 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12628 | 2024.10.10 06:06:26.039229 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12629 | 2024.10.10 06:06:26.039593 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12630 | 2024.10.10 06:06:26.039933 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12631 | 2024.10.10 06:06:26.040091 [ 91 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12632 | 2024.10.10 06:06:26.040091 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Debug> executeQuery: Read 420 rows, 30.70 KiB in 0.001803 sec., 232945.0915141431 rows/sec., 16.63 MiB/sec. | ||
| 12633 | 2024.10.10 06:06:26.040158 [ 91 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12634 | 2024.10.10 06:06:26.040225 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12635 | 2024.10.10 06:06:26.040522 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12636 | 2024.10.10 06:06:26.040619 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12637 | 2024.10.10 06:06:26.040615 [ 3 ] {a43ac904-06ef-408a-8923-9d122698ab3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 12638 | 2024.10.10 06:06:26.040768 [ 3 ] {} <Debug> HTTP-Session: b03f9b67-27e9-46c1-af21-3b1da91b8e6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12639 | 2024.10.10 06:06:26.041173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12640 | 2024.10.10 06:06:26.041401 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12641 | 2024.10.10 06:06:26.041509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12642 | 2024.10.10 06:06:26.041530 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 926 rows starting from the beginning of the part | ||
| 12643 | 2024.10.10 06:06:26.041588 [ 3 ] {} <Debug> HTTP-Session: 2ea72355-def1-459f-a46b-681b415dc1ea Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12644 | 2024.10.10 06:06:26.041643 [ 3 ] {} <Debug> HTTP-Session: 2ea72355-def1-459f-a46b-681b415dc1ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12645 | 2024.10.10 06:06:26.041720 [ 3 ] {} <Debug> HTTP-Session: 2ea72355-def1-459f-a46b-681b415dc1ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12646 | 2024.10.10 06:06:26.041821 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 97 rows starting from the beginning of the part | ||
| 12647 | 2024.10.10 06:06:26.041935 [ 3 ] {} <Trace> HTTP-Session: 2ea72355-def1-459f-a46b-681b415dc1ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12648 | 2024.10.10 06:06:26.042094 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 91 rows starting from the beginning of the part | ||
| 12649 | 2024.10.10 06:06:26.042377 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 414 rows starting from the beginning of the part | ||
| 12650 | 2024.10.10 06:06:26.042472 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12651 | 2024.10.10 06:06:26.042655 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 228 rows starting from the beginning of the part | ||
| 12652 | 2024.10.10 06:06:26.042838 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12653 | 2024.10.10 06:06:26.042927 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 420 rows starting from the beginning of the part | ||
| 12654 | 2024.10.10 06:06:26.043617 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12655 | 2024.10.10 06:06:26.044248 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12656 | 2024.10.10 06:06:26.044299 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12657 | 2024.10.10 06:06:26.045262 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12658 | 2024.10.10 06:06:26.045745 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12659 | 2024.10.10 06:06:26.046148 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003868 sec., 1551.1892450879009 rows/sec., 81.04 KiB/sec. | ||
| 12660 | 2024.10.10 06:06:26.046380 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.006022405 sec., 361317.44709962216 rows/sec., 27.76 MiB/sec. | ||
| 12661 | 2024.10.10 06:06:26.046542 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Debug> DynamicQueryHandler: Done processing query | ||
| 12662 | 2024.10.10 06:06:26.046578 [ 3 ] {2ab29717-c7ba-4715-9ade-aeea6b0e3df5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12663 | 2024.10.10 06:06:26.046607 [ 3 ] {} <Debug> HTTP-Session: 2ea72355-def1-459f-a46b-681b415dc1ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12664 | 2024.10.10 06:06:26.046624 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12665 | 2024.10.10 06:06:26.046815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12666 | 2024.10.10 06:06:26.046947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12667 | 2024.10.10 06:06:26.047048 [ 3 ] {} <Debug> HTTP-Session: c89f5a3a-03c4-4086-8381-d74486e331a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12668 | 2024.10.10 06:06:26.047097 [ 3 ] {} <Debug> HTTP-Session: c89f5a3a-03c4-4086-8381-d74486e331a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12669 | 2024.10.10 06:06:26.047139 [ 3 ] {} <Debug> HTTP-Session: c89f5a3a-03c4-4086-8381-d74486e331a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12670 | 2024.10.10 06:06:26.047212 [ 3 ] {} <Trace> HTTP-Session: c89f5a3a-03c4-4086-8381-d74486e331a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12671 | 2024.10.10 06:06:26.047444 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12672 | 2024.10.10 06:06:26.047551 [ 200 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_66_13} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12673 | 2024.10.10 06:06:26.047586 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12674 | 2024.10.10 06:06:26.047704 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12675 | 2024.10.10 06:06:26.047707 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12676 | 2024.10.10 06:06:26.047926 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12677 | 2024.10.10 06:06:26.048343 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12678 | 2024.10.10 06:06:26.048381 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12679 | 2024.10.10 06:06:26.048780 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12680 | 2024.10.10 06:06:26.049117 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12681 | 2024.10.10 06:06:26.049264 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0019 sec., 124736.84210526316 rows/sec., 8.36 MiB/sec. | ||
| 12682 | 2024.10.10 06:06:26.049311 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12683 | 2024.10.10 06:06:26.049419 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12684 | 2024.10.10 06:06:26.049458 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12685 | 2024.10.10 06:06:26.049548 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Debug> DynamicQueryHandler: Done processing query | ||
| 12686 | 2024.10.10 06:06:26.049609 [ 3 ] {b127f5b6-2777-4da8-bcd7-e8f7e102c245} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12687 | 2024.10.10 06:06:26.049668 [ 3 ] {} <Debug> HTTP-Session: c89f5a3a-03c4-4086-8381-d74486e331a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12688 | 2024.10.10 06:06:26.049796 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12689 | 2024.10.10 06:06:26.049938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12690 | 2024.10.10 06:06:26.050043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12691 | 2024.10.10 06:06:26.050103 [ 3 ] {} <Debug> HTTP-Session: e7c780e6-8289-4d04-abfd-932f6ad8abdf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12692 | 2024.10.10 06:06:26.050156 [ 3 ] {} <Debug> HTTP-Session: e7c780e6-8289-4d04-abfd-932f6ad8abdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12693 | 2024.10.10 06:06:26.050210 [ 3 ] {} <Debug> HTTP-Session: e7c780e6-8289-4d04-abfd-932f6ad8abdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12694 | 2024.10.10 06:06:26.050289 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12695 | 2024.10.10 06:06:26.050302 [ 3 ] {} <Trace> HTTP-Session: e7c780e6-8289-4d04-abfd-932f6ad8abdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12696 | 2024.10.10 06:06:26.050372 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19043 rows starting from the beginning of the part | ||
| 12697 | 2024.10.10 06:06:26.050607 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 109 rows starting from the beginning of the part | ||
| 12698 | 2024.10.10 06:06:26.050650 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12699 | 2024.10.10 06:06:26.050954 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12700 | 2024.10.10 06:06:26.050976 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 12701 | 2024.10.10 06:06:26.051366 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 12702 | 2024.10.10 06:06:26.051780 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 193 rows starting from the beginning of the part | ||
| 12703 | 2024.10.10 06:06:26.052174 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 12704 | 2024.10.10 06:06:26.052252 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12705 | 2024.10.10 06:06:26.053123 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12706 | 2024.10.10 06:06:26.053200 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12707 | 2024.10.10 06:06:26.053727 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12708 | 2024.10.10 06:06:26.054126 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12709 | 2024.10.10 06:06:26.054398 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00393 sec., 254.45292620865138 rows/sec., 17.15 KiB/sec. | ||
| 12710 | 2024.10.10 06:06:26.054799 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Debug> DynamicQueryHandler: Done processing query | ||
| 12711 | 2024.10.10 06:06:26.054843 [ 3 ] {d9a7aebd-4487-4b76-b276-c62f9952fb87} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12712 | 2024.10.10 06:06:26.054893 [ 3 ] {} <Debug> HTTP-Session: e7c780e6-8289-4d04-abfd-932f6ad8abdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12713 | 2024.10.10 06:06:26.055134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12714 | 2024.10.10 06:06:26.055218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12715 | 2024.10.10 06:06:26.055242 [ 3 ] {} <Debug> HTTP-Session: 3739e322-631a-4008-9432-b19353c046fe Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12716 | 2024.10.10 06:06:26.055262 [ 3 ] {} <Debug> HTTP-Session: 3739e322-631a-4008-9432-b19353c046fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12717 | 2024.10.10 06:06:26.055278 [ 3 ] {} <Debug> HTTP-Session: 3739e322-631a-4008-9432-b19353c046fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12718 | 2024.10.10 06:06:26.055321 [ 3 ] {} <Trace> HTTP-Session: 3739e322-631a-4008-9432-b19353c046fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12719 | 2024.10.10 06:06:26.056081 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12720 | 2024.10.10 06:06:26.056253 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <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 | ||
| 12721 | 2024.10.10 06:06:26.057086 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12722 | 2024.10.10 06:06:26.058117 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12723 | 2024.10.10 06:06:26.058161 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12724 | 2024.10.10 06:06:26.060192 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12725 | 2024.10.10 06:06:26.060760 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12726 | 2024.10.10 06:06:26.060955 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12727 | 2024.10.10 06:06:26.060981 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.005468 sec., 5852.231163130944 rows/sec., 10.49 MiB/sec. | ||
| 12728 | 2024.10.10 06:06:26.061035 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12729 | 2024.10.10 06:06:26.061120 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12730 | 2024.10.10 06:06:26.061844 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 12731 | 2024.10.10 06:06:26.063328 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19979 rows, containing 5 columns (5 merged, 0 gathered) in 0.01375 sec., 1453018.1818181819 rows/sec., 98.08 MiB/sec. | ||
| 12732 | 2024.10.10 06:06:26.063446 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12733 | 2024.10.10 06:06:26.063521 [ 3 ] {2d245cfd-919d-44e5-b297-e4f29102404a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 12734 | 2024.10.10 06:06:26.063580 [ 3 ] {} <Debug> HTTP-Session: 3739e322-631a-4008-9432-b19353c046fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12735 | 2024.10.10 06:06:26.063695 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12736 | 2024.10.10 06:06:26.063812 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12737 | 2024.10.10 06:06:26.063888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12738 | 2024.10.10 06:06:26.063928 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 928 rows starting from the beginning of the part | ||
| 12739 | 2024.10.10 06:06:26.064101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12740 | 2024.10.10 06:06:26.064212 [ 3 ] {} <Debug> HTTP-Session: cda0570e-87db-4f67-a82f-e8e8b5e9a2b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12741 | 2024.10.10 06:06:26.064900 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part | ||
| 12742 | 2024.10.10 06:06:26.064330 [ 3 ] {} <Debug> HTTP-Session: cda0570e-87db-4f67-a82f-e8e8b5e9a2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12743 | 2024.10.10 06:06:26.065009 [ 3 ] {} <Debug> HTTP-Session: cda0570e-87db-4f67-a82f-e8e8b5e9a2b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12744 | 2024.10.10 06:06:26.065175 [ 3 ] {} <Trace> HTTP-Session: cda0570e-87db-4f67-a82f-e8e8b5e9a2b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12745 | 2024.10.10 06:06:26.065543 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12746 | 2024.10.10 06:06:26.065917 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12747 | 2024.10.10 06:06:26.065950 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 21 rows starting from the beginning of the part | ||
| 12748 | 2024.10.10 06:06:26.066042 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12749 | 2024.10.10 06:06:26.066169 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12750 | 2024.10.10 06:06:26.066262 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12751 | 2024.10.10 06:06:26.066791 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part | ||
| 12752 | 2024.10.10 06:06:26.067287 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12753 | 2024.10.10 06:06:26.067573 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 29 rows starting from the beginning of the part | ||
| 12754 | 2024.10.10 06:06:26.068058 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 12755 | 2024.10.10 06:06:26.068780 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12756 | 2024.10.10 06:06:26.068845 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12757 | 2024.10.10 06:06:26.069726 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 12758 | 2024.10.10 06:06:26.070354 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12759 | 2024.10.10 06:06:26.070598 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.004718 sec., 1271.725307333616 rows/sec., 83.83 KiB/sec. | ||
| 12760 | 2024.10.10 06:06:26.070922 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12761 | 2024.10.10 06:06:26.070948 [ 3 ] {c08bfdc5-7f75-4216-a518-50d88b78cd3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12762 | 2024.10.10 06:06:26.070971 [ 3 ] {} <Debug> HTTP-Session: cda0570e-87db-4f67-a82f-e8e8b5e9a2b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12763 | 2024.10.10 06:06:26.071112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12764 | 2024.10.10 06:06:26.071171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12765 | 2024.10.10 06:06:26.071195 [ 3 ] {} <Debug> HTTP-Session: 91ec15b0-d107-46cd-a59d-89e44ceb484d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12766 | 2024.10.10 06:06:26.071219 [ 3 ] {} <Debug> HTTP-Session: 91ec15b0-d107-46cd-a59d-89e44ceb484d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12767 | 2024.10.10 06:06:26.071241 [ 3 ] {} <Debug> HTTP-Session: 91ec15b0-d107-46cd-a59d-89e44ceb484d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12768 | 2024.10.10 06:06:26.071284 [ 3 ] {} <Trace> HTTP-Session: 91ec15b0-d107-46cd-a59d-89e44ceb484d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12769 | 2024.10.10 06:06:26.071536 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12770 | 2024.10.10 06:06:26.071660 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12771 | 2024.10.10 06:06:26.072233 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12772 | 2024.10.10 06:06:26.073160 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12773 | 2024.10.10 06:06:26.073242 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12774 | 2024.10.10 06:06:26.074279 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12775 | 2024.10.10 06:06:26.075214 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12776 | 2024.10.10 06:06:26.075582 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004195 sec., 19547.07985697259 rows/sec., 1.24 MiB/sec. | ||
| 12777 | 2024.10.10 06:06:26.075941 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12778 | 2024.10.10 06:06:26.075998 [ 3 ] {fe24eb9b-7e49-4ec9-bd78-a4f46812488c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12779 | 2024.10.10 06:06:26.076048 [ 3 ] {} <Debug> HTTP-Session: 91ec15b0-d107-46cd-a59d-89e44ceb484d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12780 | 2024.10.10 06:06:26.078406 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1073 rows, containing 19 columns (19 merged, 0 gathered) in 0.017151721 sec., 62559.319849011066 rows/sec., 111.94 MiB/sec. | ||
| 12781 | 2024.10.10 06:06:26.080245 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12782 | 2024.10.10 06:06:26.080871 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12783 | 2024.10.10 06:06:26.080963 [ 186 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12784 | 2024.10.10 06:06:26.081117 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.46 MiB. | ||
| 12785 | 2024.10.10 06:06:27.000198 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.66 MiB, peak 181.18 MiB, free memory in arenas 0.00 B, will set to 171.48 MiB (RSS), difference: 2.82 MiB | ||
| 12786 | 2024.10.10 06:06:28.340614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 1258 | ||
| 12787 | 2024.10.10 06:06:28.344977 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12788 | 2024.10.10 06:06:28.345039 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12789 | 2024.10.10 06:06:28.346644 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 12790 | 2024.10.10 06:06:28.347633 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12791 | 2024.10.10 06:06:28.349061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1258 | ||
| 12792 | 2024.10.10 06:06:31.052515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12793 | 2024.10.10 06:06:31.052686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12794 | 2024.10.10 06:06:31.052733 [ 3 ] {} <Debug> HTTP-Session: 1b3e74aa-343d-4e70-ac87-2fd434b44d30 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12795 | 2024.10.10 06:06:31.052774 [ 3 ] {} <Debug> HTTP-Session: 1b3e74aa-343d-4e70-ac87-2fd434b44d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12796 | 2024.10.10 06:06:31.052802 [ 3 ] {} <Debug> HTTP-Session: 1b3e74aa-343d-4e70-ac87-2fd434b44d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12797 | 2024.10.10 06:06:31.052883 [ 3 ] {} <Trace> HTTP-Session: 1b3e74aa-343d-4e70-ac87-2fd434b44d30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12798 | 2024.10.10 06:06:31.053162 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12799 | 2024.10.10 06:06:31.053270 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12800 | 2024.10.10 06:06:31.053666 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12801 | 2024.10.10 06:06:31.054142 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12802 | 2024.10.10 06:06:31.054185 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12803 | 2024.10.10 06:06:31.054620 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12804 | 2024.10.10 06:06:31.055009 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12805 | 2024.10.10 06:06:31.055165 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00209 sec., 2870.813397129187 rows/sec., 234.09 KiB/sec. | ||
| 12806 | 2024.10.10 06:06:31.055394 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Debug> DynamicQueryHandler: Done processing query | ||
| 12807 | 2024.10.10 06:06:31.055422 [ 3 ] {54f0e7a8-4e3f-4d15-b60f-d1d98b4fc850} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12808 | 2024.10.10 06:06:31.055439 [ 3 ] {} <Debug> HTTP-Session: 1b3e74aa-343d-4e70-ac87-2fd434b44d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12809 | 2024.10.10 06:06:31.055843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 182114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12810 | 2024.10.10 06:06:31.055901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12811 | 2024.10.10 06:06:31.055922 [ 3 ] {} <Debug> HTTP-Session: a4d299c0-278e-4701-88a2-862a59364b61 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12812 | 2024.10.10 06:06:31.055939 [ 3 ] {} <Debug> HTTP-Session: a4d299c0-278e-4701-88a2-862a59364b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12813 | 2024.10.10 06:06:31.055953 [ 3 ] {} <Debug> HTTP-Session: a4d299c0-278e-4701-88a2-862a59364b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12814 | 2024.10.10 06:06:31.055987 [ 3 ] {} <Trace> HTTP-Session: a4d299c0-278e-4701-88a2-862a59364b61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12815 | 2024.10.10 06:06:31.056501 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12816 | 2024.10.10 06:06:31.056549 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12817 | 2024.10.10 06:06:31.056792 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12818 | 2024.10.10 06:06:31.058043 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12819 | 2024.10.10 06:06:31.058082 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12820 | 2024.10.10 06:06:31.058536 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12821 | 2024.10.10 06:06:31.058910 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12822 | 2024.10.10 06:06:31.059043 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Debug> executeQuery: Read 1257 rows, 106.16 KiB in 0.00289 sec., 434948.0968858131 rows/sec., 35.87 MiB/sec. | ||
| 12823 | 2024.10.10 06:06:31.059341 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 12824 | 2024.10.10 06:06:31.059405 [ 3 ] {65d9f1e1-d98a-4dd4-87cd-6e282fb967ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 12825 | 2024.10.10 06:06:31.059471 [ 3 ] {} <Debug> HTTP-Session: a4d299c0-278e-4701-88a2-862a59364b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12826 | 2024.10.10 06:06:31.059751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12827 | 2024.10.10 06:06:31.059811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12828 | 2024.10.10 06:06:31.059831 [ 3 ] {} <Debug> HTTP-Session: 5162f6d9-3f6c-4d69-9005-1080e3902646 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12829 | 2024.10.10 06:06:31.059848 [ 3 ] {} <Debug> HTTP-Session: 5162f6d9-3f6c-4d69-9005-1080e3902646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12830 | 2024.10.10 06:06:31.059863 [ 3 ] {} <Debug> HTTP-Session: 5162f6d9-3f6c-4d69-9005-1080e3902646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12831 | 2024.10.10 06:06:31.059900 [ 3 ] {} <Trace> HTTP-Session: 5162f6d9-3f6c-4d69-9005-1080e3902646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12832 | 2024.10.10 06:06:31.060018 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12833 | 2024.10.10 06:06:31.060065 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12834 | 2024.10.10 06:06:31.060315 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12835 | 2024.10.10 06:06:31.060722 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12836 | 2024.10.10 06:06:31.060759 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12837 | 2024.10.10 06:06:31.061118 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12838 | 2024.10.10 06:06:31.061497 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12839 | 2024.10.10 06:06:31.061627 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.001644 sec., 21289.537712895377 rows/sec., 1.54 MiB/sec. | ||
| 12840 | 2024.10.10 06:06:31.061810 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Debug> DynamicQueryHandler: Done processing query | ||
| 12841 | 2024.10.10 06:06:31.061837 [ 3 ] {b19ae11d-3c3c-486f-9849-7dc865e79a55} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12842 | 2024.10.10 06:06:31.061853 [ 3 ] {} <Debug> HTTP-Session: 5162f6d9-3f6c-4d69-9005-1080e3902646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12843 | 2024.10.10 06:06:31.062043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12844 | 2024.10.10 06:06:31.062095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12845 | 2024.10.10 06:06:31.062114 [ 3 ] {} <Debug> HTTP-Session: 5ccd857a-9647-4f0b-af4b-3a090361e114 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12846 | 2024.10.10 06:06:31.062131 [ 3 ] {} <Debug> HTTP-Session: 5ccd857a-9647-4f0b-af4b-3a090361e114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12847 | 2024.10.10 06:06:31.062145 [ 3 ] {} <Debug> HTTP-Session: 5ccd857a-9647-4f0b-af4b-3a090361e114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12848 | 2024.10.10 06:06:31.062177 [ 3 ] {} <Trace> HTTP-Session: 5ccd857a-9647-4f0b-af4b-3a090361e114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12849 | 2024.10.10 06:06:31.062341 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12850 | 2024.10.10 06:06:31.062387 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12851 | 2024.10.10 06:06:31.062612 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12852 | 2024.10.10 06:06:31.063079 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12853 | 2024.10.10 06:06:31.063116 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12854 | 2024.10.10 06:06:31.063494 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12855 | 2024.10.10 06:06:31.063853 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12856 | 2024.10.10 06:06:31.063979 [ 81 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 12857 | 2024.10.10 06:06:31.063984 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001727 sec., 132020.84539664158 rows/sec., 8.94 MiB/sec. | ||
| 12858 | 2024.10.10 06:06:31.064022 [ 81 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12859 | 2024.10.10 06:06:31.064068 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12860 | 2024.10.10 06:06:31.064243 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Debug> DynamicQueryHandler: Done processing query | ||
| 12861 | 2024.10.10 06:06:31.064289 [ 3 ] {fbb850bc-bc10-42f2-9579-01f50f2b5c03} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12862 | 2024.10.10 06:06:31.064287 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::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 | ||
| 12863 | 2024.10.10 06:06:31.064315 [ 3 ] {} <Debug> HTTP-Session: 5ccd857a-9647-4f0b-af4b-3a090361e114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12864 | 2024.10.10 06:06:31.064541 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12865 | 2024.10.10 06:06:31.064592 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
| 12866 | 2024.10.10 06:06:31.064702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 92313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12867 | 2024.10.10 06:06:31.064791 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 242 rows starting from the beginning of the part | ||
| 12868 | 2024.10.10 06:06:31.064871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12869 | 2024.10.10 06:06:31.064989 [ 3 ] {} <Debug> HTTP-Session: 463ae934-7612-40ac-9906-9b742fdfbe92 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12870 | 2024.10.10 06:06:31.065078 [ 3 ] {} <Debug> HTTP-Session: 463ae934-7612-40ac-9906-9b742fdfbe92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12871 | 2024.10.10 06:06:31.065141 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 12872 | 2024.10.10 06:06:31.065151 [ 3 ] {} <Debug> HTTP-Session: 463ae934-7612-40ac-9906-9b742fdfbe92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12873 | 2024.10.10 06:06:31.065330 [ 3 ] {} <Trace> HTTP-Session: 463ae934-7612-40ac-9906-9b742fdfbe92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12874 | 2024.10.10 06:06:31.065491 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 38 rows starting from the beginning of the part | ||
| 12875 | 2024.10.10 06:06:31.065741 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 12876 | 2024.10.10 06:06:31.065834 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part | ||
| 12877 | 2024.10.10 06:06:31.066167 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12878 | 2024.10.10 06:06:31.066254 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12879 | 2024.10.10 06:06:31.067058 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12880 | 2024.10.10 06:06:31.068294 [ 192 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 5 columns (5 merged, 0 gathered) in 0.004122529 sec., 188719.1090711551 rows/sec., 12.79 MiB/sec. | ||
| 12881 | 2024.10.10 06:06:31.068370 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2024.10.10 06:06:31.068433 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12883 | 2024.10.10 06:06:31.068567 [ 186 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 12884 | 2024.10.10 06:06:31.069372 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12885 | 2024.10.10 06:06:31.069797 [ 186 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12886 | 2024.10.10 06:06:31.069968 [ 186 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_36_7} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 12887 | 2024.10.10 06:06:31.070149 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 12888 | 2024.10.10 06:06:31.070221 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12889 | 2024.10.10 06:06:31.070369 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Debug> executeQuery: Read 558 rows, 42.49 KiB in 0.004707 sec., 118546.84512428298 rows/sec., 8.81 MiB/sec. | ||
| 12890 | 2024.10.10 06:06:31.070692 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Debug> DynamicQueryHandler: Done processing query | ||
| 12891 | 2024.10.10 06:06:31.070748 [ 3 ] {8e399494-c658-462b-9887-2329d0ffc269} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
| 12892 | 2024.10.10 06:06:31.070809 [ 3 ] {} <Debug> HTTP-Session: 463ae934-7612-40ac-9906-9b742fdfbe92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12893 | 2024.10.10 06:06:31.071270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 191688, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12894 | 2024.10.10 06:06:31.071326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12895 | 2024.10.10 06:06:31.071346 [ 3 ] {} <Debug> HTTP-Session: e1238386-4ef6-486c-be83-d5cd73897f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12896 | 2024.10.10 06:06:31.071363 [ 3 ] {} <Debug> HTTP-Session: e1238386-4ef6-486c-be83-d5cd73897f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12897 | 2024.10.10 06:06:31.071377 [ 3 ] {} <Debug> HTTP-Session: e1238386-4ef6-486c-be83-d5cd73897f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12898 | 2024.10.10 06:06:31.071411 [ 3 ] {} <Trace> HTTP-Session: e1238386-4ef6-486c-be83-d5cd73897f7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12899 | 2024.10.10 06:06:31.071960 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12900 | 2024.10.10 06:06:31.072012 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12901 | 2024.10.10 06:06:31.072177 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12902 | 2024.10.10 06:06:31.073103 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12903 | 2024.10.10 06:06:31.073140 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12904 | 2024.10.10 06:06:31.073613 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12905 | 2024.10.10 06:06:31.073979 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12906 | 2024.10.10 06:06:31.074111 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Debug> executeQuery: Read 1009 rows, 69.45 KiB in 0.002537 sec., 397713.8352384706 rows/sec., 26.73 MiB/sec. | ||
| 12907 | 2024.10.10 06:06:31.074302 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12908 | 2024.10.10 06:06:31.074328 [ 3 ] {30ada7e1-0058-4f43-8898-5462fc978d3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 12909 | 2024.10.10 06:06:31.074345 [ 3 ] {} <Debug> HTTP-Session: e1238386-4ef6-486c-be83-d5cd73897f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12910 | 2024.10.10 06:06:31.075902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12911 | 2024.10.10 06:06:31.075954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12912 | 2024.10.10 06:06:31.075975 [ 3 ] {} <Debug> HTTP-Session: e2b0b535-4920-4a43-8d41-822edca32754 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12913 | 2024.10.10 06:06:31.075992 [ 3 ] {} <Debug> HTTP-Session: e2b0b535-4920-4a43-8d41-822edca32754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12914 | 2024.10.10 06:06:31.076006 [ 3 ] {} <Debug> HTTP-Session: e2b0b535-4920-4a43-8d41-822edca32754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12915 | 2024.10.10 06:06:31.076038 [ 3 ] {} <Trace> HTTP-Session: e2b0b535-4920-4a43-8d41-822edca32754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12916 | 2024.10.10 06:06:31.076431 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12917 | 2024.10.10 06:06:31.076499 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <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 | ||
| 12918 | 2024.10.10 06:06:31.076936 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12919 | 2024.10.10 06:06:31.077692 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12920 | 2024.10.10 06:06:31.077729 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12921 | 2024.10.10 06:06:31.078388 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12922 | 2024.10.10 06:06:31.078809 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12923 | 2024.10.10 06:06:31.078978 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002846 sec., 10189.739985945187 rows/sec., 18.26 MiB/sec. | ||
| 12924 | 2024.10.10 06:06:31.079515 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Debug> DynamicQueryHandler: Done processing query | ||
| 12925 | 2024.10.10 06:06:31.079548 [ 3 ] {0ea05810-f2aa-4c56-9649-3d4f7c638318} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12926 | 2024.10.10 06:06:31.079565 [ 3 ] {} <Debug> HTTP-Session: e2b0b535-4920-4a43-8d41-822edca32754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12927 | 2024.10.10 06:06:31.079692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12928 | 2024.10.10 06:06:31.079743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12929 | 2024.10.10 06:06:31.079763 [ 3 ] {} <Debug> HTTP-Session: e6be2f1b-adaf-4b98-899a-d40ca0909c3c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12930 | 2024.10.10 06:06:31.079780 [ 3 ] {} <Debug> HTTP-Session: e6be2f1b-adaf-4b98-899a-d40ca0909c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12931 | 2024.10.10 06:06:31.079794 [ 3 ] {} <Debug> HTTP-Session: e6be2f1b-adaf-4b98-899a-d40ca0909c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12932 | 2024.10.10 06:06:31.079826 [ 3 ] {} <Trace> HTTP-Session: e6be2f1b-adaf-4b98-899a-d40ca0909c3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12933 | 2024.10.10 06:06:31.079927 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12934 | 2024.10.10 06:06:31.079976 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12935 | 2024.10.10 06:06:31.080126 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12936 | 2024.10.10 06:06:31.080403 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12937 | 2024.10.10 06:06:31.080440 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12938 | 2024.10.10 06:06:31.080799 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 12939 | 2024.10.10 06:06:31.081126 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12940 | 2024.10.10 06:06:31.081286 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001374 sec., 2183.406113537118 rows/sec., 174.84 KiB/sec. | ||
| 12941 | 2024.10.10 06:06:31.081289 [ 82 ] {} <Debug> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 12942 | 2024.10.10 06:06:31.081396 [ 82 ] {} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12943 | 2024.10.10 06:06:31.081441 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12944 | 2024.10.10 06:06:31.081585 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Debug> DynamicQueryHandler: Done processing query | ||
| 12945 | 2024.10.10 06:06:31.081676 [ 3 ] {27a69901-7d27-4805-9562-76137f796504} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12946 | 2024.10.10 06:06:31.081757 [ 3 ] {} <Debug> HTTP-Session: e6be2f1b-adaf-4b98-899a-d40ca0909c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12947 | 2024.10.10 06:06:31.081776 [ 186 ] {34a24d2c-065f-43df-a42f-12addf5e0326::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 | ||
| 12948 | 2024.10.10 06:06:31.081976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12949 | 2024.10.10 06:06:31.082034 [ 186 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12950 | 2024.10.10 06:06:31.082075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12951 | 2024.10.10 06:06:31.082105 [ 186 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 12952 | 2024.10.10 06:06:31.082118 [ 3 ] {} <Debug> HTTP-Session: 13366507-5490-4904-ad93-21ff42efb578 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12953 | 2024.10.10 06:06:31.082167 [ 3 ] {} <Debug> HTTP-Session: 13366507-5490-4904-ad93-21ff42efb578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12954 | 2024.10.10 06:06:31.082225 [ 3 ] {} <Debug> HTTP-Session: 13366507-5490-4904-ad93-21ff42efb578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12955 | 2024.10.10 06:06:31.082349 [ 186 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 12956 | 2024.10.10 06:06:31.082363 [ 3 ] {} <Trace> HTTP-Session: 13366507-5490-4904-ad93-21ff42efb578 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12957 | 2024.10.10 06:06:31.082687 [ 186 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
| 12958 | 2024.10.10 06:06:31.082991 [ 186 ] {34a24d2c-065f-43df-a42f-12addf5e0326::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 | ||
| 12959 | 2024.10.10 06:06:31.083073 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12960 | 2024.10.10 06:06:31.083262 [ 186 ] {34a24d2c-065f-43df-a42f-12addf5e0326::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 | ||
| 12961 | 2024.10.10 06:06:31.083318 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12962 | 2024.10.10 06:06:31.083548 [ 186 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
| 12963 | 2024.10.10 06:06:31.084330 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12964 | 2024.10.10 06:06:31.085064 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12965 | 2024.10.10 06:06:31.085124 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12966 | 2024.10.10 06:06:31.086202 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12967 | 2024.10.10 06:06:31.086393 [ 199 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.004864497 sec., 10484.126108002534 rows/sec., 763.87 KiB/sec. | ||
| 12968 | 2024.10.10 06:06:31.086676 [ 199 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 12969 | 2024.10.10 06:06:31.086813 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12970 | 2024.10.10 06:06:31.087070 [ 82 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12971 | 2024.10.10 06:06:31.087139 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004345 sec., 13808.97583429229 rows/sec., 952.96 KiB/sec. | ||
| 12972 | 2024.10.10 06:06:31.087191 [ 82 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12973 | 2024.10.10 06:06:31.087329 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 12974 | 2024.10.10 06:06:31.087843 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12975 | 2024.10.10 06:06:31.087941 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 12976 | 2024.10.10 06:06:31.088007 [ 3 ] {b19680db-ec30-4a23-b927-cfcef4c2caf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12977 | 2024.10.10 06:06:31.088061 [ 3 ] {} <Debug> HTTP-Session: 13366507-5490-4904-ad93-21ff42efb578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12978 | 2024.10.10 06:06:31.088164 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12979 | 2024.10.10 06:06:31.088182 [ 199 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12980 | 2024.10.10 06:06:31.088220 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3720 rows starting from the beginning of the part | ||
| 12981 | 2024.10.10 06:06:31.088397 [ 199 ] {34a24d2c-065f-43df-a42f-12addf5e0326::all_1_6_1} <Trace> oximeter.measurements_i64 (34a24d2c-065f-43df-a42f-12addf5e0326) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 12982 | 2024.10.10 06:06:31.088506 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 12983 | 2024.10.10 06:06:31.088637 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12984 | 2024.10.10 06:06:31.088778 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 12985 | 2024.10.10 06:06:31.088945 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 12986 | 2024.10.10 06:06:31.089119 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
| 12987 | 2024.10.10 06:06:31.089293 [ 201 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 12988 | 2024.10.10 06:06:31.090882 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4064 rows, containing 4 columns (4 merged, 0 gathered) in 0.003379491 sec., 1202547.957665814 rows/sec., 78.44 MiB/sec. | ||
| 12989 | 2024.10.10 06:06:31.091250 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12990 | 2024.10.10 06:06:31.091696 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12991 | 2024.10.10 06:06:31.091787 [ 194 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_66_13} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12992 | 2024.10.10 06:06:31.091888 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 12993 | 2024.10.10 06:06:33.075739 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12994 | 2024.10.10 06:06:33.075806 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12995 | 2024.10.10 06:06:36.023681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12996 | 2024.10.10 06:06:36.023801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12997 | 2024.10.10 06:06:36.023831 [ 3 ] {} <Debug> HTTP-Session: 465c6001-dee9-4b8f-9171-d2307e3acd60 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 12998 | 2024.10.10 06:06:36.023859 [ 3 ] {} <Debug> HTTP-Session: 465c6001-dee9-4b8f-9171-d2307e3acd60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12999 | 2024.10.10 06:06:36.023876 [ 3 ] {} <Debug> HTTP-Session: 465c6001-dee9-4b8f-9171-d2307e3acd60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13000 | 2024.10.10 06:06:36.023931 [ 3 ] {} <Trace> HTTP-Session: 465c6001-dee9-4b8f-9171-d2307e3acd60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13001 | 2024.10.10 06:06:36.024226 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13002 | 2024.10.10 06:06:36.024303 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13003 | 2024.10.10 06:06:36.024662 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13004 | 2024.10.10 06:06:36.025448 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13005 | 2024.10.10 06:06:36.025492 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13006 | 2024.10.10 06:06:36.025933 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13007 | 2024.10.10 06:06:36.026322 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13008 | 2024.10.10 06:06:36.026487 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002401 sec., 105372.76134943774 rows/sec., 9.33 MiB/sec. | ||
| 13009 | 2024.10.10 06:06:36.026735 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13010 | 2024.10.10 06:06:36.026763 [ 3 ] {90b77713-7f23-47e1-970f-a268248fab4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 13011 | 2024.10.10 06:06:36.026781 [ 3 ] {} <Debug> HTTP-Session: 465c6001-dee9-4b8f-9171-d2307e3acd60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13012 | 2024.10.10 06:06:36.027014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13013 | 2024.10.10 06:06:36.027065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13014 | 2024.10.10 06:06:36.027085 [ 3 ] {} <Debug> HTTP-Session: ff6004f7-d9c0-4509-b4a0-b33027d655df Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13015 | 2024.10.10 06:06:36.027102 [ 3 ] {} <Debug> HTTP-Session: ff6004f7-d9c0-4509-b4a0-b33027d655df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13016 | 2024.10.10 06:06:36.027116 [ 3 ] {} <Debug> HTTP-Session: ff6004f7-d9c0-4509-b4a0-b33027d655df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13017 | 2024.10.10 06:06:36.027147 [ 3 ] {} <Trace> HTTP-Session: ff6004f7-d9c0-4509-b4a0-b33027d655df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13018 | 2024.10.10 06:06:36.027257 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13019 | 2024.10.10 06:06:36.027301 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13020 | 2024.10.10 06:06:36.027537 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13021 | 2024.10.10 06:06:36.027894 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13022 | 2024.10.10 06:06:36.027932 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13023 | 2024.10.10 06:06:36.028292 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 13024 | 2024.10.10 06:06:36.028684 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13025 | 2024.10.10 06:06:36.028841 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001614 sec., 19826.517967781907 rows/sec., 1.46 MiB/sec. | ||
| 13026 | 2024.10.10 06:06:36.029147 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13027 | 2024.10.10 06:06:36.029212 [ 3 ] {a30b3cf2-f8a6-4313-b92e-eec313b86fe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13028 | 2024.10.10 06:06:36.029265 [ 3 ] {} <Debug> HTTP-Session: ff6004f7-d9c0-4509-b4a0-b33027d655df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13029 | 2024.10.10 06:06:36.029454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13030 | 2024.10.10 06:06:36.029509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13031 | 2024.10.10 06:06:36.029530 [ 3 ] {} <Debug> HTTP-Session: 04225fb3-8077-4467-b95f-8b1ef3ffc94a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13032 | 2024.10.10 06:06:36.029547 [ 3 ] {} <Debug> HTTP-Session: 04225fb3-8077-4467-b95f-8b1ef3ffc94a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13033 | 2024.10.10 06:06:36.029560 [ 3 ] {} <Debug> HTTP-Session: 04225fb3-8077-4467-b95f-8b1ef3ffc94a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13034 | 2024.10.10 06:06:36.029592 [ 3 ] {} <Trace> HTTP-Session: 04225fb3-8077-4467-b95f-8b1ef3ffc94a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13035 | 2024.10.10 06:06:36.029698 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13036 | 2024.10.10 06:06:36.029743 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13037 | 2024.10.10 06:06:36.029992 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13038 | 2024.10.10 06:06:36.030304 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13039 | 2024.10.10 06:06:36.030343 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13040 | 2024.10.10 06:06:36.030699 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 13041 | 2024.10.10 06:06:36.031053 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13042 | 2024.10.10 06:06:36.031217 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001541 sec., 9085.009733939 rows/sec., 636.25 KiB/sec. | ||
| 13043 | 2024.10.10 06:06:36.031441 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Debug> DynamicQueryHandler: Done processing query | ||
| 13044 | 2024.10.10 06:06:36.031467 [ 3 ] {1822f0f8-8c1b-469f-85e9-dfd53569c652} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13045 | 2024.10.10 06:06:36.031484 [ 3 ] {} <Debug> HTTP-Session: 04225fb3-8077-4467-b95f-8b1ef3ffc94a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13046 | 2024.10.10 06:06:36.031647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13047 | 2024.10.10 06:06:36.031698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13048 | 2024.10.10 06:06:36.031718 [ 3 ] {} <Debug> HTTP-Session: d5d55057-877d-4014-af8c-49f3dd103896 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13049 | 2024.10.10 06:06:36.031735 [ 3 ] {} <Debug> HTTP-Session: d5d55057-877d-4014-af8c-49f3dd103896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13050 | 2024.10.10 06:06:36.031748 [ 3 ] {} <Debug> HTTP-Session: d5d55057-877d-4014-af8c-49f3dd103896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13051 | 2024.10.10 06:06:36.031779 [ 3 ] {} <Trace> HTTP-Session: d5d55057-877d-4014-af8c-49f3dd103896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13052 | 2024.10.10 06:06:36.031878 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13053 | 2024.10.10 06:06:36.031921 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13054 | 2024.10.10 06:06:36.032143 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13055 | 2024.10.10 06:06:36.032485 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13056 | 2024.10.10 06:06:36.032523 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13057 | 2024.10.10 06:06:36.032874 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13058 | 2024.10.10 06:06:36.033230 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13059 | 2024.10.10 06:06:36.033398 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001536 sec., 3906.25 rows/sec., 230.79 KiB/sec. | ||
| 13060 | 2024.10.10 06:06:36.033399 [ 70 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 13061 | 2024.10.10 06:06:36.033503 [ 70 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13062 | 2024.10.10 06:06:36.033547 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13063 | 2024.10.10 06:06:36.033657 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Debug> DynamicQueryHandler: Done processing query | ||
| 13064 | 2024.10.10 06:06:36.033712 [ 3 ] {df6bf142-710d-4e42-b005-1e3414b34346} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13065 | 2024.10.10 06:06:36.033745 [ 3 ] {} <Debug> HTTP-Session: d5d55057-877d-4014-af8c-49f3dd103896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13066 | 2024.10.10 06:06:36.033753 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 13067 | 2024.10.10 06:06:36.033994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13068 | 2024.10.10 06:06:36.034013 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13069 | 2024.10.10 06:06:36.034108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13070 | 2024.10.10 06:06:36.034132 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
| 13071 | 2024.10.10 06:06:36.034143 [ 3 ] {} <Debug> HTTP-Session: 9c1156ef-6e54-4f46-94dc-52d1f781828f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13072 | 2024.10.10 06:06:36.034190 [ 3 ] {} <Debug> HTTP-Session: 9c1156ef-6e54-4f46-94dc-52d1f781828f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13073 | 2024.10.10 06:06:36.034214 [ 3 ] {} <Debug> HTTP-Session: 9c1156ef-6e54-4f46-94dc-52d1f781828f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13074 | 2024.10.10 06:06:36.034358 [ 3 ] {} <Trace> HTTP-Session: 9c1156ef-6e54-4f46-94dc-52d1f781828f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13075 | 2024.10.10 06:06:36.034397 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 13076 | 2024.10.10 06:06:36.034730 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 13077 | 2024.10.10 06:06:36.035039 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 13078 | 2024.10.10 06:06:36.035039 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13079 | 2024.10.10 06:06:36.035249 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13080 | 2024.10.10 06:06:36.035276 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 13081 | 2024.10.10 06:06:36.036230 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13082 | 2024.10.10 06:06:36.037503 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13083 | 2024.10.10 06:06:36.037593 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13084 | 2024.10.10 06:06:36.037812 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00417908 sec., 7178.613474736067 rows/sec., 455.67 KiB/sec. | ||
| 13085 | 2024.10.10 06:06:36.038009 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 13086 | 2024.10.10 06:06:36.038397 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13087 | 2024.10.10 06:06:36.038985 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13088 | 2024.10.10 06:06:36.039147 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_29_7} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 13089 | 2024.10.10 06:06:36.039325 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13090 | 2024.10.10 06:06:36.039329 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13091 | 2024.10.10 06:06:36.039533 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.004917 sec., 84197.68151311774 rows/sec., 6.01 MiB/sec. | ||
| 13092 | 2024.10.10 06:06:36.039745 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13093 | 2024.10.10 06:06:36.039770 [ 3 ] {f5a30f41-1d3b-4752-a763-260e120a57c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13094 | 2024.10.10 06:06:36.039787 [ 3 ] {} <Debug> HTTP-Session: 9c1156ef-6e54-4f46-94dc-52d1f781828f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13095 | 2024.10.10 06:06:36.040003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13096 | 2024.10.10 06:06:36.040053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13097 | 2024.10.10 06:06:36.040074 [ 3 ] {} <Debug> HTTP-Session: 74d6f3e6-7ab1-4ba6-a806-4aee9bcb6fa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13098 | 2024.10.10 06:06:36.040090 [ 3 ] {} <Debug> HTTP-Session: 74d6f3e6-7ab1-4ba6-a806-4aee9bcb6fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13099 | 2024.10.10 06:06:36.040104 [ 3 ] {} <Debug> HTTP-Session: 74d6f3e6-7ab1-4ba6-a806-4aee9bcb6fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13100 | 2024.10.10 06:06:36.040135 [ 3 ] {} <Trace> HTTP-Session: 74d6f3e6-7ab1-4ba6-a806-4aee9bcb6fa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13101 | 2024.10.10 06:06:36.040235 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13102 | 2024.10.10 06:06:36.040281 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13103 | 2024.10.10 06:06:36.040419 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13104 | 2024.10.10 06:06:36.040714 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13105 | 2024.10.10 06:06:36.040751 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13106 | 2024.10.10 06:06:36.041113 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13107 | 2024.10.10 06:06:36.041444 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13108 | 2024.10.10 06:06:36.041609 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec. | ||
| 13109 | 2024.10.10 06:06:36.041785 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13110 | 2024.10.10 06:06:36.041810 [ 3 ] {8b06b2f9-0d11-4cb3-8bc0-013911b3770b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13111 | 2024.10.10 06:06:36.041826 [ 3 ] {} <Debug> HTTP-Session: 74d6f3e6-7ab1-4ba6-a806-4aee9bcb6fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13112 | 2024.10.10 06:06:36.042007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13113 | 2024.10.10 06:06:36.042058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13114 | 2024.10.10 06:06:36.042079 [ 3 ] {} <Debug> HTTP-Session: de54b95e-6ad4-4576-b6bd-5d705e4800e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13115 | 2024.10.10 06:06:36.042095 [ 3 ] {} <Debug> HTTP-Session: de54b95e-6ad4-4576-b6bd-5d705e4800e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13116 | 2024.10.10 06:06:36.042108 [ 3 ] {} <Debug> HTTP-Session: de54b95e-6ad4-4576-b6bd-5d705e4800e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13117 | 2024.10.10 06:06:36.042140 [ 3 ] {} <Trace> HTTP-Session: de54b95e-6ad4-4576-b6bd-5d705e4800e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13118 | 2024.10.10 06:06:36.042326 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13119 | 2024.10.10 06:06:36.042375 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13120 | 2024.10.10 06:06:36.042522 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13121 | 2024.10.10 06:06:36.042945 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13122 | 2024.10.10 06:06:36.042983 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13123 | 2024.10.10 06:06:36.043376 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13124 | 2024.10.10 06:06:36.043704 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13125 | 2024.10.10 06:06:36.043856 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec. | ||
| 13126 | 2024.10.10 06:06:36.044041 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13127 | 2024.10.10 06:06:36.044066 [ 3 ] {19e61524-56df-40f1-90f3-c2d6af70d04a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13128 | 2024.10.10 06:06:36.044082 [ 3 ] {} <Debug> HTTP-Session: de54b95e-6ad4-4576-b6bd-5d705e4800e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13129 | 2024.10.10 06:06:36.044310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13130 | 2024.10.10 06:06:36.044361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13131 | 2024.10.10 06:06:36.044380 [ 3 ] {} <Debug> HTTP-Session: 4b18e2b8-3478-4b08-8ce5-f1c315fc3b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13132 | 2024.10.10 06:06:36.044397 [ 3 ] {} <Debug> HTTP-Session: 4b18e2b8-3478-4b08-8ce5-f1c315fc3b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13133 | 2024.10.10 06:06:36.044410 [ 3 ] {} <Debug> HTTP-Session: 4b18e2b8-3478-4b08-8ce5-f1c315fc3b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13134 | 2024.10.10 06:06:36.044441 [ 3 ] {} <Trace> HTTP-Session: 4b18e2b8-3478-4b08-8ce5-f1c315fc3b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13135 | 2024.10.10 06:06:36.044535 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13136 | 2024.10.10 06:06:36.044580 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13137 | 2024.10.10 06:06:36.044711 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13138 | 2024.10.10 06:06:36.044969 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13139 | 2024.10.10 06:06:36.045006 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13140 | 2024.10.10 06:06:36.045366 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13141 | 2024.10.10 06:06:36.045690 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13142 | 2024.10.10 06:06:36.045846 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
| 13143 | 2024.10.10 06:06:36.046023 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Debug> DynamicQueryHandler: Done processing query | ||
| 13144 | 2024.10.10 06:06:36.046048 [ 3 ] {4a14a7f2-1504-4f4c-8660-337390013d93} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13145 | 2024.10.10 06:06:36.046064 [ 3 ] {} <Debug> HTTP-Session: 4b18e2b8-3478-4b08-8ce5-f1c315fc3b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13146 | 2024.10.10 06:06:36.046233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13147 | 2024.10.10 06:06:36.046284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13148 | 2024.10.10 06:06:36.046304 [ 3 ] {} <Debug> HTTP-Session: 040e23a7-5dcc-4e4f-b261-3cc8ffc4524c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13149 | 2024.10.10 06:06:36.046320 [ 3 ] {} <Debug> HTTP-Session: 040e23a7-5dcc-4e4f-b261-3cc8ffc4524c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13150 | 2024.10.10 06:06:36.046333 [ 3 ] {} <Debug> HTTP-Session: 040e23a7-5dcc-4e4f-b261-3cc8ffc4524c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13151 | 2024.10.10 06:06:36.046363 [ 3 ] {} <Trace> HTTP-Session: 040e23a7-5dcc-4e4f-b261-3cc8ffc4524c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13152 | 2024.10.10 06:06:36.046706 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13153 | 2024.10.10 06:06:36.046772 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <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 | ||
| 13154 | 2024.10.10 06:06:36.047207 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13155 | 2024.10.10 06:06:36.048057 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13156 | 2024.10.10 06:06:36.048093 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13157 | 2024.10.10 06:06:36.048751 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13158 | 2024.10.10 06:06:36.049168 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13159 | 2024.10.10 06:06:36.049357 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002885 sec., 11091.854419410745 rows/sec., 19.88 MiB/sec. | ||
| 13160 | 2024.10.10 06:06:36.049856 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Debug> DynamicQueryHandler: Done processing query | ||
| 13161 | 2024.10.10 06:06:36.049897 [ 3 ] {d8f19c51-84cf-44bb-9d48-48cb43226c46} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 13162 | 2024.10.10 06:06:36.049923 [ 3 ] {} <Debug> HTTP-Session: 040e23a7-5dcc-4e4f-b261-3cc8ffc4524c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13163 | 2024.10.10 06:06:36.050104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13164 | 2024.10.10 06:06:36.050158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13165 | 2024.10.10 06:06:36.050179 [ 3 ] {} <Debug> HTTP-Session: 39cea2c4-839e-427f-88e2-2d7e02e8a4e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13166 | 2024.10.10 06:06:36.050195 [ 3 ] {} <Debug> HTTP-Session: 39cea2c4-839e-427f-88e2-2d7e02e8a4e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13167 | 2024.10.10 06:06:36.050209 [ 3 ] {} <Debug> HTTP-Session: 39cea2c4-839e-427f-88e2-2d7e02e8a4e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13168 | 2024.10.10 06:06:36.050242 [ 3 ] {} <Trace> HTTP-Session: 39cea2c4-839e-427f-88e2-2d7e02e8a4e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13169 | 2024.10.10 06:06:36.050388 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13170 | 2024.10.10 06:06:36.050436 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13171 | 2024.10.10 06:06:36.050588 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13172 | 2024.10.10 06:06:36.050897 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13173 | 2024.10.10 06:06:36.050936 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13174 | 2024.10.10 06:06:36.051302 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13175 | 2024.10.10 06:06:36.051625 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13176 | 2024.10.10 06:06:36.051780 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 13177 | 2024.10.10 06:06:36.051959 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Debug> DynamicQueryHandler: Done processing query | ||
| 13178 | 2024.10.10 06:06:36.051984 [ 3 ] {c03ee261-9c6a-4760-b2d7-2b884d381609} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13179 | 2024.10.10 06:06:36.052000 [ 3 ] {} <Debug> HTTP-Session: 39cea2c4-839e-427f-88e2-2d7e02e8a4e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13180 | 2024.10.10 06:06:38.350403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1296 | ||
| 13181 | 2024.10.10 06:06:38.353320 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13182 | 2024.10.10 06:06:38.353369 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13183 | 2024.10.10 06:06:38.354890 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 13184 | 2024.10.10 06:06:38.355940 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13185 | 2024.10.10 06:06:38.356194 [ 67 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 13186 | 2024.10.10 06:06:38.356323 [ 67 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13187 | 2024.10.10 06:06:38.356401 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13188 | 2024.10.10 06:06:38.356894 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 13189 | 2024.10.10 06:06:38.358156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1296 | ||
| 13190 | 2024.10.10 06:06:38.358792 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13191 | 2024.10.10 06:06:38.358961 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1058 rows starting from the beginning of the part | ||
| 13192 | 2024.10.10 06:06:38.359476 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 13193 | 2024.10.10 06:06:38.359950 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 44 rows starting from the beginning of the part | ||
| 13194 | 2024.10.10 06:06:38.360675 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 13195 | 2024.10.10 06:06:38.361253 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part | ||
| 13196 | 2024.10.10 06:06:38.361782 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 38 rows starting from the beginning of the part | ||
| 13197 | 2024.10.10 06:06:38.371078 [ 190 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 72 columns (72 merged, 0 gathered) in 0.014540149 sec., 89132.51164069914 rows/sec., 65.31 MiB/sec. | ||
| 13198 | 2024.10.10 06:06:38.372660 [ 193 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 13199 | 2024.10.10 06:06:38.374352 [ 193 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13200 | 2024.10.10 06:06:38.374444 [ 193 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_31_6} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 13201 | 2024.10.10 06:06:38.374756 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.99 MiB. | ||
| 13202 | 2024.10.10 06:06:41.019431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13203 | 2024.10.10 06:06:41.019601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13204 | 2024.10.10 06:06:41.019649 [ 3 ] {} <Debug> HTTP-Session: c3b6a8d5-ecc1-4c5d-affb-7d13570df7eb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13205 | 2024.10.10 06:06:41.019692 [ 3 ] {} <Debug> HTTP-Session: c3b6a8d5-ecc1-4c5d-affb-7d13570df7eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13206 | 2024.10.10 06:06:41.019720 [ 3 ] {} <Debug> HTTP-Session: c3b6a8d5-ecc1-4c5d-affb-7d13570df7eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13207 | 2024.10.10 06:06:41.019780 [ 3 ] {} <Trace> HTTP-Session: c3b6a8d5-ecc1-4c5d-affb-7d13570df7eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13208 | 2024.10.10 06:06:41.019977 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13209 | 2024.10.10 06:06:41.020053 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13210 | 2024.10.10 06:06:41.020437 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13211 | 2024.10.10 06:06:41.020890 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13212 | 2024.10.10 06:06:41.020939 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13213 | 2024.10.10 06:06:41.021366 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13214 | 2024.10.10 06:06:41.021759 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13215 | 2024.10.10 06:06:41.021952 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002027 sec., 986.6798223976319 rows/sec., 80.46 KiB/sec. | ||
| 13216 | 2024.10.10 06:06:41.022347 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13217 | 2024.10.10 06:06:41.022377 [ 3 ] {cb4eac3e-e323-44f9-bf8e-0eec4242739f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13218 | 2024.10.10 06:06:41.022395 [ 3 ] {} <Debug> HTTP-Session: c3b6a8d5-ecc1-4c5d-affb-7d13570df7eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13219 | 2024.10.10 06:06:41.022592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13220 | 2024.10.10 06:06:41.022652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13221 | 2024.10.10 06:06:41.022673 [ 3 ] {} <Debug> HTTP-Session: 3bafb272-ecd8-4227-97a2-dd8100e73cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13222 | 2024.10.10 06:06:41.022692 [ 3 ] {} <Debug> HTTP-Session: 3bafb272-ecd8-4227-97a2-dd8100e73cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13223 | 2024.10.10 06:06:41.022706 [ 3 ] {} <Debug> HTTP-Session: 3bafb272-ecd8-4227-97a2-dd8100e73cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13224 | 2024.10.10 06:06:41.022742 [ 3 ] {} <Trace> HTTP-Session: 3bafb272-ecd8-4227-97a2-dd8100e73cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13225 | 2024.10.10 06:06:41.022887 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13226 | 2024.10.10 06:06:41.022936 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13227 | 2024.10.10 06:06:41.023188 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13228 | 2024.10.10 06:06:41.023582 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13229 | 2024.10.10 06:06:41.023621 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13230 | 2024.10.10 06:06:41.023994 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13231 | 2024.10.10 06:06:41.024367 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13232 | 2024.10.10 06:06:41.024523 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Debug> executeQuery: Read 115 rows, 9.89 KiB in 0.001693 sec., 67926.75723567631 rows/sec., 5.71 MiB/sec. | ||
| 13233 | 2024.10.10 06:06:41.024841 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Debug> DynamicQueryHandler: Done processing query | ||
| 13234 | 2024.10.10 06:06:41.024913 [ 3 ] {70751db2-dc2e-4f4e-b485-051f44079619} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 13235 | 2024.10.10 06:06:41.024972 [ 3 ] {} <Debug> HTTP-Session: 3bafb272-ecd8-4227-97a2-dd8100e73cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13236 | 2024.10.10 06:06:41.025215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13237 | 2024.10.10 06:06:41.025305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13238 | 2024.10.10 06:06:41.025327 [ 3 ] {} <Debug> HTTP-Session: 2495b99d-67b4-4307-9801-50294ce598a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13239 | 2024.10.10 06:06:41.025344 [ 3 ] {} <Debug> HTTP-Session: 2495b99d-67b4-4307-9801-50294ce598a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13240 | 2024.10.10 06:06:41.025358 [ 3 ] {} <Debug> HTTP-Session: 2495b99d-67b4-4307-9801-50294ce598a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13241 | 2024.10.10 06:06:41.025392 [ 3 ] {} <Trace> HTTP-Session: 2495b99d-67b4-4307-9801-50294ce598a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13242 | 2024.10.10 06:06:41.025527 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13243 | 2024.10.10 06:06:41.025574 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13244 | 2024.10.10 06:06:41.025827 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13245 | 2024.10.10 06:06:41.026152 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13246 | 2024.10.10 06:06:41.026190 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13247 | 2024.10.10 06:06:41.026549 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13248 | 2024.10.10 06:06:41.026913 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13249 | 2024.10.10 06:06:41.027079 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.001586 sec., 19546.027742749055 rows/sec., 1.43 MiB/sec. | ||
| 13250 | 2024.10.10 06:06:41.027095 [ 40 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 13251 | 2024.10.10 06:06:41.027213 [ 40 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13252 | 2024.10.10 06:06:41.027266 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13253 | 2024.10.10 06:06:41.027386 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 13254 | 2024.10.10 06:06:41.027450 [ 3 ] {c3a79a99-a41e-41fb-b369-30cbd5d22fdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13255 | 2024.10.10 06:06:41.027510 [ 3 ] {} <Debug> HTTP-Session: 2495b99d-67b4-4307-9801-50294ce598a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13256 | 2024.10.10 06:06:41.027531 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 13257 | 2024.10.10 06:06:41.027754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13258 | 2024.10.10 06:06:41.027938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13259 | 2024.10.10 06:06:41.028028 [ 3 ] {} <Debug> HTTP-Session: a0dda459-40f5-46c2-ac8c-85020be8903f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13260 | 2024.10.10 06:06:41.028105 [ 3 ] {} <Debug> HTTP-Session: a0dda459-40f5-46c2-ac8c-85020be8903f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13261 | 2024.10.10 06:06:41.028182 [ 3 ] {} <Debug> HTTP-Session: a0dda459-40f5-46c2-ac8c-85020be8903f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13262 | 2024.10.10 06:06:41.028233 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13263 | 2024.10.10 06:06:41.028319 [ 3 ] {} <Trace> HTTP-Session: a0dda459-40f5-46c2-ac8c-85020be8903f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13264 | 2024.10.10 06:06:41.028384 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 71 rows starting from the beginning of the part | ||
| 13265 | 2024.10.10 06:06:41.028778 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13266 | 2024.10.10 06:06:41.028878 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part | ||
| 13267 | 2024.10.10 06:06:41.028959 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13268 | 2024.10.10 06:06:41.029210 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 13269 | 2024.10.10 06:06:41.029385 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 35 rows starting from the beginning of the part | ||
| 13270 | 2024.10.10 06:06:41.029609 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part | ||
| 13271 | 2024.10.10 06:06:41.029873 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part | ||
| 13272 | 2024.10.10 06:06:41.029907 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13273 | 2024.10.10 06:06:41.030582 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13274 | 2024.10.10 06:06:41.030626 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13275 | 2024.10.10 06:06:41.031211 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13276 | 2024.10.10 06:06:41.031436 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 225 rows, containing 5 columns (5 merged, 0 gathered) in 0.004090548 sec., 55004.855095209736 rows/sec., 4.22 MiB/sec. | ||
| 13277 | 2024.10.10 06:06:41.031576 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 13278 | 2024.10.10 06:06:41.031741 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13279 | 2024.10.10 06:06:41.032121 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.003564 sec., 26655.44332210999 rows/sec., 2.08 MiB/sec. | ||
| 13280 | 2024.10.10 06:06:41.032338 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13281 | 2024.10.10 06:06:41.032384 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 13282 | 2024.10.10 06:06:41.032415 [ 3 ] {af68c78f-0c52-44aa-b9fa-560af142b5fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13283 | 2024.10.10 06:06:41.032435 [ 3 ] {} <Debug> HTTP-Session: a0dda459-40f5-46c2-ac8c-85020be8903f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13284 | 2024.10.10 06:06:41.032434 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_56_11} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 13285 | 2024.10.10 06:06:41.032524 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 13286 | 2024.10.10 06:06:41.032642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13287 | 2024.10.10 06:06:41.032693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13288 | 2024.10.10 06:06:41.032713 [ 3 ] {} <Debug> HTTP-Session: 9a54a7f1-5df5-44af-ab66-bfcf7f15f243 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13289 | 2024.10.10 06:06:41.032730 [ 3 ] {} <Debug> HTTP-Session: 9a54a7f1-5df5-44af-ab66-bfcf7f15f243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13290 | 2024.10.10 06:06:41.032744 [ 3 ] {} <Debug> HTTP-Session: 9a54a7f1-5df5-44af-ab66-bfcf7f15f243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13291 | 2024.10.10 06:06:41.032776 [ 3 ] {} <Trace> HTTP-Session: 9a54a7f1-5df5-44af-ab66-bfcf7f15f243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13292 | 2024.10.10 06:06:41.032927 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13293 | 2024.10.10 06:06:41.032976 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13294 | 2024.10.10 06:06:41.033122 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13295 | 2024.10.10 06:06:41.033551 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13296 | 2024.10.10 06:06:41.033601 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13297 | 2024.10.10 06:06:41.034078 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13298 | 2024.10.10 06:06:41.034501 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13299 | 2024.10.10 06:06:41.034687 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001828 sec., 88074.39824945295 rows/sec., 6.13 MiB/sec. | ||
| 13300 | 2024.10.10 06:06:41.034920 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13301 | 2024.10.10 06:06:41.034967 [ 3 ] {c6781538-b2ad-4443-99e5-3f271e7054b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13302 | 2024.10.10 06:06:41.035004 [ 3 ] {} <Debug> HTTP-Session: 9a54a7f1-5df5-44af-ab66-bfcf7f15f243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13303 | 2024.10.10 06:06:41.035207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13304 | 2024.10.10 06:06:41.035267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13305 | 2024.10.10 06:06:41.035291 [ 3 ] {} <Debug> HTTP-Session: 05389b9d-29a3-4e51-9033-98b204b55353 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13306 | 2024.10.10 06:06:41.035312 [ 3 ] {} <Debug> HTTP-Session: 05389b9d-29a3-4e51-9033-98b204b55353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13307 | 2024.10.10 06:06:41.035329 [ 3 ] {} <Debug> HTTP-Session: 05389b9d-29a3-4e51-9033-98b204b55353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13308 | 2024.10.10 06:06:41.035368 [ 3 ] {} <Trace> HTTP-Session: 05389b9d-29a3-4e51-9033-98b204b55353 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13309 | 2024.10.10 06:06:41.035741 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13310 | 2024.10.10 06:06:41.035810 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <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 | ||
| 13311 | 2024.10.10 06:06:41.036224 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13312 | 2024.10.10 06:06:41.036928 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13313 | 2024.10.10 06:06:41.036964 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13314 | 2024.10.10 06:06:41.037592 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13315 | 2024.10.10 06:06:41.038024 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13316 | 2024.10.10 06:06:41.038223 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002728 sec., 10630.49853372434 rows/sec., 19.05 MiB/sec. | ||
| 13317 | 2024.10.10 06:06:41.038466 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 13318 | 2024.10.10 06:06:41.038491 [ 3 ] {59a3becd-4941-4b7b-a456-f2ef196691c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 13319 | 2024.10.10 06:06:41.038508 [ 3 ] {} <Debug> HTTP-Session: 05389b9d-29a3-4e51-9033-98b204b55353 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13320 | 2024.10.10 06:06:41.038643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13321 | 2024.10.10 06:06:41.038692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13322 | 2024.10.10 06:06:41.038713 [ 3 ] {} <Debug> HTTP-Session: f7c1a43e-7935-4413-a10d-8853a3f0d111 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13323 | 2024.10.10 06:06:41.038729 [ 3 ] {} <Debug> HTTP-Session: f7c1a43e-7935-4413-a10d-8853a3f0d111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13324 | 2024.10.10 06:06:41.038743 [ 3 ] {} <Debug> HTTP-Session: f7c1a43e-7935-4413-a10d-8853a3f0d111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13325 | 2024.10.10 06:06:41.038774 [ 3 ] {} <Trace> HTTP-Session: f7c1a43e-7935-4413-a10d-8853a3f0d111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13326 | 2024.10.10 06:06:41.038901 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13327 | 2024.10.10 06:06:41.038947 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13328 | 2024.10.10 06:06:41.039080 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13329 | 2024.10.10 06:06:41.039375 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13330 | 2024.10.10 06:06:41.039411 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. | ||
| 13331 | 2024.10.10 06:06:41.039769 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13332 | 2024.10.10 06:06:41.040092 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13333 | 2024.10.10 06:06:41.040255 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 13334 | 2024.10.10 06:06:41.040533 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13335 | 2024.10.10 06:06:41.040597 [ 3 ] {9ad7b593-b0aa-4511-b536-2e2a5f48fde2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13336 | 2024.10.10 06:06:41.040651 [ 3 ] {} <Debug> HTTP-Session: f7c1a43e-7935-4413-a10d-8853a3f0d111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13337 | 2024.10.10 06:06:46.024853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13338 | 2024.10.10 06:06:46.025081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13339 | 2024.10.10 06:06:46.025159 [ 3 ] {} <Debug> HTTP-Session: 5bbb32fa-6c6a-4b3e-80de-2f350982e6f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13340 | 2024.10.10 06:06:46.025249 [ 3 ] {} <Debug> HTTP-Session: 5bbb32fa-6c6a-4b3e-80de-2f350982e6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13341 | 2024.10.10 06:06:46.025331 [ 3 ] {} <Debug> HTTP-Session: 5bbb32fa-6c6a-4b3e-80de-2f350982e6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13342 | 2024.10.10 06:06:46.025425 [ 3 ] {} <Trace> HTTP-Session: 5bbb32fa-6c6a-4b3e-80de-2f350982e6f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13343 | 2024.10.10 06:06:46.025710 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13344 | 2024.10.10 06:06:46.025820 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13345 | 2024.10.10 06:06:46.026200 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13346 | 2024.10.10 06:06:46.026688 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13347 | 2024.10.10 06:06:46.026733 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13348 | 2024.10.10 06:06:46.027146 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13349 | 2024.10.10 06:06:46.027530 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13350 | 2024.10.10 06:06:46.027713 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002088 sec., 2873.5632183908046 rows/sec., 234.32 KiB/sec. | ||
| 13351 | 2024.10.10 06:06:46.027938 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Debug> DynamicQueryHandler: Done processing query | ||
| 13352 | 2024.10.10 06:06:46.027965 [ 3 ] {817ae7d3-0c33-43fe-bee3-1b8ca9b26a12} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13353 | 2024.10.10 06:06:46.027982 [ 3 ] {} <Debug> HTTP-Session: 5bbb32fa-6c6a-4b3e-80de-2f350982e6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13354 | 2024.10.10 06:06:46.028208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13355 | 2024.10.10 06:06:46.028263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13356 | 2024.10.10 06:06:46.028283 [ 3 ] {} <Debug> HTTP-Session: a01e1ce5-6409-45af-aefb-0ad71baa37c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13357 | 2024.10.10 06:06:46.028300 [ 3 ] {} <Debug> HTTP-Session: a01e1ce5-6409-45af-aefb-0ad71baa37c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13358 | 2024.10.10 06:06:46.028314 [ 3 ] {} <Debug> HTTP-Session: a01e1ce5-6409-45af-aefb-0ad71baa37c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13359 | 2024.10.10 06:06:46.028350 [ 3 ] {} <Trace> HTTP-Session: a01e1ce5-6409-45af-aefb-0ad71baa37c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13360 | 2024.10.10 06:06:46.028532 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13361 | 2024.10.10 06:06:46.028579 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13362 | 2024.10.10 06:06:46.028819 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13363 | 2024.10.10 06:06:46.029297 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13364 | 2024.10.10 06:06:46.029336 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13365 | 2024.10.10 06:06:46.029729 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13366 | 2024.10.10 06:06:46.030110 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13367 | 2024.10.10 06:06:46.030279 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Debug> executeQuery: Read 256 rows, 23.17 KiB in 0.001835 sec., 139509.53678474115 rows/sec., 12.33 MiB/sec. | ||
| 13368 | 2024.10.10 06:06:46.030454 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Debug> DynamicQueryHandler: Done processing query | ||
| 13369 | 2024.10.10 06:06:46.030479 [ 3 ] {308e3d36-2e46-4586-ab81-c36c4c4cd848} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 13370 | 2024.10.10 06:06:46.030495 [ 3 ] {} <Debug> HTTP-Session: a01e1ce5-6409-45af-aefb-0ad71baa37c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13371 | 2024.10.10 06:06:46.030669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13372 | 2024.10.10 06:06:46.030718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13373 | 2024.10.10 06:06:46.030738 [ 3 ] {} <Debug> HTTP-Session: c4258a1c-8a22-4297-b2cf-e9cf123bf9e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13374 | 2024.10.10 06:06:46.030755 [ 3 ] {} <Debug> HTTP-Session: c4258a1c-8a22-4297-b2cf-e9cf123bf9e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13375 | 2024.10.10 06:06:46.030769 [ 3 ] {} <Debug> HTTP-Session: c4258a1c-8a22-4297-b2cf-e9cf123bf9e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13376 | 2024.10.10 06:06:46.030801 [ 3 ] {} <Trace> HTTP-Session: c4258a1c-8a22-4297-b2cf-e9cf123bf9e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13377 | 2024.10.10 06:06:46.030910 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13378 | 2024.10.10 06:06:46.030954 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13379 | 2024.10.10 06:06:46.031181 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13380 | 2024.10.10 06:06:46.031502 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13381 | 2024.10.10 06:06:46.031538 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13382 | 2024.10.10 06:06:46.031891 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 13383 | 2024.10.10 06:06:46.032265 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13384 | 2024.10.10 06:06:46.032429 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Debug> executeQuery: Read 38 rows, 2.83 KiB in 0.001549 sec., 24531.956100710137 rows/sec., 1.78 MiB/sec. | ||
| 13385 | 2024.10.10 06:06:46.032711 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 13386 | 2024.10.10 06:06:46.032772 [ 3 ] {c342f5fa-cbf1-4459-8d09-d55e7c26a4cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13387 | 2024.10.10 06:06:46.032828 [ 3 ] {} <Debug> HTTP-Session: c4258a1c-8a22-4297-b2cf-e9cf123bf9e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13388 | 2024.10.10 06:06:46.032996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13389 | 2024.10.10 06:06:46.033049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13390 | 2024.10.10 06:06:46.033068 [ 3 ] {} <Debug> HTTP-Session: 85761f24-c5f6-4d9d-8318-53c2d1db9850 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13391 | 2024.10.10 06:06:46.033086 [ 3 ] {} <Debug> HTTP-Session: 85761f24-c5f6-4d9d-8318-53c2d1db9850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13392 | 2024.10.10 06:06:46.033099 [ 3 ] {} <Debug> HTTP-Session: 85761f24-c5f6-4d9d-8318-53c2d1db9850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13393 | 2024.10.10 06:06:46.033132 [ 3 ] {} <Trace> HTTP-Session: 85761f24-c5f6-4d9d-8318-53c2d1db9850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13394 | 2024.10.10 06:06:46.033239 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13395 | 2024.10.10 06:06:46.033283 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13396 | 2024.10.10 06:06:46.033525 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13397 | 2024.10.10 06:06:46.033827 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13398 | 2024.10.10 06:06:46.033864 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13399 | 2024.10.10 06:06:46.034217 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13400 | 2024.10.10 06:06:46.034566 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13401 | 2024.10.10 06:06:46.034737 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001523 sec., 9192.383453709783 rows/sec., 643.77 KiB/sec. | ||
| 13402 | 2024.10.10 06:06:46.034926 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13403 | 2024.10.10 06:06:46.034955 [ 3 ] {7f903ba1-7f2f-46e6-82d6-c43409badd8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13404 | 2024.10.10 06:06:46.034972 [ 3 ] {} <Debug> HTTP-Session: 85761f24-c5f6-4d9d-8318-53c2d1db9850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13405 | 2024.10.10 06:06:46.035104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13406 | 2024.10.10 06:06:46.035156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13407 | 2024.10.10 06:06:46.035175 [ 3 ] {} <Debug> HTTP-Session: 6d02dad7-c870-481e-996b-579dabd32826 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13408 | 2024.10.10 06:06:46.035192 [ 3 ] {} <Debug> HTTP-Session: 6d02dad7-c870-481e-996b-579dabd32826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13409 | 2024.10.10 06:06:46.035207 [ 3 ] {} <Debug> HTTP-Session: 6d02dad7-c870-481e-996b-579dabd32826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13410 | 2024.10.10 06:06:46.035238 [ 3 ] {} <Trace> HTTP-Session: 6d02dad7-c870-481e-996b-579dabd32826 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13411 | 2024.10.10 06:06:46.035340 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13412 | 2024.10.10 06:06:46.035383 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13413 | 2024.10.10 06:06:46.035613 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13414 | 2024.10.10 06:06:46.035966 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13415 | 2024.10.10 06:06:46.036004 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13416 | 2024.10.10 06:06:46.036356 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13417 | 2024.10.10 06:06:46.036713 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13418 | 2024.10.10 06:06:46.036874 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 228.26 KiB/sec. | ||
| 13419 | 2024.10.10 06:06:46.037058 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Debug> DynamicQueryHandler: Done processing query | ||
| 13420 | 2024.10.10 06:06:46.037083 [ 3 ] {f0c46929-b3cb-4595-b382-f76cb7d51396} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13421 | 2024.10.10 06:06:46.037099 [ 3 ] {} <Debug> HTTP-Session: 6d02dad7-c870-481e-996b-579dabd32826 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13422 | 2024.10.10 06:06:46.037284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 68258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13423 | 2024.10.10 06:06:46.037334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13424 | 2024.10.10 06:06:46.037353 [ 3 ] {} <Debug> HTTP-Session: f4960589-e25c-433e-9287-6a833b71a5e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13425 | 2024.10.10 06:06:46.037369 [ 3 ] {} <Debug> HTTP-Session: f4960589-e25c-433e-9287-6a833b71a5e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13426 | 2024.10.10 06:06:46.037384 [ 3 ] {} <Debug> HTTP-Session: f4960589-e25c-433e-9287-6a833b71a5e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13427 | 2024.10.10 06:06:46.037415 [ 3 ] {} <Trace> HTTP-Session: f4960589-e25c-433e-9287-6a833b71a5e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13428 | 2024.10.10 06:06:46.037628 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13429 | 2024.10.10 06:06:46.037674 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13430 | 2024.10.10 06:06:46.037902 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13431 | 2024.10.10 06:06:46.038471 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13432 | 2024.10.10 06:06:46.038510 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13433 | 2024.10.10 06:06:46.038882 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13434 | 2024.10.10 06:06:46.039249 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13435 | 2024.10.10 06:06:46.039414 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Debug> executeQuery: Read 420 rows, 30.73 KiB in 0.00189 sec., 222222.22222222222 rows/sec., 15.88 MiB/sec. | ||
| 13436 | 2024.10.10 06:06:46.039590 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13437 | 2024.10.10 06:06:46.039615 [ 3 ] {7a5a9a6b-b3e2-4526-b4ef-c374c940fb7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13438 | 2024.10.10 06:06:46.039633 [ 3 ] {} <Debug> HTTP-Session: f4960589-e25c-433e-9287-6a833b71a5e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13439 | 2024.10.10 06:06:46.039778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13440 | 2024.10.10 06:06:46.039826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13441 | 2024.10.10 06:06:46.039845 [ 3 ] {} <Debug> HTTP-Session: 5fc085db-4839-4d9d-9547-72a583854c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13442 | 2024.10.10 06:06:46.039862 [ 3 ] {} <Debug> HTTP-Session: 5fc085db-4839-4d9d-9547-72a583854c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13443 | 2024.10.10 06:06:46.039876 [ 3 ] {} <Debug> HTTP-Session: 5fc085db-4839-4d9d-9547-72a583854c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13444 | 2024.10.10 06:06:46.039907 [ 3 ] {} <Trace> HTTP-Session: 5fc085db-4839-4d9d-9547-72a583854c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13445 | 2024.10.10 06:06:46.040005 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13446 | 2024.10.10 06:06:46.040052 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13447 | 2024.10.10 06:06:46.040182 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13448 | 2024.10.10 06:06:46.040441 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13449 | 2024.10.10 06:06:46.040478 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13450 | 2024.10.10 06:06:46.040833 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13451 | 2024.10.10 06:06:46.041147 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13452 | 2024.10.10 06:06:46.041307 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 237.66 KiB/sec. | ||
| 13453 | 2024.10.10 06:06:46.041484 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13454 | 2024.10.10 06:06:46.041509 [ 3 ] {32b5a88a-17e1-4417-8b2f-2462af2ee1f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13455 | 2024.10.10 06:06:46.041526 [ 3 ] {} <Debug> HTTP-Session: 5fc085db-4839-4d9d-9547-72a583854c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13456 | 2024.10.10 06:06:46.041679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 45227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13457 | 2024.10.10 06:06:46.041727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13458 | 2024.10.10 06:06:46.041745 [ 3 ] {} <Debug> HTTP-Session: 05d52ee5-bcc7-437c-ba3a-5dd0d76293a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13459 | 2024.10.10 06:06:46.041761 [ 3 ] {} <Debug> HTTP-Session: 05d52ee5-bcc7-437c-ba3a-5dd0d76293a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13460 | 2024.10.10 06:06:46.041776 [ 3 ] {} <Debug> HTTP-Session: 05d52ee5-bcc7-437c-ba3a-5dd0d76293a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13461 | 2024.10.10 06:06:46.041807 [ 3 ] {} <Trace> HTTP-Session: 05d52ee5-bcc7-437c-ba3a-5dd0d76293a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13462 | 2024.10.10 06:06:46.042019 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13463 | 2024.10.10 06:06:46.042065 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13464 | 2024.10.10 06:06:46.042221 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13465 | 2024.10.10 06:06:46.042618 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13466 | 2024.10.10 06:06:46.042656 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13467 | 2024.10.10 06:06:46.043036 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13468 | 2024.10.10 06:06:46.043372 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13469 | 2024.10.10 06:06:46.043532 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001643 sec., 146074.25441265976 rows/sec., 9.79 MiB/sec. | ||
| 13470 | 2024.10.10 06:06:46.043701 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13471 | 2024.10.10 06:06:46.043726 [ 3 ] {37ae7f0b-cb55-441a-8193-99a9ebe45fc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13472 | 2024.10.10 06:06:46.043743 [ 3 ] {} <Debug> HTTP-Session: 05d52ee5-bcc7-437c-ba3a-5dd0d76293a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13473 | 2024.10.10 06:06:46.043864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13474 | 2024.10.10 06:06:46.043912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13475 | 2024.10.10 06:06:46.043930 [ 3 ] {} <Debug> HTTP-Session: 2304092a-f167-4189-908e-ae9ed3fa71ee Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13476 | 2024.10.10 06:06:46.043946 [ 3 ] {} <Debug> HTTP-Session: 2304092a-f167-4189-908e-ae9ed3fa71ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13477 | 2024.10.10 06:06:46.043960 [ 3 ] {} <Debug> HTTP-Session: 2304092a-f167-4189-908e-ae9ed3fa71ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13478 | 2024.10.10 06:06:46.043990 [ 3 ] {} <Trace> HTTP-Session: 2304092a-f167-4189-908e-ae9ed3fa71ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13479 | 2024.10.10 06:06:46.044082 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13480 | 2024.10.10 06:06:46.044127 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13481 | 2024.10.10 06:06:46.044257 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13482 | 2024.10.10 06:06:46.044507 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13483 | 2024.10.10 06:06:46.044543 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13484 | 2024.10.10 06:06:46.044892 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13485 | 2024.10.10 06:06:46.045237 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13486 | 2024.10.10 06:06:46.045391 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001328 sec., 753.0120481927711 rows/sec., 50.74 KiB/sec. | ||
| 13487 | 2024.10.10 06:06:46.045391 [ 24 ] {} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 13488 | 2024.10.10 06:06:46.045503 [ 24 ] {} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13489 | 2024.10.10 06:06:46.045550 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13490 | 2024.10.10 06:06:46.045659 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13491 | 2024.10.10 06:06:46.045700 [ 3 ] {7def56d5-358d-4ab2-83bd-3f8cf381ebe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13492 | 2024.10.10 06:06:46.045705 [ 193 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 13493 | 2024.10.10 06:06:46.045719 [ 3 ] {} <Debug> HTTP-Session: 2304092a-f167-4189-908e-ae9ed3fa71ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13494 | 2024.10.10 06:06:46.045828 [ 193 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13495 | 2024.10.10 06:06:46.045860 [ 193 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
| 13496 | 2024.10.10 06:06:46.045892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13497 | 2024.10.10 06:06:46.045937 [ 193 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 13498 | 2024.10.10 06:06:46.045978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13499 | 2024.10.10 06:06:46.046058 [ 3 ] {} <Debug> HTTP-Session: 275e41a3-8498-4296-b25f-a2e7a3350c34 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13500 | 2024.10.10 06:06:46.046192 [ 3 ] {} <Debug> HTTP-Session: 275e41a3-8498-4296-b25f-a2e7a3350c34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13501 | 2024.10.10 06:06:46.046263 [ 3 ] {} <Debug> HTTP-Session: 275e41a3-8498-4296-b25f-a2e7a3350c34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13502 | 2024.10.10 06:06:46.046272 [ 193 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 13503 | 2024.10.10 06:06:46.046361 [ 3 ] {} <Trace> HTTP-Session: 275e41a3-8498-4296-b25f-a2e7a3350c34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13504 | 2024.10.10 06:06:46.046467 [ 193 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 13505 | 2024.10.10 06:06:46.046590 [ 193 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 13506 | 2024.10.10 06:06:46.046670 [ 193 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 13507 | 2024.10.10 06:06:46.046885 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13508 | 2024.10.10 06:06:46.047060 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <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 | ||
| 13509 | 2024.10.10 06:06:46.048025 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13510 | 2024.10.10 06:06:46.048700 [ 200 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066404 sec., 9783.446669127747 rows/sec., 659.24 KiB/sec. | ||
| 13511 | 2024.10.10 06:06:46.048923 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 13512 | 2024.10.10 06:06:46.049146 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13513 | 2024.10.10 06:06:46.049197 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13514 | 2024.10.10 06:06:46.049464 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13515 | 2024.10.10 06:06:46.049586 [ 197 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_30_6} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 13516 | 2024.10.10 06:06:46.049684 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13517 | 2024.10.10 06:06:46.050017 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 13518 | 2024.10.10 06:06:46.050444 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13519 | 2024.10.10 06:06:46.050649 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.004107 sec., 7791.575359142926 rows/sec., 13.96 MiB/sec. | ||
| 13520 | 2024.10.10 06:06:46.050888 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Debug> DynamicQueryHandler: Done processing query | ||
| 13521 | 2024.10.10 06:06:46.050914 [ 3 ] {1043e309-c8f5-481a-aa2e-daa3e8072f36} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 13522 | 2024.10.10 06:06:46.050930 [ 3 ] {} <Debug> HTTP-Session: 275e41a3-8498-4296-b25f-a2e7a3350c34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13523 | 2024.10.10 06:06:46.051070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13524 | 2024.10.10 06:06:46.051119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13525 | 2024.10.10 06:06:46.051139 [ 3 ] {} <Debug> HTTP-Session: 176f328c-8504-464f-88e8-c135883c3685 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13526 | 2024.10.10 06:06:46.051154 [ 3 ] {} <Debug> HTTP-Session: 176f328c-8504-464f-88e8-c135883c3685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13527 | 2024.10.10 06:06:46.051168 [ 3 ] {} <Debug> HTTP-Session: 176f328c-8504-464f-88e8-c135883c3685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13528 | 2024.10.10 06:06:46.051199 [ 3 ] {} <Trace> HTTP-Session: 176f328c-8504-464f-88e8-c135883c3685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13529 | 2024.10.10 06:06:46.051338 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13530 | 2024.10.10 06:06:46.051383 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13531 | 2024.10.10 06:06:46.051515 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13532 | 2024.10.10 06:06:46.051879 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13533 | 2024.10.10 06:06:46.051916 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13534 | 2024.10.10 06:06:46.052286 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13535 | 2024.10.10 06:06:46.052603 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13536 | 2024.10.10 06:06:46.052761 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001475 sec., 55593.220338983054 rows/sec., 3.53 MiB/sec. | ||
| 13537 | 2024.10.10 06:06:46.053031 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Debug> DynamicQueryHandler: Done processing query | ||
| 13538 | 2024.10.10 06:06:46.053089 [ 3 ] {97873c60-68df-4c27-baec-95b571256c39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13539 | 2024.10.10 06:06:46.053141 [ 3 ] {} <Debug> HTTP-Session: 176f328c-8504-464f-88e8-c135883c3685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13540 | 2024.10.10 06:06:48.075847 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13541 | 2024.10.10 06:06:48.075948 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13542 | 2024.10.10 06:06:48.359281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1332 | ||
| 13543 | 2024.10.10 06:06:48.362259 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13544 | 2024.10.10 06:06:48.362311 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13545 | 2024.10.10 06:06:48.363880 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 13546 | 2024.10.10 06:06:48.364911 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13547 | 2024.10.10 06:06:48.365881 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1332 | ||
| 13548 | 2024.10.10 06:06:51.019929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13549 | 2024.10.10 06:06:51.020071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13550 | 2024.10.10 06:06:51.020100 [ 3 ] {} <Debug> HTTP-Session: 5efa1561-63b8-4f53-aeca-fa325c29cdfa Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13551 | 2024.10.10 06:06:51.020128 [ 3 ] {} <Debug> HTTP-Session: 5efa1561-63b8-4f53-aeca-fa325c29cdfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13552 | 2024.10.10 06:06:51.020147 [ 3 ] {} <Debug> HTTP-Session: 5efa1561-63b8-4f53-aeca-fa325c29cdfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13553 | 2024.10.10 06:06:51.020206 [ 3 ] {} <Trace> HTTP-Session: 5efa1561-63b8-4f53-aeca-fa325c29cdfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13554 | 2024.10.10 06:06:51.020398 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13555 | 2024.10.10 06:06:51.020474 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13556 | 2024.10.10 06:06:51.020867 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13557 | 2024.10.10 06:06:51.021295 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13558 | 2024.10.10 06:06:51.021340 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13559 | 2024.10.10 06:06:51.021766 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13560 | 2024.10.10 06:06:51.022151 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13561 | 2024.10.10 06:06:51.022343 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001995 sec., 1002.5062656641605 rows/sec., 81.75 KiB/sec. | ||
| 13562 | 2024.10.10 06:06:51.022356 [ 60 ] {} <Debug> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 13563 | 2024.10.10 06:06:51.022465 [ 60 ] {} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13564 | 2024.10.10 06:06:51.022527 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13565 | 2024.10.10 06:06:51.022690 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13566 | 2024.10.10 06:06:51.022743 [ 3 ] {ea628fd7-479f-44cf-8c94-d95fc92a7ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13567 | 2024.10.10 06:06:51.022764 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 13568 | 2024.10.10 06:06:51.022770 [ 3 ] {} <Debug> HTTP-Session: 5efa1561-63b8-4f53-aeca-fa325c29cdfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13569 | 2024.10.10 06:06:51.023032 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13570 | 2024.10.10 06:06:51.023050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13571 | 2024.10.10 06:06:51.023108 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 18 rows starting from the beginning of the part | ||
| 13572 | 2024.10.10 06:06:51.023145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13573 | 2024.10.10 06:06:51.023186 [ 3 ] {} <Debug> HTTP-Session: c4ece33e-6361-4cc1-988f-62ad76dd52f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13574 | 2024.10.10 06:06:51.023267 [ 3 ] {} <Debug> HTTP-Session: c4ece33e-6361-4cc1-988f-62ad76dd52f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13575 | 2024.10.10 06:06:51.023339 [ 3 ] {} <Debug> HTTP-Session: c4ece33e-6361-4cc1-988f-62ad76dd52f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13576 | 2024.10.10 06:06:51.023354 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 13577 | 2024.10.10 06:06:51.023444 [ 3 ] {} <Trace> HTTP-Session: c4ece33e-6361-4cc1-988f-62ad76dd52f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13578 | 2024.10.10 06:06:51.023709 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 13579 | 2024.10.10 06:06:51.023785 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13580 | 2024.10.10 06:06:51.023944 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13581 | 2024.10.10 06:06:51.023973 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 13582 | 2024.10.10 06:06:51.024378 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 13583 | 2024.10.10 06:06:51.024667 [ 190 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
| 13584 | 2024.10.10 06:06:51.025385 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13585 | 2024.10.10 06:06:51.026292 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13586 | 2024.10.10 06:06:51.026364 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13587 | 2024.10.10 06:06:51.027423 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13588 | 2024.10.10 06:06:51.027492 [ 197 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.004861656 sec., 7404.884261658991 rows/sec., 632.74 KiB/sec. | ||
| 13589 | 2024.10.10 06:06:51.027754 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 13590 | 2024.10.10 06:06:51.028124 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13591 | 2024.10.10 06:06:51.028628 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Debug> executeQuery: Read 115 rows, 9.89 KiB in 0.004939 sec., 23284.065600323953 rows/sec., 1.96 MiB/sec. | ||
| 13592 | 2024.10.10 06:06:51.028693 [ 60 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13593 | 2024.10.10 06:06:51.028887 [ 60 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13594 | 2024.10.10 06:06:51.029039 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13595 | 2024.10.10 06:06:51.029082 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13596 | 2024.10.10 06:06:51.029238 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13597 | 2024.10.10 06:06:51.029394 [ 3 ] {d1982203-fb4c-4aa3-a6fc-1763cb5c92b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 13598 | 2024.10.10 06:06:51.029509 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_25_5} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 13599 | 2024.10.10 06:06:51.029507 [ 3 ] {} <Debug> HTTP-Session: c4ece33e-6361-4cc1-988f-62ad76dd52f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13600 | 2024.10.10 06:06:51.029571 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13601 | 2024.10.10 06:06:51.029901 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13602 | 2024.10.10 06:06:51.029917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13603 | 2024.10.10 06:06:51.030123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13604 | 2024.10.10 06:06:51.030231 [ 3 ] {} <Debug> HTTP-Session: cea686f3-d354-48e0-a672-848e5210f451 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13605 | 2024.10.10 06:06:51.030331 [ 3 ] {} <Debug> HTTP-Session: cea686f3-d354-48e0-a672-848e5210f451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13606 | 2024.10.10 06:06:51.030404 [ 3 ] {} <Debug> HTTP-Session: cea686f3-d354-48e0-a672-848e5210f451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13607 | 2024.10.10 06:06:51.030545 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13608 | 2024.10.10 06:06:51.030563 [ 3 ] {} <Trace> HTTP-Session: cea686f3-d354-48e0-a672-848e5210f451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13609 | 2024.10.10 06:06:51.030681 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1494 rows starting from the beginning of the part | ||
| 13610 | 2024.10.10 06:06:51.030997 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13611 | 2024.10.10 06:06:51.031127 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1257 rows starting from the beginning of the part | ||
| 13612 | 2024.10.10 06:06:51.031233 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13613 | 2024.10.10 06:06:51.031652 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 253 rows starting from the beginning of the part | ||
| 13614 | 2024.10.10 06:06:51.031970 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 115 rows starting from the beginning of the part | ||
| 13615 | 2024.10.10 06:06:51.032324 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 256 rows starting from the beginning of the part | ||
| 13616 | 2024.10.10 06:06:51.032700 [ 190 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 115 rows starting from the beginning of the part | ||
| 13617 | 2024.10.10 06:06:51.033170 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13618 | 2024.10.10 06:06:51.033974 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13619 | 2024.10.10 06:06:51.034031 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13620 | 2024.10.10 06:06:51.035046 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 13621 | 2024.10.10 06:06:51.035572 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13622 | 2024.10.10 06:06:51.035819 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.005001 sec., 6198.760247950409 rows/sec., 463.97 KiB/sec. | ||
| 13623 | 2024.10.10 06:06:51.036283 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13624 | 2024.10.10 06:06:51.036334 [ 3 ] {80e9fc07-0f81-4ca3-a262-4b8e8f2a84a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13625 | 2024.10.10 06:06:51.036356 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3490 rows, containing 5 columns (5 merged, 0 gathered) in 0.007195473 sec., 485027.18306357344 rows/sec., 42.51 MiB/sec. | ||
| 13626 | 2024.10.10 06:06:51.036374 [ 3 ] {} <Debug> HTTP-Session: cea686f3-d354-48e0-a672-848e5210f451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13627 | 2024.10.10 06:06:51.036668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13628 | 2024.10.10 06:06:51.036752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13629 | 2024.10.10 06:06:51.036788 [ 3 ] {} <Debug> HTTP-Session: 04160963-bb83-4706-b7a9-e16b4cafa999 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13630 | 2024.10.10 06:06:51.036830 [ 3 ] {} <Debug> HTTP-Session: 04160963-bb83-4706-b7a9-e16b4cafa999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13631 | 2024.10.10 06:06:51.036851 [ 3 ] {} <Debug> HTTP-Session: 04160963-bb83-4706-b7a9-e16b4cafa999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13632 | 2024.10.10 06:06:51.036877 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13633 | 2024.10.10 06:06:51.036918 [ 3 ] {} <Trace> HTTP-Session: 04160963-bb83-4706-b7a9-e16b4cafa999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13634 | 2024.10.10 06:06:51.037170 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13635 | 2024.10.10 06:06:51.037284 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13636 | 2024.10.10 06:06:51.038185 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13637 | 2024.10.10 06:06:51.038237 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13638 | 2024.10.10 06:06:51.038462 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_71_14} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13639 | 2024.10.10 06:06:51.038609 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 13640 | 2024.10.10 06:06:51.038837 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13641 | 2024.10.10 06:06:51.038883 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13642 | 2024.10.10 06:06:51.039265 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13643 | 2024.10.10 06:06:51.039641 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13644 | 2024.10.10 06:06:51.039800 [ 60 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13645 | 2024.10.10 06:06:51.039810 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.002719 sec., 34939.31592497241 rows/sec., 2.73 MiB/sec. | ||
| 13646 | 2024.10.10 06:06:51.039844 [ 60 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13647 | 2024.10.10 06:06:51.039907 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13648 | 2024.10.10 06:06:51.040106 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13649 | 2024.10.10 06:06:51.040152 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Debug> DynamicQueryHandler: Done processing query | ||
| 13650 | 2024.10.10 06:06:51.040184 [ 3 ] {f03449c0-3996-4f37-9f0f-a2b111c30497} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13651 | 2024.10.10 06:06:51.040209 [ 3 ] {} <Debug> HTTP-Session: 04160963-bb83-4706-b7a9-e16b4cafa999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13652 | 2024.10.10 06:06:51.040265 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13653 | 2024.10.10 06:06:51.040296 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1073 rows starting from the beginning of the part | ||
| 13654 | 2024.10.10 06:06:51.040385 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 558 rows starting from the beginning of the part | ||
| 13655 | 2024.10.10 06:06:51.040463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13656 | 2024.10.10 06:06:51.040678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13657 | 2024.10.10 06:06:51.040713 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 414 rows starting from the beginning of the part | ||
| 13658 | 2024.10.10 06:06:51.040746 [ 3 ] {} <Debug> HTTP-Session: 9247befd-55e2-44e3-8945-6c9f0e54df61 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13659 | 2024.10.10 06:06:51.040824 [ 3 ] {} <Debug> HTTP-Session: 9247befd-55e2-44e3-8945-6c9f0e54df61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13660 | 2024.10.10 06:06:51.040900 [ 3 ] {} <Debug> HTTP-Session: 9247befd-55e2-44e3-8945-6c9f0e54df61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13661 | 2024.10.10 06:06:51.041069 [ 3 ] {} <Trace> HTTP-Session: 9247befd-55e2-44e3-8945-6c9f0e54df61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13662 | 2024.10.10 06:06:51.041078 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 95 rows starting from the beginning of the part | ||
| 13663 | 2024.10.10 06:06:51.041384 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 420 rows starting from the beginning of the part | ||
| 13664 | 2024.10.10 06:06:51.041481 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13665 | 2024.10.10 06:06:51.041607 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 95 rows starting from the beginning of the part | ||
| 13666 | 2024.10.10 06:06:51.041645 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13667 | 2024.10.10 06:06:51.042436 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13668 | 2024.10.10 06:06:51.043004 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13669 | 2024.10.10 06:06:51.043044 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13670 | 2024.10.10 06:06:51.043597 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13671 | 2024.10.10 06:06:51.044080 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2655 rows, containing 5 columns (5 merged, 0 gathered) in 0.004040497 sec., 657097.3818319875 rows/sec., 50.59 MiB/sec. | ||
| 13672 | 2024.10.10 06:06:51.044096 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13673 | 2024.10.10 06:06:51.044414 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13674 | 2024.10.10 06:06:51.044456 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003148 sec., 51143.583227446 rows/sec., 3.56 MiB/sec. | ||
| 13675 | 2024.10.10 06:06:51.044546 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13676 | 2024.10.10 06:06:51.044610 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13677 | 2024.10.10 06:06:51.044682 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13678 | 2024.10.10 06:06:51.045211 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13679 | 2024.10.10 06:06:51.045260 [ 3 ] {6fade325-769e-4e60-a4b5-0974ec2fef4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13680 | 2024.10.10 06:06:51.045273 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13681 | 2024.10.10 06:06:51.045331 [ 3 ] {} <Debug> HTTP-Session: 9247befd-55e2-44e3-8945-6c9f0e54df61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13682 | 2024.10.10 06:06:51.045741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13683 | 2024.10.10 06:06:51.045991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13684 | 2024.10.10 06:06:51.046104 [ 3 ] {} <Debug> HTTP-Session: 298ce794-687e-4962-892e-f7a25d6a41dd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13685 | 2024.10.10 06:06:51.046237 [ 3 ] {} <Debug> HTTP-Session: 298ce794-687e-4962-892e-f7a25d6a41dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13686 | 2024.10.10 06:06:51.046289 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13687 | 2024.10.10 06:06:51.046356 [ 3 ] {} <Debug> HTTP-Session: 298ce794-687e-4962-892e-f7a25d6a41dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13688 | 2024.10.10 06:06:51.046504 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19979 rows starting from the beginning of the part | ||
| 13689 | 2024.10.10 06:06:51.046576 [ 3 ] {} <Trace> HTTP-Session: 298ce794-687e-4962-892e-f7a25d6a41dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13690 | 2024.10.10 06:06:51.047143 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1009 rows starting from the beginning of the part | ||
| 13691 | 2024.10.10 06:06:51.047519 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13692 | 2024.10.10 06:06:51.047925 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 13693 | 2024.10.10 06:06:51.048813 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 161 rows starting from the beginning of the part | ||
| 13694 | 2024.10.10 06:06:51.049035 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <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 | ||
| 13695 | 2024.10.10 06:06:51.049180 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13696 | 2024.10.10 06:06:51.049326 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 240 rows starting from the beginning of the part | ||
| 13697 | 2024.10.10 06:06:51.049822 [ 196 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_71_14} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13698 | 2024.10.10 06:06:51.049832 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 161 rows starting from the beginning of the part | ||
| 13699 | 2024.10.10 06:06:51.050318 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 13700 | 2024.10.10 06:06:51.051336 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13701 | 2024.10.10 06:06:51.052240 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13702 | 2024.10.10 06:06:51.052287 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13703 | 2024.10.10 06:06:51.053380 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13704 | 2024.10.10 06:06:51.054193 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13705 | 2024.10.10 06:06:51.054423 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.007419 sec., 3908.882598732983 rows/sec., 7.00 MiB/sec. | ||
| 13706 | 2024.10.10 06:06:51.054433 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 13707 | 2024.10.10 06:06:51.054578 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13708 | 2024.10.10 06:06:51.054676 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13709 | 2024.10.10 06:06:51.055165 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Debug> DynamicQueryHandler: Done processing query | ||
| 13710 | 2024.10.10 06:06:51.055287 [ 3 ] {42c6be6a-cc15-476e-8064-73a1a4ccdd29} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 13711 | 2024.10.10 06:06:51.055432 [ 3 ] {} <Debug> HTTP-Session: 298ce794-687e-4962-892e-f7a25d6a41dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13712 | 2024.10.10 06:06:51.055521 [ 199 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 13713 | 2024.10.10 06:06:51.056003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13714 | 2024.10.10 06:06:51.056277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13715 | 2024.10.10 06:06:51.056381 [ 3 ] {} <Debug> HTTP-Session: 4bbfd376-5b52-4d93-b56f-5ee570b69fba Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13716 | 2024.10.10 06:06:51.056525 [ 3 ] {} <Debug> HTTP-Session: 4bbfd376-5b52-4d93-b56f-5ee570b69fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13717 | 2024.10.10 06:06:51.056637 [ 3 ] {} <Debug> HTTP-Session: 4bbfd376-5b52-4d93-b56f-5ee570b69fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13718 | 2024.10.10 06:06:51.056820 [ 3 ] {} <Trace> HTTP-Session: 4bbfd376-5b52-4d93-b56f-5ee570b69fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13719 | 2024.10.10 06:06:51.057205 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13720 | 2024.10.10 06:06:51.057339 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13721 | 2024.10.10 06:06:51.058088 [ 199 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13722 | 2024.10.10 06:06:51.058599 [ 199 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1073 rows starting from the beginning of the part | ||
| 13723 | 2024.10.10 06:06:51.058627 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21787 rows, containing 5 columns (5 merged, 0 gathered) in 0.013699598 sec., 1590338.636213997 rows/sec., 107.37 MiB/sec. | ||
| 13724 | 2024.10.10 06:06:51.058779 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13725 | 2024.10.10 06:06:51.059365 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13726 | 2024.10.10 06:06:51.059514 [ 199 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 29 rows starting from the beginning of the part | ||
| 13727 | 2024.10.10 06:06:51.060576 [ 199 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 13728 | 2024.10.10 06:06:51.061270 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13729 | 2024.10.10 06:06:51.061627 [ 196 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13730 | 2024.10.10 06:06:51.061681 [ 199 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 29 rows starting from the beginning of the part | ||
| 13731 | 2024.10.10 06:06:51.061782 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13732 | 2024.10.10 06:06:51.061876 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 13733 | 2024.10.10 06:06:51.061921 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13734 | 2024.10.10 06:06:51.062506 [ 199 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part | ||
| 13735 | 2024.10.10 06:06:51.063220 [ 199 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 29 rows starting from the beginning of the part | ||
| 13736 | 2024.10.10 06:06:51.063801 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13737 | 2024.10.10 06:06:51.064795 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13738 | 2024.10.10 06:06:51.065275 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008196 sec., 7320.644216691068 rows/sec., 505.20 KiB/sec. | ||
| 13739 | 2024.10.10 06:06:51.066247 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13740 | 2024.10.10 06:06:51.066274 [ 3 ] {3a4652d0-53ce-48c4-94a8-3cc8f23831b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13741 | 2024.10.10 06:06:51.066290 [ 3 ] {} <Debug> HTTP-Session: 4bbfd376-5b52-4d93-b56f-5ee570b69fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13742 | 2024.10.10 06:06:51.071696 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1224 rows, containing 19 columns (19 merged, 0 gathered) in 0.016800123 sec., 72856.60944268087 rows/sec., 130.39 MiB/sec. | ||
| 13743 | 2024.10.10 06:06:51.073305 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 13744 | 2024.10.10 06:06:51.073907 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13745 | 2024.10.10 06:06:51.073989 [ 192 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 13746 | 2024.10.10 06:06:51.074136 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.41 MiB. | ||
| 13747 | 2024.10.10 06:06:52.000236 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.32 MiB, peak 185.02 MiB, free memory in arenas 0.00 B, will set to 173.85 MiB (RSS), difference: 1.53 MiB | ||
| 13748 | 2024.10.10 06:06:56.024478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13749 | 2024.10.10 06:06:56.024643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13750 | 2024.10.10 06:06:56.024690 [ 3 ] {} <Debug> HTTP-Session: e56224af-7344-4f0c-888f-f33b13232673 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13751 | 2024.10.10 06:06:56.024733 [ 3 ] {} <Debug> HTTP-Session: e56224af-7344-4f0c-888f-f33b13232673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13752 | 2024.10.10 06:06:56.024762 [ 3 ] {} <Debug> HTTP-Session: e56224af-7344-4f0c-888f-f33b13232673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13753 | 2024.10.10 06:06:56.024843 [ 3 ] {} <Trace> HTTP-Session: e56224af-7344-4f0c-888f-f33b13232673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13754 | 2024.10.10 06:06:56.025223 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13755 | 2024.10.10 06:06:56.025292 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13756 | 2024.10.10 06:06:56.025640 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13757 | 2024.10.10 06:06:56.026348 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13758 | 2024.10.10 06:06:56.026392 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13759 | 2024.10.10 06:06:56.026856 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13760 | 2024.10.10 06:06:56.027253 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13761 | 2024.10.10 06:06:56.027426 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002364 sec., 107021.99661590524 rows/sec., 9.48 MiB/sec. | ||
| 13762 | 2024.10.10 06:06:56.027658 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 13763 | 2024.10.10 06:06:56.027687 [ 3 ] {1b2f4182-f5e4-4ee0-a4dc-d46c5ddf43ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 13764 | 2024.10.10 06:06:56.027703 [ 3 ] {} <Debug> HTTP-Session: e56224af-7344-4f0c-888f-f33b13232673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13765 | 2024.10.10 06:06:56.027967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13766 | 2024.10.10 06:06:56.028022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13767 | 2024.10.10 06:06:56.028043 [ 3 ] {} <Debug> HTTP-Session: 4b4a6f9b-3db0-4654-9a3b-6469ca43cd46 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13768 | 2024.10.10 06:06:56.028061 [ 3 ] {} <Debug> HTTP-Session: 4b4a6f9b-3db0-4654-9a3b-6469ca43cd46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13769 | 2024.10.10 06:06:56.028075 [ 3 ] {} <Debug> HTTP-Session: 4b4a6f9b-3db0-4654-9a3b-6469ca43cd46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13770 | 2024.10.10 06:06:56.028111 [ 3 ] {} <Trace> HTTP-Session: 4b4a6f9b-3db0-4654-9a3b-6469ca43cd46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13771 | 2024.10.10 06:06:56.028226 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13772 | 2024.10.10 06:06:56.028273 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13773 | 2024.10.10 06:06:56.028511 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13774 | 2024.10.10 06:06:56.028843 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13775 | 2024.10.10 06:06:56.028880 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13776 | 2024.10.10 06:06:56.029337 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13777 | 2024.10.10 06:06:56.029723 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13778 | 2024.10.10 06:06:56.029874 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001683 sec., 19013.666072489603 rows/sec., 1.40 MiB/sec. | ||
| 13779 | 2024.10.10 06:06:56.030045 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Debug> DynamicQueryHandler: Done processing query | ||
| 13780 | 2024.10.10 06:06:56.030070 [ 3 ] {6c80a736-28b4-477d-9c3e-62d43e208f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13781 | 2024.10.10 06:06:56.030087 [ 3 ] {} <Debug> HTTP-Session: 4b4a6f9b-3db0-4654-9a3b-6469ca43cd46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13782 | 2024.10.10 06:06:56.030264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13783 | 2024.10.10 06:06:56.030315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13784 | 2024.10.10 06:06:56.030334 [ 3 ] {} <Debug> HTTP-Session: bf54afc1-efb4-48e6-900c-6a5a28a404ab Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13785 | 2024.10.10 06:06:56.030442 [ 3 ] {} <Debug> HTTP-Session: bf54afc1-efb4-48e6-900c-6a5a28a404ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13786 | 2024.10.10 06:06:56.030457 [ 3 ] {} <Debug> HTTP-Session: bf54afc1-efb4-48e6-900c-6a5a28a404ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13787 | 2024.10.10 06:06:56.030494 [ 3 ] {} <Trace> HTTP-Session: bf54afc1-efb4-48e6-900c-6a5a28a404ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13788 | 2024.10.10 06:06:56.030597 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13789 | 2024.10.10 06:06:56.030641 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13790 | 2024.10.10 06:06:56.030872 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13791 | 2024.10.10 06:06:56.031307 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2024.10.10 06:06:56.031345 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13793 | 2024.10.10 06:06:56.031710 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13794 | 2024.10.10 06:06:56.032071 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13795 | 2024.10.10 06:06:56.032236 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001661 sec., 8428.657435279953 rows/sec., 590.29 KiB/sec. | ||
| 13796 | 2024.10.10 06:06:56.032420 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13797 | 2024.10.10 06:06:56.032446 [ 3 ] {c325d491-1204-4f81-b435-097c6b51627d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13798 | 2024.10.10 06:06:56.032462 [ 3 ] {} <Debug> HTTP-Session: bf54afc1-efb4-48e6-900c-6a5a28a404ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13799 | 2024.10.10 06:06:56.032590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13800 | 2024.10.10 06:06:56.032638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13801 | 2024.10.10 06:06:56.032657 [ 3 ] {} <Debug> HTTP-Session: c659ce98-f144-438c-a6f9-17051748445f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13802 | 2024.10.10 06:06:56.032673 [ 3 ] {} <Debug> HTTP-Session: c659ce98-f144-438c-a6f9-17051748445f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13803 | 2024.10.10 06:06:56.032687 [ 3 ] {} <Debug> HTTP-Session: c659ce98-f144-438c-a6f9-17051748445f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13804 | 2024.10.10 06:06:56.032720 [ 3 ] {} <Trace> HTTP-Session: c659ce98-f144-438c-a6f9-17051748445f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13805 | 2024.10.10 06:06:56.032815 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13806 | 2024.10.10 06:06:56.032857 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13807 | 2024.10.10 06:06:56.033089 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13808 | 2024.10.10 06:06:56.033387 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13809 | 2024.10.10 06:06:56.033424 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13810 | 2024.10.10 06:06:56.033774 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 13811 | 2024.10.10 06:06:56.034132 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13812 | 2024.10.10 06:06:56.034290 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 237.60 KiB/sec. | ||
| 13813 | 2024.10.10 06:06:56.034464 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13814 | 2024.10.10 06:06:56.034489 [ 3 ] {40becad9-3467-4bc2-9ac0-c44430dea6a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13815 | 2024.10.10 06:06:56.034504 [ 3 ] {} <Debug> HTTP-Session: c659ce98-f144-438c-a6f9-17051748445f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13816 | 2024.10.10 06:06:56.034755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13817 | 2024.10.10 06:06:56.034805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13818 | 2024.10.10 06:06:56.034825 [ 3 ] {} <Debug> HTTP-Session: 8916edf5-3679-48e2-b89c-ed6fa5ae7505 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13819 | 2024.10.10 06:06:56.034841 [ 3 ] {} <Debug> HTTP-Session: 8916edf5-3679-48e2-b89c-ed6fa5ae7505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13820 | 2024.10.10 06:06:56.034855 [ 3 ] {} <Debug> HTTP-Session: 8916edf5-3679-48e2-b89c-ed6fa5ae7505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13821 | 2024.10.10 06:06:56.034886 [ 3 ] {} <Trace> HTTP-Session: 8916edf5-3679-48e2-b89c-ed6fa5ae7505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13822 | 2024.10.10 06:06:56.035105 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13823 | 2024.10.10 06:06:56.035149 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13824 | 2024.10.10 06:06:56.035379 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13825 | 2024.10.10 06:06:56.035968 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13826 | 2024.10.10 06:06:56.036005 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13827 | 2024.10.10 06:06:56.036396 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13828 | 2024.10.10 06:06:56.036777 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13829 | 2024.10.10 06:06:56.036942 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001944 sec., 212962.96296296298 rows/sec., 15.19 MiB/sec. | ||
| 13830 | 2024.10.10 06:06:56.037121 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Debug> DynamicQueryHandler: Done processing query | ||
| 13831 | 2024.10.10 06:06:56.037146 [ 3 ] {2ac33d29-549c-4d24-a451-13ac9adcda78} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13832 | 2024.10.10 06:06:56.037162 [ 3 ] {} <Debug> HTTP-Session: 8916edf5-3679-48e2-b89c-ed6fa5ae7505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13833 | 2024.10.10 06:06:56.037323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13834 | 2024.10.10 06:06:56.037375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13835 | 2024.10.10 06:06:56.037394 [ 3 ] {} <Debug> HTTP-Session: e154f3bf-b1a0-4cac-a0ee-f141003ceec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13836 | 2024.10.10 06:06:56.037410 [ 3 ] {} <Debug> HTTP-Session: e154f3bf-b1a0-4cac-a0ee-f141003ceec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13837 | 2024.10.10 06:06:56.037424 [ 3 ] {} <Debug> HTTP-Session: e154f3bf-b1a0-4cac-a0ee-f141003ceec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13838 | 2024.10.10 06:06:56.037455 [ 3 ] {} <Trace> HTTP-Session: e154f3bf-b1a0-4cac-a0ee-f141003ceec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13839 | 2024.10.10 06:06:56.037552 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13840 | 2024.10.10 06:06:56.037597 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13841 | 2024.10.10 06:06:56.037731 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13842 | 2024.10.10 06:06:56.037990 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13843 | 2024.10.10 06:06:56.038027 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13844 | 2024.10.10 06:06:56.038388 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 13845 | 2024.10.10 06:06:56.038703 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13846 | 2024.10.10 06:06:56.038854 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
| 13847 | 2024.10.10 06:06:56.038867 [ 62 ] {} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 13848 | 2024.10.10 06:06:56.038967 [ 62 ] {} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13849 | 2024.10.10 06:06:56.039013 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13850 | 2024.10.10 06:06:56.039116 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13851 | 2024.10.10 06:06:56.039211 [ 3 ] {147fe49d-f155-4ab2-8614-7858dd51e7c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13852 | 2024.10.10 06:06:56.039401 [ 3 ] {} <Debug> HTTP-Session: e154f3bf-b1a0-4cac-a0ee-f141003ceec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13853 | 2024.10.10 06:06:56.039439 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::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 | ||
| 13854 | 2024.10.10 06:06:56.039754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13855 | 2024.10.10 06:06:56.039868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13856 | 2024.10.10 06:06:56.039919 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13857 | 2024.10.10 06:06:56.039932 [ 3 ] {} <Debug> HTTP-Session: 6b0025b4-ee22-4b48-b12f-3a97fd09b5dd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13858 | 2024.10.10 06:06:56.039992 [ 3 ] {} <Debug> HTTP-Session: 6b0025b4-ee22-4b48-b12f-3a97fd09b5dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13859 | 2024.10.10 06:06:56.040007 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 13860 | 2024.10.10 06:06:56.040019 [ 3 ] {} <Debug> HTTP-Session: 6b0025b4-ee22-4b48-b12f-3a97fd09b5dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13861 | 2024.10.10 06:06:56.040104 [ 3 ] {} <Trace> HTTP-Session: 6b0025b4-ee22-4b48-b12f-3a97fd09b5dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13862 | 2024.10.10 06:06:56.040230 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 13863 | 2024.10.10 06:06:56.040482 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 13864 | 2024.10.10 06:06:56.040795 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 13865 | 2024.10.10 06:06:56.040880 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13866 | 2024.10.10 06:06:56.041067 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 13867 | 2024.10.10 06:06:56.041102 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13868 | 2024.10.10 06:06:56.041360 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 13869 | 2024.10.10 06:06:56.042169 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13870 | 2024.10.10 06:06:56.043272 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13871 | 2024.10.10 06:06:56.043332 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13872 | 2024.10.10 06:06:56.044350 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005238096 sec., 35509.08574413298 rows/sec., 1.81 MiB/sec. | ||
| 13873 | 2024.10.10 06:06:56.044471 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13874 | 2024.10.10 06:06:56.044519 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 13875 | 2024.10.10 06:06:56.045235 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13876 | 2024.10.10 06:06:56.045399 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13877 | 2024.10.10 06:06:56.045589 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005075 sec., 46699.507389162565 rows/sec., 3.13 MiB/sec. | ||
| 13878 | 2024.10.10 06:06:56.045695 [ 195 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_31_6} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 13879 | 2024.10.10 06:06:56.046048 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13880 | 2024.10.10 06:06:56.046080 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Debug> DynamicQueryHandler: Done processing query | ||
| 13881 | 2024.10.10 06:06:56.046161 [ 3 ] {3d009842-c227-4b37-a6ae-52b459667331} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13882 | 2024.10.10 06:06:56.046196 [ 3 ] {} <Debug> HTTP-Session: 6b0025b4-ee22-4b48-b12f-3a97fd09b5dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13883 | 2024.10.10 06:06:56.046381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13884 | 2024.10.10 06:06:56.046432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13885 | 2024.10.10 06:06:56.046451 [ 3 ] {} <Debug> HTTP-Session: 8045d399-80a8-4167-aa24-aba03b0d05ab Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13886 | 2024.10.10 06:06:56.046468 [ 3 ] {} <Debug> HTTP-Session: 8045d399-80a8-4167-aa24-aba03b0d05ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13887 | 2024.10.10 06:06:56.046482 [ 3 ] {} <Debug> HTTP-Session: 8045d399-80a8-4167-aa24-aba03b0d05ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13888 | 2024.10.10 06:06:56.046513 [ 3 ] {} <Trace> HTTP-Session: 8045d399-80a8-4167-aa24-aba03b0d05ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13889 | 2024.10.10 06:06:56.046608 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13890 | 2024.10.10 06:06:56.046655 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13891 | 2024.10.10 06:06:56.046802 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13892 | 2024.10.10 06:06:56.047055 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13893 | 2024.10.10 06:06:56.047091 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13894 | 2024.10.10 06:06:56.047472 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 13895 | 2024.10.10 06:06:56.047808 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13896 | 2024.10.10 06:06:56.047982 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001389 sec., 719.9424046076314 rows/sec., 48.51 KiB/sec. | ||
| 13897 | 2024.10.10 06:06:56.048143 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Debug> DynamicQueryHandler: Done processing query | ||
| 13898 | 2024.10.10 06:06:56.048172 [ 3 ] {47f3c332-23d4-4c4a-9b5f-200c797c0c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13899 | 2024.10.10 06:06:56.048189 [ 3 ] {} <Debug> HTTP-Session: 8045d399-80a8-4167-aa24-aba03b0d05ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13900 | 2024.10.10 06:06:56.048367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13901 | 2024.10.10 06:06:56.048414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13902 | 2024.10.10 06:06:56.048432 [ 3 ] {} <Debug> HTTP-Session: a2481244-434f-4823-8a5f-74f7e1c71203 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13903 | 2024.10.10 06:06:56.048448 [ 3 ] {} <Debug> HTTP-Session: a2481244-434f-4823-8a5f-74f7e1c71203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13904 | 2024.10.10 06:06:56.048462 [ 3 ] {} <Debug> HTTP-Session: a2481244-434f-4823-8a5f-74f7e1c71203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13905 | 2024.10.10 06:06:56.048493 [ 3 ] {} <Trace> HTTP-Session: a2481244-434f-4823-8a5f-74f7e1c71203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13906 | 2024.10.10 06:06:56.048832 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13907 | 2024.10.10 06:06:56.048897 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <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 | ||
| 13908 | 2024.10.10 06:06:56.049339 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13909 | 2024.10.10 06:06:56.050080 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2024.10.10 06:06:56.050116 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13911 | 2024.10.10 06:06:56.050789 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 13912 | 2024.10.10 06:06:56.051210 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13913 | 2024.10.10 06:06:56.051400 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002813 sec., 11375.755421258444 rows/sec., 20.38 MiB/sec. | ||
| 13914 | 2024.10.10 06:06:56.051908 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13915 | 2024.10.10 06:06:56.051935 [ 3 ] {d0f929e4-939f-499a-9e67-7316a35c83a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 13916 | 2024.10.10 06:06:56.051953 [ 3 ] {} <Debug> HTTP-Session: a2481244-434f-4823-8a5f-74f7e1c71203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13917 | 2024.10.10 06:06:56.052088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13918 | 2024.10.10 06:06:56.052138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13919 | 2024.10.10 06:06:56.052157 [ 3 ] {} <Debug> HTTP-Session: 946dd0ca-1f89-41b7-9663-0d3c1192e092 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13920 | 2024.10.10 06:06:56.052175 [ 3 ] {} <Debug> HTTP-Session: 946dd0ca-1f89-41b7-9663-0d3c1192e092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13921 | 2024.10.10 06:06:56.052189 [ 3 ] {} <Debug> HTTP-Session: 946dd0ca-1f89-41b7-9663-0d3c1192e092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13922 | 2024.10.10 06:06:56.052220 [ 3 ] {} <Trace> HTTP-Session: 946dd0ca-1f89-41b7-9663-0d3c1192e092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13923 | 2024.10.10 06:06:56.052350 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13924 | 2024.10.10 06:06:56.052397 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13925 | 2024.10.10 06:06:56.052546 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13926 | 2024.10.10 06:06:56.052867 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13927 | 2024.10.10 06:06:56.052904 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13928 | 2024.10.10 06:06:56.053283 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13929 | 2024.10.10 06:06:56.053644 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13930 | 2024.10.10 06:06:56.053803 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001501 sec., 54630.24650233178 rows/sec., 3.47 MiB/sec. | ||
| 13931 | 2024.10.10 06:06:56.053812 [ 62 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13932 | 2024.10.10 06:06:56.053899 [ 62 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13933 | 2024.10.10 06:06:56.053948 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13934 | 2024.10.10 06:06:56.054037 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Debug> DynamicQueryHandler: Done processing query | ||
| 13935 | 2024.10.10 06:06:56.054129 [ 3 ] {7e6edc92-f543-4d73-aca9-19a5bf09b764} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13936 | 2024.10.10 06:06:56.054233 [ 3 ] {} <Debug> HTTP-Session: 946dd0ca-1f89-41b7-9663-0d3c1192e092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13937 | 2024.10.10 06:06:56.054257 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13938 | 2024.10.10 06:06:56.054845 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13939 | 2024.10.10 06:06:56.054918 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4064 rows starting from the beginning of the part | ||
| 13940 | 2024.10.10 06:06:56.055083 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 13941 | 2024.10.10 06:06:56.055219 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 13942 | 2024.10.10 06:06:56.055435 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 13943 | 2024.10.10 06:06:56.055643 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 13944 | 2024.10.10 06:06:56.055812 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
| 13945 | 2024.10.10 06:06:56.057430 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4430 rows, containing 4 columns (4 merged, 0 gathered) in 0.003411712 sec., 1298468.3349591056 rows/sec., 84.65 MiB/sec. | ||
| 13946 | 2024.10.10 06:06:56.057764 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13947 | 2024.10.10 06:06:56.058170 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13948 | 2024.10.10 06:06:56.058263 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_71_14} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13949 | 2024.10.10 06:06:56.058354 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 13950 | 2024.10.10 06:06:58.367002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1366 | ||
| 13951 | 2024.10.10 06:06:58.369909 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13952 | 2024.10.10 06:06:58.369959 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13953 | 2024.10.10 06:06:58.371485 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 13954 | 2024.10.10 06:06:58.372481 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13955 | 2024.10.10 06:06:58.373044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1366 | ||
| 13956 | 2024.10.10 06:07:01.019854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13957 | 2024.10.10 06:07:01.019974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13958 | 2024.10.10 06:07:01.020003 [ 3 ] {} <Debug> HTTP-Session: c4821455-3a95-4bb7-9d8a-b0340ac01120 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13959 | 2024.10.10 06:07:01.020032 [ 3 ] {} <Debug> HTTP-Session: c4821455-3a95-4bb7-9d8a-b0340ac01120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13960 | 2024.10.10 06:07:01.020050 [ 3 ] {} <Debug> HTTP-Session: c4821455-3a95-4bb7-9d8a-b0340ac01120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13961 | 2024.10.10 06:07:01.020105 [ 3 ] {} <Trace> HTTP-Session: c4821455-3a95-4bb7-9d8a-b0340ac01120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13962 | 2024.10.10 06:07:01.020335 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13963 | 2024.10.10 06:07:01.020402 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13964 | 2024.10.10 06:07:01.020740 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13965 | 2024.10.10 06:07:01.021259 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13966 | 2024.10.10 06:07:01.021305 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13967 | 2024.10.10 06:07:01.021743 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13968 | 2024.10.10 06:07:01.022136 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13969 | 2024.10.10 06:07:01.022305 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Debug> executeQuery: Read 114 rows, 9.82 KiB in 0.002051 sec., 55582.64261335934 rows/sec., 4.68 MiB/sec. | ||
| 13970 | 2024.10.10 06:07:01.022543 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Debug> DynamicQueryHandler: Done processing query | ||
| 13971 | 2024.10.10 06:07:01.022573 [ 3 ] {19e1115e-353a-47b6-ad37-f44cc0f99421} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 13972 | 2024.10.10 06:07:01.022590 [ 3 ] {} <Debug> HTTP-Session: c4821455-3a95-4bb7-9d8a-b0340ac01120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13973 | 2024.10.10 06:07:01.022763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13974 | 2024.10.10 06:07:01.022819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13975 | 2024.10.10 06:07:01.022840 [ 3 ] {} <Debug> HTTP-Session: c4130b43-b585-46df-85ca-f38248aafdf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13976 | 2024.10.10 06:07:01.022858 [ 3 ] {} <Debug> HTTP-Session: c4130b43-b585-46df-85ca-f38248aafdf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13977 | 2024.10.10 06:07:01.022873 [ 3 ] {} <Debug> HTTP-Session: c4130b43-b585-46df-85ca-f38248aafdf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13978 | 2024.10.10 06:07:01.022910 [ 3 ] {} <Trace> HTTP-Session: c4130b43-b585-46df-85ca-f38248aafdf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13979 | 2024.10.10 06:07:01.023030 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13980 | 2024.10.10 06:07:01.023078 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13981 | 2024.10.10 06:07:01.023319 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13982 | 2024.10.10 06:07:01.023647 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13983 | 2024.10.10 06:07:01.023687 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 13984 | 2024.10.10 06:07:01.024049 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13985 | 2024.10.10 06:07:01.024421 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13986 | 2024.10.10 06:07:01.024581 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001586 sec., 18284.99369482976 rows/sec., 1.34 MiB/sec. | ||
| 13987 | 2024.10.10 06:07:01.024786 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 13988 | 2024.10.10 06:07:01.024824 [ 3 ] {871b8326-bb5b-4166-851d-5187ec5531ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13989 | 2024.10.10 06:07:01.024854 [ 3 ] {} <Debug> HTTP-Session: c4130b43-b585-46df-85ca-f38248aafdf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13990 | 2024.10.10 06:07:01.025094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 15809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13991 | 2024.10.10 06:07:01.025149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13992 | 2024.10.10 06:07:01.025169 [ 3 ] {} <Debug> HTTP-Session: 8dcfd0b8-968b-4648-9141-87ec39ec94f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 13993 | 2024.10.10 06:07:01.025186 [ 3 ] {} <Debug> HTTP-Session: 8dcfd0b8-968b-4648-9141-87ec39ec94f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13994 | 2024.10.10 06:07:01.025200 [ 3 ] {} <Debug> HTTP-Session: 8dcfd0b8-968b-4648-9141-87ec39ec94f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13995 | 2024.10.10 06:07:01.025234 [ 3 ] {} <Trace> HTTP-Session: 8dcfd0b8-968b-4648-9141-87ec39ec94f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13996 | 2024.10.10 06:07:01.025358 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13997 | 2024.10.10 06:07:01.025402 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13998 | 2024.10.10 06:07:01.025629 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13999 | 2024.10.10 06:07:01.026005 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14000 | 2024.10.10 06:07:01.026043 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14001 | 2024.10.10 06:07:01.026410 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14002 | 2024.10.10 06:07:01.026775 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14003 | 2024.10.10 06:07:01.026938 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00162 sec., 57407.40740740741 rows/sec., 4.48 MiB/sec. | ||
| 14004 | 2024.10.10 06:07:01.027216 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14005 | 2024.10.10 06:07:01.027274 [ 3 ] {b546c889-f5a0-4215-be46-04a78b1fed2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14006 | 2024.10.10 06:07:01.027330 [ 3 ] {} <Debug> HTTP-Session: 8dcfd0b8-968b-4648-9141-87ec39ec94f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14007 | 2024.10.10 06:07:01.027615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14008 | 2024.10.10 06:07:01.027668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14009 | 2024.10.10 06:07:01.027687 [ 3 ] {} <Debug> HTTP-Session: df34d3cc-4577-4496-853e-3f465ea4c02a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14010 | 2024.10.10 06:07:01.027705 [ 3 ] {} <Debug> HTTP-Session: df34d3cc-4577-4496-853e-3f465ea4c02a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14011 | 2024.10.10 06:07:01.027719 [ 3 ] {} <Debug> HTTP-Session: df34d3cc-4577-4496-853e-3f465ea4c02a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14012 | 2024.10.10 06:07:01.027752 [ 3 ] {} <Trace> HTTP-Session: df34d3cc-4577-4496-853e-3f465ea4c02a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14013 | 2024.10.10 06:07:01.027906 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14014 | 2024.10.10 06:07:01.027958 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14015 | 2024.10.10 06:07:01.028122 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14016 | 2024.10.10 06:07:01.028515 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14017 | 2024.10.10 06:07:01.028552 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14018 | 2024.10.10 06:07:01.028940 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14019 | 2024.10.10 06:07:01.029286 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14020 | 2024.10.10 06:07:01.029442 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 14021 | 2024.10.10 06:07:01.029608 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14022 | 2024.10.10 06:07:01.029633 [ 3 ] {80afa8b4-8385-4ea0-9477-02f0c1bb02a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14023 | 2024.10.10 06:07:01.029649 [ 3 ] {} <Debug> HTTP-Session: df34d3cc-4577-4496-853e-3f465ea4c02a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14024 | 2024.10.10 06:07:01.029857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14025 | 2024.10.10 06:07:01.029907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14026 | 2024.10.10 06:07:01.029925 [ 3 ] {} <Debug> HTTP-Session: 248000ea-74d9-467d-83b0-1c8d98673100 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14027 | 2024.10.10 06:07:01.029942 [ 3 ] {} <Debug> HTTP-Session: 248000ea-74d9-467d-83b0-1c8d98673100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14028 | 2024.10.10 06:07:01.029956 [ 3 ] {} <Debug> HTTP-Session: 248000ea-74d9-467d-83b0-1c8d98673100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14029 | 2024.10.10 06:07:01.029987 [ 3 ] {} <Trace> HTTP-Session: 248000ea-74d9-467d-83b0-1c8d98673100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14030 | 2024.10.10 06:07:01.030294 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14031 | 2024.10.10 06:07:01.030360 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <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 | ||
| 14032 | 2024.10.10 06:07:01.030795 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14033 | 2024.10.10 06:07:01.031501 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14034 | 2024.10.10 06:07:01.031538 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14035 | 2024.10.10 06:07:01.032212 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14036 | 2024.10.10 06:07:01.032637 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14037 | 2024.10.10 06:07:01.032826 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00274 sec., 10583.941605839416 rows/sec., 18.97 MiB/sec. | ||
| 14038 | 2024.10.10 06:07:01.033162 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14039 | 2024.10.10 06:07:01.033191 [ 3 ] {9c5222f0-3db4-47d4-9ebd-d1d175d9a4a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 14040 | 2024.10.10 06:07:01.033212 [ 3 ] {} <Debug> HTTP-Session: 248000ea-74d9-467d-83b0-1c8d98673100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14041 | 2024.10.10 06:07:01.033353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14042 | 2024.10.10 06:07:01.033404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14043 | 2024.10.10 06:07:01.033423 [ 3 ] {} <Debug> HTTP-Session: 0d8a7679-9b07-4544-9864-d1cc9a87ec54 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14044 | 2024.10.10 06:07:01.033440 [ 3 ] {} <Debug> HTTP-Session: 0d8a7679-9b07-4544-9864-d1cc9a87ec54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14045 | 2024.10.10 06:07:01.033454 [ 3 ] {} <Debug> HTTP-Session: 0d8a7679-9b07-4544-9864-d1cc9a87ec54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14046 | 2024.10.10 06:07:01.033484 [ 3 ] {} <Trace> HTTP-Session: 0d8a7679-9b07-4544-9864-d1cc9a87ec54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14047 | 2024.10.10 06:07:01.033600 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14048 | 2024.10.10 06:07:01.033646 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14049 | 2024.10.10 06:07:01.033776 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14050 | 2024.10.10 06:07:01.034061 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14051 | 2024.10.10 06:07:01.034098 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14052 | 2024.10.10 06:07:01.034473 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14053 | 2024.10.10 06:07:01.034794 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14054 | 2024.10.10 06:07:01.034945 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 14055 | 2024.10.10 06:07:01.035233 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Debug> DynamicQueryHandler: Done processing query | ||
| 14056 | 2024.10.10 06:07:01.035300 [ 3 ] {33c7d6d0-bc2d-4815-91cd-4cbddcc19916} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14057 | 2024.10.10 06:07:01.035362 [ 3 ] {} <Debug> HTTP-Session: 0d8a7679-9b07-4544-9864-d1cc9a87ec54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14058 | 2024.10.10 06:07:02.219200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 193304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14059 | 2024.10.10 06:07:02.219375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14060 | 2024.10.10 06:07:02.219420 [ 3 ] {} <Debug> HTTP-Session: a2bb0017-f3f6-4f66-9686-08fd7043241a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14061 | 2024.10.10 06:07:02.219462 [ 3 ] {} <Debug> HTTP-Session: a2bb0017-f3f6-4f66-9686-08fd7043241a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14062 | 2024.10.10 06:07:02.219490 [ 3 ] {} <Debug> HTTP-Session: a2bb0017-f3f6-4f66-9686-08fd7043241a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14063 | 2024.10.10 06:07:02.219565 [ 3 ] {} <Trace> HTTP-Session: a2bb0017-f3f6-4f66-9686-08fd7043241a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14064 | 2024.10.10 06:07:02.220436 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14065 | 2024.10.10 06:07:02.220502 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14066 | 2024.10.10 06:07:02.220823 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14067 | 2024.10.10 06:07:02.222187 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14068 | 2024.10.10 06:07:02.222234 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14069 | 2024.10.10 06:07:02.222732 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14070 | 2024.10.10 06:07:02.223104 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14071 | 2024.10.10 06:07:02.223252 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Debug> executeQuery: Read 1329 rows, 112.98 KiB in 0.003395 sec., 391458.0265095729 rows/sec., 32.50 MiB/sec. | ||
| 14072 | 2024.10.10 06:07:02.223464 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14073 | 2024.10.10 06:07:02.223491 [ 3 ] {1b7fa9dc-54b5-4761-86b7-b023cbaf94fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 14074 | 2024.10.10 06:07:02.223507 [ 3 ] {} <Debug> HTTP-Session: a2bb0017-f3f6-4f66-9686-08fd7043241a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14075 | 2024.10.10 06:07:02.224012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 32331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14076 | 2024.10.10 06:07:02.224066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14077 | 2024.10.10 06:07:02.224085 [ 3 ] {} <Debug> HTTP-Session: f0435cfb-cc4e-494d-97a8-cf9080882e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14078 | 2024.10.10 06:07:02.224103 [ 3 ] {} <Debug> HTTP-Session: f0435cfb-cc4e-494d-97a8-cf9080882e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14079 | 2024.10.10 06:07:02.224116 [ 3 ] {} <Debug> HTTP-Session: f0435cfb-cc4e-494d-97a8-cf9080882e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14080 | 2024.10.10 06:07:02.224150 [ 3 ] {} <Trace> HTTP-Session: f0435cfb-cc4e-494d-97a8-cf9080882e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14081 | 2024.10.10 06:07:02.224314 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14082 | 2024.10.10 06:07:02.224360 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14083 | 2024.10.10 06:07:02.224592 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14084 | 2024.10.10 06:07:02.225044 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14085 | 2024.10.10 06:07:02.225081 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14086 | 2024.10.10 06:07:02.225448 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 14087 | 2024.10.10 06:07:02.225799 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14088 | 2024.10.10 06:07:02.225932 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.0017 sec., 142352.9411764706 rows/sec., 9.64 MiB/sec. | ||
| 14089 | 2024.10.10 06:07:02.226094 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14090 | 2024.10.10 06:07:02.226119 [ 3 ] {859fa617-03b3-4e74-819d-d46db731fbc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 14091 | 2024.10.10 06:07:02.226136 [ 3 ] {} <Debug> HTTP-Session: f0435cfb-cc4e-494d-97a8-cf9080882e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14092 | 2024.10.10 06:07:02.226309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14093 | 2024.10.10 06:07:02.226358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14094 | 2024.10.10 06:07:02.226377 [ 3 ] {} <Debug> HTTP-Session: 8c504452-2d84-42a3-9ba7-da1d433342a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14095 | 2024.10.10 06:07:02.226394 [ 3 ] {} <Debug> HTTP-Session: 8c504452-2d84-42a3-9ba7-da1d433342a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14096 | 2024.10.10 06:07:02.226408 [ 3 ] {} <Debug> HTTP-Session: 8c504452-2d84-42a3-9ba7-da1d433342a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14097 | 2024.10.10 06:07:02.226440 [ 3 ] {} <Trace> HTTP-Session: 8c504452-2d84-42a3-9ba7-da1d433342a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14098 | 2024.10.10 06:07:02.226537 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14099 | 2024.10.10 06:07:02.226581 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14100 | 2024.10.10 06:07:02.226806 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14101 | 2024.10.10 06:07:02.227188 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14102 | 2024.10.10 06:07:02.227223 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14103 | 2024.10.10 06:07:02.227568 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14104 | 2024.10.10 06:07:02.227939 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14105 | 2024.10.10 06:07:02.228068 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 227.82 KiB/sec. | ||
| 14106 | 2024.10.10 06:07:02.228239 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14107 | 2024.10.10 06:07:02.228264 [ 3 ] {24ccd7a9-2641-4f05-9c0d-7d70420a433e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14108 | 2024.10.10 06:07:02.228281 [ 3 ] {} <Debug> HTTP-Session: 8c504452-2d84-42a3-9ba7-da1d433342a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14109 | 2024.10.10 06:07:02.228619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 136746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14110 | 2024.10.10 06:07:02.228667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14111 | 2024.10.10 06:07:02.228687 [ 3 ] {} <Debug> HTTP-Session: f515e91e-7df8-4e86-a936-c2d57bf682d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14112 | 2024.10.10 06:07:02.228703 [ 3 ] {} <Debug> HTTP-Session: f515e91e-7df8-4e86-a936-c2d57bf682d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14113 | 2024.10.10 06:07:02.228716 [ 3 ] {} <Debug> HTTP-Session: f515e91e-7df8-4e86-a936-c2d57bf682d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14114 | 2024.10.10 06:07:02.228748 [ 3 ] {} <Trace> HTTP-Session: f515e91e-7df8-4e86-a936-c2d57bf682d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14115 | 2024.10.10 06:07:02.229142 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14116 | 2024.10.10 06:07:02.229184 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14117 | 2024.10.10 06:07:02.229407 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14118 | 2024.10.10 06:07:02.230225 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14119 | 2024.10.10 06:07:02.230262 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14120 | 2024.10.10 06:07:02.230650 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14121 | 2024.10.10 06:07:02.230993 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14122 | 2024.10.10 06:07:02.231124 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.002253 sec., 371948.51309365296 rows/sec., 26.86 MiB/sec. | ||
| 14123 | 2024.10.10 06:07:02.231282 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14124 | 2024.10.10 06:07:02.231307 [ 3 ] {02de2a46-6cd4-4b4e-bb23-1498f256572d} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 14125 | 2024.10.10 06:07:02.231323 [ 3 ] {} <Debug> HTTP-Session: f515e91e-7df8-4e86-a936-c2d57bf682d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14126 | 2024.10.10 06:07:02.231674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14127 | 2024.10.10 06:07:02.231722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14128 | 2024.10.10 06:07:02.231742 [ 3 ] {} <Debug> HTTP-Session: f1406d5b-371b-441d-89e6-0f3dd997f3ca Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14129 | 2024.10.10 06:07:02.231759 [ 3 ] {} <Debug> HTTP-Session: f1406d5b-371b-441d-89e6-0f3dd997f3ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14130 | 2024.10.10 06:07:02.231773 [ 3 ] {} <Debug> HTTP-Session: f1406d5b-371b-441d-89e6-0f3dd997f3ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14131 | 2024.10.10 06:07:02.231804 [ 3 ] {} <Trace> HTTP-Session: f1406d5b-371b-441d-89e6-0f3dd997f3ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14132 | 2024.10.10 06:07:02.231901 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14133 | 2024.10.10 06:07:02.231947 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14134 | 2024.10.10 06:07:02.232072 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14135 | 2024.10.10 06:07:02.232399 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14136 | 2024.10.10 06:07:02.232435 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14137 | 2024.10.10 06:07:02.232789 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14138 | 2024.10.10 06:07:02.233099 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14139 | 2024.10.10 06:07:02.233227 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
| 14140 | 2024.10.10 06:07:02.233397 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14141 | 2024.10.10 06:07:02.233422 [ 3 ] {89744fd7-d733-4950-a195-119c33d398f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14142 | 2024.10.10 06:07:02.233439 [ 3 ] {} <Debug> HTTP-Session: f1406d5b-371b-441d-89e6-0f3dd997f3ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14143 | 2024.10.10 06:07:02.233685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 184528, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14144 | 2024.10.10 06:07:02.233735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14145 | 2024.10.10 06:07:02.233753 [ 3 ] {} <Debug> HTTP-Session: a101ab1c-c28f-436e-bf97-e0135c5afa7e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14146 | 2024.10.10 06:07:02.233770 [ 3 ] {} <Debug> HTTP-Session: a101ab1c-c28f-436e-bf97-e0135c5afa7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14147 | 2024.10.10 06:07:02.233783 [ 3 ] {} <Debug> HTTP-Session: a101ab1c-c28f-436e-bf97-e0135c5afa7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14148 | 2024.10.10 06:07:02.233815 [ 3 ] {} <Trace> HTTP-Session: a101ab1c-c28f-436e-bf97-e0135c5afa7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14149 | 2024.10.10 06:07:02.234249 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14150 | 2024.10.10 06:07:02.234296 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14151 | 2024.10.10 06:07:02.234437 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14152 | 2024.10.10 06:07:02.235338 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14153 | 2024.10.10 06:07:02.235374 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14154 | 2024.10.10 06:07:02.235812 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14155 | 2024.10.10 06:07:02.236148 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14156 | 2024.10.10 06:07:02.236280 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Debug> executeQuery: Read 975 rows, 66.39 KiB in 0.002316 sec., 420984.4559585492 rows/sec., 27.99 MiB/sec. | ||
| 14157 | 2024.10.10 06:07:02.236531 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14158 | 2024.10.10 06:07:02.236585 [ 3 ] {5f591301-5bcb-4890-b61d-bb32bc7b0ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 14159 | 2024.10.10 06:07:02.236658 [ 3 ] {} <Debug> HTTP-Session: a101ab1c-c28f-436e-bf97-e0135c5afa7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14160 | 2024.10.10 06:07:02.237183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14161 | 2024.10.10 06:07:02.237234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14162 | 2024.10.10 06:07:02.237254 [ 3 ] {} <Debug> HTTP-Session: 1f2f4016-d3d7-4403-b299-70a74108a650 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14163 | 2024.10.10 06:07:02.237271 [ 3 ] {} <Debug> HTTP-Session: 1f2f4016-d3d7-4403-b299-70a74108a650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14164 | 2024.10.10 06:07:02.237285 [ 3 ] {} <Debug> HTTP-Session: 1f2f4016-d3d7-4403-b299-70a74108a650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14165 | 2024.10.10 06:07:02.237317 [ 3 ] {} <Trace> HTTP-Session: 1f2f4016-d3d7-4403-b299-70a74108a650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14166 | 2024.10.10 06:07:02.237415 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14167 | 2024.10.10 06:07:02.237463 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14168 | 2024.10.10 06:07:02.237606 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14169 | 2024.10.10 06:07:02.237865 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14170 | 2024.10.10 06:07:02.237901 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14171 | 2024.10.10 06:07:02.238253 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14172 | 2024.10.10 06:07:02.238573 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14173 | 2024.10.10 06:07:02.238707 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001317 sec., 759.301442672741 rows/sec., 51.16 KiB/sec. | ||
| 14174 | 2024.10.10 06:07:02.238871 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14175 | 2024.10.10 06:07:02.238896 [ 3 ] {2cbda406-6936-4fb6-9d12-ea39be8c8a2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14176 | 2024.10.10 06:07:02.238911 [ 3 ] {} <Debug> HTTP-Session: 1f2f4016-d3d7-4403-b299-70a74108a650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14177 | 2024.10.10 06:07:02.239034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14178 | 2024.10.10 06:07:02.239082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14179 | 2024.10.10 06:07:02.239102 [ 3 ] {} <Debug> HTTP-Session: 72c053bb-ac5c-4c42-92ba-3b9936d56b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14180 | 2024.10.10 06:07:02.239118 [ 3 ] {} <Debug> HTTP-Session: 72c053bb-ac5c-4c42-92ba-3b9936d56b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14181 | 2024.10.10 06:07:02.239132 [ 3 ] {} <Debug> HTTP-Session: 72c053bb-ac5c-4c42-92ba-3b9936d56b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14182 | 2024.10.10 06:07:02.239164 [ 3 ] {} <Trace> HTTP-Session: 72c053bb-ac5c-4c42-92ba-3b9936d56b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14183 | 2024.10.10 06:07:02.239268 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14184 | 2024.10.10 06:07:02.239312 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14185 | 2024.10.10 06:07:02.239438 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14186 | 2024.10.10 06:07:02.239712 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14187 | 2024.10.10 06:07:02.239748 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14188 | 2024.10.10 06:07:02.240095 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14189 | 2024.10.10 06:07:02.240410 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14190 | 2024.10.10 06:07:02.240536 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.001299 sec., 30792.917628945343 rows/sec., 1.84 MiB/sec. | ||
| 14191 | 2024.10.10 06:07:02.240687 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Debug> DynamicQueryHandler: Done processing query | ||
| 14192 | 2024.10.10 06:07:02.240711 [ 3 ] {46e7cfae-2f1b-45d3-b137-9551cf944701} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14193 | 2024.10.10 06:07:02.240727 [ 3 ] {} <Debug> HTTP-Session: 72c053bb-ac5c-4c42-92ba-3b9936d56b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14194 | 2024.10.10 06:07:03.076216 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14195 | 2024.10.10 06:07:03.076271 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14196 | 2024.10.10 06:07:06.017372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14197 | 2024.10.10 06:07:06.017534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14198 | 2024.10.10 06:07:06.017583 [ 3 ] {} <Debug> HTTP-Session: 85b00378-1c39-4548-8610-c56030d034db Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14199 | 2024.10.10 06:07:06.017625 [ 3 ] {} <Debug> HTTP-Session: 85b00378-1c39-4548-8610-c56030d034db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14200 | 2024.10.10 06:07:06.017654 [ 3 ] {} <Debug> HTTP-Session: 85b00378-1c39-4548-8610-c56030d034db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14201 | 2024.10.10 06:07:06.017736 [ 3 ] {} <Trace> HTTP-Session: 85b00378-1c39-4548-8610-c56030d034db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14202 | 2024.10.10 06:07:06.018007 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14203 | 2024.10.10 06:07:06.018117 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14204 | 2024.10.10 06:07:06.018592 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14205 | 2024.10.10 06:07:06.019029 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14206 | 2024.10.10 06:07:06.019076 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14207 | 2024.10.10 06:07:06.019488 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14208 | 2024.10.10 06:07:06.019869 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14209 | 2024.10.10 06:07:06.020034 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00211 sec., 947.8672985781991 rows/sec., 77.29 KiB/sec. | ||
| 14210 | 2024.10.10 06:07:06.020304 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Debug> DynamicQueryHandler: Done processing query | ||
| 14211 | 2024.10.10 06:07:06.020331 [ 3 ] {b083bb19-d3c2-44ab-86b2-cb0ef72f7604} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14212 | 2024.10.10 06:07:06.020349 [ 3 ] {} <Debug> HTTP-Session: 85b00378-1c39-4548-8610-c56030d034db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14213 | 2024.10.10 06:07:06.020535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 17929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14214 | 2024.10.10 06:07:06.020589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14215 | 2024.10.10 06:07:06.020609 [ 3 ] {} <Debug> HTTP-Session: 82d938c6-e124-4754-9e66-461e8931e703 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14216 | 2024.10.10 06:07:06.020627 [ 3 ] {} <Debug> HTTP-Session: 82d938c6-e124-4754-9e66-461e8931e703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14217 | 2024.10.10 06:07:06.020640 [ 3 ] {} <Debug> HTTP-Session: 82d938c6-e124-4754-9e66-461e8931e703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14218 | 2024.10.10 06:07:06.020676 [ 3 ] {} <Trace> HTTP-Session: 82d938c6-e124-4754-9e66-461e8931e703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14219 | 2024.10.10 06:07:06.020818 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14220 | 2024.10.10 06:07:06.020865 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14221 | 2024.10.10 06:07:06.021101 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14222 | 2024.10.10 06:07:06.021512 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14223 | 2024.10.10 06:07:06.021549 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14224 | 2024.10.10 06:07:06.021913 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14225 | 2024.10.10 06:07:06.022267 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14226 | 2024.10.10 06:07:06.022431 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Debug> executeQuery: Read 121 rows, 10.54 KiB in 0.00167 sec., 72455.08982035928 rows/sec., 6.16 MiB/sec. | ||
| 14227 | 2024.10.10 06:07:06.022608 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 14228 | 2024.10.10 06:07:06.022632 [ 3 ] {ab295399-18c8-46d7-a2a9-d4288ccf45d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 14229 | 2024.10.10 06:07:06.022649 [ 3 ] {} <Debug> HTTP-Session: 82d938c6-e124-4754-9e66-461e8931e703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14230 | 2024.10.10 06:07:06.022791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14231 | 2024.10.10 06:07:06.022841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14232 | 2024.10.10 06:07:06.022861 [ 3 ] {} <Debug> HTTP-Session: c19be8a0-2d2f-4918-b85c-dedd13cb7fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14233 | 2024.10.10 06:07:06.022879 [ 3 ] {} <Debug> HTTP-Session: c19be8a0-2d2f-4918-b85c-dedd13cb7fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14234 | 2024.10.10 06:07:06.022893 [ 3 ] {} <Debug> HTTP-Session: c19be8a0-2d2f-4918-b85c-dedd13cb7fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14235 | 2024.10.10 06:07:06.022925 [ 3 ] {} <Trace> HTTP-Session: c19be8a0-2d2f-4918-b85c-dedd13cb7fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14236 | 2024.10.10 06:07:06.023035 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14237 | 2024.10.10 06:07:06.023079 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14238 | 2024.10.10 06:07:06.023307 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14239 | 2024.10.10 06:07:06.023619 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14240 | 2024.10.10 06:07:06.023656 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14241 | 2024.10.10 06:07:06.023999 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 14242 | 2024.10.10 06:07:06.024352 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14243 | 2024.10.10 06:07:06.024507 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001503 sec., 22621.42381902861 rows/sec., 1.65 MiB/sec. | ||
| 14244 | 2024.10.10 06:07:06.024520 [ 50 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 14245 | 2024.10.10 06:07:06.024639 [ 50 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14246 | 2024.10.10 06:07:06.024679 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14247 | 2024.10.10 06:07:06.024762 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Debug> DynamicQueryHandler: Done processing query | ||
| 14248 | 2024.10.10 06:07:06.024813 [ 3 ] {99c7823c-ff81-48ce-bc95-d9cc02a42521} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14249 | 2024.10.10 06:07:06.024871 [ 3 ] {} <Debug> HTTP-Session: c19be8a0-2d2f-4918-b85c-dedd13cb7fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14250 | 2024.10.10 06:07:06.025021 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 14251 | 2024.10.10 06:07:06.025156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14252 | 2024.10.10 06:07:06.025231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14253 | 2024.10.10 06:07:06.025287 [ 3 ] {} <Debug> HTTP-Session: c8d794ab-b850-4b0d-94bd-785ae355d58b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14254 | 2024.10.10 06:07:06.025333 [ 3 ] {} <Debug> HTTP-Session: c8d794ab-b850-4b0d-94bd-785ae355d58b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14255 | 2024.10.10 06:07:06.025372 [ 3 ] {} <Debug> HTTP-Session: c8d794ab-b850-4b0d-94bd-785ae355d58b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14256 | 2024.10.10 06:07:06.025467 [ 3 ] {} <Trace> HTTP-Session: c8d794ab-b850-4b0d-94bd-785ae355d58b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14257 | 2024.10.10 06:07:06.025544 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14258 | 2024.10.10 06:07:06.025627 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 79 rows starting from the beginning of the part | ||
| 14259 | 2024.10.10 06:07:06.025739 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14260 | 2024.10.10 06:07:06.025866 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 38 rows starting from the beginning of the part | ||
| 14261 | 2024.10.10 06:07:06.025899 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14262 | 2024.10.10 06:07:06.026232 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part | ||
| 14263 | 2024.10.10 06:07:06.026595 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
| 14264 | 2024.10.10 06:07:06.026943 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 29 rows starting from the beginning of the part | ||
| 14265 | 2024.10.10 06:07:06.027321 [ 200 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part | ||
| 14266 | 2024.10.10 06:07:06.027767 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14267 | 2024.10.10 06:07:06.028641 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14268 | 2024.10.10 06:07:06.028713 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14269 | 2024.10.10 06:07:06.029775 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14270 | 2024.10.10 06:07:06.030572 [ 187 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 5 columns (5 merged, 0 gathered) in 0.005786609 sec., 41993.50604127564 rows/sec., 3.22 MiB/sec. | ||
| 14271 | 2024.10.10 06:07:06.030742 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14272 | 2024.10.10 06:07:06.030752 [ 193 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 14273 | 2024.10.10 06:07:06.030994 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005342 sec., 18345.18906776488 rows/sec., 1.43 MiB/sec. | ||
| 14274 | 2024.10.10 06:07:06.031618 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Debug> DynamicQueryHandler: Done processing query | ||
| 14275 | 2024.10.10 06:07:06.031705 [ 3 ] {f5314fa4-6673-4fb6-bcc1-9c1a3964c033} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 14276 | 2024.10.10 06:07:06.031803 [ 3 ] {} <Debug> HTTP-Session: c8d794ab-b850-4b0d-94bd-785ae355d58b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14277 | 2024.10.10 06:07:06.032172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 20901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14278 | 2024.10.10 06:07:06.032353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14279 | 2024.10.10 06:07:06.032438 [ 3 ] {} <Debug> HTTP-Session: 3a5b03b5-306a-4833-b27e-33cc707a6c3e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14280 | 2024.10.10 06:07:06.032534 [ 3 ] {} <Debug> HTTP-Session: 3a5b03b5-306a-4833-b27e-33cc707a6c3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14281 | 2024.10.10 06:07:06.032601 [ 3 ] {} <Debug> HTTP-Session: 3a5b03b5-306a-4833-b27e-33cc707a6c3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14282 | 2024.10.10 06:07:06.032769 [ 3 ] {} <Trace> HTTP-Session: 3a5b03b5-306a-4833-b27e-33cc707a6c3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14283 | 2024.10.10 06:07:06.032810 [ 193 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14284 | 2024.10.10 06:07:06.033082 [ 193 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_61_12} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 14285 | 2024.10.10 06:07:06.033105 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14286 | 2024.10.10 06:07:06.033183 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14287 | 2024.10.10 06:07:06.033198 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14288 | 2024.10.10 06:07:06.033359 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14289 | 2024.10.10 06:07:06.033748 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14290 | 2024.10.10 06:07:06.033785 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14291 | 2024.10.10 06:07:06.034176 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14292 | 2024.10.10 06:07:06.034519 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14293 | 2024.10.10 06:07:06.034674 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Debug> executeQuery: Read 109 rows, 7.78 KiB in 0.001681 sec., 64842.35574063058 rows/sec., 4.52 MiB/sec. | ||
| 14294 | 2024.10.10 06:07:06.034873 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Debug> DynamicQueryHandler: Done processing query | ||
| 14295 | 2024.10.10 06:07:06.034908 [ 3 ] {a5bf4f40-5890-4ebb-84ea-7833aa1694af} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14296 | 2024.10.10 06:07:06.034939 [ 3 ] {} <Debug> HTTP-Session: 3a5b03b5-306a-4833-b27e-33cc707a6c3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14297 | 2024.10.10 06:07:06.035231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14298 | 2024.10.10 06:07:06.035281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14299 | 2024.10.10 06:07:06.035301 [ 3 ] {} <Debug> HTTP-Session: e44ba524-3bb4-4079-b907-3b6c53ee0182 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14300 | 2024.10.10 06:07:06.035318 [ 3 ] {} <Debug> HTTP-Session: e44ba524-3bb4-4079-b907-3b6c53ee0182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14301 | 2024.10.10 06:07:06.035332 [ 3 ] {} <Debug> HTTP-Session: e44ba524-3bb4-4079-b907-3b6c53ee0182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14302 | 2024.10.10 06:07:06.035364 [ 3 ] {} <Trace> HTTP-Session: e44ba524-3bb4-4079-b907-3b6c53ee0182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14303 | 2024.10.10 06:07:06.035698 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14304 | 2024.10.10 06:07:06.035764 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <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 | ||
| 14305 | 2024.10.10 06:07:06.036211 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14306 | 2024.10.10 06:07:06.036881 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14307 | 2024.10.10 06:07:06.036918 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14308 | 2024.10.10 06:07:06.037583 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 14309 | 2024.10.10 06:07:06.037996 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14310 | 2024.10.10 06:07:06.038188 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002731 sec., 11717.31966312706 rows/sec., 21.00 MiB/sec. | ||
| 14311 | 2024.10.10 06:07:06.038403 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Debug> DynamicQueryHandler: Done processing query | ||
| 14312 | 2024.10.10 06:07:06.038427 [ 3 ] {1429dd57-ba0c-460e-9623-313aa9840990} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 14313 | 2024.10.10 06:07:06.038444 [ 3 ] {} <Debug> HTTP-Session: e44ba524-3bb4-4079-b907-3b6c53ee0182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14314 | 2024.10.10 06:07:06.038576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 6410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14315 | 2024.10.10 06:07:06.038624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14316 | 2024.10.10 06:07:06.038643 [ 3 ] {} <Debug> HTTP-Session: 8ebe155d-0c0b-471c-9249-a51b87a580e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14317 | 2024.10.10 06:07:06.038659 [ 3 ] {} <Debug> HTTP-Session: 8ebe155d-0c0b-471c-9249-a51b87a580e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14318 | 2024.10.10 06:07:06.038673 [ 3 ] {} <Debug> HTTP-Session: 8ebe155d-0c0b-471c-9249-a51b87a580e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14319 | 2024.10.10 06:07:06.038704 [ 3 ] {} <Trace> HTTP-Session: 8ebe155d-0c0b-471c-9249-a51b87a580e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14320 | 2024.10.10 06:07:06.038812 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14321 | 2024.10.10 06:07:06.038857 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14322 | 2024.10.10 06:07:06.038984 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14323 | 2024.10.10 06:07:06.039263 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14324 | 2024.10.10 06:07:06.039299 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14325 | 2024.10.10 06:07:06.039654 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14326 | 2024.10.10 06:07:06.039975 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14327 | 2024.10.10 06:07:06.040132 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001345 sec., 31226.765799256504 rows/sec., 2.10 MiB/sec. | ||
| 14328 | 2024.10.10 06:07:06.040299 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Debug> DynamicQueryHandler: Done processing query | ||
| 14329 | 2024.10.10 06:07:06.040323 [ 3 ] {def26062-9206-4330-a040-aa53ddd43d09} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14330 | 2024.10.10 06:07:06.040339 [ 3 ] {} <Debug> HTTP-Session: 8ebe155d-0c0b-471c-9249-a51b87a580e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14331 | 2024.10.10 06:07:08.374155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1408 | ||
| 14332 | 2024.10.10 06:07:08.377219 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14333 | 2024.10.10 06:07:08.377268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14334 | 2024.10.10 06:07:08.379263 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 14335 | 2024.10.10 06:07:08.380247 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14336 | 2024.10.10 06:07:08.380759 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1408 | ||
| 14337 | 2024.10.10 06:07:11.019622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14338 | 2024.10.10 06:07:11.019730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14339 | 2024.10.10 06:07:11.019755 [ 3 ] {} <Debug> HTTP-Session: 5cdf5f8a-8fc5-439d-974d-d3ac17d427a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14340 | 2024.10.10 06:07:11.019781 [ 3 ] {} <Debug> HTTP-Session: 5cdf5f8a-8fc5-439d-974d-d3ac17d427a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14341 | 2024.10.10 06:07:11.019797 [ 3 ] {} <Debug> HTTP-Session: 5cdf5f8a-8fc5-439d-974d-d3ac17d427a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14342 | 2024.10.10 06:07:11.019847 [ 3 ] {} <Trace> HTTP-Session: 5cdf5f8a-8fc5-439d-974d-d3ac17d427a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14343 | 2024.10.10 06:07:11.020058 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14344 | 2024.10.10 06:07:11.020126 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14345 | 2024.10.10 06:07:11.020465 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14346 | 2024.10.10 06:07:11.020980 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14347 | 2024.10.10 06:07:11.021025 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14348 | 2024.10.10 06:07:11.021472 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14349 | 2024.10.10 06:07:11.021888 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14350 | 2024.10.10 06:07:11.022071 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Debug> executeQuery: Read 114 rows, 9.82 KiB in 0.002082 sec., 54755.0432276657 rows/sec., 4.61 MiB/sec. | ||
| 14351 | 2024.10.10 06:07:11.022120 [ 44 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14352 | 2024.10.10 06:07:11.022268 [ 44 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14353 | 2024.10.10 06:07:11.022330 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14354 | 2024.10.10 06:07:11.022390 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14355 | 2024.10.10 06:07:11.022448 [ 3 ] {7a681134-8940-4df3-a21b-e09c05ca690c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 14356 | 2024.10.10 06:07:11.022479 [ 3 ] {} <Debug> HTTP-Session: 5cdf5f8a-8fc5-439d-974d-d3ac17d427a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14357 | 2024.10.10 06:07:11.022524 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14358 | 2024.10.10 06:07:11.022664 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14359 | 2024.10.10 06:07:11.022703 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1504 rows starting from the beginning of the part | ||
| 14360 | 2024.10.10 06:07:11.022747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14361 | 2024.10.10 06:07:11.022807 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 253 rows starting from the beginning of the part | ||
| 14362 | 2024.10.10 06:07:11.022868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14363 | 2024.10.10 06:07:11.022936 [ 3 ] {} <Debug> HTTP-Session: 29da6f8a-c736-4b98-984d-d64225b36606 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14364 | 2024.10.10 06:07:11.023042 [ 3 ] {} <Debug> HTTP-Session: 29da6f8a-c736-4b98-984d-d64225b36606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14365 | 2024.10.10 06:07:11.023141 [ 3 ] {} <Debug> HTTP-Session: 29da6f8a-c736-4b98-984d-d64225b36606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14366 | 2024.10.10 06:07:11.023294 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 114 rows starting from the beginning of the part | ||
| 14367 | 2024.10.10 06:07:11.023310 [ 3 ] {} <Trace> HTTP-Session: 29da6f8a-c736-4b98-984d-d64225b36606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14368 | 2024.10.10 06:07:11.023625 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1329 rows starting from the beginning of the part | ||
| 14369 | 2024.10.10 06:07:11.023642 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14370 | 2024.10.10 06:07:11.023812 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14371 | 2024.10.10 06:07:11.023912 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 121 rows starting from the beginning of the part | ||
| 14372 | 2024.10.10 06:07:11.024293 [ 197 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 114 rows starting from the beginning of the part | ||
| 14373 | 2024.10.10 06:07:11.024987 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14374 | 2024.10.10 06:07:11.025517 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14375 | 2024.10.10 06:07:11.025562 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14376 | 2024.10.10 06:07:11.026094 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 14377 | 2024.10.10 06:07:11.026487 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14378 | 2024.10.10 06:07:11.026729 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.003215 sec., 9020.217729393467 rows/sec., 678.28 KiB/sec. | ||
| 14379 | 2024.10.10 06:07:11.027478 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 14380 | 2024.10.10 06:07:11.027554 [ 3 ] {b30bac0b-99fc-40b0-a4e0-d144dda6d0f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14381 | 2024.10.10 06:07:11.027544 [ 193 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3435 rows, containing 5 columns (5 merged, 0 gathered) in 0.005103733 sec., 673036.7752388301 rows/sec., 58.93 MiB/sec. | ||
| 14382 | 2024.10.10 06:07:11.027632 [ 3 ] {} <Debug> HTTP-Session: 29da6f8a-c736-4b98-984d-d64225b36606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14383 | 2024.10.10 06:07:11.027917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 15809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14384 | 2024.10.10 06:07:11.027942 [ 193 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14385 | 2024.10.10 06:07:11.028039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14386 | 2024.10.10 06:07:11.028074 [ 3 ] {} <Debug> HTTP-Session: 8646d412-82ff-4380-a7d4-495dd1ffe446 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14387 | 2024.10.10 06:07:11.028091 [ 3 ] {} <Debug> HTTP-Session: 8646d412-82ff-4380-a7d4-495dd1ffe446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14388 | 2024.10.10 06:07:11.028117 [ 3 ] {} <Debug> HTTP-Session: 8646d412-82ff-4380-a7d4-495dd1ffe446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14389 | 2024.10.10 06:07:11.028156 [ 3 ] {} <Trace> HTTP-Session: 8646d412-82ff-4380-a7d4-495dd1ffe446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14390 | 2024.10.10 06:07:11.028331 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14391 | 2024.10.10 06:07:11.028387 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14392 | 2024.10.10 06:07:11.028560 [ 193 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14393 | 2024.10.10 06:07:11.028697 [ 193 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_76_15} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14394 | 2024.10.10 06:07:11.028781 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14395 | 2024.10.10 06:07:11.028800 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 14396 | 2024.10.10 06:07:11.029158 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14397 | 2024.10.10 06:07:11.029195 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14398 | 2024.10.10 06:07:11.029563 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14399 | 2024.10.10 06:07:11.029922 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14400 | 2024.10.10 06:07:11.030079 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001813 sec., 51296.19415333701 rows/sec., 4.01 MiB/sec. | ||
| 14401 | 2024.10.10 06:07:11.030104 [ 44 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14402 | 2024.10.10 06:07:11.030234 [ 44 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14403 | 2024.10.10 06:07:11.030293 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14404 | 2024.10.10 06:07:11.030397 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14405 | 2024.10.10 06:07:11.030460 [ 3 ] {7ab6c9eb-3a61-4dd8-912d-96a1e8a02cbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14406 | 2024.10.10 06:07:11.030512 [ 3 ] {} <Debug> HTTP-Session: 8646d412-82ff-4380-a7d4-495dd1ffe446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14407 | 2024.10.10 06:07:11.030634 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14408 | 2024.10.10 06:07:11.030824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14409 | 2024.10.10 06:07:11.030893 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14410 | 2024.10.10 06:07:11.030926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14411 | 2024.10.10 06:07:11.030969 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1078 rows starting from the beginning of the part | ||
| 14412 | 2024.10.10 06:07:11.030979 [ 3 ] {} <Debug> HTTP-Session: 2b3928f8-accd-4da5-bcbc-d94d079e512d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14413 | 2024.10.10 06:07:11.031038 [ 3 ] {} <Debug> HTTP-Session: 2b3928f8-accd-4da5-bcbc-d94d079e512d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14414 | 2024.10.10 06:07:11.031062 [ 3 ] {} <Debug> HTTP-Session: 2b3928f8-accd-4da5-bcbc-d94d079e512d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14415 | 2024.10.10 06:07:11.031181 [ 3 ] {} <Trace> HTTP-Session: 2b3928f8-accd-4da5-bcbc-d94d079e512d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14416 | 2024.10.10 06:07:11.031250 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 414 rows starting from the beginning of the part | ||
| 14417 | 2024.10.10 06:07:11.031577 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 93 rows starting from the beginning of the part | ||
| 14418 | 2024.10.10 06:07:11.031924 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14419 | 2024.10.10 06:07:11.031951 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 838 rows starting from the beginning of the part | ||
| 14420 | 2024.10.10 06:07:11.032217 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14421 | 2024.10.10 06:07:11.032277 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 98 rows starting from the beginning of the part | ||
| 14422 | 2024.10.10 06:07:11.032656 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 93 rows starting from the beginning of the part | ||
| 14423 | 2024.10.10 06:07:11.033382 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14424 | 2024.10.10 06:07:11.034112 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14425 | 2024.10.10 06:07:11.034164 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14426 | 2024.10.10 06:07:11.035156 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14427 | 2024.10.10 06:07:11.035703 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14428 | 2024.10.10 06:07:11.036079 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14429 | 2024.10.10 06:07:11.036175 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004697 sec., 34064.29635937833 rows/sec., 2.37 MiB/sec. | ||
| 14430 | 2024.10.10 06:07:11.036177 [ 186 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2614 rows, containing 5 columns (5 merged, 0 gathered) in 0.005747198 sec., 454830.3364526505 rows/sec., 34.97 MiB/sec. | ||
| 14431 | 2024.10.10 06:07:11.036181 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14432 | 2024.10.10 06:07:11.036309 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14433 | 2024.10.10 06:07:11.036785 [ 194 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14434 | 2024.10.10 06:07:11.036873 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14435 | 2024.10.10 06:07:11.036891 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14436 | 2024.10.10 06:07:11.036979 [ 3 ] {d5f777ae-5446-4367-a759-472a08f1369e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14437 | 2024.10.10 06:07:11.037144 [ 3 ] {} <Debug> HTTP-Session: 2b3928f8-accd-4da5-bcbc-d94d079e512d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14438 | 2024.10.10 06:07:11.037580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14439 | 2024.10.10 06:07:11.037733 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14440 | 2024.10.10 06:07:11.037805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14441 | 2024.10.10 06:07:11.037899 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21787 rows starting from the beginning of the part | ||
| 14442 | 2024.10.10 06:07:11.038023 [ 3 ] {} <Debug> HTTP-Session: 15ba130d-8bec-415d-9e0e-8115cad3bac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14443 | 2024.10.10 06:07:11.038390 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
| 14444 | 2024.10.10 06:07:11.038465 [ 3 ] {} <Debug> HTTP-Session: 15ba130d-8bec-415d-9e0e-8115cad3bac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14445 | 2024.10.10 06:07:11.038591 [ 3 ] {} <Debug> HTTP-Session: 15ba130d-8bec-415d-9e0e-8115cad3bac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14446 | 2024.10.10 06:07:11.038981 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
| 14447 | 2024.10.10 06:07:11.039065 [ 3 ] {} <Trace> HTTP-Session: 15ba130d-8bec-415d-9e0e-8115cad3bac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14448 | 2024.10.10 06:07:11.039481 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 975 rows starting from the beginning of the part | ||
| 14449 | 2024.10.10 06:07:11.039541 [ 194 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14450 | 2024.10.10 06:07:11.039978 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 109 rows starting from the beginning of the part | ||
| 14451 | 2024.10.10 06:07:11.040001 [ 194 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_76_15} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14452 | 2024.10.10 06:07:11.040300 [ 192 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 14453 | 2024.10.10 06:07:11.040455 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 14454 | 2024.10.10 06:07:11.040889 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14455 | 2024.10.10 06:07:11.041277 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <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 | ||
| 14456 | 2024.10.10 06:07:11.042612 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14457 | 2024.10.10 06:07:11.043914 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14458 | 2024.10.10 06:07:11.043992 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14459 | 2024.10.10 06:07:11.045581 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 14460 | 2024.10.10 06:07:11.046561 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14461 | 2024.10.10 06:07:11.046758 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.007143 sec., 4059.9188016239673 rows/sec., 7.28 MiB/sec. | ||
| 14462 | 2024.10.10 06:07:11.047269 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14463 | 2024.10.10 06:07:11.047320 [ 3 ] {bba19f55-736a-4105-84e5-59026c97d7b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 14464 | 2024.10.10 06:07:11.047362 [ 3 ] {} <Debug> HTTP-Session: 15ba130d-8bec-415d-9e0e-8115cad3bac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14465 | 2024.10.10 06:07:11.047538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14466 | 2024.10.10 06:07:11.047587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14467 | 2024.10.10 06:07:11.047606 [ 3 ] {} <Debug> HTTP-Session: 4dac63f6-2f33-4c84-919d-b31104d9a678 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14468 | 2024.10.10 06:07:11.047622 [ 3 ] {} <Debug> HTTP-Session: 4dac63f6-2f33-4c84-919d-b31104d9a678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14469 | 2024.10.10 06:07:11.047635 [ 3 ] {} <Debug> HTTP-Session: 4dac63f6-2f33-4c84-919d-b31104d9a678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14470 | 2024.10.10 06:07:11.047667 [ 3 ] {} <Trace> HTTP-Session: 4dac63f6-2f33-4c84-919d-b31104d9a678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14471 | 2024.10.10 06:07:11.047795 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14472 | 2024.10.10 06:07:11.047842 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14473 | 2024.10.10 06:07:11.047988 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14474 | 2024.10.10 06:07:11.048300 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14475 | 2024.10.10 06:07:11.048335 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14476 | 2024.10.10 06:07:11.048695 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14477 | 2024.10.10 06:07:11.049021 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14478 | 2024.10.10 06:07:11.049181 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 14479 | 2024.10.10 06:07:11.049441 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Debug> DynamicQueryHandler: Done processing query | ||
| 14480 | 2024.10.10 06:07:11.049492 [ 3 ] {e2636cca-c7b0-4bdd-88b3-2f26f2e0bd76} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14481 | 2024.10.10 06:07:11.049547 [ 3 ] {} <Debug> HTTP-Session: 4dac63f6-2f33-4c84-919d-b31104d9a678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14482 | 2024.10.10 06:07:11.064078 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23428 rows, containing 5 columns (5 merged, 0 gathered) in 0.027649933 sec., 847307.6589371844 rows/sec., 57.20 MiB/sec. | ||
| 14483 | 2024.10.10 06:07:11.064791 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14484 | 2024.10.10 06:07:11.065202 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14485 | 2024.10.10 06:07:11.065279 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14486 | 2024.10.10 06:07:11.065369 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 14487 | 2024.10.10 06:07:12.000136 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.41 MiB, peak 185.02 MiB, free memory in arenas 0.00 B, will set to 175.44 MiB (RSS), difference: 1.03 MiB | ||
| 14488 | 2024.10.10 06:07:14.267045 [ 41 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 5 parts from all_1_36_7 to all_40_40_0 | ||
| 14489 | 2024.10.10 06:07:14.267117 [ 41 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14490 | 2024.10.10 06:07:14.267145 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14491 | 2024.10.10 06:07:14.267351 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_36_7 to all_40_40_0 into Compact with storage Full | ||
| 14492 | 2024.10.10 06:07:14.267629 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14493 | 2024.10.10 06:07:14.267674 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 280 rows starting from the beginning of the part | ||
| 14494 | 2024.10.10 06:07:14.267753 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 14495 | 2024.10.10 06:07:14.267970 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 14496 | 2024.10.10 06:07:14.268234 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 14497 | 2024.10.10 06:07:14.268527 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 242 rows starting from the beginning of the part | ||
| 14498 | 2024.10.10 06:07:14.269762 [ 189 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 5 columns (5 merged, 0 gathered) in 0.00250042 sec., 225562.10556626486 rows/sec., 15.34 MiB/sec. | ||
| 14499 | 2024.10.10 06:07:14.269951 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 14500 | 2024.10.10 06:07:14.270360 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14501 | 2024.10.10 06:07:14.270442 [ 198 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_40_8} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 5 parts: [all_1_36_7, all_40_40_0] -> all_1_40_8 | ||
| 14502 | 2024.10.10 06:07:14.270526 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 14503 | 2024.10.10 06:07:16.024564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14504 | 2024.10.10 06:07:16.024730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14505 | 2024.10.10 06:07:16.024777 [ 3 ] {} <Debug> HTTP-Session: aee02c56-ebe7-4877-b792-95d1b136c484 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14506 | 2024.10.10 06:07:16.024819 [ 3 ] {} <Debug> HTTP-Session: aee02c56-ebe7-4877-b792-95d1b136c484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14507 | 2024.10.10 06:07:16.024848 [ 3 ] {} <Debug> HTTP-Session: aee02c56-ebe7-4877-b792-95d1b136c484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14508 | 2024.10.10 06:07:16.024929 [ 3 ] {} <Trace> HTTP-Session: aee02c56-ebe7-4877-b792-95d1b136c484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14509 | 2024.10.10 06:07:16.025335 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14510 | 2024.10.10 06:07:16.025445 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14511 | 2024.10.10 06:07:16.025903 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14512 | 2024.10.10 06:07:16.026562 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14513 | 2024.10.10 06:07:16.026604 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14514 | 2024.10.10 06:07:16.027085 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14515 | 2024.10.10 06:07:16.027470 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14516 | 2024.10.10 06:07:16.027616 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002483 sec., 101892.87152637939 rows/sec., 9.03 MiB/sec. | ||
| 14517 | 2024.10.10 06:07:16.027926 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14518 | 2024.10.10 06:07:16.027989 [ 3 ] {81fccc54-0193-4f95-9a63-5fcfe94df3a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 14519 | 2024.10.10 06:07:16.028050 [ 3 ] {} <Debug> HTTP-Session: aee02c56-ebe7-4877-b792-95d1b136c484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14520 | 2024.10.10 06:07:16.028286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14521 | 2024.10.10 06:07:16.028343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14522 | 2024.10.10 06:07:16.028364 [ 3 ] {} <Debug> HTTP-Session: 6211603e-1ecf-4393-9f49-eec42dc9c8bf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14523 | 2024.10.10 06:07:16.028383 [ 3 ] {} <Debug> HTTP-Session: 6211603e-1ecf-4393-9f49-eec42dc9c8bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14524 | 2024.10.10 06:07:16.028397 [ 3 ] {} <Debug> HTTP-Session: 6211603e-1ecf-4393-9f49-eec42dc9c8bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14525 | 2024.10.10 06:07:16.028435 [ 3 ] {} <Trace> HTTP-Session: 6211603e-1ecf-4393-9f49-eec42dc9c8bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14526 | 2024.10.10 06:07:16.028558 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14527 | 2024.10.10 06:07:16.028607 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14528 | 2024.10.10 06:07:16.028862 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14529 | 2024.10.10 06:07:16.029231 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14530 | 2024.10.10 06:07:16.029268 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14531 | 2024.10.10 06:07:16.029625 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14532 | 2024.10.10 06:07:16.029992 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14533 | 2024.10.10 06:07:16.030119 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001602 sec., 19975.031210986268 rows/sec., 1.47 MiB/sec. | ||
| 14534 | 2024.10.10 06:07:16.030296 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 14535 | 2024.10.10 06:07:16.030320 [ 3 ] {37f7b371-ce31-4787-bea2-14380d10f8c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14536 | 2024.10.10 06:07:16.030336 [ 3 ] {} <Debug> HTTP-Session: 6211603e-1ecf-4393-9f49-eec42dc9c8bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14537 | 2024.10.10 06:07:16.030564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14538 | 2024.10.10 06:07:16.030614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14539 | 2024.10.10 06:07:16.030634 [ 3 ] {} <Debug> HTTP-Session: 9163b72d-1d7d-4ff8-a3b5-dcb1d76de37d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14540 | 2024.10.10 06:07:16.030651 [ 3 ] {} <Debug> HTTP-Session: 9163b72d-1d7d-4ff8-a3b5-dcb1d76de37d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14541 | 2024.10.10 06:07:16.030665 [ 3 ] {} <Debug> HTTP-Session: 9163b72d-1d7d-4ff8-a3b5-dcb1d76de37d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14542 | 2024.10.10 06:07:16.030698 [ 3 ] {} <Trace> HTTP-Session: 9163b72d-1d7d-4ff8-a3b5-dcb1d76de37d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14543 | 2024.10.10 06:07:16.030796 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14544 | 2024.10.10 06:07:16.030839 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14545 | 2024.10.10 06:07:16.031064 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14546 | 2024.10.10 06:07:16.031366 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14547 | 2024.10.10 06:07:16.031402 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14548 | 2024.10.10 06:07:16.031751 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14549 | 2024.10.10 06:07:16.032133 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14550 | 2024.10.10 06:07:16.032264 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001496 sec., 9358.288770053476 rows/sec., 655.39 KiB/sec. | ||
| 14551 | 2024.10.10 06:07:16.032531 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14552 | 2024.10.10 06:07:16.032589 [ 3 ] {466e26ff-aea7-4f49-acd3-eea956e2606e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14553 | 2024.10.10 06:07:16.032648 [ 3 ] {} <Debug> HTTP-Session: 9163b72d-1d7d-4ff8-a3b5-dcb1d76de37d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14554 | 2024.10.10 06:07:16.032836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14555 | 2024.10.10 06:07:16.032890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14556 | 2024.10.10 06:07:16.032910 [ 3 ] {} <Debug> HTTP-Session: df50ae22-3ba3-475c-a682-d0e484a6d58e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14557 | 2024.10.10 06:07:16.032927 [ 3 ] {} <Debug> HTTP-Session: df50ae22-3ba3-475c-a682-d0e484a6d58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14558 | 2024.10.10 06:07:16.032941 [ 3 ] {} <Debug> HTTP-Session: df50ae22-3ba3-475c-a682-d0e484a6d58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14559 | 2024.10.10 06:07:16.032974 [ 3 ] {} <Trace> HTTP-Session: df50ae22-3ba3-475c-a682-d0e484a6d58e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14560 | 2024.10.10 06:07:16.033075 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14561 | 2024.10.10 06:07:16.033120 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14562 | 2024.10.10 06:07:16.033361 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14563 | 2024.10.10 06:07:16.033658 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14564 | 2024.10.10 06:07:16.033694 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14565 | 2024.10.10 06:07:16.034042 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 14566 | 2024.10.10 06:07:16.034399 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14567 | 2024.10.10 06:07:16.034521 [ 37 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 14568 | 2024.10.10 06:07:16.034529 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 239.52 KiB/sec. | ||
| 14569 | 2024.10.10 06:07:16.034563 [ 37 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14570 | 2024.10.10 06:07:16.034597 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14571 | 2024.10.10 06:07:16.034727 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 14572 | 2024.10.10 06:07:16.034753 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14573 | 2024.10.10 06:07:16.034780 [ 3 ] {bda560df-936a-4dca-a9ab-500cdf8e15c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14574 | 2024.10.10 06:07:16.034805 [ 3 ] {} <Debug> HTTP-Session: df50ae22-3ba3-475c-a682-d0e484a6d58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14575 | 2024.10.10 06:07:16.034870 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14576 | 2024.10.10 06:07:16.034904 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
| 14577 | 2024.10.10 06:07:16.034973 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 14578 | 2024.10.10 06:07:16.035072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14579 | 2024.10.10 06:07:16.035331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14580 | 2024.10.10 06:07:16.035396 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 14581 | 2024.10.10 06:07:16.035418 [ 3 ] {} <Debug> HTTP-Session: 8b15d6b4-07c7-4b7d-821b-63582147d949 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14582 | 2024.10.10 06:07:16.035474 [ 3 ] {} <Debug> HTTP-Session: 8b15d6b4-07c7-4b7d-821b-63582147d949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14583 | 2024.10.10 06:07:16.035547 [ 3 ] {} <Debug> HTTP-Session: 8b15d6b4-07c7-4b7d-821b-63582147d949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14584 | 2024.10.10 06:07:16.035695 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 14585 | 2024.10.10 06:07:16.035711 [ 3 ] {} <Trace> HTTP-Session: 8b15d6b4-07c7-4b7d-821b-63582147d949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14586 | 2024.10.10 06:07:16.035869 [ 201 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 14587 | 2024.10.10 06:07:16.036249 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14588 | 2024.10.10 06:07:16.036379 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14589 | 2024.10.10 06:07:16.036810 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14590 | 2024.10.10 06:07:16.037639 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002962401 sec., 10126.920697096713 rows/sec., 642.82 KiB/sec. | ||
| 14591 | 2024.10.10 06:07:16.037665 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14592 | 2024.10.10 06:07:16.037728 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14593 | 2024.10.10 06:07:16.037882 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 14594 | 2024.10.10 06:07:16.038437 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14595 | 2024.10.10 06:07:16.038883 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14596 | 2024.10.10 06:07:16.039070 [ 198 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_33_8} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 14597 | 2024.10.10 06:07:16.039249 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14598 | 2024.10.10 06:07:16.039266 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14599 | 2024.10.10 06:07:16.039434 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.003511 sec., 117915.12389632584 rows/sec., 8.41 MiB/sec. | ||
| 14600 | 2024.10.10 06:07:16.039620 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Debug> DynamicQueryHandler: Done processing query | ||
| 14601 | 2024.10.10 06:07:16.039645 [ 3 ] {dda82fc0-b529-4a52-8208-247066623963} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 14602 | 2024.10.10 06:07:16.039661 [ 3 ] {} <Debug> HTTP-Session: 8b15d6b4-07c7-4b7d-821b-63582147d949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14603 | 2024.10.10 06:07:16.039814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14604 | 2024.10.10 06:07:16.039862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14605 | 2024.10.10 06:07:16.039881 [ 3 ] {} <Debug> HTTP-Session: 4b5b3ac3-0e6c-46ce-933c-c32655b3a7d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14606 | 2024.10.10 06:07:16.039898 [ 3 ] {} <Debug> HTTP-Session: 4b5b3ac3-0e6c-46ce-933c-c32655b3a7d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14607 | 2024.10.10 06:07:16.039912 [ 3 ] {} <Debug> HTTP-Session: 4b5b3ac3-0e6c-46ce-933c-c32655b3a7d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14608 | 2024.10.10 06:07:16.039943 [ 3 ] {} <Trace> HTTP-Session: 4b5b3ac3-0e6c-46ce-933c-c32655b3a7d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14609 | 2024.10.10 06:07:16.040037 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14610 | 2024.10.10 06:07:16.040081 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14611 | 2024.10.10 06:07:16.040213 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14612 | 2024.10.10 06:07:16.040534 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14613 | 2024.10.10 06:07:16.040568 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14614 | 2024.10.10 06:07:16.040919 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 14615 | 2024.10.10 06:07:16.041269 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14616 | 2024.10.10 06:07:16.041400 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001388 sec., 4322.766570605188 rows/sec., 225.85 KiB/sec. | ||
| 14617 | 2024.10.10 06:07:16.041682 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 14618 | 2024.10.10 06:07:16.041718 [ 3 ] {49419ce4-8923-4afb-9a07-e22a3216d1f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14619 | 2024.10.10 06:07:16.041743 [ 3 ] {} <Debug> HTTP-Session: 4b5b3ac3-0e6c-46ce-933c-c32655b3a7d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14620 | 2024.10.10 06:07:16.041938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14621 | 2024.10.10 06:07:16.041987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14622 | 2024.10.10 06:07:16.042006 [ 3 ] {} <Debug> HTTP-Session: 956712d1-4004-4198-b284-fcffd3c08766 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14623 | 2024.10.10 06:07:16.042023 [ 3 ] {} <Debug> HTTP-Session: 956712d1-4004-4198-b284-fcffd3c08766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14624 | 2024.10.10 06:07:16.042037 [ 3 ] {} <Debug> HTTP-Session: 956712d1-4004-4198-b284-fcffd3c08766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14625 | 2024.10.10 06:07:16.042069 [ 3 ] {} <Trace> HTTP-Session: 956712d1-4004-4198-b284-fcffd3c08766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14626 | 2024.10.10 06:07:16.042274 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14627 | 2024.10.10 06:07:16.042323 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14628 | 2024.10.10 06:07:16.042481 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14629 | 2024.10.10 06:07:16.042885 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14630 | 2024.10.10 06:07:16.042921 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14631 | 2024.10.10 06:07:16.043317 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14632 | 2024.10.10 06:07:16.043653 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14633 | 2024.10.10 06:07:16.043781 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec. | ||
| 14634 | 2024.10.10 06:07:16.043940 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14635 | 2024.10.10 06:07:16.043963 [ 3 ] {c03e4a85-8ca6-4118-8e9d-c85f0d7c148e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14636 | 2024.10.10 06:07:16.043979 [ 3 ] {} <Debug> HTTP-Session: 956712d1-4004-4198-b284-fcffd3c08766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14637 | 2024.10.10 06:07:16.044108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14638 | 2024.10.10 06:07:16.044155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14639 | 2024.10.10 06:07:16.044174 [ 3 ] {} <Debug> HTTP-Session: 2827524a-a7b5-4053-9c17-0b62d24c5473 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14640 | 2024.10.10 06:07:16.044190 [ 3 ] {} <Debug> HTTP-Session: 2827524a-a7b5-4053-9c17-0b62d24c5473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14641 | 2024.10.10 06:07:16.044204 [ 3 ] {} <Debug> HTTP-Session: 2827524a-a7b5-4053-9c17-0b62d24c5473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14642 | 2024.10.10 06:07:16.044234 [ 3 ] {} <Trace> HTTP-Session: 2827524a-a7b5-4053-9c17-0b62d24c5473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14643 | 2024.10.10 06:07:16.044327 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14644 | 2024.10.10 06:07:16.044371 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14645 | 2024.10.10 06:07:16.044496 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14646 | 2024.10.10 06:07:16.044754 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14647 | 2024.10.10 06:07:16.044788 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14648 | 2024.10.10 06:07:16.045125 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 14649 | 2024.10.10 06:07:16.045435 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14650 | 2024.10.10 06:07:16.045562 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001258 sec., 794.912559618442 rows/sec., 53.56 KiB/sec. | ||
| 14651 | 2024.10.10 06:07:16.045721 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Debug> DynamicQueryHandler: Done processing query | ||
| 14652 | 2024.10.10 06:07:16.045745 [ 3 ] {2e17cfc7-4898-44f6-bc5e-f0d6afd00a90} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14653 | 2024.10.10 06:07:16.045761 [ 3 ] {} <Debug> HTTP-Session: 2827524a-a7b5-4053-9c17-0b62d24c5473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14654 | 2024.10.10 06:07:16.045924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14655 | 2024.10.10 06:07:16.045972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14656 | 2024.10.10 06:07:16.045990 [ 3 ] {} <Debug> HTTP-Session: 12b577e8-88ef-4ef4-938a-6957065bf758 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14657 | 2024.10.10 06:07:16.046006 [ 3 ] {} <Debug> HTTP-Session: 12b577e8-88ef-4ef4-938a-6957065bf758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14658 | 2024.10.10 06:07:16.046020 [ 3 ] {} <Debug> HTTP-Session: 12b577e8-88ef-4ef4-938a-6957065bf758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14659 | 2024.10.10 06:07:16.046050 [ 3 ] {} <Trace> HTTP-Session: 12b577e8-88ef-4ef4-938a-6957065bf758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14660 | 2024.10.10 06:07:16.046362 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14661 | 2024.10.10 06:07:16.046424 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <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 | ||
| 14662 | 2024.10.10 06:07:16.046838 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14663 | 2024.10.10 06:07:16.047454 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14664 | 2024.10.10 06:07:16.047488 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14665 | 2024.10.10 06:07:16.048134 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 14666 | 2024.10.10 06:07:16.048532 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14667 | 2024.10.10 06:07:16.048665 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 14668 | 2024.10.10 06:07:16.048680 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002539 sec., 12603.38716029933 rows/sec., 22.58 MiB/sec. | ||
| 14669 | 2024.10.10 06:07:16.048717 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14670 | 2024.10.10 06:07:16.048767 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14671 | 2024.10.10 06:07:16.049139 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 14672 | 2024.10.10 06:07:16.049167 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Debug> DynamicQueryHandler: Done processing query | ||
| 14673 | 2024.10.10 06:07:16.049197 [ 3 ] {52f307b9-6a30-4329-aaf1-b1d3a9720f38} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 14674 | 2024.10.10 06:07:16.049260 [ 3 ] {} <Debug> HTTP-Session: 12b577e8-88ef-4ef4-938a-6957065bf758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14675 | 2024.10.10 06:07:16.049611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14676 | 2024.10.10 06:07:16.049793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14677 | 2024.10.10 06:07:16.049889 [ 3 ] {} <Debug> HTTP-Session: 292ee50a-8170-4e64-8552-8e3dbc4fea2c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14678 | 2024.10.10 06:07:16.049970 [ 3 ] {} <Debug> HTTP-Session: 292ee50a-8170-4e64-8552-8e3dbc4fea2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14679 | 2024.10.10 06:07:16.050034 [ 3 ] {} <Debug> HTTP-Session: 292ee50a-8170-4e64-8552-8e3dbc4fea2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14680 | 2024.10.10 06:07:16.050207 [ 3 ] {} <Trace> HTTP-Session: 292ee50a-8170-4e64-8552-8e3dbc4fea2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14681 | 2024.10.10 06:07:16.050635 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14682 | 2024.10.10 06:07:16.050821 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14683 | 2024.10.10 06:07:16.051255 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14684 | 2024.10.10 06:07:16.051325 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14685 | 2024.10.10 06:07:16.051343 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1224 rows starting from the beginning of the part | ||
| 14686 | 2024.10.10 06:07:16.051892 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part | ||
| 14687 | 2024.10.10 06:07:16.052171 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14688 | 2024.10.10 06:07:16.052270 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14689 | 2024.10.10 06:07:16.052547 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 29 rows starting from the beginning of the part | ||
| 14690 | 2024.10.10 06:07:16.052916 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
| 14691 | 2024.10.10 06:07:16.053152 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14692 | 2024.10.10 06:07:16.053227 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 29 rows starting from the beginning of the part | ||
| 14693 | 2024.10.10 06:07:16.053835 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part | ||
| 14694 | 2024.10.10 06:07:16.054290 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14695 | 2024.10.10 06:07:16.054504 [ 33 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14696 | 2024.10.10 06:07:16.054559 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004123 sec., 19888.430754305118 rows/sec., 1.26 MiB/sec. | ||
| 14697 | 2024.10.10 06:07:16.054565 [ 33 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14698 | 2024.10.10 06:07:16.054625 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14699 | 2024.10.10 06:07:16.055263 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14700 | 2024.10.10 06:07:16.055333 [ 3 ] {bf5143c1-62e4-4004-b911-91a0d6fd7ce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14701 | 2024.10.10 06:07:16.055385 [ 3 ] {} <Debug> HTTP-Session: 292ee50a-8170-4e64-8552-8e3dbc4fea2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14702 | 2024.10.10 06:07:16.055445 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14703 | 2024.10.10 06:07:16.056064 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14704 | 2024.10.10 06:07:16.056167 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4430 rows starting from the beginning of the part | ||
| 14705 | 2024.10.10 06:07:16.056410 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 14706 | 2024.10.10 06:07:16.056569 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part | ||
| 14707 | 2024.10.10 06:07:16.056805 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 42 rows starting from the beginning of the part | ||
| 14708 | 2024.10.10 06:07:16.056990 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 14709 | 2024.10.10 06:07:16.057212 [ 191 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 14710 | 2024.10.10 06:07:16.061362 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4714 rows, containing 4 columns (4 merged, 0 gathered) in 0.006466715 sec., 728963.6237254929 rows/sec., 47.52 MiB/sec. | ||
| 14711 | 2024.10.10 06:07:16.061739 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14712 | 2024.10.10 06:07:16.062527 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14713 | 2024.10.10 06:07:16.062616 [ 188 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_76_15} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14714 | 2024.10.10 06:07:16.062709 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 14715 | 2024.10.10 06:07:16.064915 [ 188 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1378 rows, containing 19 columns (19 merged, 0 gathered) in 0.016056836 sec., 85820.14538854353 rows/sec., 153.62 MiB/sec. | ||
| 14716 | 2024.10.10 06:07:16.066206 [ 188 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 14717 | 2024.10.10 06:07:16.066822 [ 188 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14718 | 2024.10.10 06:07:16.066912 [ 188 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 14719 | 2024.10.10 06:07:16.067075 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
| 14720 | 2024.10.10 06:07:18.076316 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14721 | 2024.10.10 06:07:18.076393 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14722 | 2024.10.10 06:07:18.381907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1440 | ||
| 14723 | 2024.10.10 06:07:18.384918 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14724 | 2024.10.10 06:07:18.384982 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14725 | 2024.10.10 06:07:18.386531 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 14726 | 2024.10.10 06:07:18.387557 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14727 | 2024.10.10 06:07:18.388165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1440 | ||
| 14728 | 2024.10.10 06:07:19.001403 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001007714 sec. | ||
| 14729 | 2024.10.10 06:07:21.020216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14730 | 2024.10.10 06:07:21.020378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14731 | 2024.10.10 06:07:21.020424 [ 3 ] {} <Debug> HTTP-Session: 8717a992-51e9-40de-8f0e-568fd29c3dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14732 | 2024.10.10 06:07:21.020466 [ 3 ] {} <Debug> HTTP-Session: 8717a992-51e9-40de-8f0e-568fd29c3dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14733 | 2024.10.10 06:07:21.020495 [ 3 ] {} <Debug> HTTP-Session: 8717a992-51e9-40de-8f0e-568fd29c3dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14734 | 2024.10.10 06:07:21.020577 [ 3 ] {} <Trace> HTTP-Session: 8717a992-51e9-40de-8f0e-568fd29c3dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14735 | 2024.10.10 06:07:21.020904 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14736 | 2024.10.10 06:07:21.020972 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14737 | 2024.10.10 06:07:21.021312 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14738 | 2024.10.10 06:07:21.021866 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2024.10.10 06:07:21.021912 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14740 | 2024.10.10 06:07:21.022353 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14741 | 2024.10.10 06:07:21.022756 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14742 | 2024.10.10 06:07:21.022940 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Debug> executeQuery: Read 114 rows, 9.82 KiB in 0.002162 sec., 52728.954671600375 rows/sec., 4.44 MiB/sec. | ||
| 14743 | 2024.10.10 06:07:21.023209 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Debug> DynamicQueryHandler: Done processing query | ||
| 14744 | 2024.10.10 06:07:21.023248 [ 3 ] {b185eec0-2f6d-45f1-9b42-26d9ea88c345} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 14745 | 2024.10.10 06:07:21.023282 [ 3 ] {} <Debug> HTTP-Session: 8717a992-51e9-40de-8f0e-568fd29c3dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14746 | 2024.10.10 06:07:21.023488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14747 | 2024.10.10 06:07:21.023545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14748 | 2024.10.10 06:07:21.023566 [ 3 ] {} <Debug> HTTP-Session: 17e314bb-4578-4785-83f0-38d4e09090a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14749 | 2024.10.10 06:07:21.023584 [ 3 ] {} <Debug> HTTP-Session: 17e314bb-4578-4785-83f0-38d4e09090a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14750 | 2024.10.10 06:07:21.023597 [ 3 ] {} <Debug> HTTP-Session: 17e314bb-4578-4785-83f0-38d4e09090a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14751 | 2024.10.10 06:07:21.023633 [ 3 ] {} <Trace> HTTP-Session: 17e314bb-4578-4785-83f0-38d4e09090a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14752 | 2024.10.10 06:07:21.023747 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14753 | 2024.10.10 06:07:21.023793 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14754 | 2024.10.10 06:07:21.024029 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14755 | 2024.10.10 06:07:21.024383 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14756 | 2024.10.10 06:07:21.024420 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14757 | 2024.10.10 06:07:21.024778 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14758 | 2024.10.10 06:07:21.025140 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14759 | 2024.10.10 06:07:21.025296 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001578 sec., 18377.69328263625 rows/sec., 1.35 MiB/sec. | ||
| 14760 | 2024.10.10 06:07:21.025481 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Debug> DynamicQueryHandler: Done processing query | ||
| 14761 | 2024.10.10 06:07:21.025508 [ 3 ] {33239546-3245-4e3b-9415-d19084d1e903} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14762 | 2024.10.10 06:07:21.025524 [ 3 ] {} <Debug> HTTP-Session: 17e314bb-4578-4785-83f0-38d4e09090a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14763 | 2024.10.10 06:07:21.025677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 15809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14764 | 2024.10.10 06:07:21.025727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14765 | 2024.10.10 06:07:21.025746 [ 3 ] {} <Debug> HTTP-Session: fe8f8b68-0061-4a70-860f-f3cec91bca0b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14766 | 2024.10.10 06:07:21.025764 [ 3 ] {} <Debug> HTTP-Session: fe8f8b68-0061-4a70-860f-f3cec91bca0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14767 | 2024.10.10 06:07:21.025778 [ 3 ] {} <Debug> HTTP-Session: fe8f8b68-0061-4a70-860f-f3cec91bca0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14768 | 2024.10.10 06:07:21.025811 [ 3 ] {} <Trace> HTTP-Session: fe8f8b68-0061-4a70-860f-f3cec91bca0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14769 | 2024.10.10 06:07:21.025932 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14770 | 2024.10.10 06:07:21.025975 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14771 | 2024.10.10 06:07:21.026200 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14772 | 2024.10.10 06:07:21.026577 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14773 | 2024.10.10 06:07:21.026615 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14774 | 2024.10.10 06:07:21.026979 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14775 | 2024.10.10 06:07:21.027336 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14776 | 2024.10.10 06:07:21.027500 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001608 sec., 57835.82089552239 rows/sec., 4.52 MiB/sec. | ||
| 14777 | 2024.10.10 06:07:21.027693 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14778 | 2024.10.10 06:07:21.027719 [ 3 ] {57c79d58-c72d-4690-8193-9758150a67b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14779 | 2024.10.10 06:07:21.027735 [ 3 ] {} <Debug> HTTP-Session: fe8f8b68-0061-4a70-860f-f3cec91bca0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14780 | 2024.10.10 06:07:21.027904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14781 | 2024.10.10 06:07:21.027955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14782 | 2024.10.10 06:07:21.027974 [ 3 ] {} <Debug> HTTP-Session: b2cb06d6-f89a-43ca-9df3-9ec5b82e94e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14783 | 2024.10.10 06:07:21.027990 [ 3 ] {} <Debug> HTTP-Session: b2cb06d6-f89a-43ca-9df3-9ec5b82e94e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14784 | 2024.10.10 06:07:21.028004 [ 3 ] {} <Debug> HTTP-Session: b2cb06d6-f89a-43ca-9df3-9ec5b82e94e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14785 | 2024.10.10 06:07:21.028035 [ 3 ] {} <Trace> HTTP-Session: b2cb06d6-f89a-43ca-9df3-9ec5b82e94e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14786 | 2024.10.10 06:07:21.028182 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14787 | 2024.10.10 06:07:21.028230 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14788 | 2024.10.10 06:07:21.028376 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14789 | 2024.10.10 06:07:21.028817 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14790 | 2024.10.10 06:07:21.028855 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14791 | 2024.10.10 06:07:21.029251 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14792 | 2024.10.10 06:07:21.029602 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14793 | 2024.10.10 06:07:21.029769 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec. | ||
| 14794 | 2024.10.10 06:07:21.029952 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Debug> DynamicQueryHandler: Done processing query | ||
| 14795 | 2024.10.10 06:07:21.029977 [ 3 ] {eda44ca3-9e4d-4327-932d-e951b5473045} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14796 | 2024.10.10 06:07:21.029993 [ 3 ] {} <Debug> HTTP-Session: b2cb06d6-f89a-43ca-9df3-9ec5b82e94e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14797 | 2024.10.10 06:07:21.030172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14798 | 2024.10.10 06:07:21.030223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14799 | 2024.10.10 06:07:21.030242 [ 3 ] {} <Debug> HTTP-Session: 6db53b6c-42e7-4842-b3ce-69f121f89fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14800 | 2024.10.10 06:07:21.030258 [ 3 ] {} <Debug> HTTP-Session: 6db53b6c-42e7-4842-b3ce-69f121f89fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14801 | 2024.10.10 06:07:21.030271 [ 3 ] {} <Debug> HTTP-Session: 6db53b6c-42e7-4842-b3ce-69f121f89fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14802 | 2024.10.10 06:07:21.030304 [ 3 ] {} <Trace> HTTP-Session: 6db53b6c-42e7-4842-b3ce-69f121f89fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14803 | 2024.10.10 06:07:21.030608 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14804 | 2024.10.10 06:07:21.030674 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <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 | ||
| 14805 | 2024.10.10 06:07:21.031106 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14806 | 2024.10.10 06:07:21.031782 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14807 | 2024.10.10 06:07:21.031819 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14808 | 2024.10.10 06:07:21.032474 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 14809 | 2024.10.10 06:07:21.032893 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14810 | 2024.10.10 06:07:21.033097 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.0027 sec., 10740.74074074074 rows/sec., 19.25 MiB/sec. | ||
| 14811 | 2024.10.10 06:07:21.033559 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14812 | 2024.10.10 06:07:21.033606 [ 3 ] {85eb8030-77ca-4c1a-8e78-1ab57584fc1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 14813 | 2024.10.10 06:07:21.033631 [ 3 ] {} <Debug> HTTP-Session: 6db53b6c-42e7-4842-b3ce-69f121f89fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14814 | 2024.10.10 06:07:21.033772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14815 | 2024.10.10 06:07:21.033824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14816 | 2024.10.10 06:07:21.033842 [ 3 ] {} <Debug> HTTP-Session: 3716ef19-694e-4c87-a37f-b9fe61787844 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14817 | 2024.10.10 06:07:21.033859 [ 3 ] {} <Debug> HTTP-Session: 3716ef19-694e-4c87-a37f-b9fe61787844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14818 | 2024.10.10 06:07:21.033873 [ 3 ] {} <Debug> HTTP-Session: 3716ef19-694e-4c87-a37f-b9fe61787844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14819 | 2024.10.10 06:07:21.033905 [ 3 ] {} <Trace> HTTP-Session: 3716ef19-694e-4c87-a37f-b9fe61787844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14820 | 2024.10.10 06:07:21.034027 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14821 | 2024.10.10 06:07:21.034074 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14822 | 2024.10.10 06:07:21.034220 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14823 | 2024.10.10 06:07:21.034531 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14824 | 2024.10.10 06:07:21.034568 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. | ||
| 14825 | 2024.10.10 06:07:21.034926 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14826 | 2024.10.10 06:07:21.035256 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14827 | 2024.10.10 06:07:21.035402 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 14828 | 2024.10.10 06:07:21.035574 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14829 | 2024.10.10 06:07:21.035598 [ 3 ] {d0c6c80e-1838-4c40-b8c0-9cd8a662373a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14830 | 2024.10.10 06:07:21.035614 [ 3 ] {} <Debug> HTTP-Session: 3716ef19-694e-4c87-a37f-b9fe61787844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14831 | 2024.10.10 06:07:26.024243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14832 | 2024.10.10 06:07:26.024431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14833 | 2024.10.10 06:07:26.024476 [ 3 ] {} <Debug> HTTP-Session: 7c4ed282-0766-4954-b8ca-24ce36190f05 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14834 | 2024.10.10 06:07:26.024518 [ 3 ] {} <Debug> HTTP-Session: 7c4ed282-0766-4954-b8ca-24ce36190f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14835 | 2024.10.10 06:07:26.024547 [ 3 ] {} <Debug> HTTP-Session: 7c4ed282-0766-4954-b8ca-24ce36190f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14836 | 2024.10.10 06:07:26.024629 [ 3 ] {} <Trace> HTTP-Session: 7c4ed282-0766-4954-b8ca-24ce36190f05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14837 | 2024.10.10 06:07:26.025043 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14838 | 2024.10.10 06:07:26.025118 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14839 | 2024.10.10 06:07:26.025453 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14840 | 2024.10.10 06:07:26.026172 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14841 | 2024.10.10 06:07:26.026222 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14842 | 2024.10.10 06:07:26.026711 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14843 | 2024.10.10 06:07:26.027148 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14844 | 2024.10.10 06:07:26.027363 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002508 sec., 100877.19298245615 rows/sec., 8.94 MiB/sec. | ||
| 14845 | 2024.10.10 06:07:26.027716 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Debug> DynamicQueryHandler: Done processing query | ||
| 14846 | 2024.10.10 06:07:26.027786 [ 3 ] {70dfc954-8875-4ee2-9436-2aa768e60256} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 14847 | 2024.10.10 06:07:26.027849 [ 3 ] {} <Debug> HTTP-Session: 7c4ed282-0766-4954-b8ca-24ce36190f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14848 | 2024.10.10 06:07:26.028131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14849 | 2024.10.10 06:07:26.028203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14850 | 2024.10.10 06:07:26.028226 [ 3 ] {} <Debug> HTTP-Session: 0f0c184b-a146-4d68-8dac-91a517c3ef83 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14851 | 2024.10.10 06:07:26.028248 [ 3 ] {} <Debug> HTTP-Session: 0f0c184b-a146-4d68-8dac-91a517c3ef83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14852 | 2024.10.10 06:07:26.028263 [ 3 ] {} <Debug> HTTP-Session: 0f0c184b-a146-4d68-8dac-91a517c3ef83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14853 | 2024.10.10 06:07:26.028305 [ 3 ] {} <Trace> HTTP-Session: 0f0c184b-a146-4d68-8dac-91a517c3ef83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14854 | 2024.10.10 06:07:26.028445 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14855 | 2024.10.10 06:07:26.028497 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14856 | 2024.10.10 06:07:26.028754 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14857 | 2024.10.10 06:07:26.029131 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14858 | 2024.10.10 06:07:26.029171 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14859 | 2024.10.10 06:07:26.029542 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14860 | 2024.10.10 06:07:26.029908 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14861 | 2024.10.10 06:07:26.030075 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001672 sec., 19138.755980861242 rows/sec., 1.41 MiB/sec. | ||
| 14862 | 2024.10.10 06:07:26.030301 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Debug> DynamicQueryHandler: Done processing query | ||
| 14863 | 2024.10.10 06:07:26.030332 [ 3 ] {0977ad9e-acb9-4267-8d23-a6f08d5b9444} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14864 | 2024.10.10 06:07:26.030352 [ 3 ] {} <Debug> HTTP-Session: 0f0c184b-a146-4d68-8dac-91a517c3ef83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14865 | 2024.10.10 06:07:26.030490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14866 | 2024.10.10 06:07:26.030545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14867 | 2024.10.10 06:07:26.030565 [ 3 ] {} <Debug> HTTP-Session: d6ca763a-fca6-4ae6-ad37-e1c92e5c5beb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14868 | 2024.10.10 06:07:26.030583 [ 3 ] {} <Debug> HTTP-Session: d6ca763a-fca6-4ae6-ad37-e1c92e5c5beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14869 | 2024.10.10 06:07:26.030597 [ 3 ] {} <Debug> HTTP-Session: d6ca763a-fca6-4ae6-ad37-e1c92e5c5beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14870 | 2024.10.10 06:07:26.030631 [ 3 ] {} <Trace> HTTP-Session: d6ca763a-fca6-4ae6-ad37-e1c92e5c5beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14871 | 2024.10.10 06:07:26.030737 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14872 | 2024.10.10 06:07:26.030782 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14873 | 2024.10.10 06:07:26.031010 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14874 | 2024.10.10 06:07:26.031345 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14875 | 2024.10.10 06:07:26.031383 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14876 | 2024.10.10 06:07:26.031743 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14877 | 2024.10.10 06:07:26.032124 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14878 | 2024.10.10 06:07:26.032289 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001573 sec., 8900.190718372536 rows/sec., 623.31 KiB/sec. | ||
| 14879 | 2024.10.10 06:07:26.032477 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14880 | 2024.10.10 06:07:26.032502 [ 3 ] {62d2e5e4-2f68-4f9f-bb23-717fc0de599d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14881 | 2024.10.10 06:07:26.032518 [ 3 ] {} <Debug> HTTP-Session: d6ca763a-fca6-4ae6-ad37-e1c92e5c5beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14882 | 2024.10.10 06:07:26.032653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14883 | 2024.10.10 06:07:26.032705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14884 | 2024.10.10 06:07:26.032726 [ 3 ] {} <Debug> HTTP-Session: b01e6023-5adb-428f-a319-b8fcbbc6becf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14885 | 2024.10.10 06:07:26.032742 [ 3 ] {} <Debug> HTTP-Session: b01e6023-5adb-428f-a319-b8fcbbc6becf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14886 | 2024.10.10 06:07:26.032756 [ 3 ] {} <Debug> HTTP-Session: b01e6023-5adb-428f-a319-b8fcbbc6becf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14887 | 2024.10.10 06:07:26.032789 [ 3 ] {} <Trace> HTTP-Session: b01e6023-5adb-428f-a319-b8fcbbc6becf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14888 | 2024.10.10 06:07:26.032892 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14889 | 2024.10.10 06:07:26.032935 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14890 | 2024.10.10 06:07:26.033165 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14891 | 2024.10.10 06:07:26.033477 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14892 | 2024.10.10 06:07:26.033515 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14893 | 2024.10.10 06:07:26.033868 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 14894 | 2024.10.10 06:07:26.034226 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14895 | 2024.10.10 06:07:26.034355 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 237.44 KiB/sec. | ||
| 14896 | 2024.10.10 06:07:26.034536 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Debug> DynamicQueryHandler: Done processing query | ||
| 14897 | 2024.10.10 06:07:26.034561 [ 3 ] {3334ea33-2318-49be-9b69-f04ae238d210} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14898 | 2024.10.10 06:07:26.034578 [ 3 ] {} <Debug> HTTP-Session: b01e6023-5adb-428f-a319-b8fcbbc6becf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14899 | 2024.10.10 06:07:26.034777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14900 | 2024.10.10 06:07:26.034830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14901 | 2024.10.10 06:07:26.034849 [ 3 ] {} <Debug> HTTP-Session: c5ed8616-cc2b-4221-abbc-2eb5c18faabb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14902 | 2024.10.10 06:07:26.034866 [ 3 ] {} <Debug> HTTP-Session: c5ed8616-cc2b-4221-abbc-2eb5c18faabb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14903 | 2024.10.10 06:07:26.034880 [ 3 ] {} <Debug> HTTP-Session: c5ed8616-cc2b-4221-abbc-2eb5c18faabb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14904 | 2024.10.10 06:07:26.034911 [ 3 ] {} <Trace> HTTP-Session: c5ed8616-cc2b-4221-abbc-2eb5c18faabb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14905 | 2024.10.10 06:07:26.035132 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14906 | 2024.10.10 06:07:26.035176 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14907 | 2024.10.10 06:07:26.035399 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14908 | 2024.10.10 06:07:26.036014 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14909 | 2024.10.10 06:07:26.036053 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14910 | 2024.10.10 06:07:26.036433 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14911 | 2024.10.10 06:07:26.036786 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14912 | 2024.10.10 06:07:26.036922 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001905 sec., 217322.8346456693 rows/sec., 15.50 MiB/sec. | ||
| 14913 | 2024.10.10 06:07:26.037101 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Debug> DynamicQueryHandler: Done processing query | ||
| 14914 | 2024.10.10 06:07:26.037125 [ 3 ] {c6fd2531-a137-4e63-9778-e488e8518d45} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 14915 | 2024.10.10 06:07:26.037143 [ 3 ] {} <Debug> HTTP-Session: c5ed8616-cc2b-4221-abbc-2eb5c18faabb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14916 | 2024.10.10 06:07:26.037359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14917 | 2024.10.10 06:07:26.037410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14918 | 2024.10.10 06:07:26.037430 [ 3 ] {} <Debug> HTTP-Session: 8abf4f47-178e-44bd-b925-4cf6c95e63a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14919 | 2024.10.10 06:07:26.037447 [ 3 ] {} <Debug> HTTP-Session: 8abf4f47-178e-44bd-b925-4cf6c95e63a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14920 | 2024.10.10 06:07:26.037461 [ 3 ] {} <Debug> HTTP-Session: 8abf4f47-178e-44bd-b925-4cf6c95e63a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14921 | 2024.10.10 06:07:26.037493 [ 3 ] {} <Trace> HTTP-Session: 8abf4f47-178e-44bd-b925-4cf6c95e63a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14922 | 2024.10.10 06:07:26.037593 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14923 | 2024.10.10 06:07:26.037640 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14924 | 2024.10.10 06:07:26.037765 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14925 | 2024.10.10 06:07:26.038063 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14926 | 2024.10.10 06:07:26.038099 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14927 | 2024.10.10 06:07:26.038453 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 14928 | 2024.10.10 06:07:26.038778 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14929 | 2024.10.10 06:07:26.038906 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
| 14930 | 2024.10.10 06:07:26.039169 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Debug> DynamicQueryHandler: Done processing query | ||
| 14931 | 2024.10.10 06:07:26.039203 [ 3 ] {9434d323-4571-4a3d-a18c-97c6d9004e14} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14932 | 2024.10.10 06:07:26.039220 [ 3 ] {} <Debug> HTTP-Session: 8abf4f47-178e-44bd-b925-4cf6c95e63a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14933 | 2024.10.10 06:07:26.039384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14934 | 2024.10.10 06:07:26.039433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14935 | 2024.10.10 06:07:26.039454 [ 3 ] {} <Debug> HTTP-Session: 360e7869-f966-4f27-9ade-1d96192aff7e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14936 | 2024.10.10 06:07:26.039470 [ 3 ] {} <Debug> HTTP-Session: 360e7869-f966-4f27-9ade-1d96192aff7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14937 | 2024.10.10 06:07:26.039484 [ 3 ] {} <Debug> HTTP-Session: 360e7869-f966-4f27-9ade-1d96192aff7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14938 | 2024.10.10 06:07:26.039515 [ 3 ] {} <Trace> HTTP-Session: 360e7869-f966-4f27-9ade-1d96192aff7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14939 | 2024.10.10 06:07:26.039724 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14940 | 2024.10.10 06:07:26.039772 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14941 | 2024.10.10 06:07:26.039923 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14942 | 2024.10.10 06:07:26.040348 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14943 | 2024.10.10 06:07:26.040384 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14944 | 2024.10.10 06:07:26.040765 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14945 | 2024.10.10 06:07:26.041093 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14946 | 2024.10.10 06:07:26.041221 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001612 sec., 147022.33250620347 rows/sec., 9.85 MiB/sec. | ||
| 14947 | 2024.10.10 06:07:26.041410 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Debug> DynamicQueryHandler: Done processing query | ||
| 14948 | 2024.10.10 06:07:26.041445 [ 3 ] {7b80e4d6-c3ce-4bc3-b67d-85836a4ebf42} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14949 | 2024.10.10 06:07:26.041478 [ 3 ] {} <Debug> HTTP-Session: 360e7869-f966-4f27-9ade-1d96192aff7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14950 | 2024.10.10 06:07:26.041660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14951 | 2024.10.10 06:07:26.041709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14952 | 2024.10.10 06:07:26.041728 [ 3 ] {} <Debug> HTTP-Session: cf537487-dddf-47bf-95a5-f71872eb6746 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14953 | 2024.10.10 06:07:26.041745 [ 3 ] {} <Debug> HTTP-Session: cf537487-dddf-47bf-95a5-f71872eb6746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14954 | 2024.10.10 06:07:26.041760 [ 3 ] {} <Debug> HTTP-Session: cf537487-dddf-47bf-95a5-f71872eb6746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14955 | 2024.10.10 06:07:26.041791 [ 3 ] {} <Trace> HTTP-Session: cf537487-dddf-47bf-95a5-f71872eb6746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14956 | 2024.10.10 06:07:26.041883 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14957 | 2024.10.10 06:07:26.041928 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14958 | 2024.10.10 06:07:26.042054 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14959 | 2024.10.10 06:07:26.042307 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14960 | 2024.10.10 06:07:26.042343 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14961 | 2024.10.10 06:07:26.042682 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 14962 | 2024.10.10 06:07:26.042997 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14963 | 2024.10.10 06:07:26.043131 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
| 14964 | 2024.10.10 06:07:26.043282 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Debug> DynamicQueryHandler: Done processing query | ||
| 14965 | 2024.10.10 06:07:26.043306 [ 3 ] {26cdf9d7-0239-4d85-a364-63917c257e97} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14966 | 2024.10.10 06:07:26.043323 [ 3 ] {} <Debug> HTTP-Session: cf537487-dddf-47bf-95a5-f71872eb6746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14967 | 2024.10.10 06:07:26.043485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14968 | 2024.10.10 06:07:26.043532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14969 | 2024.10.10 06:07:26.043551 [ 3 ] {} <Debug> HTTP-Session: 9413c6e5-ef0b-4d31-9c83-ef3a101db7a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14970 | 2024.10.10 06:07:26.043567 [ 3 ] {} <Debug> HTTP-Session: 9413c6e5-ef0b-4d31-9c83-ef3a101db7a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14971 | 2024.10.10 06:07:26.043581 [ 3 ] {} <Debug> HTTP-Session: 9413c6e5-ef0b-4d31-9c83-ef3a101db7a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14972 | 2024.10.10 06:07:26.043612 [ 3 ] {} <Trace> HTTP-Session: 9413c6e5-ef0b-4d31-9c83-ef3a101db7a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14973 | 2024.10.10 06:07:26.043942 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14974 | 2024.10.10 06:07:26.044004 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <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 | ||
| 14975 | 2024.10.10 06:07:26.044430 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14976 | 2024.10.10 06:07:26.045146 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14977 | 2024.10.10 06:07:26.045182 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14978 | 2024.10.10 06:07:26.045837 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14979 | 2024.10.10 06:07:26.046244 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14980 | 2024.10.10 06:07:26.046392 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002693 sec., 11882.65874489417 rows/sec., 21.29 MiB/sec. | ||
| 14981 | 2024.10.10 06:07:26.046615 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Debug> DynamicQueryHandler: Done processing query | ||
| 14982 | 2024.10.10 06:07:26.046640 [ 3 ] {8c0a3600-726c-4d2e-a4e1-28915f3ea974} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 14983 | 2024.10.10 06:07:26.046656 [ 3 ] {} <Debug> HTTP-Session: 9413c6e5-ef0b-4d31-9c83-ef3a101db7a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14984 | 2024.10.10 06:07:26.046795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14985 | 2024.10.10 06:07:26.046845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14986 | 2024.10.10 06:07:26.046864 [ 3 ] {} <Debug> HTTP-Session: 8738157a-0a48-4103-8c72-74e01a3844c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 14987 | 2024.10.10 06:07:26.046881 [ 3 ] {} <Debug> HTTP-Session: 8738157a-0a48-4103-8c72-74e01a3844c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14988 | 2024.10.10 06:07:26.046895 [ 3 ] {} <Debug> HTTP-Session: 8738157a-0a48-4103-8c72-74e01a3844c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14989 | 2024.10.10 06:07:26.046926 [ 3 ] {} <Trace> HTTP-Session: 8738157a-0a48-4103-8c72-74e01a3844c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14990 | 2024.10.10 06:07:26.047060 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14991 | 2024.10.10 06:07:26.047104 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14992 | 2024.10.10 06:07:26.047233 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14993 | 2024.10.10 06:07:26.047529 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14994 | 2024.10.10 06:07:26.047565 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 14995 | 2024.10.10 06:07:26.047920 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14996 | 2024.10.10 06:07:26.048234 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14997 | 2024.10.10 06:07:26.048367 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001366 sec., 60029.28257686676 rows/sec., 3.81 MiB/sec. | ||
| 14998 | 2024.10.10 06:07:26.048600 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14999 | 2024.10.10 06:07:26.048651 [ 3 ] {2378e0dd-a847-459b-87c8-f168f5bdc5d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15000 | 2024.10.10 06:07:26.048704 [ 3 ] {} <Debug> HTTP-Session: 8738157a-0a48-4103-8c72-74e01a3844c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15001 | 2024.10.10 06:07:28.389284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1472 | ||
| 15002 | 2024.10.10 06:07:28.392294 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15003 | 2024.10.10 06:07:28.392358 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15004 | 2024.10.10 06:07:28.393931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 15005 | 2024.10.10 06:07:28.394934 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15006 | 2024.10.10 06:07:28.395228 [ 78 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 15007 | 2024.10.10 06:07:28.395401 [ 78 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15008 | 2024.10.10 06:07:28.395497 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15009 | 2024.10.10 06:07:28.396111 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 15010 | 2024.10.10 06:07:28.397709 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1472 | ||
| 15011 | 2024.10.10 06:07:28.398354 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15012 | 2024.10.10 06:07:28.398546 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1296 rows starting from the beginning of the part | ||
| 15013 | 2024.10.10 06:07:28.399212 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
| 15014 | 2024.10.10 06:07:28.399780 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 15015 | 2024.10.10 06:07:28.400336 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part | ||
| 15016 | 2024.10.10 06:07:28.400905 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
| 15017 | 2024.10.10 06:07:28.401401 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 15018 | 2024.10.10 06:07:28.411006 [ 191 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 72 columns (72 merged, 0 gathered) in 0.015338018 sec., 95970.67887128571 rows/sec., 68.65 MiB/sec. | ||
| 15019 | 2024.10.10 06:07:28.412809 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 15020 | 2024.10.10 06:07:28.414602 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15021 | 2024.10.10 06:07:28.414708 [ 200 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_36_7} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 15022 | 2024.10.10 06:07:28.415060 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.11 MiB. | ||
| 15023 | 2024.10.10 06:07:31.020230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15024 | 2024.10.10 06:07:31.020392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15025 | 2024.10.10 06:07:31.020438 [ 3 ] {} <Debug> HTTP-Session: 18cfd0d6-ccf2-491f-a612-7e8f9cffdcbd Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15026 | 2024.10.10 06:07:31.020478 [ 3 ] {} <Debug> HTTP-Session: 18cfd0d6-ccf2-491f-a612-7e8f9cffdcbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15027 | 2024.10.10 06:07:31.020506 [ 3 ] {} <Debug> HTTP-Session: 18cfd0d6-ccf2-491f-a612-7e8f9cffdcbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15028 | 2024.10.10 06:07:31.020585 [ 3 ] {} <Trace> HTTP-Session: 18cfd0d6-ccf2-491f-a612-7e8f9cffdcbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15029 | 2024.10.10 06:07:31.020862 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15030 | 2024.10.10 06:07:31.020970 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15031 | 2024.10.10 06:07:31.021389 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15032 | 2024.10.10 06:07:31.021829 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15033 | 2024.10.10 06:07:31.021878 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15034 | 2024.10.10 06:07:31.022286 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15035 | 2024.10.10 06:07:31.022676 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15036 | 2024.10.10 06:07:31.022852 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002069 sec., 2899.9516674722086 rows/sec., 236.47 KiB/sec. | ||
| 15037 | 2024.10.10 06:07:31.023245 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Debug> DynamicQueryHandler: Done processing query | ||
| 15038 | 2024.10.10 06:07:31.023274 [ 3 ] {1f769346-0048-44fa-a7c0-47a91e150264} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15039 | 2024.10.10 06:07:31.023291 [ 3 ] {} <Debug> HTTP-Session: 18cfd0d6-ccf2-491f-a612-7e8f9cffdcbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15040 | 2024.10.10 06:07:31.023484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 17180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15041 | 2024.10.10 06:07:31.023540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15042 | 2024.10.10 06:07:31.023560 [ 3 ] {} <Debug> HTTP-Session: 828297db-bc17-460a-bffb-56ede102c825 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15043 | 2024.10.10 06:07:31.023577 [ 3 ] {} <Debug> HTTP-Session: 828297db-bc17-460a-bffb-56ede102c825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15044 | 2024.10.10 06:07:31.023591 [ 3 ] {} <Debug> HTTP-Session: 828297db-bc17-460a-bffb-56ede102c825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15045 | 2024.10.10 06:07:31.023627 [ 3 ] {} <Trace> HTTP-Session: 828297db-bc17-460a-bffb-56ede102c825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15046 | 2024.10.10 06:07:31.023770 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15047 | 2024.10.10 06:07:31.023818 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15048 | 2024.10.10 06:07:31.024069 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15049 | 2024.10.10 06:07:31.024471 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15050 | 2024.10.10 06:07:31.024510 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15051 | 2024.10.10 06:07:31.024876 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15052 | 2024.10.10 06:07:31.025230 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15053 | 2024.10.10 06:07:31.025406 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Debug> executeQuery: Read 117 rows, 10.04 KiB in 0.001688 sec., 69312.79620853081 rows/sec., 5.81 MiB/sec. | ||
| 15054 | 2024.10.10 06:07:31.025582 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Debug> DynamicQueryHandler: Done processing query | ||
| 15055 | 2024.10.10 06:07:31.025608 [ 3 ] {fcf2ea84-41c5-4e0d-bb07-eac4bdf43154} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 15056 | 2024.10.10 06:07:31.025624 [ 3 ] {} <Debug> HTTP-Session: 828297db-bc17-460a-bffb-56ede102c825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15057 | 2024.10.10 06:07:31.025761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15058 | 2024.10.10 06:07:31.025809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15059 | 2024.10.10 06:07:31.025829 [ 3 ] {} <Debug> HTTP-Session: 717809e3-9511-4c94-b961-d66bd792f838 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15060 | 2024.10.10 06:07:31.025845 [ 3 ] {} <Debug> HTTP-Session: 717809e3-9511-4c94-b961-d66bd792f838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15061 | 2024.10.10 06:07:31.025859 [ 3 ] {} <Debug> HTTP-Session: 717809e3-9511-4c94-b961-d66bd792f838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15062 | 2024.10.10 06:07:31.025891 [ 3 ] {} <Trace> HTTP-Session: 717809e3-9511-4c94-b961-d66bd792f838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15063 | 2024.10.10 06:07:31.025999 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15064 | 2024.10.10 06:07:31.026045 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15065 | 2024.10.10 06:07:31.026275 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15066 | 2024.10.10 06:07:31.026600 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15067 | 2024.10.10 06:07:31.026636 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15068 | 2024.10.10 06:07:31.026984 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 15069 | 2024.10.10 06:07:31.027336 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15070 | 2024.10.10 06:07:31.027495 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.001524 sec., 22965.879265091866 rows/sec., 1.67 MiB/sec. | ||
| 15071 | 2024.10.10 06:07:31.027493 [ 120 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 15072 | 2024.10.10 06:07:31.027614 [ 120 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15073 | 2024.10.10 06:07:31.027668 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15074 | 2024.10.10 06:07:31.027757 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 15075 | 2024.10.10 06:07:31.027811 [ 3 ] {4413c9f7-aaf3-4418-9a89-0b3ee4b2afbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15076 | 2024.10.10 06:07:31.027858 [ 3 ] {} <Debug> HTTP-Session: 717809e3-9511-4c94-b961-d66bd792f838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15077 | 2024.10.10 06:07:31.027933 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 15078 | 2024.10.10 06:07:31.028063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15079 | 2024.10.10 06:07:31.028173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15080 | 2024.10.10 06:07:31.028228 [ 3 ] {} <Debug> HTTP-Session: 38930a0a-53b9-4ac1-98dd-0ef509af607b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15081 | 2024.10.10 06:07:31.028275 [ 3 ] {} <Debug> HTTP-Session: 38930a0a-53b9-4ac1-98dd-0ef509af607b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15082 | 2024.10.10 06:07:31.028293 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15083 | 2024.10.10 06:07:31.028304 [ 3 ] {} <Debug> HTTP-Session: 38930a0a-53b9-4ac1-98dd-0ef509af607b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15084 | 2024.10.10 06:07:31.028364 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 79 rows starting from the beginning of the part | ||
| 15085 | 2024.10.10 06:07:31.028378 [ 3 ] {} <Trace> HTTP-Session: 38930a0a-53b9-4ac1-98dd-0ef509af607b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15086 | 2024.10.10 06:07:31.028585 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 29 rows starting from the beginning of the part | ||
| 15087 | 2024.10.10 06:07:31.028862 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15088 | 2024.10.10 06:07:31.028919 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part | ||
| 15089 | 2024.10.10 06:07:31.029044 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15090 | 2024.10.10 06:07:31.029268 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 29 rows starting from the beginning of the part | ||
| 15091 | 2024.10.10 06:07:31.029598 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part | ||
| 15092 | 2024.10.10 06:07:31.029897 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 35 rows starting from the beginning of the part | ||
| 15093 | 2024.10.10 06:07:31.030632 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15094 | 2024.10.10 06:07:31.031613 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15095 | 2024.10.10 06:07:31.031699 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15096 | 2024.10.10 06:07:31.032765 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15097 | 2024.10.10 06:07:31.032860 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 236 rows, containing 5 columns (5 merged, 0 gathered) in 0.005091012 sec., 46356.2057995542 rows/sec., 3.56 MiB/sec. | ||
| 15098 | 2024.10.10 06:07:31.033075 [ 190 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 15099 | 2024.10.10 06:07:31.033714 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15100 | 2024.10.10 06:07:31.034112 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Debug> executeQuery: Read 99 rows, 7.93 KiB in 0.0055 sec., 18000 rows/sec., 1.41 MiB/sec. | ||
| 15101 | 2024.10.10 06:07:31.034324 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15102 | 2024.10.10 06:07:31.034680 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_66_13} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 15103 | 2024.10.10 06:07:31.034982 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15104 | 2024.10.10 06:07:31.035052 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Debug> DynamicQueryHandler: Done processing query | ||
| 15105 | 2024.10.10 06:07:31.035133 [ 3 ] {55d98831-9ab0-4e8a-b80d-eac6f9c78eed} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 15106 | 2024.10.10 06:07:31.035186 [ 3 ] {} <Debug> HTTP-Session: 38930a0a-53b9-4ac1-98dd-0ef509af607b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15107 | 2024.10.10 06:07:31.035406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 31213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15108 | 2024.10.10 06:07:31.035460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15109 | 2024.10.10 06:07:31.035479 [ 3 ] {} <Debug> HTTP-Session: 1dc97dc6-7b46-41df-9d3c-5df09fbd2691 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15110 | 2024.10.10 06:07:31.035496 [ 3 ] {} <Debug> HTTP-Session: 1dc97dc6-7b46-41df-9d3c-5df09fbd2691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15111 | 2024.10.10 06:07:31.035509 [ 3 ] {} <Debug> HTTP-Session: 1dc97dc6-7b46-41df-9d3c-5df09fbd2691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15112 | 2024.10.10 06:07:31.035544 [ 3 ] {} <Trace> HTTP-Session: 1dc97dc6-7b46-41df-9d3c-5df09fbd2691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15113 | 2024.10.10 06:07:31.035715 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15114 | 2024.10.10 06:07:31.035766 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15115 | 2024.10.10 06:07:31.035945 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15116 | 2024.10.10 06:07:31.036372 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15117 | 2024.10.10 06:07:31.036409 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15118 | 2024.10.10 06:07:31.036810 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15119 | 2024.10.10 06:07:31.037149 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15120 | 2024.10.10 06:07:31.037310 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001672 sec., 97488.03827751195 rows/sec., 6.79 MiB/sec. | ||
| 15121 | 2024.10.10 06:07:31.037491 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Debug> DynamicQueryHandler: Done processing query | ||
| 15122 | 2024.10.10 06:07:31.037516 [ 3 ] {e06b699c-cce9-4bdf-b084-933b4f6e8365} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15123 | 2024.10.10 06:07:31.037533 [ 3 ] {} <Debug> HTTP-Session: 1dc97dc6-7b46-41df-9d3c-5df09fbd2691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15124 | 2024.10.10 06:07:31.037702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15125 | 2024.10.10 06:07:31.037751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15126 | 2024.10.10 06:07:31.037772 [ 3 ] {} <Debug> HTTP-Session: 1b259a4c-7732-4ef0-8133-e79556bbc12c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15127 | 2024.10.10 06:07:31.037789 [ 3 ] {} <Debug> HTTP-Session: 1b259a4c-7732-4ef0-8133-e79556bbc12c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15128 | 2024.10.10 06:07:31.037803 [ 3 ] {} <Debug> HTTP-Session: 1b259a4c-7732-4ef0-8133-e79556bbc12c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15129 | 2024.10.10 06:07:31.037833 [ 3 ] {} <Trace> HTTP-Session: 1b259a4c-7732-4ef0-8133-e79556bbc12c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15130 | 2024.10.10 06:07:31.038128 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15131 | 2024.10.10 06:07:31.038193 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <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 | ||
| 15132 | 2024.10.10 06:07:31.038632 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15133 | 2024.10.10 06:07:31.039303 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15134 | 2024.10.10 06:07:31.039339 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15135 | 2024.10.10 06:07:31.039969 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 15136 | 2024.10.10 06:07:31.040379 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15137 | 2024.10.10 06:07:31.040550 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002627 sec., 11039.208222306814 rows/sec., 19.78 MiB/sec. | ||
| 15138 | 2024.10.10 06:07:31.040787 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15139 | 2024.10.10 06:07:31.040810 [ 3 ] {781c3e13-2ff7-4d7d-87b9-5b867b7fc0a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 15140 | 2024.10.10 06:07:31.040826 [ 3 ] {} <Debug> HTTP-Session: 1b259a4c-7732-4ef0-8133-e79556bbc12c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15141 | 2024.10.10 06:07:31.040955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15142 | 2024.10.10 06:07:31.041004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15143 | 2024.10.10 06:07:31.041024 [ 3 ] {} <Debug> HTTP-Session: 791725fd-75a3-4a1e-8a71-57b3872acce5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15144 | 2024.10.10 06:07:31.041040 [ 3 ] {} <Debug> HTTP-Session: 791725fd-75a3-4a1e-8a71-57b3872acce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15145 | 2024.10.10 06:07:31.041053 [ 3 ] {} <Debug> HTTP-Session: 791725fd-75a3-4a1e-8a71-57b3872acce5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15146 | 2024.10.10 06:07:31.041084 [ 3 ] {} <Trace> HTTP-Session: 791725fd-75a3-4a1e-8a71-57b3872acce5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15147 | 2024.10.10 06:07:31.041203 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15148 | 2024.10.10 06:07:31.041248 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15149 | 2024.10.10 06:07:31.041376 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15150 | 2024.10.10 06:07:31.041679 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15151 | 2024.10.10 06:07:31.041716 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15152 | 2024.10.10 06:07:31.042081 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15153 | 2024.10.10 06:07:31.042395 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15154 | 2024.10.10 06:07:31.042549 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 15155 | 2024.10.10 06:07:31.042721 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15156 | 2024.10.10 06:07:31.042745 [ 3 ] {db7925fc-d856-49cf-b29a-aeeb98cf61e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15157 | 2024.10.10 06:07:31.042761 [ 3 ] {} <Debug> HTTP-Session: 791725fd-75a3-4a1e-8a71-57b3872acce5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15158 | 2024.10.10 06:07:32.219430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 193304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15159 | 2024.10.10 06:07:32.219573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15160 | 2024.10.10 06:07:32.219603 [ 3 ] {} <Debug> HTTP-Session: f0f0a53f-e6a3-4d03-ae04-0d8ff11a7eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15161 | 2024.10.10 06:07:32.219632 [ 3 ] {} <Debug> HTTP-Session: f0f0a53f-e6a3-4d03-ae04-0d8ff11a7eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15162 | 2024.10.10 06:07:32.219650 [ 3 ] {} <Debug> HTTP-Session: f0f0a53f-e6a3-4d03-ae04-0d8ff11a7eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15163 | 2024.10.10 06:07:32.219705 [ 3 ] {} <Trace> HTTP-Session: f0f0a53f-e6a3-4d03-ae04-0d8ff11a7eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15164 | 2024.10.10 06:07:32.220318 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15165 | 2024.10.10 06:07:32.220386 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15166 | 2024.10.10 06:07:32.220721 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15167 | 2024.10.10 06:07:32.222080 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15168 | 2024.10.10 06:07:32.222125 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15169 | 2024.10.10 06:07:32.222638 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15170 | 2024.10.10 06:07:32.223024 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15171 | 2024.10.10 06:07:32.223216 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Debug> executeQuery: Read 1329 rows, 112.98 KiB in 0.0033 sec., 402727.2727272727 rows/sec., 33.43 MiB/sec. | ||
| 15172 | 2024.10.10 06:07:32.223253 [ 144 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15173 | 2024.10.10 06:07:32.223397 [ 144 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15174 | 2024.10.10 06:07:32.223464 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15175 | 2024.10.10 06:07:32.223531 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15176 | 2024.10.10 06:07:32.223614 [ 3 ] {15b51753-814d-40ba-80fc-2cafd643809a} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 15177 | 2024.10.10 06:07:32.223713 [ 3 ] {} <Debug> HTTP-Session: f0f0a53f-e6a3-4d03-ae04-0d8ff11a7eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15178 | 2024.10.10 06:07:32.223868 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15179 | 2024.10.10 06:07:32.224434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 32331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15180 | 2024.10.10 06:07:32.224524 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15181 | 2024.10.10 06:07:32.224645 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1504 rows starting from the beginning of the part | ||
| 15182 | 2024.10.10 06:07:32.224795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15183 | 2024.10.10 06:07:32.225069 [ 3 ] {} <Debug> HTTP-Session: cdae7a4f-9933-4a03-a2c8-52501e4394c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15184 | 2024.10.10 06:07:32.225087 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 253 rows starting from the beginning of the part | ||
| 15185 | 2024.10.10 06:07:32.225267 [ 3 ] {} <Debug> HTTP-Session: cdae7a4f-9933-4a03-a2c8-52501e4394c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15186 | 2024.10.10 06:07:32.225388 [ 3 ] {} <Debug> HTTP-Session: cdae7a4f-9933-4a03-a2c8-52501e4394c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15187 | 2024.10.10 06:07:32.225526 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 114 rows starting from the beginning of the part | ||
| 15188 | 2024.10.10 06:07:32.225573 [ 3 ] {} <Trace> HTTP-Session: cdae7a4f-9933-4a03-a2c8-52501e4394c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15189 | 2024.10.10 06:07:32.225830 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 253 rows starting from the beginning of the part | ||
| 15190 | 2024.10.10 06:07:32.226227 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 117 rows starting from the beginning of the part | ||
| 15191 | 2024.10.10 06:07:32.226261 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15192 | 2024.10.10 06:07:32.226539 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1329 rows starting from the beginning of the part | ||
| 15193 | 2024.10.10 06:07:32.226581 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15194 | 2024.10.10 06:07:32.227641 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15195 | 2024.10.10 06:07:32.228759 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15196 | 2024.10.10 06:07:32.228816 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15197 | 2024.10.10 06:07:32.229618 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 15198 | 2024.10.10 06:07:32.230141 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15199 | 2024.10.10 06:07:32.230625 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004746 sec., 50990.30762747577 rows/sec., 3.45 MiB/sec. | ||
| 15200 | 2024.10.10 06:07:32.230628 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3570 rows, containing 5 columns (5 merged, 0 gathered) in 0.007028939 sec., 507900.2677359983 rows/sec., 44.62 MiB/sec. | ||
| 15201 | 2024.10.10 06:07:32.231148 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15202 | 2024.10.10 06:07:32.231173 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Debug> DynamicQueryHandler: Done processing query | ||
| 15203 | 2024.10.10 06:07:32.231234 [ 3 ] {ba4da26a-3131-4486-9364-ce823b6593af} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 15204 | 2024.10.10 06:07:32.231283 [ 3 ] {} <Debug> HTTP-Session: cdae7a4f-9933-4a03-a2c8-52501e4394c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15205 | 2024.10.10 06:07:32.231558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15206 | 2024.10.10 06:07:32.231653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15207 | 2024.10.10 06:07:32.231690 [ 3 ] {} <Debug> HTTP-Session: 69d4a663-606b-4aac-ab02-55a282e3a485 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15208 | 2024.10.10 06:07:32.231722 [ 3 ] {} <Debug> HTTP-Session: 69d4a663-606b-4aac-ab02-55a282e3a485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15209 | 2024.10.10 06:07:32.231756 [ 3 ] {} <Debug> HTTP-Session: 69d4a663-606b-4aac-ab02-55a282e3a485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15210 | 2024.10.10 06:07:32.231810 [ 3 ] {} <Trace> HTTP-Session: 69d4a663-606b-4aac-ab02-55a282e3a485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15211 | 2024.10.10 06:07:32.231886 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15212 | 2024.10.10 06:07:32.232004 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15213 | 2024.10.10 06:07:32.232084 [ 186 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_81_16} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15214 | 2024.10.10 06:07:32.232110 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15215 | 2024.10.10 06:07:32.232283 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 15216 | 2024.10.10 06:07:32.232505 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15217 | 2024.10.10 06:07:32.232810 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15218 | 2024.10.10 06:07:32.232850 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15219 | 2024.10.10 06:07:32.233211 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 15220 | 2024.10.10 06:07:32.233575 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15221 | 2024.10.10 06:07:32.233723 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001786 sec., 3359.4624860022395 rows/sec., 198.48 KiB/sec. | ||
| 15222 | 2024.10.10 06:07:32.233907 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15223 | 2024.10.10 06:07:32.233932 [ 3 ] {17a9b1d0-5315-461c-8565-848ec06b0c1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15224 | 2024.10.10 06:07:32.233949 [ 3 ] {} <Debug> HTTP-Session: 69d4a663-606b-4aac-ab02-55a282e3a485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15225 | 2024.10.10 06:07:32.234271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 136746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15226 | 2024.10.10 06:07:32.234321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15227 | 2024.10.10 06:07:32.234341 [ 3 ] {} <Debug> HTTP-Session: f29f5792-7109-4497-a239-2338d357e472 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15228 | 2024.10.10 06:07:32.234357 [ 3 ] {} <Debug> HTTP-Session: f29f5792-7109-4497-a239-2338d357e472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15229 | 2024.10.10 06:07:32.234370 [ 3 ] {} <Debug> HTTP-Session: f29f5792-7109-4497-a239-2338d357e472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15230 | 2024.10.10 06:07:32.234402 [ 3 ] {} <Trace> HTTP-Session: f29f5792-7109-4497-a239-2338d357e472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15231 | 2024.10.10 06:07:32.234826 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15232 | 2024.10.10 06:07:32.234870 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15233 | 2024.10.10 06:07:32.235097 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15234 | 2024.10.10 06:07:32.235982 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15235 | 2024.10.10 06:07:32.236021 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15236 | 2024.10.10 06:07:32.236419 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15237 | 2024.10.10 06:07:32.236778 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15238 | 2024.10.10 06:07:32.236939 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.002343 sec., 357661.1182244985 rows/sec., 25.83 MiB/sec. | ||
| 15239 | 2024.10.10 06:07:32.236976 [ 108 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15240 | 2024.10.10 06:07:32.237100 [ 108 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15241 | 2024.10.10 06:07:32.237165 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15242 | 2024.10.10 06:07:32.237219 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15243 | 2024.10.10 06:07:32.237292 [ 3 ] {616c73f7-1537-45ca-842c-d1b0f6df063e} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 15244 | 2024.10.10 06:07:32.237353 [ 3 ] {} <Debug> HTTP-Session: f29f5792-7109-4497-a239-2338d357e472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15245 | 2024.10.10 06:07:32.237463 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15246 | 2024.10.10 06:07:32.237713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15247 | 2024.10.10 06:07:32.237898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15248 | 2024.10.10 06:07:32.238004 [ 3 ] {} <Debug> HTTP-Session: bed99860-a6ac-49aa-b829-5e4d4ef37116 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15249 | 2024.10.10 06:07:32.238087 [ 3 ] {} <Debug> HTTP-Session: bed99860-a6ac-49aa-b829-5e4d4ef37116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15250 | 2024.10.10 06:07:32.238108 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15251 | 2024.10.10 06:07:32.238160 [ 3 ] {} <Debug> HTTP-Session: bed99860-a6ac-49aa-b829-5e4d4ef37116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15252 | 2024.10.10 06:07:32.238253 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1078 rows starting from the beginning of the part | ||
| 15253 | 2024.10.10 06:07:32.238306 [ 3 ] {} <Trace> HTTP-Session: bed99860-a6ac-49aa-b829-5e4d4ef37116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15254 | 2024.10.10 06:07:32.238749 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 414 rows starting from the beginning of the part | ||
| 15255 | 2024.10.10 06:07:32.239231 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15256 | 2024.10.10 06:07:32.239247 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 93 rows starting from the beginning of the part | ||
| 15257 | 2024.10.10 06:07:32.239408 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15258 | 2024.10.10 06:07:32.239735 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 414 rows starting from the beginning of the part | ||
| 15259 | 2024.10.10 06:07:32.240038 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 99 rows starting from the beginning of the part | ||
| 15260 | 2024.10.10 06:07:32.240374 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 838 rows starting from the beginning of the part | ||
| 15261 | 2024.10.10 06:07:32.240583 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15262 | 2024.10.10 06:07:32.241277 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15263 | 2024.10.10 06:07:32.241318 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15264 | 2024.10.10 06:07:32.241812 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 15265 | 2024.10.10 06:07:32.242234 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15266 | 2024.10.10 06:07:32.242420 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003491 sec., 1718.705242050988 rows/sec., 89.80 KiB/sec. | ||
| 15267 | 2024.10.10 06:07:32.242855 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15268 | 2024.10.10 06:07:32.242948 [ 3 ] {d1335edd-84fb-46d4-9e8d-17961cf3b32c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15269 | 2024.10.10 06:07:32.243056 [ 3 ] {} <Debug> HTTP-Session: bed99860-a6ac-49aa-b829-5e4d4ef37116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15270 | 2024.10.10 06:07:32.243459 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2936 rows, containing 5 columns (5 merged, 0 gathered) in 0.006184458 sec., 474738.44918988855 rows/sec., 36.31 MiB/sec. | ||
| 15271 | 2024.10.10 06:07:32.243518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 184532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15272 | 2024.10.10 06:07:32.243588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15273 | 2024.10.10 06:07:32.243615 [ 3 ] {} <Debug> HTTP-Session: f8f7254f-3c4f-4b16-a8ce-0e652bef5d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15274 | 2024.10.10 06:07:32.243633 [ 3 ] {} <Debug> HTTP-Session: f8f7254f-3c4f-4b16-a8ce-0e652bef5d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15275 | 2024.10.10 06:07:32.243651 [ 3 ] {} <Debug> HTTP-Session: f8f7254f-3c4f-4b16-a8ce-0e652bef5d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15276 | 2024.10.10 06:07:32.243667 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15277 | 2024.10.10 06:07:32.243693 [ 3 ] {} <Trace> HTTP-Session: f8f7254f-3c4f-4b16-a8ce-0e652bef5d2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15278 | 2024.10.10 06:07:32.244141 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15279 | 2024.10.10 06:07:32.244203 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15280 | 2024.10.10 06:07:32.244235 [ 193 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_81_16} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15281 | 2024.10.10 06:07:32.244260 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15282 | 2024.10.10 06:07:32.244347 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 15283 | 2024.10.10 06:07:32.244478 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15284 | 2024.10.10 06:07:32.245429 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15285 | 2024.10.10 06:07:32.245467 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15286 | 2024.10.10 06:07:32.245910 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15287 | 2024.10.10 06:07:32.246261 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15288 | 2024.10.10 06:07:32.246421 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Debug> executeQuery: Read 975 rows, 66.39 KiB in 0.002543 sec., 383405.4266614235 rows/sec., 25.49 MiB/sec. | ||
| 15289 | 2024.10.10 06:07:32.246445 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15290 | 2024.10.10 06:07:32.246574 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15291 | 2024.10.10 06:07:32.246632 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15292 | 2024.10.10 06:07:32.246711 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15293 | 2024.10.10 06:07:32.246774 [ 3 ] {1bbbe529-ab07-45e3-8817-ff9fb109efe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15294 | 2024.10.10 06:07:32.246805 [ 3 ] {} <Debug> HTTP-Session: f8f7254f-3c4f-4b16-a8ce-0e652bef5d2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15295 | 2024.10.10 06:07:32.246845 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15296 | 2024.10.10 06:07:32.246991 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15297 | 2024.10.10 06:07:32.247039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15298 | 2024.10.10 06:07:32.247041 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23428 rows starting from the beginning of the part | ||
| 15299 | 2024.10.10 06:07:32.247098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15300 | 2024.10.10 06:07:32.247139 [ 3 ] {} <Debug> HTTP-Session: 2c4e528b-1d2b-4dd9-8dd2-3548b7427a39 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15301 | 2024.10.10 06:07:32.247189 [ 3 ] {} <Debug> HTTP-Session: 2c4e528b-1d2b-4dd9-8dd2-3548b7427a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15302 | 2024.10.10 06:07:32.247228 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part | ||
| 15303 | 2024.10.10 06:07:32.247260 [ 3 ] {} <Debug> HTTP-Session: 2c4e528b-1d2b-4dd9-8dd2-3548b7427a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15304 | 2024.10.10 06:07:32.247388 [ 3 ] {} <Trace> HTTP-Session: 2c4e528b-1d2b-4dd9-8dd2-3548b7427a39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15305 | 2024.10.10 06:07:32.247661 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 15306 | 2024.10.10 06:07:32.247686 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15307 | 2024.10.10 06:07:32.247766 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15308 | 2024.10.10 06:07:32.247832 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 15309 | 2024.10.10 06:07:32.248078 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 163 rows starting from the beginning of the part | ||
| 15310 | 2024.10.10 06:07:32.248205 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15311 | 2024.10.10 06:07:32.248261 [ 197 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 975 rows starting from the beginning of the part | ||
| 15312 | 2024.10.10 06:07:32.248753 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15313 | 2024.10.10 06:07:32.248794 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15314 | 2024.10.10 06:07:32.249198 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 15315 | 2024.10.10 06:07:32.249542 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15316 | 2024.10.10 06:07:32.249729 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002087 sec., 479.1566842357451 rows/sec., 32.29 KiB/sec. | ||
| 15317 | 2024.10.10 06:07:32.249731 [ 108 ] {} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 15318 | 2024.10.10 06:07:32.249869 [ 108 ] {} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15319 | 2024.10.10 06:07:32.249993 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15320 | 2024.10.10 06:07:32.250283 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15321 | 2024.10.10 06:07:32.250365 [ 3 ] {1b5c6ae9-028a-499a-b063-15cbcce13ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15322 | 2024.10.10 06:07:32.250461 [ 3 ] {} <Debug> HTTP-Session: 2c4e528b-1d2b-4dd9-8dd2-3548b7427a39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15323 | 2024.10.10 06:07:32.250585 [ 199 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 15324 | 2024.10.10 06:07:32.250697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15325 | 2024.10.10 06:07:32.250840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15326 | 2024.10.10 06:07:32.250943 [ 3 ] {} <Debug> HTTP-Session: 5eadc2b7-97be-4812-a8f5-e74356af59eb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15327 | 2024.10.10 06:07:32.251012 [ 3 ] {} <Debug> HTTP-Session: 5eadc2b7-97be-4812-a8f5-e74356af59eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15328 | 2024.10.10 06:07:32.251070 [ 3 ] {} <Debug> HTTP-Session: 5eadc2b7-97be-4812-a8f5-e74356af59eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15329 | 2024.10.10 06:07:32.251193 [ 3 ] {} <Trace> HTTP-Session: 5eadc2b7-97be-4812-a8f5-e74356af59eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15330 | 2024.10.10 06:07:32.251422 [ 199 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15331 | 2024.10.10 06:07:32.251512 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15332 | 2024.10.10 06:07:32.251524 [ 199 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
| 15333 | 2024.10.10 06:07:32.251663 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15334 | 2024.10.10 06:07:32.251996 [ 199 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 15335 | 2024.10.10 06:07:32.252542 [ 199 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 15336 | 2024.10.10 06:07:32.252683 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15337 | 2024.10.10 06:07:32.252867 [ 199 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 15338 | 2024.10.10 06:07:32.253287 [ 199 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 15339 | 2024.10.10 06:07:32.253737 [ 199 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 15340 | 2024.10.10 06:07:32.254330 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15341 | 2024.10.10 06:07:32.254416 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15342 | 2024.10.10 06:07:32.255822 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15343 | 2024.10.10 06:07:32.257097 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15344 | 2024.10.10 06:07:32.257857 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.006429 sec., 6221.807435059885 rows/sec., 379.75 KiB/sec. | ||
| 15345 | 2024.10.10 06:07:32.257871 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25200 rows, containing 5 columns (5 merged, 0 gathered) in 0.011119497 sec., 2266289.563277907 rows/sec., 152.94 MiB/sec. | ||
| 15346 | 2024.10.10 06:07:32.258336 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15347 | 2024.10.10 06:07:32.258487 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15348 | 2024.10.10 06:07:32.258569 [ 3 ] {425c6568-2715-4e9f-9eed-ffb89d4d31d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15349 | 2024.10.10 06:07:32.258644 [ 3 ] {} <Debug> HTTP-Session: 5eadc2b7-97be-4812-a8f5-e74356af59eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15350 | 2024.10.10 06:07:32.259052 [ 195 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.008844082 sec., 3957.448608007027 rows/sec., 266.66 KiB/sec. | ||
| 15351 | 2024.10.10 06:07:32.259322 [ 195 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 15352 | 2024.10.10 06:07:32.259467 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15353 | 2024.10.10 06:07:32.259626 [ 189 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15354 | 2024.10.10 06:07:32.259850 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 15355 | 2024.10.10 06:07:32.260110 [ 195 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15356 | 2024.10.10 06:07:32.260198 [ 195 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_35_7} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 15357 | 2024.10.10 06:07:32.260291 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15358 | 2024.10.10 06:07:33.076435 [ 171 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15359 | 2024.10.10 06:07:33.076469 [ 171 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15360 | 2024.10.10 06:07:36.016616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 17796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15361 | 2024.10.10 06:07:36.016795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15362 | 2024.10.10 06:07:36.016842 [ 3 ] {} <Debug> HTTP-Session: 51d4bdff-598d-41a0-9bfe-ed2cf3bce3a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15363 | 2024.10.10 06:07:36.016884 [ 3 ] {} <Debug> HTTP-Session: 51d4bdff-598d-41a0-9bfe-ed2cf3bce3a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15364 | 2024.10.10 06:07:36.016912 [ 3 ] {} <Debug> HTTP-Session: 51d4bdff-598d-41a0-9bfe-ed2cf3bce3a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15365 | 2024.10.10 06:07:36.016994 [ 3 ] {} <Trace> HTTP-Session: 51d4bdff-598d-41a0-9bfe-ed2cf3bce3a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15366 | 2024.10.10 06:07:36.017334 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15367 | 2024.10.10 06:07:36.017410 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15368 | 2024.10.10 06:07:36.017749 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15369 | 2024.10.10 06:07:36.018291 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15370 | 2024.10.10 06:07:36.018337 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15371 | 2024.10.10 06:07:36.018774 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15372 | 2024.10.10 06:07:36.019162 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15373 | 2024.10.10 06:07:36.019328 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Debug> executeQuery: Read 120 rows, 10.47 KiB in 0.002132 sec., 56285.17823639774 rows/sec., 4.79 MiB/sec. | ||
| 15374 | 2024.10.10 06:07:36.019668 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Debug> DynamicQueryHandler: Done processing query | ||
| 15375 | 2024.10.10 06:07:36.019732 [ 3 ] {a4826f4b-a0dd-4b3e-a76a-52534e0de010} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 15376 | 2024.10.10 06:07:36.019788 [ 3 ] {} <Debug> HTTP-Session: 51d4bdff-598d-41a0-9bfe-ed2cf3bce3a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15377 | 2024.10.10 06:07:36.020023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15378 | 2024.10.10 06:07:36.020082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15379 | 2024.10.10 06:07:36.020102 [ 3 ] {} <Debug> HTTP-Session: 0a3dc7fb-23e1-4abe-80bc-6e5f640cd9fb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15380 | 2024.10.10 06:07:36.020120 [ 3 ] {} <Debug> HTTP-Session: 0a3dc7fb-23e1-4abe-80bc-6e5f640cd9fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15381 | 2024.10.10 06:07:36.020134 [ 3 ] {} <Debug> HTTP-Session: 0a3dc7fb-23e1-4abe-80bc-6e5f640cd9fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15382 | 2024.10.10 06:07:36.020172 [ 3 ] {} <Trace> HTTP-Session: 0a3dc7fb-23e1-4abe-80bc-6e5f640cd9fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15383 | 2024.10.10 06:07:36.020294 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15384 | 2024.10.10 06:07:36.020342 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15385 | 2024.10.10 06:07:36.020600 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15386 | 2024.10.10 06:07:36.020931 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15387 | 2024.10.10 06:07:36.020968 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15388 | 2024.10.10 06:07:36.021328 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 15389 | 2024.10.10 06:07:36.021701 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15390 | 2024.10.10 06:07:36.021860 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001604 sec., 19950.124688279302 rows/sec., 1.46 MiB/sec. | ||
| 15391 | 2024.10.10 06:07:36.022149 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Debug> DynamicQueryHandler: Done processing query | ||
| 15392 | 2024.10.10 06:07:36.022197 [ 3 ] {73930082-b010-42cf-9537-827a323cab55} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15393 | 2024.10.10 06:07:36.022254 [ 3 ] {} <Debug> HTTP-Session: 0a3dc7fb-23e1-4abe-80bc-6e5f640cd9fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15394 | 2024.10.10 06:07:36.022453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15395 | 2024.10.10 06:07:36.022505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15396 | 2024.10.10 06:07:36.022525 [ 3 ] {} <Debug> HTTP-Session: 03b12c64-f4c6-48d0-9a8b-e8eb876b99b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15397 | 2024.10.10 06:07:36.022542 [ 3 ] {} <Debug> HTTP-Session: 03b12c64-f4c6-48d0-9a8b-e8eb876b99b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15398 | 2024.10.10 06:07:36.022555 [ 3 ] {} <Debug> HTTP-Session: 03b12c64-f4c6-48d0-9a8b-e8eb876b99b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15399 | 2024.10.10 06:07:36.022590 [ 3 ] {} <Trace> HTTP-Session: 03b12c64-f4c6-48d0-9a8b-e8eb876b99b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15400 | 2024.10.10 06:07:36.022722 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15401 | 2024.10.10 06:07:36.022767 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15402 | 2024.10.10 06:07:36.023018 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15403 | 2024.10.10 06:07:36.023447 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15404 | 2024.10.10 06:07:36.023485 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15405 | 2024.10.10 06:07:36.023844 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15406 | 2024.10.10 06:07:36.024206 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15407 | 2024.10.10 06:07:36.024359 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001679 sec., 57176.89100655152 rows/sec., 4.47 MiB/sec. | ||
| 15408 | 2024.10.10 06:07:36.024547 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Debug> DynamicQueryHandler: Done processing query | ||
| 15409 | 2024.10.10 06:07:36.024572 [ 3 ] {99e9a84c-5da7-4523-bc8e-9180a0348491} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15410 | 2024.10.10 06:07:36.024588 [ 3 ] {} <Debug> HTTP-Session: 03b12c64-f4c6-48d0-9a8b-e8eb876b99b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15411 | 2024.10.10 06:07:36.024835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 20711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15412 | 2024.10.10 06:07:36.024884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15413 | 2024.10.10 06:07:36.024903 [ 3 ] {} <Debug> HTTP-Session: 2d591041-a850-47d8-902b-6975f7c9d0d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15414 | 2024.10.10 06:07:36.024921 [ 3 ] {} <Debug> HTTP-Session: 2d591041-a850-47d8-902b-6975f7c9d0d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15415 | 2024.10.10 06:07:36.024934 [ 3 ] {} <Debug> HTTP-Session: 2d591041-a850-47d8-902b-6975f7c9d0d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15416 | 2024.10.10 06:07:36.024967 [ 3 ] {} <Trace> HTTP-Session: 2d591041-a850-47d8-902b-6975f7c9d0d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15417 | 2024.10.10 06:07:36.025103 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15418 | 2024.10.10 06:07:36.025150 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15419 | 2024.10.10 06:07:36.025296 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15420 | 2024.10.10 06:07:36.025623 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15421 | 2024.10.10 06:07:36.025659 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15422 | 2024.10.10 06:07:36.026034 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15423 | 2024.10.10 06:07:36.026366 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15424 | 2024.10.10 06:07:36.026516 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001468 sec., 73569.48228882834 rows/sec., 5.13 MiB/sec. | ||
| 15425 | 2024.10.10 06:07:36.026688 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Debug> DynamicQueryHandler: Done processing query | ||
| 15426 | 2024.10.10 06:07:36.026712 [ 3 ] {dc5eba63-dd69-43dc-b0af-ce56a7746eaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15427 | 2024.10.10 06:07:36.026729 [ 3 ] {} <Debug> HTTP-Session: 2d591041-a850-47d8-902b-6975f7c9d0d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15428 | 2024.10.10 06:07:36.026916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15429 | 2024.10.10 06:07:36.026965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15430 | 2024.10.10 06:07:36.026984 [ 3 ] {} <Debug> HTTP-Session: 0c21dc04-e1fe-4344-bfac-a0d82ee173c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15431 | 2024.10.10 06:07:36.027003 [ 3 ] {} <Debug> HTTP-Session: 0c21dc04-e1fe-4344-bfac-a0d82ee173c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15432 | 2024.10.10 06:07:36.027017 [ 3 ] {} <Debug> HTTP-Session: 0c21dc04-e1fe-4344-bfac-a0d82ee173c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15433 | 2024.10.10 06:07:36.027048 [ 3 ] {} <Trace> HTTP-Session: 0c21dc04-e1fe-4344-bfac-a0d82ee173c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15434 | 2024.10.10 06:07:36.027367 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15435 | 2024.10.10 06:07:36.027431 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <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 | ||
| 15436 | 2024.10.10 06:07:36.027854 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15437 | 2024.10.10 06:07:36.028637 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15438 | 2024.10.10 06:07:36.028673 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15439 | 2024.10.10 06:07:36.029324 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 15440 | 2024.10.10 06:07:36.029746 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15441 | 2024.10.10 06:07:36.029953 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002812 sec., 11379.800853485065 rows/sec., 20.39 MiB/sec. | ||
| 15442 | 2024.10.10 06:07:36.030485 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Debug> DynamicQueryHandler: Done processing query | ||
| 15443 | 2024.10.10 06:07:36.030510 [ 3 ] {1c43d393-26b2-459a-bb1a-e70705048997} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 15444 | 2024.10.10 06:07:36.030527 [ 3 ] {} <Debug> HTTP-Session: 0c21dc04-e1fe-4344-bfac-a0d82ee173c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15445 | 2024.10.10 06:07:36.030661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 6410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15446 | 2024.10.10 06:07:36.030711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15447 | 2024.10.10 06:07:36.030730 [ 3 ] {} <Debug> HTTP-Session: aeea348b-5371-4fd1-bd32-89276f73f635 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15448 | 2024.10.10 06:07:36.030746 [ 3 ] {} <Debug> HTTP-Session: aeea348b-5371-4fd1-bd32-89276f73f635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15449 | 2024.10.10 06:07:36.030760 [ 3 ] {} <Debug> HTTP-Session: aeea348b-5371-4fd1-bd32-89276f73f635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15450 | 2024.10.10 06:07:36.030791 [ 3 ] {} <Trace> HTTP-Session: aeea348b-5371-4fd1-bd32-89276f73f635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15451 | 2024.10.10 06:07:36.030905 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15452 | 2024.10.10 06:07:36.030951 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15453 | 2024.10.10 06:07:36.031097 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15454 | 2024.10.10 06:07:36.031395 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15455 | 2024.10.10 06:07:36.031432 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15456 | 2024.10.10 06:07:36.031790 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15457 | 2024.10.10 06:07:36.032109 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15458 | 2024.10.10 06:07:36.032238 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.001371 sec., 30634.573304157548 rows/sec., 2.06 MiB/sec. | ||
| 15459 | 2024.10.10 06:07:36.032255 [ 173 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15460 | 2024.10.10 06:07:36.032309 [ 173 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15461 | 2024.10.10 06:07:36.032341 [ 173 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15462 | 2024.10.10 06:07:36.032450 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15463 | 2024.10.10 06:07:36.032502 [ 3 ] {d248ab48-c18d-4305-975f-7382c4ff079b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15464 | 2024.10.10 06:07:36.032543 [ 3 ] {} <Debug> HTTP-Session: aeea348b-5371-4fd1-bd32-89276f73f635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15465 | 2024.10.10 06:07:36.032561 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15466 | 2024.10.10 06:07:36.032741 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15467 | 2024.10.10 06:07:36.032777 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4714 rows starting from the beginning of the part | ||
| 15468 | 2024.10.10 06:07:36.032857 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 15469 | 2024.10.10 06:07:36.033085 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 15470 | 2024.10.10 06:07:36.033407 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 15471 | 2024.10.10 06:07:36.033551 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 40 rows starting from the beginning of the part | ||
| 15472 | 2024.10.10 06:07:36.033726 [ 199 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 42 rows starting from the beginning of the part | ||
| 15473 | 2024.10.10 06:07:36.035695 [ 198 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4998 rows, containing 4 columns (4 merged, 0 gathered) in 0.003269979 sec., 1528450.1827075954 rows/sec., 99.63 MiB/sec. | ||
| 15474 | 2024.10.10 06:07:36.036139 [ 198 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15475 | 2024.10.10 06:07:36.036630 [ 198 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15476 | 2024.10.10 06:07:36.036728 [ 198 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_81_16} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15477 | 2024.10.10 06:07:36.036836 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 15478 | 2024.10.10 06:07:38.398842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1514 | ||
| 15479 | 2024.10.10 06:07:38.401808 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15480 | 2024.10.10 06:07:38.401859 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15481 | 2024.10.10 06:07:38.403402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 15482 | 2024.10.10 06:07:38.404410 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15483 | 2024.10.10 06:07:38.404878 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1514 | ||
| 15484 | 2024.10.10 06:07:41.019595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15485 | 2024.10.10 06:07:41.019704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15486 | 2024.10.10 06:07:41.019729 [ 3 ] {} <Debug> HTTP-Session: 9c02ed85-835a-4c97-90ee-09bd2f61e31c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15487 | 2024.10.10 06:07:41.019755 [ 3 ] {} <Debug> HTTP-Session: 9c02ed85-835a-4c97-90ee-09bd2f61e31c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15488 | 2024.10.10 06:07:41.019769 [ 3 ] {} <Debug> HTTP-Session: 9c02ed85-835a-4c97-90ee-09bd2f61e31c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15489 | 2024.10.10 06:07:41.019819 [ 3 ] {} <Trace> HTTP-Session: 9c02ed85-835a-4c97-90ee-09bd2f61e31c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15490 | 2024.10.10 06:07:41.019990 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15491 | 2024.10.10 06:07:41.020058 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15492 | 2024.10.10 06:07:41.020401 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15493 | 2024.10.10 06:07:41.020822 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15494 | 2024.10.10 06:07:41.020865 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15495 | 2024.10.10 06:07:41.021285 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 15496 | 2024.10.10 06:07:41.021685 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15497 | 2024.10.10 06:07:41.021834 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001893 sec., 1056.5240359218174 rows/sec., 86.15 KiB/sec. | ||
| 15498 | 2024.10.10 06:07:41.022062 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Debug> DynamicQueryHandler: Done processing query | ||
| 15499 | 2024.10.10 06:07:41.022091 [ 3 ] {b027a430-fbe0-45b4-908f-d4402d3fb064} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15500 | 2024.10.10 06:07:41.022109 [ 3 ] {} <Debug> HTTP-Session: 9c02ed85-835a-4c97-90ee-09bd2f61e31c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15501 | 2024.10.10 06:07:41.022297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15502 | 2024.10.10 06:07:41.022351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15503 | 2024.10.10 06:07:41.022372 [ 3 ] {} <Debug> HTTP-Session: 55f95029-3a78-4b92-8d0b-35c26d474e3d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15504 | 2024.10.10 06:07:41.022390 [ 3 ] {} <Debug> HTTP-Session: 55f95029-3a78-4b92-8d0b-35c26d474e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15505 | 2024.10.10 06:07:41.022404 [ 3 ] {} <Debug> HTTP-Session: 55f95029-3a78-4b92-8d0b-35c26d474e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15506 | 2024.10.10 06:07:41.022441 [ 3 ] {} <Trace> HTTP-Session: 55f95029-3a78-4b92-8d0b-35c26d474e3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15507 | 2024.10.10 06:07:41.022577 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15508 | 2024.10.10 06:07:41.022624 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15509 | 2024.10.10 06:07:41.022859 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15510 | 2024.10.10 06:07:41.023252 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15511 | 2024.10.10 06:07:41.023290 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15512 | 2024.10.10 06:07:41.023675 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15513 | 2024.10.10 06:07:41.024034 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15514 | 2024.10.10 06:07:41.024161 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Debug> executeQuery: Read 115 rows, 9.89 KiB in 0.001638 sec., 70207.57020757021 rows/sec., 5.90 MiB/sec. | ||
| 15515 | 2024.10.10 06:07:41.024337 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Debug> DynamicQueryHandler: Done processing query | ||
| 15516 | 2024.10.10 06:07:41.024363 [ 3 ] {2fdc031b-d83f-4b56-9015-f4253898d761} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 15517 | 2024.10.10 06:07:41.024378 [ 3 ] {} <Debug> HTTP-Session: 55f95029-3a78-4b92-8d0b-35c26d474e3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15518 | 2024.10.10 06:07:41.024588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15519 | 2024.10.10 06:07:41.024637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15520 | 2024.10.10 06:07:41.024656 [ 3 ] {} <Debug> HTTP-Session: fbf1a71d-96a8-46a7-9413-84c8c212e968 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15521 | 2024.10.10 06:07:41.024673 [ 3 ] {} <Debug> HTTP-Session: fbf1a71d-96a8-46a7-9413-84c8c212e968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15522 | 2024.10.10 06:07:41.024688 [ 3 ] {} <Debug> HTTP-Session: fbf1a71d-96a8-46a7-9413-84c8c212e968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15523 | 2024.10.10 06:07:41.024722 [ 3 ] {} <Trace> HTTP-Session: fbf1a71d-96a8-46a7-9413-84c8c212e968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15524 | 2024.10.10 06:07:41.024826 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15525 | 2024.10.10 06:07:41.024870 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15526 | 2024.10.10 06:07:41.025094 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15527 | 2024.10.10 06:07:41.025418 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15528 | 2024.10.10 06:07:41.025454 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15529 | 2024.10.10 06:07:41.025803 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15530 | 2024.10.10 06:07:41.026157 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15531 | 2024.10.10 06:07:41.026282 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.00149 sec., 20805.369127516777 rows/sec., 1.52 MiB/sec. | ||
| 15532 | 2024.10.10 06:07:41.026462 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Debug> DynamicQueryHandler: Done processing query | ||
| 15533 | 2024.10.10 06:07:41.026487 [ 3 ] {6a0bb2ca-0823-4421-8a55-81ad0efd8e94} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15534 | 2024.10.10 06:07:41.026504 [ 3 ] {} <Debug> HTTP-Session: fbf1a71d-96a8-46a7-9413-84c8c212e968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15535 | 2024.10.10 06:07:41.026701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15536 | 2024.10.10 06:07:41.026749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15537 | 2024.10.10 06:07:41.026768 [ 3 ] {} <Debug> HTTP-Session: c70b5709-8445-46f9-ad64-1f81476b2959 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15538 | 2024.10.10 06:07:41.026785 [ 3 ] {} <Debug> HTTP-Session: c70b5709-8445-46f9-ad64-1f81476b2959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15539 | 2024.10.10 06:07:41.026800 [ 3 ] {} <Debug> HTTP-Session: c70b5709-8445-46f9-ad64-1f81476b2959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15540 | 2024.10.10 06:07:41.026833 [ 3 ] {} <Trace> HTTP-Session: c70b5709-8445-46f9-ad64-1f81476b2959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15541 | 2024.10.10 06:07:41.026951 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15542 | 2024.10.10 06:07:41.026995 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15543 | 2024.10.10 06:07:41.027217 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15544 | 2024.10.10 06:07:41.027573 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2024.10.10 06:07:41.027609 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15546 | 2024.10.10 06:07:41.027963 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15547 | 2024.10.10 06:07:41.028323 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15548 | 2024.10.10 06:07:41.028447 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00154 sec., 61688.31168831169 rows/sec., 4.82 MiB/sec. | ||
| 15549 | 2024.10.10 06:07:41.028615 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15550 | 2024.10.10 06:07:41.028640 [ 3 ] {5d4e7365-9e0e-4251-9d2c-25dd930a274c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15551 | 2024.10.10 06:07:41.028655 [ 3 ] {} <Debug> HTTP-Session: c70b5709-8445-46f9-ad64-1f81476b2959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15552 | 2024.10.10 06:07:41.028825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15553 | 2024.10.10 06:07:41.028873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15554 | 2024.10.10 06:07:41.028893 [ 3 ] {} <Debug> HTTP-Session: 8430f44b-f28a-4e9e-a47e-0d191ae04159 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15555 | 2024.10.10 06:07:41.028910 [ 3 ] {} <Debug> HTTP-Session: 8430f44b-f28a-4e9e-a47e-0d191ae04159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15556 | 2024.10.10 06:07:41.028924 [ 3 ] {} <Debug> HTTP-Session: 8430f44b-f28a-4e9e-a47e-0d191ae04159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15557 | 2024.10.10 06:07:41.028955 [ 3 ] {} <Trace> HTTP-Session: 8430f44b-f28a-4e9e-a47e-0d191ae04159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15558 | 2024.10.10 06:07:41.029101 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15559 | 2024.10.10 06:07:41.029148 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15560 | 2024.10.10 06:07:41.029290 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15561 | 2024.10.10 06:07:41.029682 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15562 | 2024.10.10 06:07:41.029718 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15563 | 2024.10.10 06:07:41.030102 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15564 | 2024.10.10 06:07:41.030437 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15565 | 2024.10.10 06:07:41.030561 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001527 sec., 105435.4944335298 rows/sec., 7.34 MiB/sec. | ||
| 15566 | 2024.10.10 06:07:41.030737 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15567 | 2024.10.10 06:07:41.030762 [ 3 ] {755b4b9c-5033-4169-8bf2-dd6a1f61f09b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15568 | 2024.10.10 06:07:41.030778 [ 3 ] {} <Debug> HTTP-Session: 8430f44b-f28a-4e9e-a47e-0d191ae04159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15569 | 2024.10.10 06:07:41.030986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15570 | 2024.10.10 06:07:41.031037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15571 | 2024.10.10 06:07:41.031057 [ 3 ] {} <Debug> HTTP-Session: 5167509d-f61c-465a-8996-7cfb66155623 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15572 | 2024.10.10 06:07:41.031073 [ 3 ] {} <Debug> HTTP-Session: 5167509d-f61c-465a-8996-7cfb66155623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15573 | 2024.10.10 06:07:41.031088 [ 3 ] {} <Debug> HTTP-Session: 5167509d-f61c-465a-8996-7cfb66155623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15574 | 2024.10.10 06:07:41.031120 [ 3 ] {} <Trace> HTTP-Session: 5167509d-f61c-465a-8996-7cfb66155623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15575 | 2024.10.10 06:07:41.031430 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15576 | 2024.10.10 06:07:41.031494 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <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 | ||
| 15577 | 2024.10.10 06:07:41.031905 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15578 | 2024.10.10 06:07:41.032478 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15579 | 2024.10.10 06:07:41.032514 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15580 | 2024.10.10 06:07:41.033132 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 15581 | 2024.10.10 06:07:41.033532 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15582 | 2024.10.10 06:07:41.033674 [ 153 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 15583 | 2024.10.10 06:07:41.033683 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002473 sec., 11726.64779619895 rows/sec., 21.01 MiB/sec. | ||
| 15584 | 2024.10.10 06:07:41.033716 [ 153 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15585 | 2024.10.10 06:07:41.033755 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15586 | 2024.10.10 06:07:41.033956 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 15587 | 2024.10.10 06:07:41.034034 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Debug> DynamicQueryHandler: Done processing query | ||
| 15588 | 2024.10.10 06:07:41.034066 [ 3 ] {cd3ac240-89b7-4f53-8916-36b4be897525} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 15589 | 2024.10.10 06:07:41.034091 [ 3 ] {} <Debug> HTTP-Session: 5167509d-f61c-465a-8996-7cfb66155623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15590 | 2024.10.10 06:07:41.034297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15591 | 2024.10.10 06:07:41.034342 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15592 | 2024.10.10 06:07:41.034356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15593 | 2024.10.10 06:07:41.034394 [ 3 ] {} <Debug> HTTP-Session: 367cf4df-1781-41f4-a200-046c7cf95204 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15594 | 2024.10.10 06:07:41.034423 [ 3 ] {} <Debug> HTTP-Session: 367cf4df-1781-41f4-a200-046c7cf95204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15595 | 2024.10.10 06:07:41.034437 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1378 rows starting from the beginning of the part | ||
| 15596 | 2024.10.10 06:07:41.034443 [ 3 ] {} <Debug> HTTP-Session: 367cf4df-1781-41f4-a200-046c7cf95204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15597 | 2024.10.10 06:07:41.034493 [ 3 ] {} <Trace> HTTP-Session: 367cf4df-1781-41f4-a200-046c7cf95204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15598 | 2024.10.10 06:07:41.034756 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15599 | 2024.10.10 06:07:41.034916 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15600 | 2024.10.10 06:07:41.034989 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 29 rows starting from the beginning of the part | ||
| 15601 | 2024.10.10 06:07:41.035610 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15602 | 2024.10.10 06:07:41.035658 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part | ||
| 15603 | 2024.10.10 06:07:41.036150 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 29 rows starting from the beginning of the part | ||
| 15604 | 2024.10.10 06:07:41.036285 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15605 | 2024.10.10 06:07:41.036354 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15606 | 2024.10.10 06:07:41.036761 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part | ||
| 15607 | 2024.10.10 06:07:41.037329 [ 201 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 29 rows starting from the beginning of the part | ||
| 15608 | 2024.10.10 06:07:41.037552 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15609 | 2024.10.10 06:07:41.038208 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15610 | 2024.10.10 06:07:41.038418 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003818 sec., 15715.03404924044 rows/sec., 1.06 MiB/sec. | ||
| 15611 | 2024.10.10 06:07:41.038918 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Debug> DynamicQueryHandler: Done processing query | ||
| 15612 | 2024.10.10 06:07:41.039008 [ 3 ] {daa940b3-74aa-4f49-b377-57f7a7d8d771} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15613 | 2024.10.10 06:07:41.039102 [ 3 ] {} <Debug> HTTP-Session: 367cf4df-1781-41f4-a200-046c7cf95204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15614 | 2024.10.10 06:07:41.045148 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 19 columns (19 merged, 0 gathered) in 0.011299391 sec., 135317.02726279674 rows/sec., 242.24 MiB/sec. | ||
| 15615 | 2024.10.10 06:07:41.046605 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 15616 | 2024.10.10 06:07:41.047275 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15617 | 2024.10.10 06:07:41.047371 [ 198 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 15618 | 2024.10.10 06:07:41.047546 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.73 MiB. | ||
| 15619 | 2024.10.10 06:07:42.000159 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.96 MiB, peak 193.13 MiB, free memory in arenas 0.00 B, will set to 179.22 MiB (RSS), difference: 1.27 MiB | ||
| 15620 | 2024.10.10 06:07:44.098491 [ 72 ] {} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Selected 5 parts from all_1_31_6 to all_35_35_0 | ||
| 15621 | 2024.10.10 06:07:44.098570 [ 72 ] {} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15622 | 2024.10.10 06:07:44.098615 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15623 | 2024.10.10 06:07:44.098895 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_31_6 to all_35_35_0 into Compact with storage Full | ||
| 15624 | 2024.10.10 06:07:44.099303 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15625 | 2024.10.10 06:07:44.099368 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 15626 | 2024.10.10 06:07:44.099578 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 15627 | 2024.10.10 06:07:44.099871 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 15628 | 2024.10.10 06:07:44.100025 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 15629 | 2024.10.10 06:07:44.100234 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 15630 | 2024.10.10 06:07:44.101441 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.002694104 sec., 77947.99309900434 rows/sec., 3.98 MiB/sec. | ||
| 15631 | 2024.10.10 06:07:44.101659 [ 200 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 15632 | 2024.10.10 06:07:44.102138 [ 200 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15633 | 2024.10.10 06:07:44.102234 [ 200 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_35_7} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Merged 5 parts: [all_1_31_6, all_35_35_0] -> all_1_35_7 | ||
| 15634 | 2024.10.10 06:07:44.102343 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15635 | 2024.10.10 06:07:46.024072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15636 | 2024.10.10 06:07:46.024239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15637 | 2024.10.10 06:07:46.024284 [ 3 ] {} <Debug> HTTP-Session: c85ef1d9-2894-4f34-8d8b-ca85cca7e976 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15638 | 2024.10.10 06:07:46.024328 [ 3 ] {} <Debug> HTTP-Session: c85ef1d9-2894-4f34-8d8b-ca85cca7e976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15639 | 2024.10.10 06:07:46.024357 [ 3 ] {} <Debug> HTTP-Session: c85ef1d9-2894-4f34-8d8b-ca85cca7e976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15640 | 2024.10.10 06:07:46.024438 [ 3 ] {} <Trace> HTTP-Session: c85ef1d9-2894-4f34-8d8b-ca85cca7e976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15641 | 2024.10.10 06:07:46.024697 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15642 | 2024.10.10 06:07:46.024767 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15643 | 2024.10.10 06:07:46.025117 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15644 | 2024.10.10 06:07:46.025550 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15645 | 2024.10.10 06:07:46.025597 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15646 | 2024.10.10 06:07:46.026013 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 15647 | 2024.10.10 06:07:46.026400 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15648 | 2024.10.10 06:07:46.026590 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001949 sec., 3078.5017957927143 rows/sec., 251.03 KiB/sec. | ||
| 15649 | 2024.10.10 06:07:46.026971 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15650 | 2024.10.10 06:07:46.026999 [ 3 ] {0fcf0727-678a-4d56-aa17-e324f7260da3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15651 | 2024.10.10 06:07:46.027016 [ 3 ] {} <Debug> HTTP-Session: c85ef1d9-2894-4f34-8d8b-ca85cca7e976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15652 | 2024.10.10 06:07:46.027232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15653 | 2024.10.10 06:07:46.027285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15654 | 2024.10.10 06:07:46.027306 [ 3 ] {} <Debug> HTTP-Session: 71b3f32e-deb4-4324-b8db-b43dba622e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15655 | 2024.10.10 06:07:46.027324 [ 3 ] {} <Debug> HTTP-Session: 71b3f32e-deb4-4324-b8db-b43dba622e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15656 | 2024.10.10 06:07:46.027337 [ 3 ] {} <Debug> HTTP-Session: 71b3f32e-deb4-4324-b8db-b43dba622e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15657 | 2024.10.10 06:07:46.027373 [ 3 ] {} <Trace> HTTP-Session: 71b3f32e-deb4-4324-b8db-b43dba622e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15658 | 2024.10.10 06:07:46.027561 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15659 | 2024.10.10 06:07:46.027608 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15660 | 2024.10.10 06:07:46.027870 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15661 | 2024.10.10 06:07:46.028377 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15662 | 2024.10.10 06:07:46.028415 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15663 | 2024.10.10 06:07:46.028796 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15664 | 2024.10.10 06:07:46.029147 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15665 | 2024.10.10 06:07:46.029309 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Debug> executeQuery: Read 256 rows, 23.17 KiB in 0.001833 sec., 139661.75668303328 rows/sec., 12.34 MiB/sec. | ||
| 15666 | 2024.10.10 06:07:46.029569 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Debug> DynamicQueryHandler: Done processing query | ||
| 15667 | 2024.10.10 06:07:46.029630 [ 3 ] {2e2fe4e9-b9ce-4cff-97c5-8b9c8c59e938} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15668 | 2024.10.10 06:07:46.029685 [ 3 ] {} <Debug> HTTP-Session: 71b3f32e-deb4-4324-b8db-b43dba622e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15669 | 2024.10.10 06:07:46.029906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15670 | 2024.10.10 06:07:46.029976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15671 | 2024.10.10 06:07:46.029997 [ 3 ] {} <Debug> HTTP-Session: e56d4db4-fbc1-4ffc-b215-b5723b2ae472 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15672 | 2024.10.10 06:07:46.030015 [ 3 ] {} <Debug> HTTP-Session: e56d4db4-fbc1-4ffc-b215-b5723b2ae472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15673 | 2024.10.10 06:07:46.030028 [ 3 ] {} <Debug> HTTP-Session: e56d4db4-fbc1-4ffc-b215-b5723b2ae472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15674 | 2024.10.10 06:07:46.030062 [ 3 ] {} <Trace> HTTP-Session: e56d4db4-fbc1-4ffc-b215-b5723b2ae472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15675 | 2024.10.10 06:07:46.030181 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15676 | 2024.10.10 06:07:46.030226 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15677 | 2024.10.10 06:07:46.030466 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15678 | 2024.10.10 06:07:46.030789 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15679 | 2024.10.10 06:07:46.030826 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15680 | 2024.10.10 06:07:46.031190 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15681 | 2024.10.10 06:07:46.031541 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15682 | 2024.10.10 06:07:46.031706 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Debug> executeQuery: Read 38 rows, 2.83 KiB in 0.001563 sec., 24312.22008957134 rows/sec., 1.77 MiB/sec. | ||
| 15683 | 2024.10.10 06:07:46.031878 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Debug> DynamicQueryHandler: Done processing query | ||
| 15684 | 2024.10.10 06:07:46.031903 [ 3 ] {978c9e00-0e5e-40a8-9471-dd51acbff256} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15685 | 2024.10.10 06:07:46.031919 [ 3 ] {} <Debug> HTTP-Session: e56d4db4-fbc1-4ffc-b215-b5723b2ae472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15686 | 2024.10.10 06:07:46.032067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15687 | 2024.10.10 06:07:46.032114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15688 | 2024.10.10 06:07:46.032134 [ 3 ] {} <Debug> HTTP-Session: 26f4722f-ca1c-4ecb-b321-ab914dbe954e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15689 | 2024.10.10 06:07:46.032150 [ 3 ] {} <Debug> HTTP-Session: 26f4722f-ca1c-4ecb-b321-ab914dbe954e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15690 | 2024.10.10 06:07:46.032164 [ 3 ] {} <Debug> HTTP-Session: 26f4722f-ca1c-4ecb-b321-ab914dbe954e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15691 | 2024.10.10 06:07:46.032195 [ 3 ] {} <Trace> HTTP-Session: 26f4722f-ca1c-4ecb-b321-ab914dbe954e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15692 | 2024.10.10 06:07:46.032292 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15693 | 2024.10.10 06:07:46.032335 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15694 | 2024.10.10 06:07:46.032555 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15695 | 2024.10.10 06:07:46.032853 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15696 | 2024.10.10 06:07:46.032889 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15697 | 2024.10.10 06:07:46.033239 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 15698 | 2024.10.10 06:07:46.033585 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15699 | 2024.10.10 06:07:46.033752 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001481 sec., 9453.072248480757 rows/sec., 662.03 KiB/sec. | ||
| 15700 | 2024.10.10 06:07:46.033938 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15701 | 2024.10.10 06:07:46.033964 [ 3 ] {ddf32e2e-e318-44c9-8575-b57cea5b793a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15702 | 2024.10.10 06:07:46.033980 [ 3 ] {} <Debug> HTTP-Session: 26f4722f-ca1c-4ecb-b321-ab914dbe954e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15703 | 2024.10.10 06:07:46.034097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15704 | 2024.10.10 06:07:46.034146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15705 | 2024.10.10 06:07:46.034166 [ 3 ] {} <Debug> HTTP-Session: 77d46275-4079-4279-90d1-5db8fe34ca8c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15706 | 2024.10.10 06:07:46.034182 [ 3 ] {} <Debug> HTTP-Session: 77d46275-4079-4279-90d1-5db8fe34ca8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15707 | 2024.10.10 06:07:46.034196 [ 3 ] {} <Debug> HTTP-Session: 77d46275-4079-4279-90d1-5db8fe34ca8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15708 | 2024.10.10 06:07:46.034226 [ 3 ] {} <Trace> HTTP-Session: 77d46275-4079-4279-90d1-5db8fe34ca8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15709 | 2024.10.10 06:07:46.034321 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15710 | 2024.10.10 06:07:46.034363 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15711 | 2024.10.10 06:07:46.034589 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15712 | 2024.10.10 06:07:46.034886 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15713 | 2024.10.10 06:07:46.034924 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15714 | 2024.10.10 06:07:46.035265 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 15715 | 2024.10.10 06:07:46.035611 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15716 | 2024.10.10 06:07:46.035779 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 240.50 KiB/sec. | ||
| 15717 | 2024.10.10 06:07:46.036067 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15718 | 2024.10.10 06:07:46.036113 [ 3 ] {7909f6e7-c4d3-4090-8723-b69a5d44978a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15719 | 2024.10.10 06:07:46.036142 [ 3 ] {} <Debug> HTTP-Session: 77d46275-4079-4279-90d1-5db8fe34ca8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15720 | 2024.10.10 06:07:46.036329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 68258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15721 | 2024.10.10 06:07:46.036378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15722 | 2024.10.10 06:07:46.036397 [ 3 ] {} <Debug> HTTP-Session: bcfd6e09-5e64-4f64-bec5-ebadd26e8cec Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15723 | 2024.10.10 06:07:46.036413 [ 3 ] {} <Debug> HTTP-Session: bcfd6e09-5e64-4f64-bec5-ebadd26e8cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15724 | 2024.10.10 06:07:46.036428 [ 3 ] {} <Debug> HTTP-Session: bcfd6e09-5e64-4f64-bec5-ebadd26e8cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15725 | 2024.10.10 06:07:46.036458 [ 3 ] {} <Trace> HTTP-Session: bcfd6e09-5e64-4f64-bec5-ebadd26e8cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15726 | 2024.10.10 06:07:46.036668 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15727 | 2024.10.10 06:07:46.036710 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15728 | 2024.10.10 06:07:46.036957 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15729 | 2024.10.10 06:07:46.037531 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15730 | 2024.10.10 06:07:46.037569 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15731 | 2024.10.10 06:07:46.037939 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15732 | 2024.10.10 06:07:46.038288 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15733 | 2024.10.10 06:07:46.038458 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Debug> executeQuery: Read 420 rows, 30.73 KiB in 0.001898 sec., 221285.56375131718 rows/sec., 15.81 MiB/sec. | ||
| 15734 | 2024.10.10 06:07:46.038647 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15735 | 2024.10.10 06:07:46.038671 [ 3 ] {0ddcb5f4-9611-40e1-8c6f-08d01d8df8d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 15736 | 2024.10.10 06:07:46.038688 [ 3 ] {} <Debug> HTTP-Session: bcfd6e09-5e64-4f64-bec5-ebadd26e8cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15737 | 2024.10.10 06:07:46.038824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15738 | 2024.10.10 06:07:46.038873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15739 | 2024.10.10 06:07:46.038892 [ 3 ] {} <Debug> HTTP-Session: 6445e1af-e076-4747-be1a-561f92d1001e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15740 | 2024.10.10 06:07:46.038908 [ 3 ] {} <Debug> HTTP-Session: 6445e1af-e076-4747-be1a-561f92d1001e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15741 | 2024.10.10 06:07:46.038922 [ 3 ] {} <Debug> HTTP-Session: 6445e1af-e076-4747-be1a-561f92d1001e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15742 | 2024.10.10 06:07:46.038954 [ 3 ] {} <Trace> HTTP-Session: 6445e1af-e076-4747-be1a-561f92d1001e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15743 | 2024.10.10 06:07:46.039050 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15744 | 2024.10.10 06:07:46.039096 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15745 | 2024.10.10 06:07:46.039226 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15746 | 2024.10.10 06:07:46.039479 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15747 | 2024.10.10 06:07:46.039515 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15748 | 2024.10.10 06:07:46.039866 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 15749 | 2024.10.10 06:07:46.040179 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15750 | 2024.10.10 06:07:46.040334 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 239.30 KiB/sec. | ||
| 15751 | 2024.10.10 06:07:46.040491 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15752 | 2024.10.10 06:07:46.040516 [ 3 ] {b0b46ca0-9c51-4639-9f02-be81053834d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15753 | 2024.10.10 06:07:46.040532 [ 3 ] {} <Debug> HTTP-Session: 6445e1af-e076-4747-be1a-561f92d1001e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15754 | 2024.10.10 06:07:46.040683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 45227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15755 | 2024.10.10 06:07:46.040730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15756 | 2024.10.10 06:07:46.040750 [ 3 ] {} <Debug> HTTP-Session: 2ac24434-b2f8-4a3c-abe1-b47f5588c10c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15757 | 2024.10.10 06:07:46.040766 [ 3 ] {} <Debug> HTTP-Session: 2ac24434-b2f8-4a3c-abe1-b47f5588c10c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15758 | 2024.10.10 06:07:46.040780 [ 3 ] {} <Debug> HTTP-Session: 2ac24434-b2f8-4a3c-abe1-b47f5588c10c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15759 | 2024.10.10 06:07:46.040810 [ 3 ] {} <Trace> HTTP-Session: 2ac24434-b2f8-4a3c-abe1-b47f5588c10c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15760 | 2024.10.10 06:07:46.041003 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15761 | 2024.10.10 06:07:46.041049 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15762 | 2024.10.10 06:07:46.041195 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15763 | 2024.10.10 06:07:46.041622 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15764 | 2024.10.10 06:07:46.041659 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15765 | 2024.10.10 06:07:46.042045 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15766 | 2024.10.10 06:07:46.042377 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15767 | 2024.10.10 06:07:46.042524 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001633 sec., 146968.7691365585 rows/sec., 9.85 MiB/sec. | ||
| 15768 | 2024.10.10 06:07:46.042688 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15769 | 2024.10.10 06:07:46.042712 [ 3 ] {c9fa937c-0519-437a-9171-d607457868b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15770 | 2024.10.10 06:07:46.042728 [ 3 ] {} <Debug> HTTP-Session: 2ac24434-b2f8-4a3c-abe1-b47f5588c10c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15771 | 2024.10.10 06:07:46.042850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15772 | 2024.10.10 06:07:46.042897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15773 | 2024.10.10 06:07:46.042916 [ 3 ] {} <Debug> HTTP-Session: 18fc13af-3c98-459e-8a7e-beffe1ed7452 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15774 | 2024.10.10 06:07:46.042932 [ 3 ] {} <Debug> HTTP-Session: 18fc13af-3c98-459e-8a7e-beffe1ed7452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15775 | 2024.10.10 06:07:46.042945 [ 3 ] {} <Debug> HTTP-Session: 18fc13af-3c98-459e-8a7e-beffe1ed7452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15776 | 2024.10.10 06:07:46.042976 [ 3 ] {} <Trace> HTTP-Session: 18fc13af-3c98-459e-8a7e-beffe1ed7452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15777 | 2024.10.10 06:07:46.043068 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15778 | 2024.10.10 06:07:46.043112 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15779 | 2024.10.10 06:07:46.043239 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15780 | 2024.10.10 06:07:46.043463 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15781 | 2024.10.10 06:07:46.043500 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15782 | 2024.10.10 06:07:46.043841 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 15783 | 2024.10.10 06:07:46.044153 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15784 | 2024.10.10 06:07:46.044308 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001262 sec., 792.3930269413629 rows/sec., 53.39 KiB/sec. | ||
| 15785 | 2024.10.10 06:07:46.044461 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15786 | 2024.10.10 06:07:46.044485 [ 3 ] {7696299d-1a29-4062-8da9-fb958d88c31d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15787 | 2024.10.10 06:07:46.044502 [ 3 ] {} <Debug> HTTP-Session: 18fc13af-3c98-459e-8a7e-beffe1ed7452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15788 | 2024.10.10 06:07:46.044648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15789 | 2024.10.10 06:07:46.044696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15790 | 2024.10.10 06:07:46.044715 [ 3 ] {} <Debug> HTTP-Session: d66945ae-3b3f-45f0-b06d-4aa1ae5d0dad Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15791 | 2024.10.10 06:07:46.044731 [ 3 ] {} <Debug> HTTP-Session: d66945ae-3b3f-45f0-b06d-4aa1ae5d0dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15792 | 2024.10.10 06:07:46.044744 [ 3 ] {} <Debug> HTTP-Session: d66945ae-3b3f-45f0-b06d-4aa1ae5d0dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15793 | 2024.10.10 06:07:46.044774 [ 3 ] {} <Trace> HTTP-Session: d66945ae-3b3f-45f0-b06d-4aa1ae5d0dad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15794 | 2024.10.10 06:07:46.045070 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15795 | 2024.10.10 06:07:46.045132 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <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 | ||
| 15796 | 2024.10.10 06:07:46.045566 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15797 | 2024.10.10 06:07:46.046178 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15798 | 2024.10.10 06:07:46.046214 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15799 | 2024.10.10 06:07:46.046839 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 15800 | 2024.10.10 06:07:46.047236 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15801 | 2024.10.10 06:07:46.047427 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00256 sec., 12499.999999999998 rows/sec., 22.40 MiB/sec. | ||
| 15802 | 2024.10.10 06:07:46.047879 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15803 | 2024.10.10 06:07:46.047938 [ 3 ] {a0c5e6e6-f85e-4390-bd9a-363247fb9eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 15804 | 2024.10.10 06:07:46.047993 [ 3 ] {} <Debug> HTTP-Session: d66945ae-3b3f-45f0-b06d-4aa1ae5d0dad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15805 | 2024.10.10 06:07:46.048184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15806 | 2024.10.10 06:07:46.048234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15807 | 2024.10.10 06:07:46.048253 [ 3 ] {} <Debug> HTTP-Session: 9825ec1a-e556-4d17-aae6-01e7976b0ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15808 | 2024.10.10 06:07:46.048270 [ 3 ] {} <Debug> HTTP-Session: 9825ec1a-e556-4d17-aae6-01e7976b0ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15809 | 2024.10.10 06:07:46.048284 [ 3 ] {} <Debug> HTTP-Session: 9825ec1a-e556-4d17-aae6-01e7976b0ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15810 | 2024.10.10 06:07:46.048315 [ 3 ] {} <Trace> HTTP-Session: 9825ec1a-e556-4d17-aae6-01e7976b0ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15811 | 2024.10.10 06:07:46.048436 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15812 | 2024.10.10 06:07:46.048483 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15813 | 2024.10.10 06:07:46.048626 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15814 | 2024.10.10 06:07:46.048904 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15815 | 2024.10.10 06:07:46.048940 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
| 15816 | 2024.10.10 06:07:46.049309 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15817 | 2024.10.10 06:07:46.049623 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15818 | 2024.10.10 06:07:46.049796 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00139 sec., 58992.80575539568 rows/sec., 3.75 MiB/sec. | ||
| 15819 | 2024.10.10 06:07:46.050037 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15820 | 2024.10.10 06:07:46.050085 [ 3 ] {1c9f73ae-54c2-4208-98ca-bc792c1b663b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15821 | 2024.10.10 06:07:46.050140 [ 3 ] {} <Debug> HTTP-Session: 9825ec1a-e556-4d17-aae6-01e7976b0ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15822 | 2024.10.10 06:07:48.076503 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15823 | 2024.10.10 06:07:48.076571 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15824 | 2024.10.10 06:07:48.405214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1550 | ||
| 15825 | 2024.10.10 06:07:48.408122 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15826 | 2024.10.10 06:07:48.408169 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15827 | 2024.10.10 06:07:48.409688 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 15828 | 2024.10.10 06:07:48.410673 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15829 | 2024.10.10 06:07:48.411202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1550 | ||
| 15830 | 2024.10.10 06:07:51.018814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15831 | 2024.10.10 06:07:51.018972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15832 | 2024.10.10 06:07:51.019017 [ 3 ] {} <Debug> HTTP-Session: 9d33f09b-d302-4b81-93e9-37236059f01c Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15833 | 2024.10.10 06:07:51.019059 [ 3 ] {} <Debug> HTTP-Session: 9d33f09b-d302-4b81-93e9-37236059f01c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15834 | 2024.10.10 06:07:51.019088 [ 3 ] {} <Debug> HTTP-Session: 9d33f09b-d302-4b81-93e9-37236059f01c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15835 | 2024.10.10 06:07:51.019166 [ 3 ] {} <Trace> HTTP-Session: 9d33f09b-d302-4b81-93e9-37236059f01c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15836 | 2024.10.10 06:07:51.019438 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15837 | 2024.10.10 06:07:51.019546 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15838 | 2024.10.10 06:07:51.019986 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15839 | 2024.10.10 06:07:51.020370 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15840 | 2024.10.10 06:07:51.020410 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15841 | 2024.10.10 06:07:51.020830 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15842 | 2024.10.10 06:07:51.021216 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15843 | 2024.10.10 06:07:51.021355 [ 89 ] {} <Debug> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 15844 | 2024.10.10 06:07:51.021366 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002016 sec., 992.063492063492 rows/sec., 80.90 KiB/sec. | ||
| 15845 | 2024.10.10 06:07:51.021399 [ 89 ] {} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15846 | 2024.10.10 06:07:51.021439 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15847 | 2024.10.10 06:07:51.021645 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Debug> DynamicQueryHandler: Done processing query | ||
| 15848 | 2024.10.10 06:07:51.021655 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 15849 | 2024.10.10 06:07:51.021680 [ 3 ] {d7aa7f58-5660-49c7-b6fc-64eaf342c222} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15850 | 2024.10.10 06:07:51.021747 [ 3 ] {} <Debug> HTTP-Session: 9d33f09b-d302-4b81-93e9-37236059f01c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15851 | 2024.10.10 06:07:51.021936 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15852 | 2024.10.10 06:07:51.021955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15853 | 2024.10.10 06:07:51.022013 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 18 rows starting from the beginning of the part | ||
| 15854 | 2024.10.10 06:07:51.022046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15855 | 2024.10.10 06:07:51.022095 [ 3 ] {} <Debug> HTTP-Session: b7210b43-c0a2-4814-99fc-5ab25a0431a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15856 | 2024.10.10 06:07:51.022144 [ 3 ] {} <Debug> HTTP-Session: b7210b43-c0a2-4814-99fc-5ab25a0431a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15857 | 2024.10.10 06:07:51.022216 [ 3 ] {} <Debug> HTTP-Session: b7210b43-c0a2-4814-99fc-5ab25a0431a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15858 | 2024.10.10 06:07:51.022292 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 15859 | 2024.10.10 06:07:51.022383 [ 3 ] {} <Trace> HTTP-Session: b7210b43-c0a2-4814-99fc-5ab25a0431a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15860 | 2024.10.10 06:07:51.022677 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 15861 | 2024.10.10 06:07:51.022767 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15862 | 2024.10.10 06:07:51.022913 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15863 | 2024.10.10 06:07:51.022950 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
| 15864 | 2024.10.10 06:07:51.023335 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 15865 | 2024.10.10 06:07:51.023609 [ 198 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 15866 | 2024.10.10 06:07:51.024375 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15867 | 2024.10.10 06:07:51.025340 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15868 | 2024.10.10 06:07:51.025396 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15869 | 2024.10.10 06:07:51.026458 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15870 | 2024.10.10 06:07:51.026528 [ 200 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.004978119 sec., 7231.647134188637 rows/sec., 617.94 KiB/sec. | ||
| 15871 | 2024.10.10 06:07:51.026882 [ 200 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 15872 | 2024.10.10 06:07:51.027230 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15873 | 2024.10.10 06:07:51.027710 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Debug> executeQuery: Read 115 rows, 9.89 KiB in 0.005071 sec., 22677.972786432656 rows/sec., 1.91 MiB/sec. | ||
| 15874 | 2024.10.10 06:07:51.028094 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Debug> DynamicQueryHandler: Done processing query | ||
| 15875 | 2024.10.10 06:07:51.028104 [ 200 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15876 | 2024.10.10 06:07:51.028133 [ 3 ] {c5114d5d-054d-48c7-9aca-d5ff0eeaa246} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 15877 | 2024.10.10 06:07:51.028178 [ 3 ] {} <Debug> HTTP-Session: b7210b43-c0a2-4814-99fc-5ab25a0431a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15878 | 2024.10.10 06:07:51.028279 [ 200 ] {e3db2f65-84db-45b1-8201-9f6033d94fd1::all_1_30_6} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 15879 | 2024.10.10 06:07:51.028420 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15880 | 2024.10.10 06:07:51.028430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15881 | 2024.10.10 06:07:51.028507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15882 | 2024.10.10 06:07:51.028526 [ 3 ] {} <Debug> HTTP-Session: 5ad14e4a-33cc-4579-8110-d45c99bc1415 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15883 | 2024.10.10 06:07:51.028544 [ 3 ] {} <Debug> HTTP-Session: 5ad14e4a-33cc-4579-8110-d45c99bc1415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15884 | 2024.10.10 06:07:51.028558 [ 3 ] {} <Debug> HTTP-Session: 5ad14e4a-33cc-4579-8110-d45c99bc1415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15885 | 2024.10.10 06:07:51.028592 [ 3 ] {} <Trace> HTTP-Session: 5ad14e4a-33cc-4579-8110-d45c99bc1415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15886 | 2024.10.10 06:07:51.028718 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15887 | 2024.10.10 06:07:51.028762 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15888 | 2024.10.10 06:07:51.029017 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15889 | 2024.10.10 06:07:51.029344 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15890 | 2024.10.10 06:07:51.029379 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15891 | 2024.10.10 06:07:51.029739 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15892 | 2024.10.10 06:07:51.030105 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15893 | 2024.10.10 06:07:51.030238 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Debug> executeQuery: Read 31 rows, 2.32 KiB in 0.001564 sec., 19820.971867007673 rows/sec., 1.45 MiB/sec. | ||
| 15894 | 2024.10.10 06:07:51.030489 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Debug> DynamicQueryHandler: Done processing query | ||
| 15895 | 2024.10.10 06:07:51.030550 [ 3 ] {45a33d74-18ea-492f-8a05-b62a5d9c4867} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15896 | 2024.10.10 06:07:51.030617 [ 3 ] {} <Debug> HTTP-Session: 5ad14e4a-33cc-4579-8110-d45c99bc1415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15897 | 2024.10.10 06:07:51.030849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15898 | 2024.10.10 06:07:51.030902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15899 | 2024.10.10 06:07:51.030921 [ 3 ] {} <Debug> HTTP-Session: 97addca3-2819-45a8-ab72-6425e9c58394 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15900 | 2024.10.10 06:07:51.030944 [ 3 ] {} <Debug> HTTP-Session: 97addca3-2819-45a8-ab72-6425e9c58394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15901 | 2024.10.10 06:07:51.030958 [ 3 ] {} <Debug> HTTP-Session: 97addca3-2819-45a8-ab72-6425e9c58394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15902 | 2024.10.10 06:07:51.030992 [ 3 ] {} <Trace> HTTP-Session: 97addca3-2819-45a8-ab72-6425e9c58394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15903 | 2024.10.10 06:07:51.031118 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15904 | 2024.10.10 06:07:51.031163 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15905 | 2024.10.10 06:07:51.031402 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15906 | 2024.10.10 06:07:51.031738 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15907 | 2024.10.10 06:07:51.031774 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15908 | 2024.10.10 06:07:51.032139 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15909 | 2024.10.10 06:07:51.032494 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15910 | 2024.10.10 06:07:51.032628 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001557 sec., 61014.77199743096 rows/sec., 4.77 MiB/sec. | ||
| 15911 | 2024.10.10 06:07:51.032788 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15912 | 2024.10.10 06:07:51.032813 [ 3 ] {041f63a2-2314-4a7d-a175-11c4ab69b1e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15913 | 2024.10.10 06:07:51.032829 [ 3 ] {} <Debug> HTTP-Session: 97addca3-2819-45a8-ab72-6425e9c58394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15914 | 2024.10.10 06:07:51.033094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15915 | 2024.10.10 06:07:51.033147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15916 | 2024.10.10 06:07:51.033168 [ 3 ] {} <Debug> HTTP-Session: 611afb61-e0d1-4228-8f03-47374157b158 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15917 | 2024.10.10 06:07:51.033184 [ 3 ] {} <Debug> HTTP-Session: 611afb61-e0d1-4228-8f03-47374157b158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15918 | 2024.10.10 06:07:51.033198 [ 3 ] {} <Debug> HTTP-Session: 611afb61-e0d1-4228-8f03-47374157b158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15919 | 2024.10.10 06:07:51.033229 [ 3 ] {} <Trace> HTTP-Session: 611afb61-e0d1-4228-8f03-47374157b158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15920 | 2024.10.10 06:07:51.033404 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15921 | 2024.10.10 06:07:51.033451 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15922 | 2024.10.10 06:07:51.033592 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15923 | 2024.10.10 06:07:51.034000 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15924 | 2024.10.10 06:07:51.034036 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15925 | 2024.10.10 06:07:51.034422 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15926 | 2024.10.10 06:07:51.034761 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15927 | 2024.10.10 06:07:51.034894 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00156 sec., 103205.1282051282 rows/sec., 7.19 MiB/sec. | ||
| 15928 | 2024.10.10 06:07:51.035166 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15929 | 2024.10.10 06:07:51.035220 [ 3 ] {c9f22abe-872d-4ba5-9f41-78479bc7a5d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15930 | 2024.10.10 06:07:51.035274 [ 3 ] {} <Debug> HTTP-Session: 611afb61-e0d1-4228-8f03-47374157b158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15931 | 2024.10.10 06:07:51.035506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15932 | 2024.10.10 06:07:51.035558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15933 | 2024.10.10 06:07:51.035577 [ 3 ] {} <Debug> HTTP-Session: 5e2e4fe1-4e6e-4a4f-8070-411205f25a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15934 | 2024.10.10 06:07:51.035594 [ 3 ] {} <Debug> HTTP-Session: 5e2e4fe1-4e6e-4a4f-8070-411205f25a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15935 | 2024.10.10 06:07:51.035608 [ 3 ] {} <Debug> HTTP-Session: 5e2e4fe1-4e6e-4a4f-8070-411205f25a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15936 | 2024.10.10 06:07:51.035642 [ 3 ] {} <Trace> HTTP-Session: 5e2e4fe1-4e6e-4a4f-8070-411205f25a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15937 | 2024.10.10 06:07:51.035946 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15938 | 2024.10.10 06:07:51.036015 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <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 | ||
| 15939 | 2024.10.10 06:07:51.036459 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15940 | 2024.10.10 06:07:51.037094 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15941 | 2024.10.10 06:07:51.037130 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15942 | 2024.10.10 06:07:51.037753 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15943 | 2024.10.10 06:07:51.038162 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15944 | 2024.10.10 06:07:51.038340 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002606 sec., 11128.165771297008 rows/sec., 19.94 MiB/sec. | ||
| 15945 | 2024.10.10 06:07:51.038559 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Debug> DynamicQueryHandler: Done processing query | ||
| 15946 | 2024.10.10 06:07:51.038584 [ 3 ] {7d509fcd-ba90-43b4-aafa-749e47e1c046} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 15947 | 2024.10.10 06:07:51.038600 [ 3 ] {} <Debug> HTTP-Session: 5e2e4fe1-4e6e-4a4f-8070-411205f25a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15948 | 2024.10.10 06:07:51.038745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15949 | 2024.10.10 06:07:51.038791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15950 | 2024.10.10 06:07:51.038811 [ 3 ] {} <Debug> HTTP-Session: 2cc06e4a-dfd5-481e-b754-01d4e3e382a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15951 | 2024.10.10 06:07:51.038827 [ 3 ] {} <Debug> HTTP-Session: 2cc06e4a-dfd5-481e-b754-01d4e3e382a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15952 | 2024.10.10 06:07:51.038842 [ 3 ] {} <Debug> HTTP-Session: 2cc06e4a-dfd5-481e-b754-01d4e3e382a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15953 | 2024.10.10 06:07:51.038873 [ 3 ] {} <Trace> HTTP-Session: 2cc06e4a-dfd5-481e-b754-01d4e3e382a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15954 | 2024.10.10 06:07:51.038986 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15955 | 2024.10.10 06:07:51.039031 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15956 | 2024.10.10 06:07:51.039159 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15957 | 2024.10.10 06:07:51.039448 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15958 | 2024.10.10 06:07:51.039484 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15959 | 2024.10.10 06:07:51.039840 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15960 | 2024.10.10 06:07:51.040157 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15961 | 2024.10.10 06:07:51.040307 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 15962 | 2024.10.10 06:07:51.040479 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Debug> DynamicQueryHandler: Done processing query | ||
| 15963 | 2024.10.10 06:07:51.040502 [ 3 ] {44766320-248b-47d1-80a3-271ded1c1a52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15964 | 2024.10.10 06:07:51.040519 [ 3 ] {} <Debug> HTTP-Session: 2cc06e4a-dfd5-481e-b754-01d4e3e382a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15965 | 2024.10.10 06:07:56.024143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15966 | 2024.10.10 06:07:56.024326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15967 | 2024.10.10 06:07:56.024372 [ 3 ] {} <Debug> HTTP-Session: 767973b6-3baa-44bd-8317-a02bb9822ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15968 | 2024.10.10 06:07:56.024414 [ 3 ] {} <Debug> HTTP-Session: 767973b6-3baa-44bd-8317-a02bb9822ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15969 | 2024.10.10 06:07:56.024443 [ 3 ] {} <Debug> HTTP-Session: 767973b6-3baa-44bd-8317-a02bb9822ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15970 | 2024.10.10 06:07:56.024525 [ 3 ] {} <Trace> HTTP-Session: 767973b6-3baa-44bd-8317-a02bb9822ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15971 | 2024.10.10 06:07:56.024942 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15972 | 2024.10.10 06:07:56.025013 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15973 | 2024.10.10 06:07:56.025359 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15974 | 2024.10.10 06:07:56.025973 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15975 | 2024.10.10 06:07:56.026019 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15976 | 2024.10.10 06:07:56.026464 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15977 | 2024.10.10 06:07:56.026837 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15978 | 2024.10.10 06:07:56.027010 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002265 sec., 111699.77924944813 rows/sec., 9.89 MiB/sec. | ||
| 15979 | 2024.10.10 06:07:56.027041 [ 112 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15980 | 2024.10.10 06:07:56.027160 [ 112 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15981 | 2024.10.10 06:07:56.027211 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 15982 | 2024.10.10 06:07:56.027346 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Debug> DynamicQueryHandler: Done processing query | ||
| 15983 | 2024.10.10 06:07:56.027402 [ 3 ] {b39d3067-94b6-44e0-bef3-c407f0a225da} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 15984 | 2024.10.10 06:07:56.027423 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 15985 | 2024.10.10 06:07:56.027438 [ 3 ] {} <Debug> HTTP-Session: 767973b6-3baa-44bd-8317-a02bb9822ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15986 | 2024.10.10 06:07:56.027709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15987 | 2024.10.10 06:07:56.027714 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15988 | 2024.10.10 06:07:56.027808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15989 | 2024.10.10 06:07:56.027817 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1504 rows starting from the beginning of the part | ||
| 15990 | 2024.10.10 06:07:56.027854 [ 3 ] {} <Debug> HTTP-Session: e475437c-a83b-45df-88aa-47d477778c9a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 15991 | 2024.10.10 06:07:56.027889 [ 3 ] {} <Debug> HTTP-Session: e475437c-a83b-45df-88aa-47d477778c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15992 | 2024.10.10 06:07:56.027929 [ 3 ] {} <Debug> HTTP-Session: e475437c-a83b-45df-88aa-47d477778c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15993 | 2024.10.10 06:07:56.028062 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 120 rows starting from the beginning of the part | ||
| 15994 | 2024.10.10 06:07:56.028084 [ 3 ] {} <Trace> HTTP-Session: e475437c-a83b-45df-88aa-47d477778c9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15995 | 2024.10.10 06:07:56.028353 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 115 rows starting from the beginning of the part | ||
| 15996 | 2024.10.10 06:07:56.028653 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15997 | 2024.10.10 06:07:56.028688 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 256 rows starting from the beginning of the part | ||
| 15998 | 2024.10.10 06:07:56.028821 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15999 | 2024.10.10 06:07:56.028956 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 115 rows starting from the beginning of the part | ||
| 16000 | 2024.10.10 06:07:56.029392 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 253 rows starting from the beginning of the part | ||
| 16001 | 2024.10.10 06:07:56.030214 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16002 | 2024.10.10 06:07:56.030965 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16003 | 2024.10.10 06:07:56.031028 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16004 | 2024.10.10 06:07:56.032057 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 16005 | 2024.10.10 06:07:56.032688 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16006 | 2024.10.10 06:07:56.033064 [ 112 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 16007 | 2024.10.10 06:07:56.033166 [ 112 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16008 | 2024.10.10 06:07:56.033219 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2363 rows, containing 5 columns (5 merged, 0 gathered) in 0.005910942 sec., 399767.0760430402 rows/sec., 35.37 MiB/sec. | ||
| 16009 | 2024.10.10 06:07:56.033237 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004776 sec., 6700.167504187605 rows/sec., 503.82 KiB/sec. | ||
| 16010 | 2024.10.10 06:07:56.033237 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16011 | 2024.10.10 06:07:56.033597 [ 196 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16012 | 2024.10.10 06:07:56.033720 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 16013 | 2024.10.10 06:07:56.033897 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Debug> DynamicQueryHandler: Done processing query | ||
| 16014 | 2024.10.10 06:07:56.033984 [ 3 ] {09856ec9-b2a5-45db-bd37-0e43407ac800} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16015 | 2024.10.10 06:07:56.034106 [ 3 ] {} <Debug> HTTP-Session: e475437c-a83b-45df-88aa-47d477778c9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16016 | 2024.10.10 06:07:56.034416 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16017 | 2024.10.10 06:07:56.034577 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 79 rows starting from the beginning of the part | ||
| 16018 | 2024.10.10 06:07:56.034626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16019 | 2024.10.10 06:07:56.034975 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part | ||
| 16020 | 2024.10.10 06:07:56.035116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16021 | 2024.10.10 06:07:56.035323 [ 3 ] {} <Debug> HTTP-Session: 6c638ecb-dff1-4381-b643-28555b9bc144 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16022 | 2024.10.10 06:07:56.035374 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 31 rows starting from the beginning of the part | ||
| 16023 | 2024.10.10 06:07:56.035392 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16024 | 2024.10.10 06:07:56.035454 [ 3 ] {} <Debug> HTTP-Session: 6c638ecb-dff1-4381-b643-28555b9bc144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16025 | 2024.10.10 06:07:56.035629 [ 3 ] {} <Debug> HTTP-Session: 6c638ecb-dff1-4381-b643-28555b9bc144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16026 | 2024.10.10 06:07:56.035883 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 38 rows starting from the beginning of the part | ||
| 16027 | 2024.10.10 06:07:56.035908 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_86_17} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16028 | 2024.10.10 06:07:56.035991 [ 3 ] {} <Trace> HTTP-Session: 6c638ecb-dff1-4381-b643-28555b9bc144 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16029 | 2024.10.10 06:07:56.036277 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 31 rows starting from the beginning of the part | ||
| 16030 | 2024.10.10 06:07:56.036320 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 16031 | 2024.10.10 06:07:56.036623 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part | ||
| 16032 | 2024.10.10 06:07:56.036661 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16033 | 2024.10.10 06:07:56.036857 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16034 | 2024.10.10 06:07:56.037691 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16035 | 2024.10.10 06:07:56.038628 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16036 | 2024.10.10 06:07:56.038701 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16037 | 2024.10.10 06:07:56.039745 [ 188 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 5 columns (5 merged, 0 gathered) in 0.006325782 sec., 38414.22293717994 rows/sec., 2.94 MiB/sec. | ||
| 16038 | 2024.10.10 06:07:56.039753 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 16039 | 2024.10.10 06:07:56.039960 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 16040 | 2024.10.10 06:07:56.040328 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16041 | 2024.10.10 06:07:56.040591 [ 112 ] {} <Debug> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 16042 | 2024.10.10 06:07:56.040630 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004159 sec., 3366.1937965857173 rows/sec., 235.75 KiB/sec. | ||
| 16043 | 2024.10.10 06:07:56.040677 [ 112 ] {} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16044 | 2024.10.10 06:07:56.040801 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16045 | 2024.10.10 06:07:56.041100 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16046 | 2024.10.10 06:07:56.041380 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Debug> DynamicQueryHandler: Done processing query | ||
| 16047 | 2024.10.10 06:07:56.041461 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 16048 | 2024.10.10 06:07:56.041500 [ 3 ] {0b4e2c92-4b2e-47ae-8532-9f82c2e0aa12} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16049 | 2024.10.10 06:07:56.041605 [ 3 ] {} <Debug> HTTP-Session: 6c638ecb-dff1-4381-b643-28555b9bc144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16050 | 2024.10.10 06:07:56.041614 [ 197 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_71_14} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 16051 | 2024.10.10 06:07:56.042063 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16052 | 2024.10.10 06:07:56.042129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16053 | 2024.10.10 06:07:56.042341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16054 | 2024.10.10 06:07:56.042463 [ 3 ] {} <Debug> HTTP-Session: 3b380035-6e7d-47fa-ac01-b7826f0731a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16055 | 2024.10.10 06:07:56.042480 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16056 | 2024.10.10 06:07:56.042539 [ 3 ] {} <Debug> HTTP-Session: 3b380035-6e7d-47fa-ac01-b7826f0731a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16057 | 2024.10.10 06:07:56.042603 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 280 rows starting from the beginning of the part | ||
| 16058 | 2024.10.10 06:07:56.042618 [ 3 ] {} <Debug> HTTP-Session: 3b380035-6e7d-47fa-ac01-b7826f0731a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16059 | 2024.10.10 06:07:56.042715 [ 3 ] {} <Trace> HTTP-Session: 3b380035-6e7d-47fa-ac01-b7826f0731a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16060 | 2024.10.10 06:07:56.042881 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 16061 | 2024.10.10 06:07:56.043188 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 16062 | 2024.10.10 06:07:56.043218 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16063 | 2024.10.10 06:07:56.043391 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16064 | 2024.10.10 06:07:56.043509 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 242 rows starting from the beginning of the part | ||
| 16065 | 2024.10.10 06:07:56.043923 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 16066 | 2024.10.10 06:07:56.044223 [ 188 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 16067 | 2024.10.10 06:07:56.045030 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16068 | 2024.10.10 06:07:56.045807 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16069 | 2024.10.10 06:07:56.045891 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16070 | 2024.10.10 06:07:56.046966 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 16071 | 2024.10.10 06:07:56.047885 [ 186 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 5 columns (5 merged, 0 gathered) in 0.006921886 sec., 83503.25330408504 rows/sec., 5.68 MiB/sec. | ||
| 16072 | 2024.10.10 06:07:56.048067 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16073 | 2024.10.10 06:07:56.048349 [ 112 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 16074 | 2024.10.10 06:07:56.048398 [ 186 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 16075 | 2024.10.10 06:07:56.048427 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00543 sec., 1104.9723756906078 rows/sec., 65.28 KiB/sec. | ||
| 16076 | 2024.10.10 06:07:56.048435 [ 112 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16077 | 2024.10.10 06:07:56.048528 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16078 | 2024.10.10 06:07:56.049084 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 16079 | 2024.10.10 06:07:56.049520 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Debug> DynamicQueryHandler: Done processing query | ||
| 16080 | 2024.10.10 06:07:56.049742 [ 3 ] {2e724607-8054-4f96-8263-b9a4f1545b46} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16081 | 2024.10.10 06:07:56.050184 [ 3 ] {} <Debug> HTTP-Session: 3b380035-6e7d-47fa-ac01-b7826f0731a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16082 | 2024.10.10 06:07:56.050476 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16083 | 2024.10.10 06:07:56.050559 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
| 16084 | 2024.10.10 06:07:56.050559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16085 | 2024.10.10 06:07:56.050728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16086 | 2024.10.10 06:07:56.050903 [ 3 ] {} <Debug> HTTP-Session: f3a809ed-b349-4894-82f5-4726c935df85 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16087 | 2024.10.10 06:07:56.050954 [ 186 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16088 | 2024.10.10 06:07:56.051024 [ 3 ] {} <Debug> HTTP-Session: f3a809ed-b349-4894-82f5-4726c935df85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16089 | 2024.10.10 06:07:56.051024 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 16090 | 2024.10.10 06:07:56.051138 [ 3 ] {} <Debug> HTTP-Session: f3a809ed-b349-4894-82f5-4726c935df85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16091 | 2024.10.10 06:07:56.051309 [ 3 ] {} <Trace> HTTP-Session: f3a809ed-b349-4894-82f5-4726c935df85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16092 | 2024.10.10 06:07:56.051324 [ 186 ] {2e3826cb-9584-4495-b47e-02933d9be8f6::all_1_45_9} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 16093 | 2024.10.10 06:07:56.051609 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 16094 | 2024.10.10 06:07:56.051757 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 16095 | 2024.10.10 06:07:56.052084 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16096 | 2024.10.10 06:07:56.052134 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 16097 | 2024.10.10 06:07:56.052331 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16098 | 2024.10.10 06:07:56.052745 [ 193 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 16099 | 2024.10.10 06:07:56.053745 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16100 | 2024.10.10 06:07:56.054715 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16101 | 2024.10.10 06:07:56.054723 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.006032684 sec., 4972.910896708662 rows/sec., 315.66 KiB/sec. | ||
| 16102 | 2024.10.10 06:07:56.054762 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16103 | 2024.10.10 06:07:56.054979 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 16104 | 2024.10.10 06:07:56.055661 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16105 | 2024.10.10 06:07:56.056052 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16106 | 2024.10.10 06:07:56.056213 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_37_9} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 16107 | 2024.10.10 06:07:56.056390 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16108 | 2024.10.10 06:07:56.056450 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16109 | 2024.10.10 06:07:56.056629 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.004983 sec., 83082.48043347381 rows/sec., 5.93 MiB/sec. | ||
| 16110 | 2024.10.10 06:07:56.056646 [ 123 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16111 | 2024.10.10 06:07:56.056745 [ 123 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16112 | 2024.10.10 06:07:56.056827 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16113 | 2024.10.10 06:07:56.056964 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 16114 | 2024.10.10 06:07:56.056972 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16115 | 2024.10.10 06:07:56.056996 [ 3 ] {87e29d00-77cf-46bd-80ca-a7a5388957e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 16116 | 2024.10.10 06:07:56.057024 [ 3 ] {} <Debug> HTTP-Session: f3a809ed-b349-4894-82f5-4726c935df85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16117 | 2024.10.10 06:07:56.057118 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16118 | 2024.10.10 06:07:56.057149 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1078 rows starting from the beginning of the part | ||
| 16119 | 2024.10.10 06:07:56.057249 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 96 rows starting from the beginning of the part | ||
| 16120 | 2024.10.10 06:07:56.057375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16121 | 2024.10.10 06:07:56.057561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16122 | 2024.10.10 06:07:56.057565 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 95 rows starting from the beginning of the part | ||
| 16123 | 2024.10.10 06:07:56.057632 [ 3 ] {} <Debug> HTTP-Session: 7c120d27-e5f7-4d22-ba3f-94742c1206f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16124 | 2024.10.10 06:07:56.057680 [ 3 ] {} <Debug> HTTP-Session: 7c120d27-e5f7-4d22-ba3f-94742c1206f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16125 | 2024.10.10 06:07:56.057782 [ 3 ] {} <Debug> HTTP-Session: 7c120d27-e5f7-4d22-ba3f-94742c1206f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16126 | 2024.10.10 06:07:56.057909 [ 3 ] {} <Trace> HTTP-Session: 7c120d27-e5f7-4d22-ba3f-94742c1206f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16127 | 2024.10.10 06:07:56.057926 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 420 rows starting from the beginning of the part | ||
| 16128 | 2024.10.10 06:07:56.058206 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 95 rows starting from the beginning of the part | ||
| 16129 | 2024.10.10 06:07:56.058226 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16130 | 2024.10.10 06:07:56.058362 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16131 | 2024.10.10 06:07:56.058532 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 414 rows starting from the beginning of the part | ||
| 16132 | 2024.10.10 06:07:56.059084 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16133 | 2024.10.10 06:07:56.059637 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16134 | 2024.10.10 06:07:56.059683 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16135 | 2024.10.10 06:07:56.060207 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 16136 | 2024.10.10 06:07:56.060635 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16137 | 2024.10.10 06:07:56.060683 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.003762 sec., 584263.6895268474 rows/sec., 44.94 MiB/sec. | ||
| 16138 | 2024.10.10 06:07:56.060865 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002752 sec., 2180.232558139535 rows/sec., 113.91 KiB/sec. | ||
| 16139 | 2024.10.10 06:07:56.060959 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16140 | 2024.10.10 06:07:56.061447 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 16141 | 2024.10.10 06:07:56.061540 [ 3 ] {36bd23f6-76cd-4c28-8fd7-8ddceecef2d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16142 | 2024.10.10 06:07:56.061628 [ 3 ] {} <Debug> HTTP-Session: 7c120d27-e5f7-4d22-ba3f-94742c1206f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16143 | 2024.10.10 06:07:56.061971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16144 | 2024.10.10 06:07:56.062071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16145 | 2024.10.10 06:07:56.062105 [ 3 ] {} <Debug> HTTP-Session: 9b38935e-a3fa-4394-8120-1a83529945ef Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16146 | 2024.10.10 06:07:56.062125 [ 3 ] {} <Debug> HTTP-Session: 9b38935e-a3fa-4394-8120-1a83529945ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16147 | 2024.10.10 06:07:56.062142 [ 3 ] {} <Debug> HTTP-Session: 9b38935e-a3fa-4394-8120-1a83529945ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16148 | 2024.10.10 06:07:56.062186 [ 3 ] {} <Trace> HTTP-Session: 9b38935e-a3fa-4394-8120-1a83529945ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16149 | 2024.10.10 06:07:56.062294 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16150 | 2024.10.10 06:07:56.062374 [ 189 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_86_17} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16151 | 2024.10.10 06:07:56.062392 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16152 | 2024.10.10 06:07:56.062462 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16153 | 2024.10.10 06:07:56.062467 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 16154 | 2024.10.10 06:07:56.062626 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16155 | 2024.10.10 06:07:56.063089 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16156 | 2024.10.10 06:07:56.063127 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16157 | 2024.10.10 06:07:56.063519 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16158 | 2024.10.10 06:07:56.063852 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16159 | 2024.10.10 06:07:56.064017 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001731 sec., 136915.07798960138 rows/sec., 9.18 MiB/sec. | ||
| 16160 | 2024.10.10 06:07:56.064044 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16161 | 2024.10.10 06:07:56.064170 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16162 | 2024.10.10 06:07:56.064235 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16163 | 2024.10.10 06:07:56.064330 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Debug> DynamicQueryHandler: Done processing query | ||
| 16164 | 2024.10.10 06:07:56.064409 [ 3 ] {2ef96814-d708-4265-a16a-440dddaacde0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16165 | 2024.10.10 06:07:56.064471 [ 3 ] {} <Debug> HTTP-Session: 9b38935e-a3fa-4394-8120-1a83529945ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16166 | 2024.10.10 06:07:56.064616 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16167 | 2024.10.10 06:07:56.064771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16168 | 2024.10.10 06:07:56.064971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16169 | 2024.10.10 06:07:56.065077 [ 3 ] {} <Debug> HTTP-Session: e9159136-3b87-415b-854b-cfbf9a456739 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16170 | 2024.10.10 06:07:56.065165 [ 3 ] {} <Debug> HTTP-Session: e9159136-3b87-415b-854b-cfbf9a456739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16171 | 2024.10.10 06:07:56.065239 [ 3 ] {} <Debug> HTTP-Session: e9159136-3b87-415b-854b-cfbf9a456739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16172 | 2024.10.10 06:07:56.065289 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16173 | 2024.10.10 06:07:56.065392 [ 3 ] {} <Trace> HTTP-Session: e9159136-3b87-415b-854b-cfbf9a456739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16174 | 2024.10.10 06:07:56.065414 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25200 rows starting from the beginning of the part | ||
| 16175 | 2024.10.10 06:07:56.065789 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16176 | 2024.10.10 06:07:56.065858 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 108 rows starting from the beginning of the part | ||
| 16177 | 2024.10.10 06:07:56.066042 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16178 | 2024.10.10 06:07:56.066621 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 161 rows starting from the beginning of the part | ||
| 16179 | 2024.10.10 06:07:56.067422 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 240 rows starting from the beginning of the part | ||
| 16180 | 2024.10.10 06:07:56.067859 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 161 rows starting from the beginning of the part | ||
| 16181 | 2024.10.10 06:07:56.067885 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16182 | 2024.10.10 06:07:56.068004 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part | ||
| 16183 | 2024.10.10 06:07:56.068616 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16184 | 2024.10.10 06:07:56.068658 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16185 | 2024.10.10 06:07:56.069102 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 16186 | 2024.10.10 06:07:56.069456 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16187 | 2024.10.10 06:07:56.069744 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00414 sec., 241.5458937198068 rows/sec., 16.28 KiB/sec. | ||
| 16188 | 2024.10.10 06:07:56.070355 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16189 | 2024.10.10 06:07:56.070448 [ 3 ] {eda12145-c2ea-4524-9f7e-fbf5ba502d5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16190 | 2024.10.10 06:07:56.070552 [ 3 ] {} <Debug> HTTP-Session: e9159136-3b87-415b-854b-cfbf9a456739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16191 | 2024.10.10 06:07:56.070906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16192 | 2024.10.10 06:07:56.071005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16193 | 2024.10.10 06:07:56.071040 [ 3 ] {} <Debug> HTTP-Session: 8a4b2719-dd09-4882-86e0-74a154dcb512 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16194 | 2024.10.10 06:07:56.071062 [ 3 ] {} <Debug> HTTP-Session: 8a4b2719-dd09-4882-86e0-74a154dcb512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16195 | 2024.10.10 06:07:56.071077 [ 3 ] {} <Debug> HTTP-Session: 8a4b2719-dd09-4882-86e0-74a154dcb512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16196 | 2024.10.10 06:07:56.071115 [ 3 ] {} <Trace> HTTP-Session: 8a4b2719-dd09-4882-86e0-74a154dcb512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16197 | 2024.10.10 06:07:56.071447 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16198 | 2024.10.10 06:07:56.071519 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <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 | ||
| 16199 | 2024.10.10 06:07:56.072045 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16200 | 2024.10.10 06:07:56.072896 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16201 | 2024.10.10 06:07:56.072936 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16202 | 2024.10.10 06:07:56.073824 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 16203 | 2024.10.10 06:07:56.074308 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16204 | 2024.10.10 06:07:56.074528 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003302 sec., 9691.096305269533 rows/sec., 17.37 MiB/sec. | ||
| 16205 | 2024.10.10 06:07:56.074853 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16206 | 2024.10.10 06:07:56.074879 [ 3 ] {a3ba8126-1754-4763-ab48-eefd3aeb807e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 16207 | 2024.10.10 06:07:56.074899 [ 3 ] {} <Debug> HTTP-Session: 8a4b2719-dd09-4882-86e0-74a154dcb512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16208 | 2024.10.10 06:07:56.075095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16209 | 2024.10.10 06:07:56.075172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16210 | 2024.10.10 06:07:56.075222 [ 3 ] {} <Debug> HTTP-Session: a4c79d2e-54ae-45d9-99d4-069603cfa354 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16211 | 2024.10.10 06:07:56.075270 [ 3 ] {} <Debug> HTTP-Session: a4c79d2e-54ae-45d9-99d4-069603cfa354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16212 | 2024.10.10 06:07:56.075307 [ 3 ] {} <Debug> HTTP-Session: a4c79d2e-54ae-45d9-99d4-069603cfa354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16213 | 2024.10.10 06:07:56.075346 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26107 rows, containing 5 columns (5 merged, 0 gathered) in 0.010994384 sec., 2374575.9653292084 rows/sec., 160.31 MiB/sec. | ||
| 16214 | 2024.10.10 06:07:56.075352 [ 3 ] {} <Trace> HTTP-Session: a4c79d2e-54ae-45d9-99d4-069603cfa354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16215 | 2024.10.10 06:07:56.075492 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16216 | 2024.10.10 06:07:56.075538 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16217 | 2024.10.10 06:07:56.075579 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16218 | 2024.10.10 06:07:56.075766 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16219 | 2024.10.10 06:07:56.076232 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16220 | 2024.10.10 06:07:56.076254 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16221 | 2024.10.10 06:07:56.076296 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16222 | 2024.10.10 06:07:56.076327 [ 201 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16223 | 2024.10.10 06:07:56.076426 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 16224 | 2024.10.10 06:07:56.076708 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16225 | 2024.10.10 06:07:56.077031 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16226 | 2024.10.10 06:07:56.077189 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001738 sec., 47180.66743383199 rows/sec., 3.00 MiB/sec. | ||
| 16227 | 2024.10.10 06:07:56.077462 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 16228 | 2024.10.10 06:07:56.077523 [ 3 ] {ea55410f-acfb-4669-b93f-27b59afd35b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16229 | 2024.10.10 06:07:56.077575 [ 3 ] {} <Debug> HTTP-Session: a4c79d2e-54ae-45d9-99d4-069603cfa354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16230 | 2024.10.10 06:07:58.412312 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1584 | ||
| 16231 | 2024.10.10 06:07:58.415216 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16232 | 2024.10.10 06:07:58.415271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16233 | 2024.10.10 06:07:58.416767 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 16234 | 2024.10.10 06:07:58.417784 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16235 | 2024.10.10 06:07:58.419255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1584 | ||
| 16236 | 2024.10.10 06:07:59.000271 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.25 MiB, peak 193.13 MiB, free memory in arenas 0.00 B, will set to 179.25 MiB (RSS), difference: 4.00 MiB | ||
| 16237 | 2024.10.10 06:08:01.018703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16238 | 2024.10.10 06:08:01.018865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16239 | 2024.10.10 06:08:01.018912 [ 3 ] {} <Debug> HTTP-Session: 0276b5f7-8b22-4f46-9fec-50cf4a82cd46 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16240 | 2024.10.10 06:08:01.018954 [ 3 ] {} <Debug> HTTP-Session: 0276b5f7-8b22-4f46-9fec-50cf4a82cd46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16241 | 2024.10.10 06:08:01.018982 [ 3 ] {} <Debug> HTTP-Session: 0276b5f7-8b22-4f46-9fec-50cf4a82cd46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16242 | 2024.10.10 06:08:01.019063 [ 3 ] {} <Trace> HTTP-Session: 0276b5f7-8b22-4f46-9fec-50cf4a82cd46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16243 | 2024.10.10 06:08:01.019274 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16244 | 2024.10.10 06:08:01.019341 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16245 | 2024.10.10 06:08:01.019678 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16246 | 2024.10.10 06:08:01.020234 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16247 | 2024.10.10 06:08:01.020278 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16248 | 2024.10.10 06:08:01.020715 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16249 | 2024.10.10 06:08:01.021118 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16250 | 2024.10.10 06:08:01.021295 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Debug> executeQuery: Read 114 rows, 9.82 KiB in 0.002096 sec., 54389.31297709923 rows/sec., 4.57 MiB/sec. | ||
| 16251 | 2024.10.10 06:08:01.021526 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Debug> DynamicQueryHandler: Done processing query | ||
| 16252 | 2024.10.10 06:08:01.021554 [ 3 ] {af5bb9e9-f4f3-4109-97cf-ecf871e35cbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 16253 | 2024.10.10 06:08:01.021571 [ 3 ] {} <Debug> HTTP-Session: 0276b5f7-8b22-4f46-9fec-50cf4a82cd46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16254 | 2024.10.10 06:08:01.021758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16255 | 2024.10.10 06:08:01.021815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16256 | 2024.10.10 06:08:01.021834 [ 3 ] {} <Debug> HTTP-Session: 408aff82-c642-49fc-994b-9310642faea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16257 | 2024.10.10 06:08:01.021852 [ 3 ] {} <Debug> HTTP-Session: 408aff82-c642-49fc-994b-9310642faea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16258 | 2024.10.10 06:08:01.021866 [ 3 ] {} <Debug> HTTP-Session: 408aff82-c642-49fc-994b-9310642faea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16259 | 2024.10.10 06:08:01.021903 [ 3 ] {} <Trace> HTTP-Session: 408aff82-c642-49fc-994b-9310642faea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16260 | 2024.10.10 06:08:01.022016 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16261 | 2024.10.10 06:08:01.022062 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16262 | 2024.10.10 06:08:01.022299 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16263 | 2024.10.10 06:08:01.022657 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16264 | 2024.10.10 06:08:01.022694 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16265 | 2024.10.10 06:08:01.023052 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 16266 | 2024.10.10 06:08:01.023410 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16267 | 2024.10.10 06:08:01.023569 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001584 sec., 18308.08080808081 rows/sec., 1.34 MiB/sec. | ||
| 16268 | 2024.10.10 06:08:01.023853 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Debug> DynamicQueryHandler: Done processing query | ||
| 16269 | 2024.10.10 06:08:01.023907 [ 3 ] {dcb49ac3-6ff8-4076-8486-ef7ad320eaa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16270 | 2024.10.10 06:08:01.023957 [ 3 ] {} <Debug> HTTP-Session: 408aff82-c642-49fc-994b-9310642faea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16271 | 2024.10.10 06:08:01.024141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 15809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16272 | 2024.10.10 06:08:01.024195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16273 | 2024.10.10 06:08:01.024215 [ 3 ] {} <Debug> HTTP-Session: 4739cf9d-3c3e-4e7d-a5e0-12974e449318 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16274 | 2024.10.10 06:08:01.024232 [ 3 ] {} <Debug> HTTP-Session: 4739cf9d-3c3e-4e7d-a5e0-12974e449318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16275 | 2024.10.10 06:08:01.024246 [ 3 ] {} <Debug> HTTP-Session: 4739cf9d-3c3e-4e7d-a5e0-12974e449318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16276 | 2024.10.10 06:08:01.024279 [ 3 ] {} <Trace> HTTP-Session: 4739cf9d-3c3e-4e7d-a5e0-12974e449318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16277 | 2024.10.10 06:08:01.024407 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16278 | 2024.10.10 06:08:01.024451 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16279 | 2024.10.10 06:08:01.024691 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16280 | 2024.10.10 06:08:01.025098 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16281 | 2024.10.10 06:08:01.025135 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16282 | 2024.10.10 06:08:01.025499 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16283 | 2024.10.10 06:08:01.025861 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16284 | 2024.10.10 06:08:01.026017 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001653 sec., 56261.34301270418 rows/sec., 4.39 MiB/sec. | ||
| 16285 | 2024.10.10 06:08:01.026202 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 16286 | 2024.10.10 06:08:01.026226 [ 3 ] {1d2aa49b-9c75-4460-b9a1-4044acdcfbb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16287 | 2024.10.10 06:08:01.026243 [ 3 ] {} <Debug> HTTP-Session: 4739cf9d-3c3e-4e7d-a5e0-12974e449318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16288 | 2024.10.10 06:08:01.026447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16289 | 2024.10.10 06:08:01.026498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16290 | 2024.10.10 06:08:01.026517 [ 3 ] {} <Debug> HTTP-Session: c313af38-21df-48d4-baab-157381dcf278 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16291 | 2024.10.10 06:08:01.026533 [ 3 ] {} <Debug> HTTP-Session: c313af38-21df-48d4-baab-157381dcf278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16292 | 2024.10.10 06:08:01.026547 [ 3 ] {} <Debug> HTTP-Session: c313af38-21df-48d4-baab-157381dcf278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16293 | 2024.10.10 06:08:01.026578 [ 3 ] {} <Trace> HTTP-Session: c313af38-21df-48d4-baab-157381dcf278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16294 | 2024.10.10 06:08:01.026726 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16295 | 2024.10.10 06:08:01.026774 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16296 | 2024.10.10 06:08:01.026920 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16297 | 2024.10.10 06:08:01.027365 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16298 | 2024.10.10 06:08:01.027402 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16299 | 2024.10.10 06:08:01.027794 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16300 | 2024.10.10 06:08:01.028139 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16301 | 2024.10.10 06:08:01.028298 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
| 16302 | 2024.10.10 06:08:01.028571 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 16303 | 2024.10.10 06:08:01.028633 [ 3 ] {90a66b11-c2e4-4f54-ac56-ce1aa403d3e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16304 | 2024.10.10 06:08:01.028689 [ 3 ] {} <Debug> HTTP-Session: c313af38-21df-48d4-baab-157381dcf278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16305 | 2024.10.10 06:08:01.028906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16306 | 2024.10.10 06:08:01.028960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16307 | 2024.10.10 06:08:01.028980 [ 3 ] {} <Debug> HTTP-Session: f9c85819-dce1-43da-ae15-d8da2018c768 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16308 | 2024.10.10 06:08:01.028997 [ 3 ] {} <Debug> HTTP-Session: f9c85819-dce1-43da-ae15-d8da2018c768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16309 | 2024.10.10 06:08:01.029011 [ 3 ] {} <Debug> HTTP-Session: f9c85819-dce1-43da-ae15-d8da2018c768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16310 | 2024.10.10 06:08:01.029044 [ 3 ] {} <Trace> HTTP-Session: f9c85819-dce1-43da-ae15-d8da2018c768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16311 | 2024.10.10 06:08:01.029341 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16312 | 2024.10.10 06:08:01.029412 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <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 | ||
| 16313 | 2024.10.10 06:08:01.029859 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16314 | 2024.10.10 06:08:01.030556 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16315 | 2024.10.10 06:08:01.030592 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16316 | 2024.10.10 06:08:01.031248 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 16317 | 2024.10.10 06:08:01.031666 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16318 | 2024.10.10 06:08:01.031857 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002727 sec., 10634.396773010634 rows/sec., 19.06 MiB/sec. | ||
| 16319 | 2024.10.10 06:08:01.032095 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Debug> DynamicQueryHandler: Done processing query | ||
| 16320 | 2024.10.10 06:08:01.032120 [ 3 ] {24b77b40-73df-4010-937f-46e9197c7e99} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 16321 | 2024.10.10 06:08:01.032136 [ 3 ] {} <Debug> HTTP-Session: f9c85819-dce1-43da-ae15-d8da2018c768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16322 | 2024.10.10 06:08:01.032274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16323 | 2024.10.10 06:08:01.032323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16324 | 2024.10.10 06:08:01.032342 [ 3 ] {} <Debug> HTTP-Session: 3cd6e3aa-07b0-4af1-8da7-39ded06d1ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16325 | 2024.10.10 06:08:01.032359 [ 3 ] {} <Debug> HTTP-Session: 3cd6e3aa-07b0-4af1-8da7-39ded06d1ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16326 | 2024.10.10 06:08:01.032372 [ 3 ] {} <Debug> HTTP-Session: 3cd6e3aa-07b0-4af1-8da7-39ded06d1ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16327 | 2024.10.10 06:08:01.032403 [ 3 ] {} <Trace> HTTP-Session: 3cd6e3aa-07b0-4af1-8da7-39ded06d1ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16328 | 2024.10.10 06:08:01.032521 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16329 | 2024.10.10 06:08:01.032565 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16330 | 2024.10.10 06:08:01.032696 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16331 | 2024.10.10 06:08:01.033012 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16332 | 2024.10.10 06:08:01.033049 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16333 | 2024.10.10 06:08:01.033410 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16334 | 2024.10.10 06:08:01.033729 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16335 | 2024.10.10 06:08:01.033890 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
| 16336 | 2024.10.10 06:08:01.033903 [ 137 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16337 | 2024.10.10 06:08:01.034000 [ 137 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16338 | 2024.10.10 06:08:01.034047 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16339 | 2024.10.10 06:08:01.034133 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Debug> DynamicQueryHandler: Done processing query | ||
| 16340 | 2024.10.10 06:08:01.034195 [ 3 ] {4ce0d38d-c846-4477-9eb9-7bd2ba899e35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16341 | 2024.10.10 06:08:01.034263 [ 3 ] {} <Debug> HTTP-Session: 3cd6e3aa-07b0-4af1-8da7-39ded06d1ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16342 | 2024.10.10 06:08:01.034332 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16343 | 2024.10.10 06:08:01.034815 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16344 | 2024.10.10 06:08:01.034901 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4998 rows starting from the beginning of the part | ||
| 16345 | 2024.10.10 06:08:01.035210 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 16346 | 2024.10.10 06:08:01.035571 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 16347 | 2024.10.10 06:08:01.035719 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 16348 | 2024.10.10 06:08:01.035840 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 16349 | 2024.10.10 06:08:01.036025 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 16350 | 2024.10.10 06:08:01.037856 [ 200 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5342 rows, containing 4 columns (4 merged, 0 gathered) in 0.003729519 sec., 1432356.290449251 rows/sec., 93.40 MiB/sec. | ||
| 16351 | 2024.10.10 06:08:01.038183 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16352 | 2024.10.10 06:08:01.038556 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16353 | 2024.10.10 06:08:01.038631 [ 187 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_86_17} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16354 | 2024.10.10 06:08:01.038706 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 16355 | 2024.10.10 06:08:02.220894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 193304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16356 | 2024.10.10 06:08:02.221011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16357 | 2024.10.10 06:08:02.221039 [ 3 ] {} <Debug> HTTP-Session: d0944181-cd0e-496b-a6f3-2c8ab2140ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16358 | 2024.10.10 06:08:02.221067 [ 3 ] {} <Debug> HTTP-Session: d0944181-cd0e-496b-a6f3-2c8ab2140ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16359 | 2024.10.10 06:08:02.221096 [ 3 ] {} <Debug> HTTP-Session: d0944181-cd0e-496b-a6f3-2c8ab2140ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16360 | 2024.10.10 06:08:02.221170 [ 3 ] {} <Trace> HTTP-Session: d0944181-cd0e-496b-a6f3-2c8ab2140ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16361 | 2024.10.10 06:08:02.222068 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16362 | 2024.10.10 06:08:02.222156 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16363 | 2024.10.10 06:08:02.222455 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16364 | 2024.10.10 06:08:02.223947 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16365 | 2024.10.10 06:08:02.224000 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16366 | 2024.10.10 06:08:02.224500 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16367 | 2024.10.10 06:08:02.224902 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16368 | 2024.10.10 06:08:02.225088 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Debug> executeQuery: Read 1329 rows, 112.98 KiB in 0.003637 sec., 365411.0530657135 rows/sec., 30.34 MiB/sec. | ||
| 16369 | 2024.10.10 06:08:02.225327 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Debug> DynamicQueryHandler: Done processing query | ||
| 16370 | 2024.10.10 06:08:02.225354 [ 3 ] {96eb8023-15cd-46ca-b35e-39b8e415d135} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 16371 | 2024.10.10 06:08:02.225372 [ 3 ] {} <Debug> HTTP-Session: d0944181-cd0e-496b-a6f3-2c8ab2140ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16372 | 2024.10.10 06:08:02.225733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 32331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16373 | 2024.10.10 06:08:02.225789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16374 | 2024.10.10 06:08:02.225809 [ 3 ] {} <Debug> HTTP-Session: 43690b7a-8896-41e7-b0c2-41262ee07a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16375 | 2024.10.10 06:08:02.225825 [ 3 ] {} <Debug> HTTP-Session: 43690b7a-8896-41e7-b0c2-41262ee07a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16376 | 2024.10.10 06:08:02.225839 [ 3 ] {} <Debug> HTTP-Session: 43690b7a-8896-41e7-b0c2-41262ee07a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16377 | 2024.10.10 06:08:02.225874 [ 3 ] {} <Trace> HTTP-Session: 43690b7a-8896-41e7-b0c2-41262ee07a54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16378 | 2024.10.10 06:08:02.226066 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16379 | 2024.10.10 06:08:02.226113 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16380 | 2024.10.10 06:08:02.226357 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16381 | 2024.10.10 06:08:02.226866 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16382 | 2024.10.10 06:08:02.226905 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16383 | 2024.10.10 06:08:02.227287 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 16384 | 2024.10.10 06:08:02.227647 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16385 | 2024.10.10 06:08:02.227810 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001842 sec., 131378.93593919653 rows/sec., 8.90 MiB/sec. | ||
| 16386 | 2024.10.10 06:08:02.228002 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Debug> DynamicQueryHandler: Done processing query | ||
| 16387 | 2024.10.10 06:08:02.228028 [ 3 ] {5c59f9f1-235a-4ebb-ba0b-7f4a1117b77c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 16388 | 2024.10.10 06:08:02.228044 [ 3 ] {} <Debug> HTTP-Session: 43690b7a-8896-41e7-b0c2-41262ee07a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16389 | 2024.10.10 06:08:02.228208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16390 | 2024.10.10 06:08:02.228260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16391 | 2024.10.10 06:08:02.228280 [ 3 ] {} <Debug> HTTP-Session: 1d804ab0-df62-4c9d-b255-2766a6afc5ad Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16392 | 2024.10.10 06:08:02.228297 [ 3 ] {} <Debug> HTTP-Session: 1d804ab0-df62-4c9d-b255-2766a6afc5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16393 | 2024.10.10 06:08:02.228311 [ 3 ] {} <Debug> HTTP-Session: 1d804ab0-df62-4c9d-b255-2766a6afc5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16394 | 2024.10.10 06:08:02.228344 [ 3 ] {} <Trace> HTTP-Session: 1d804ab0-df62-4c9d-b255-2766a6afc5ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16395 | 2024.10.10 06:08:02.228446 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16396 | 2024.10.10 06:08:02.228492 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16397 | 2024.10.10 06:08:02.228728 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16398 | 2024.10.10 06:08:02.229107 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16399 | 2024.10.10 06:08:02.229146 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16400 | 2024.10.10 06:08:02.229500 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 16401 | 2024.10.10 06:08:02.229857 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16402 | 2024.10.10 06:08:02.230017 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001595 sec., 3761.755485893417 rows/sec., 222.25 KiB/sec. | ||
| 16403 | 2024.10.10 06:08:02.230201 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Debug> DynamicQueryHandler: Done processing query | ||
| 16404 | 2024.10.10 06:08:02.230226 [ 3 ] {4c20d915-8920-4349-8b7c-fa6356baf400} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16405 | 2024.10.10 06:08:02.230242 [ 3 ] {} <Debug> HTTP-Session: 1d804ab0-df62-4c9d-b255-2766a6afc5ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16406 | 2024.10.10 06:08:02.230428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 136746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16407 | 2024.10.10 06:08:02.230480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16408 | 2024.10.10 06:08:02.230500 [ 3 ] {} <Debug> HTTP-Session: f2550560-cda0-4646-b32e-ed3a63d536aa Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16409 | 2024.10.10 06:08:02.230517 [ 3 ] {} <Debug> HTTP-Session: f2550560-cda0-4646-b32e-ed3a63d536aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16410 | 2024.10.10 06:08:02.230531 [ 3 ] {} <Debug> HTTP-Session: f2550560-cda0-4646-b32e-ed3a63d536aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16411 | 2024.10.10 06:08:02.230563 [ 3 ] {} <Trace> HTTP-Session: f2550560-cda0-4646-b32e-ed3a63d536aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16412 | 2024.10.10 06:08:02.231003 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16413 | 2024.10.10 06:08:02.231049 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16414 | 2024.10.10 06:08:02.231282 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16415 | 2024.10.10 06:08:02.232198 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16416 | 2024.10.10 06:08:02.232236 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16417 | 2024.10.10 06:08:02.232637 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16418 | 2024.10.10 06:08:02.232992 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16419 | 2024.10.10 06:08:02.233160 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.002447 sec., 342460.1552921945 rows/sec., 24.73 MiB/sec. | ||
| 16420 | 2024.10.10 06:08:02.233342 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Debug> DynamicQueryHandler: Done processing query | ||
| 16421 | 2024.10.10 06:08:02.233367 [ 3 ] {7748e864-7a07-460d-a4b8-11f03cec3716} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 16422 | 2024.10.10 06:08:02.233383 [ 3 ] {} <Debug> HTTP-Session: f2550560-cda0-4646-b32e-ed3a63d536aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16423 | 2024.10.10 06:08:02.233670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16424 | 2024.10.10 06:08:02.233720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16425 | 2024.10.10 06:08:02.233741 [ 3 ] {} <Debug> HTTP-Session: f7ed588e-4501-4018-a3dd-c3717ea92835 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16426 | 2024.10.10 06:08:02.233757 [ 3 ] {} <Debug> HTTP-Session: f7ed588e-4501-4018-a3dd-c3717ea92835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16427 | 2024.10.10 06:08:02.233771 [ 3 ] {} <Debug> HTTP-Session: f7ed588e-4501-4018-a3dd-c3717ea92835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16428 | 2024.10.10 06:08:02.233802 [ 3 ] {} <Trace> HTTP-Session: f7ed588e-4501-4018-a3dd-c3717ea92835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16429 | 2024.10.10 06:08:02.233898 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16430 | 2024.10.10 06:08:02.233944 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16431 | 2024.10.10 06:08:02.234075 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16432 | 2024.10.10 06:08:02.234349 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16433 | 2024.10.10 06:08:02.234385 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16434 | 2024.10.10 06:08:02.234737 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 16435 | 2024.10.10 06:08:02.235050 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16436 | 2024.10.10 06:08:02.235212 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
| 16437 | 2024.10.10 06:08:02.235386 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 16438 | 2024.10.10 06:08:02.235411 [ 3 ] {5a537986-ae69-4082-8fe6-5d33185d98cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16439 | 2024.10.10 06:08:02.235427 [ 3 ] {} <Debug> HTTP-Session: f7ed588e-4501-4018-a3dd-c3717ea92835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16440 | 2024.10.10 06:08:02.235669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 184553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16441 | 2024.10.10 06:08:02.235716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16442 | 2024.10.10 06:08:02.235735 [ 3 ] {} <Debug> HTTP-Session: 98bc8c0b-d64d-4223-b00a-def37d49b4c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16443 | 2024.10.10 06:08:02.235751 [ 3 ] {} <Debug> HTTP-Session: 98bc8c0b-d64d-4223-b00a-def37d49b4c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16444 | 2024.10.10 06:08:02.235766 [ 3 ] {} <Debug> HTTP-Session: 98bc8c0b-d64d-4223-b00a-def37d49b4c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16445 | 2024.10.10 06:08:02.235796 [ 3 ] {} <Trace> HTTP-Session: 98bc8c0b-d64d-4223-b00a-def37d49b4c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16446 | 2024.10.10 06:08:02.236279 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16447 | 2024.10.10 06:08:02.236327 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16448 | 2024.10.10 06:08:02.236476 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16449 | 2024.10.10 06:08:02.237445 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16450 | 2024.10.10 06:08:02.237481 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16451 | 2024.10.10 06:08:02.237922 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16452 | 2024.10.10 06:08:02.238259 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16453 | 2024.10.10 06:08:02.238413 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Debug> executeQuery: Read 975 rows, 66.39 KiB in 0.002425 sec., 402061.8556701031 rows/sec., 26.74 MiB/sec. | ||
| 16454 | 2024.10.10 06:08:02.238688 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 16455 | 2024.10.10 06:08:02.238746 [ 3 ] {ace370b8-6816-4dd0-9a84-eb39c91a68dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 16456 | 2024.10.10 06:08:02.238805 [ 3 ] {} <Debug> HTTP-Session: 98bc8c0b-d64d-4223-b00a-def37d49b4c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16457 | 2024.10.10 06:08:02.239176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16458 | 2024.10.10 06:08:02.239228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16459 | 2024.10.10 06:08:02.239247 [ 3 ] {} <Debug> HTTP-Session: 86fa95e4-e4cf-475c-81d9-5c40b314d6e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16460 | 2024.10.10 06:08:02.239264 [ 3 ] {} <Debug> HTTP-Session: 86fa95e4-e4cf-475c-81d9-5c40b314d6e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16461 | 2024.10.10 06:08:02.239278 [ 3 ] {} <Debug> HTTP-Session: 86fa95e4-e4cf-475c-81d9-5c40b314d6e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16462 | 2024.10.10 06:08:02.239310 [ 3 ] {} <Trace> HTTP-Session: 86fa95e4-e4cf-475c-81d9-5c40b314d6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16463 | 2024.10.10 06:08:02.239409 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16464 | 2024.10.10 06:08:02.239457 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16465 | 2024.10.10 06:08:02.239608 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16466 | 2024.10.10 06:08:02.239883 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16467 | 2024.10.10 06:08:02.239920 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16468 | 2024.10.10 06:08:02.240267 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 16469 | 2024.10.10 06:08:02.240582 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16470 | 2024.10.10 06:08:02.240740 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec. | ||
| 16471 | 2024.10.10 06:08:02.240916 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16472 | 2024.10.10 06:08:02.240940 [ 3 ] {53608c08-de44-4b4c-b435-3fc7caa3684e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16473 | 2024.10.10 06:08:02.240956 [ 3 ] {} <Debug> HTTP-Session: 86fa95e4-e4cf-475c-81d9-5c40b314d6e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16474 | 2024.10.10 06:08:02.241074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16475 | 2024.10.10 06:08:02.241122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16476 | 2024.10.10 06:08:02.241141 [ 3 ] {} <Debug> HTTP-Session: 044b5219-d84b-4dc3-b93c-0e589a532129 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16477 | 2024.10.10 06:08:02.241157 [ 3 ] {} <Debug> HTTP-Session: 044b5219-d84b-4dc3-b93c-0e589a532129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16478 | 2024.10.10 06:08:02.241171 [ 3 ] {} <Debug> HTTP-Session: 044b5219-d84b-4dc3-b93c-0e589a532129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16479 | 2024.10.10 06:08:02.241202 [ 3 ] {} <Trace> HTTP-Session: 044b5219-d84b-4dc3-b93c-0e589a532129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16480 | 2024.10.10 06:08:02.241307 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16481 | 2024.10.10 06:08:02.241351 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16482 | 2024.10.10 06:08:02.241485 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16483 | 2024.10.10 06:08:02.241778 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16484 | 2024.10.10 06:08:02.241816 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16485 | 2024.10.10 06:08:02.242169 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16486 | 2024.10.10 06:08:02.242483 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16487 | 2024.10.10 06:08:02.242609 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.001335 sec., 29962.5468164794 rows/sec., 1.79 MiB/sec. | ||
| 16488 | 2024.10.10 06:08:02.242796 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 16489 | 2024.10.10 06:08:02.242834 [ 3 ] {3a8b7271-c6d8-4455-8111-1f376b50e5ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16490 | 2024.10.10 06:08:02.242866 [ 3 ] {} <Debug> HTTP-Session: 044b5219-d84b-4dc3-b93c-0e589a532129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16491 | 2024.10.10 06:08:03.076621 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16492 | 2024.10.10 06:08:03.076682 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16493 | 2024.10.10 06:08:06.016461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16494 | 2024.10.10 06:08:06.016575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16495 | 2024.10.10 06:08:06.016600 [ 3 ] {} <Debug> HTTP-Session: 608fe0c6-9763-4f66-bfe6-6bda86f327d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16496 | 2024.10.10 06:08:06.016626 [ 3 ] {} <Debug> HTTP-Session: 608fe0c6-9763-4f66-bfe6-6bda86f327d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16497 | 2024.10.10 06:08:06.016640 [ 3 ] {} <Debug> HTTP-Session: 608fe0c6-9763-4f66-bfe6-6bda86f327d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16498 | 2024.10.10 06:08:06.016691 [ 3 ] {} <Trace> HTTP-Session: 608fe0c6-9763-4f66-bfe6-6bda86f327d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16499 | 2024.10.10 06:08:06.016870 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16500 | 2024.10.10 06:08:06.016938 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16501 | 2024.10.10 06:08:06.017281 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16502 | 2024.10.10 06:08:06.017720 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16503 | 2024.10.10 06:08:06.017763 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16504 | 2024.10.10 06:08:06.018165 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 16505 | 2024.10.10 06:08:06.018555 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16506 | 2024.10.10 06:08:06.018733 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001923 sec., 1040.0416016640665 rows/sec., 84.81 KiB/sec. | ||
| 16507 | 2024.10.10 06:08:06.019060 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16508 | 2024.10.10 06:08:06.019103 [ 3 ] {6136995f-a8e6-4436-b3b9-ea71efb0918f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16509 | 2024.10.10 06:08:06.019129 [ 3 ] {} <Debug> HTTP-Session: 608fe0c6-9763-4f66-bfe6-6bda86f327d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16510 | 2024.10.10 06:08:06.019327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 17929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16511 | 2024.10.10 06:08:06.019378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16512 | 2024.10.10 06:08:06.019398 [ 3 ] {} <Debug> HTTP-Session: 18505681-cf25-4a8b-a66f-b2e6157d2401 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16513 | 2024.10.10 06:08:06.019414 [ 3 ] {} <Debug> HTTP-Session: 18505681-cf25-4a8b-a66f-b2e6157d2401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16514 | 2024.10.10 06:08:06.019428 [ 3 ] {} <Debug> HTTP-Session: 18505681-cf25-4a8b-a66f-b2e6157d2401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16515 | 2024.10.10 06:08:06.019460 [ 3 ] {} <Trace> HTTP-Session: 18505681-cf25-4a8b-a66f-b2e6157d2401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16516 | 2024.10.10 06:08:06.019605 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16517 | 2024.10.10 06:08:06.019650 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16518 | 2024.10.10 06:08:06.019901 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16519 | 2024.10.10 06:08:06.020332 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16520 | 2024.10.10 06:08:06.020377 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16521 | 2024.10.10 06:08:06.020735 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16522 | 2024.10.10 06:08:06.021082 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16523 | 2024.10.10 06:08:06.021230 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Debug> executeQuery: Read 121 rows, 10.54 KiB in 0.001683 sec., 71895.4248366013 rows/sec., 6.12 MiB/sec. | ||
| 16524 | 2024.10.10 06:08:06.021496 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Debug> DynamicQueryHandler: Done processing query | ||
| 16525 | 2024.10.10 06:08:06.021523 [ 3 ] {e804fef6-5761-421f-8ed5-c31e6b052983} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 16526 | 2024.10.10 06:08:06.021540 [ 3 ] {} <Debug> HTTP-Session: 18505681-cf25-4a8b-a66f-b2e6157d2401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16527 | 2024.10.10 06:08:06.021763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16528 | 2024.10.10 06:08:06.021910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16529 | 2024.10.10 06:08:06.021985 [ 3 ] {} <Debug> HTTP-Session: 3bf97f92-d4c8-400b-b59a-de8c49602f34 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16530 | 2024.10.10 06:08:06.022050 [ 3 ] {} <Debug> HTTP-Session: 3bf97f92-d4c8-400b-b59a-de8c49602f34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16531 | 2024.10.10 06:08:06.022097 [ 3 ] {} <Debug> HTTP-Session: 3bf97f92-d4c8-400b-b59a-de8c49602f34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16532 | 2024.10.10 06:08:06.022211 [ 3 ] {} <Trace> HTTP-Session: 3bf97f92-d4c8-400b-b59a-de8c49602f34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16533 | 2024.10.10 06:08:06.022379 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16534 | 2024.10.10 06:08:06.022423 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16535 | 2024.10.10 06:08:06.022673 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16536 | 2024.10.10 06:08:06.023031 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16537 | 2024.10.10 06:08:06.023069 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16538 | 2024.10.10 06:08:06.023416 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 16539 | 2024.10.10 06:08:06.023764 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16540 | 2024.10.10 06:08:06.023910 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001561 sec., 21780.909673286355 rows/sec., 1.59 MiB/sec. | ||
| 16541 | 2024.10.10 06:08:06.024183 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Debug> DynamicQueryHandler: Done processing query | ||
| 16542 | 2024.10.10 06:08:06.024239 [ 3 ] {3bb155e6-4e33-4292-9a99-c993a967e388} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16543 | 2024.10.10 06:08:06.024287 [ 3 ] {} <Debug> HTTP-Session: 3bf97f92-d4c8-400b-b59a-de8c49602f34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16544 | 2024.10.10 06:08:06.024486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16545 | 2024.10.10 06:08:06.024538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16546 | 2024.10.10 06:08:06.024559 [ 3 ] {} <Debug> HTTP-Session: 31a36234-c5f4-421b-814d-9538fa8109a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16547 | 2024.10.10 06:08:06.024575 [ 3 ] {} <Debug> HTTP-Session: 31a36234-c5f4-421b-814d-9538fa8109a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16548 | 2024.10.10 06:08:06.024589 [ 3 ] {} <Debug> HTTP-Session: 31a36234-c5f4-421b-814d-9538fa8109a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16549 | 2024.10.10 06:08:06.024622 [ 3 ] {} <Trace> HTTP-Session: 31a36234-c5f4-421b-814d-9538fa8109a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16550 | 2024.10.10 06:08:06.024748 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16551 | 2024.10.10 06:08:06.024794 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16552 | 2024.10.10 06:08:06.025040 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16553 | 2024.10.10 06:08:06.025393 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16554 | 2024.10.10 06:08:06.025429 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16555 | 2024.10.10 06:08:06.025789 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16556 | 2024.10.10 06:08:06.026137 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16557 | 2024.10.10 06:08:06.026281 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001577 sec., 62143.310082435004 rows/sec., 4.86 MiB/sec. | ||
| 16558 | 2024.10.10 06:08:06.026454 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Debug> DynamicQueryHandler: Done processing query | ||
| 16559 | 2024.10.10 06:08:06.026478 [ 3 ] {fd2999b1-3cab-4337-8349-bad1510a376d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 16560 | 2024.10.10 06:08:06.026494 [ 3 ] {} <Debug> HTTP-Session: 31a36234-c5f4-421b-814d-9538fa8109a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16561 | 2024.10.10 06:08:06.026700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 20901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16562 | 2024.10.10 06:08:06.026748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16563 | 2024.10.10 06:08:06.026766 [ 3 ] {} <Debug> HTTP-Session: 6f26a36f-ce9a-4163-9cc6-444c384b6814 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16564 | 2024.10.10 06:08:06.026783 [ 3 ] {} <Debug> HTTP-Session: 6f26a36f-ce9a-4163-9cc6-444c384b6814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16565 | 2024.10.10 06:08:06.026797 [ 3 ] {} <Debug> HTTP-Session: 6f26a36f-ce9a-4163-9cc6-444c384b6814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16566 | 2024.10.10 06:08:06.026827 [ 3 ] {} <Trace> HTTP-Session: 6f26a36f-ce9a-4163-9cc6-444c384b6814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16567 | 2024.10.10 06:08:06.026961 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16568 | 2024.10.10 06:08:06.027008 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16569 | 2024.10.10 06:08:06.027155 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16570 | 2024.10.10 06:08:06.027478 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16571 | 2024.10.10 06:08:06.027514 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16572 | 2024.10.10 06:08:06.027882 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16573 | 2024.10.10 06:08:06.028211 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16574 | 2024.10.10 06:08:06.028361 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Debug> executeQuery: Read 109 rows, 7.78 KiB in 0.001448 sec., 75276.24309392265 rows/sec., 5.25 MiB/sec. | ||
| 16575 | 2024.10.10 06:08:06.028527 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Debug> DynamicQueryHandler: Done processing query | ||
| 16576 | 2024.10.10 06:08:06.028551 [ 3 ] {67c410b0-3bab-490d-9ae1-4067eb0e5a33} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16577 | 2024.10.10 06:08:06.028567 [ 3 ] {} <Debug> HTTP-Session: 6f26a36f-ce9a-4163-9cc6-444c384b6814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16578 | 2024.10.10 06:08:06.028764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16579 | 2024.10.10 06:08:06.028811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16580 | 2024.10.10 06:08:06.028830 [ 3 ] {} <Debug> HTTP-Session: 037972b3-5975-4b2c-8d5d-a96521b23164 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16581 | 2024.10.10 06:08:06.028846 [ 3 ] {} <Debug> HTTP-Session: 037972b3-5975-4b2c-8d5d-a96521b23164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16582 | 2024.10.10 06:08:06.028860 [ 3 ] {} <Debug> HTTP-Session: 037972b3-5975-4b2c-8d5d-a96521b23164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16583 | 2024.10.10 06:08:06.028890 [ 3 ] {} <Trace> HTTP-Session: 037972b3-5975-4b2c-8d5d-a96521b23164 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16584 | 2024.10.10 06:08:06.029205 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16585 | 2024.10.10 06:08:06.029270 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <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 | ||
| 16586 | 2024.10.10 06:08:06.029706 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16587 | 2024.10.10 06:08:06.030432 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16588 | 2024.10.10 06:08:06.030468 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16589 | 2024.10.10 06:08:06.031114 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 16590 | 2024.10.10 06:08:06.031524 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16591 | 2024.10.10 06:08:06.031713 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002731 sec., 11717.31966312706 rows/sec., 21.00 MiB/sec. | ||
| 16592 | 2024.10.10 06:08:06.031711 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 16593 | 2024.10.10 06:08:06.031842 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16594 | 2024.10.10 06:08:06.031911 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16595 | 2024.10.10 06:08:06.032171 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 16596 | 2024.10.10 06:08:06.032192 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Debug> DynamicQueryHandler: Done processing query | ||
| 16597 | 2024.10.10 06:08:06.032258 [ 3 ] {44a5d9bf-d25b-4b93-888f-d8a7f54f0ef8} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 16598 | 2024.10.10 06:08:06.032333 [ 3 ] {} <Debug> HTTP-Session: 037972b3-5975-4b2c-8d5d-a96521b23164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16599 | 2024.10.10 06:08:06.032627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 6410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16600 | 2024.10.10 06:08:06.032829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16601 | 2024.10.10 06:08:06.032938 [ 3 ] {} <Debug> HTTP-Session: 7d11f120-5c3c-4885-aa1d-473ffd179d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16602 | 2024.10.10 06:08:06.033038 [ 3 ] {} <Debug> HTTP-Session: 7d11f120-5c3c-4885-aa1d-473ffd179d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16603 | 2024.10.10 06:08:06.033104 [ 3 ] {} <Debug> HTTP-Session: 7d11f120-5c3c-4885-aa1d-473ffd179d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16604 | 2024.10.10 06:08:06.033262 [ 3 ] {} <Trace> HTTP-Session: 7d11f120-5c3c-4885-aa1d-473ffd179d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16605 | 2024.10.10 06:08:06.033998 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16606 | 2024.10.10 06:08:06.034173 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16607 | 2024.10.10 06:08:06.034217 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1529 rows starting from the beginning of the part | ||
| 16608 | 2024.10.10 06:08:06.034273 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16609 | 2024.10.10 06:08:06.035058 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part | ||
| 16610 | 2024.10.10 06:08:06.035095 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16611 | 2024.10.10 06:08:06.035677 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 29 rows starting from the beginning of the part | ||
| 16612 | 2024.10.10 06:08:06.036120 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16613 | 2024.10.10 06:08:06.036232 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16614 | 2024.10.10 06:08:06.036313 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part | ||
| 16615 | 2024.10.10 06:08:06.036948 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 29 rows starting from the beginning of the part | ||
| 16616 | 2024.10.10 06:08:06.037555 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part | ||
| 16617 | 2024.10.10 06:08:06.037584 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16618 | 2024.10.10 06:08:06.038679 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16619 | 2024.10.10 06:08:06.038924 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.005192 sec., 8089.368258859785 rows/sec., 556.93 KiB/sec. | ||
| 16620 | 2024.10.10 06:08:06.039272 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 16621 | 2024.10.10 06:08:06.039329 [ 3 ] {4542ce97-35a2-4532-8f03-522ff9b14bf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16622 | 2024.10.10 06:08:06.039382 [ 3 ] {} <Debug> HTTP-Session: 7d11f120-5c3c-4885-aa1d-473ffd179d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16623 | 2024.10.10 06:08:06.045721 [ 187 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1683 rows, containing 19 columns (19 merged, 0 gathered) in 0.013702189 sec., 122827.08989052771 rows/sec., 219.90 MiB/sec. | ||
| 16624 | 2024.10.10 06:08:06.047416 [ 187 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 16625 | 2024.10.10 06:08:06.048010 [ 187 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16626 | 2024.10.10 06:08:06.048095 [ 187 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 16627 | 2024.10.10 06:08:06.048243 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.69 MiB. | ||
| 16628 | 2024.10.10 06:08:07.000144 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.85 MiB, peak 193.13 MiB, free memory in arenas 0.00 B, will set to 181.45 MiB (RSS), difference: 1.59 MiB | ||
| 16629 | 2024.10.10 06:08:08.420376 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1626 | ||
| 16630 | 2024.10.10 06:08:08.423325 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16631 | 2024.10.10 06:08:08.423371 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16632 | 2024.10.10 06:08:08.424860 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 16633 | 2024.10.10 06:08:08.425830 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16634 | 2024.10.10 06:08:08.427222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1626 | ||
| 16635 | 2024.10.10 06:08:11.019456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16636 | 2024.10.10 06:08:11.019622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16637 | 2024.10.10 06:08:11.019666 [ 3 ] {} <Debug> HTTP-Session: 2375887f-830b-40e8-bf32-1ab0e968e05e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16638 | 2024.10.10 06:08:11.019709 [ 3 ] {} <Debug> HTTP-Session: 2375887f-830b-40e8-bf32-1ab0e968e05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16639 | 2024.10.10 06:08:11.019781 [ 3 ] {} <Debug> HTTP-Session: 2375887f-830b-40e8-bf32-1ab0e968e05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16640 | 2024.10.10 06:08:11.019864 [ 3 ] {} <Trace> HTTP-Session: 2375887f-830b-40e8-bf32-1ab0e968e05e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16641 | 2024.10.10 06:08:11.020191 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16642 | 2024.10.10 06:08:11.020300 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16643 | 2024.10.10 06:08:11.020663 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16644 | 2024.10.10 06:08:11.021192 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16645 | 2024.10.10 06:08:11.021233 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16646 | 2024.10.10 06:08:11.021656 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16647 | 2024.10.10 06:08:11.022051 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16648 | 2024.10.10 06:08:11.022208 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Debug> executeQuery: Read 114 rows, 9.82 KiB in 0.002151 sec., 52998.60529986053 rows/sec., 4.46 MiB/sec. | ||
| 16649 | 2024.10.10 06:08:11.022444 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16650 | 2024.10.10 06:08:11.022471 [ 3 ] {403d2c9d-3cf3-4728-b513-d8409378de4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 16651 | 2024.10.10 06:08:11.022488 [ 3 ] {} <Debug> HTTP-Session: 2375887f-830b-40e8-bf32-1ab0e968e05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16652 | 2024.10.10 06:08:11.022753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16653 | 2024.10.10 06:08:11.022802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16654 | 2024.10.10 06:08:11.022821 [ 3 ] {} <Debug> HTTP-Session: 83ffd38f-4fb9-4948-b271-59bce71c1169 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16655 | 2024.10.10 06:08:11.022838 [ 3 ] {} <Debug> HTTP-Session: 83ffd38f-4fb9-4948-b271-59bce71c1169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16656 | 2024.10.10 06:08:11.022853 [ 3 ] {} <Debug> HTTP-Session: 83ffd38f-4fb9-4948-b271-59bce71c1169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16657 | 2024.10.10 06:08:11.022886 [ 3 ] {} <Trace> HTTP-Session: 83ffd38f-4fb9-4948-b271-59bce71c1169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16658 | 2024.10.10 06:08:11.022990 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16659 | 2024.10.10 06:08:11.023032 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16660 | 2024.10.10 06:08:11.023268 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16661 | 2024.10.10 06:08:11.023599 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16662 | 2024.10.10 06:08:11.023636 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16663 | 2024.10.10 06:08:11.023985 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 16664 | 2024.10.10 06:08:11.024352 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16665 | 2024.10.10 06:08:11.024499 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001535 sec., 18892.508143322477 rows/sec., 1.39 MiB/sec. | ||
| 16666 | 2024.10.10 06:08:11.024669 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Debug> DynamicQueryHandler: Done processing query | ||
| 16667 | 2024.10.10 06:08:11.024694 [ 3 ] {b505f6ff-bfb6-4b90-b586-a3ec75683129} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16668 | 2024.10.10 06:08:11.024709 [ 3 ] {} <Debug> HTTP-Session: 83ffd38f-4fb9-4948-b271-59bce71c1169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16669 | 2024.10.10 06:08:11.024931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 15809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16670 | 2024.10.10 06:08:11.024979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16671 | 2024.10.10 06:08:11.024998 [ 3 ] {} <Debug> HTTP-Session: 7034166b-d9f8-4565-aba2-7954f2c5e551 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16672 | 2024.10.10 06:08:11.025014 [ 3 ] {} <Debug> HTTP-Session: 7034166b-d9f8-4565-aba2-7954f2c5e551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16673 | 2024.10.10 06:08:11.025028 [ 3 ] {} <Debug> HTTP-Session: 7034166b-d9f8-4565-aba2-7954f2c5e551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16674 | 2024.10.10 06:08:11.025059 [ 3 ] {} <Trace> HTTP-Session: 7034166b-d9f8-4565-aba2-7954f2c5e551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16675 | 2024.10.10 06:08:11.025175 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16676 | 2024.10.10 06:08:11.025218 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16677 | 2024.10.10 06:08:11.025443 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16678 | 2024.10.10 06:08:11.025806 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16679 | 2024.10.10 06:08:11.025843 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16680 | 2024.10.10 06:08:11.026199 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16681 | 2024.10.10 06:08:11.026551 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16682 | 2024.10.10 06:08:11.026706 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001567 sec., 59349.0746649649 rows/sec., 4.64 MiB/sec. | ||
| 16683 | 2024.10.10 06:08:11.026887 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16684 | 2024.10.10 06:08:11.026911 [ 3 ] {7d75e2f4-1a72-4626-ade9-4674f6da6b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16685 | 2024.10.10 06:08:11.026928 [ 3 ] {} <Debug> HTTP-Session: 7034166b-d9f8-4565-aba2-7954f2c5e551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16686 | 2024.10.10 06:08:11.027175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16687 | 2024.10.10 06:08:11.027223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16688 | 2024.10.10 06:08:11.027242 [ 3 ] {} <Debug> HTTP-Session: d2fd29a5-d621-4493-80f8-04e8f0338f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16689 | 2024.10.10 06:08:11.027258 [ 3 ] {} <Debug> HTTP-Session: d2fd29a5-d621-4493-80f8-04e8f0338f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16690 | 2024.10.10 06:08:11.027274 [ 3 ] {} <Debug> HTTP-Session: d2fd29a5-d621-4493-80f8-04e8f0338f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16691 | 2024.10.10 06:08:11.027305 [ 3 ] {} <Trace> HTTP-Session: d2fd29a5-d621-4493-80f8-04e8f0338f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16692 | 2024.10.10 06:08:11.027452 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16693 | 2024.10.10 06:08:11.027501 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16694 | 2024.10.10 06:08:11.027646 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16695 | 2024.10.10 06:08:11.028037 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16696 | 2024.10.10 06:08:11.028073 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16697 | 2024.10.10 06:08:11.028450 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16698 | 2024.10.10 06:08:11.028779 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16699 | 2024.10.10 06:08:11.028932 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. | ||
| 16700 | 2024.10.10 06:08:11.029102 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Debug> DynamicQueryHandler: Done processing query | ||
| 16701 | 2024.10.10 06:08:11.029126 [ 3 ] {42ee021b-7376-456b-b527-61ccc3024b50} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16702 | 2024.10.10 06:08:11.029141 [ 3 ] {} <Debug> HTTP-Session: d2fd29a5-d621-4493-80f8-04e8f0338f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16703 | 2024.10.10 06:08:11.029294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16704 | 2024.10.10 06:08:11.029342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16705 | 2024.10.10 06:08:11.029360 [ 3 ] {} <Debug> HTTP-Session: 914df297-9207-4694-9b4c-e153ea5f540a Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16706 | 2024.10.10 06:08:11.029377 [ 3 ] {} <Debug> HTTP-Session: 914df297-9207-4694-9b4c-e153ea5f540a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16707 | 2024.10.10 06:08:11.029391 [ 3 ] {} <Debug> HTTP-Session: 914df297-9207-4694-9b4c-e153ea5f540a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16708 | 2024.10.10 06:08:11.029421 [ 3 ] {} <Trace> HTTP-Session: 914df297-9207-4694-9b4c-e153ea5f540a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16709 | 2024.10.10 06:08:11.029705 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16710 | 2024.10.10 06:08:11.029770 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <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 | ||
| 16711 | 2024.10.10 06:08:11.030203 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16712 | 2024.10.10 06:08:11.030954 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16713 | 2024.10.10 06:08:11.030991 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16714 | 2024.10.10 06:08:11.031640 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 16715 | 2024.10.10 06:08:11.032054 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16716 | 2024.10.10 06:08:11.032244 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.00274 sec., 10583.941605839416 rows/sec., 18.97 MiB/sec. | ||
| 16717 | 2024.10.10 06:08:11.032479 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Debug> DynamicQueryHandler: Done processing query | ||
| 16718 | 2024.10.10 06:08:11.032504 [ 3 ] {a0932e62-7e37-4892-a30c-657756757b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 16719 | 2024.10.10 06:08:11.032520 [ 3 ] {} <Debug> HTTP-Session: 914df297-9207-4694-9b4c-e153ea5f540a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16720 | 2024.10.10 06:08:11.032666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16721 | 2024.10.10 06:08:11.032714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16722 | 2024.10.10 06:08:11.032733 [ 3 ] {} <Debug> HTTP-Session: 7d1587fb-78c3-4d94-9f30-edce17c15744 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16723 | 2024.10.10 06:08:11.032750 [ 3 ] {} <Debug> HTTP-Session: 7d1587fb-78c3-4d94-9f30-edce17c15744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16724 | 2024.10.10 06:08:11.032764 [ 3 ] {} <Debug> HTTP-Session: 7d1587fb-78c3-4d94-9f30-edce17c15744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16725 | 2024.10.10 06:08:11.032795 [ 3 ] {} <Trace> HTTP-Session: 7d1587fb-78c3-4d94-9f30-edce17c15744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16726 | 2024.10.10 06:08:11.032914 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16727 | 2024.10.10 06:08:11.032958 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16728 | 2024.10.10 06:08:11.033091 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16729 | 2024.10.10 06:08:11.033411 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16730 | 2024.10.10 06:08:11.033448 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
| 16731 | 2024.10.10 06:08:11.033805 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16732 | 2024.10.10 06:08:11.034122 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16733 | 2024.10.10 06:08:11.034274 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 16734 | 2024.10.10 06:08:11.034445 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Debug> DynamicQueryHandler: Done processing query | ||
| 16735 | 2024.10.10 06:08:11.034469 [ 3 ] {0b1e223f-9a6a-4fcb-adc2-a7638b920874} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16736 | 2024.10.10 06:08:11.034485 [ 3 ] {} <Debug> HTTP-Session: 7d1587fb-78c3-4d94-9f30-edce17c15744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16737 | 2024.10.10 06:08:16.024456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16738 | 2024.10.10 06:08:16.024600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16739 | 2024.10.10 06:08:16.024624 [ 3 ] {} <Debug> HTTP-Session: 923e946f-40af-45cc-a68b-ff55e6680e2f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16740 | 2024.10.10 06:08:16.024650 [ 3 ] {} <Debug> HTTP-Session: 923e946f-40af-45cc-a68b-ff55e6680e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16741 | 2024.10.10 06:08:16.024664 [ 3 ] {} <Debug> HTTP-Session: 923e946f-40af-45cc-a68b-ff55e6680e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16742 | 2024.10.10 06:08:16.024714 [ 3 ] {} <Trace> HTTP-Session: 923e946f-40af-45cc-a68b-ff55e6680e2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16743 | 2024.10.10 06:08:16.024967 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16744 | 2024.10.10 06:08:16.025034 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16745 | 2024.10.10 06:08:16.025369 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16746 | 2024.10.10 06:08:16.025992 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16747 | 2024.10.10 06:08:16.026036 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16748 | 2024.10.10 06:08:16.026470 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16749 | 2024.10.10 06:08:16.026859 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16750 | 2024.10.10 06:08:16.027024 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002164 sec., 116913.12384473198 rows/sec., 10.36 MiB/sec. | ||
| 16751 | 2024.10.10 06:08:16.027087 [ 133 ] {} <Debug> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16752 | 2024.10.10 06:08:16.027223 [ 133 ] {} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16753 | 2024.10.10 06:08:16.027281 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16754 | 2024.10.10 06:08:16.027331 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Debug> DynamicQueryHandler: Done processing query | ||
| 16755 | 2024.10.10 06:08:16.027403 [ 3 ] {cd0b39f9-3745-40df-8955-343b42f9da77} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 16756 | 2024.10.10 06:08:16.027460 [ 3 ] {} <Debug> HTTP-Session: 923e946f-40af-45cc-a68b-ff55e6680e2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16757 | 2024.10.10 06:08:16.027628 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 16758 | 2024.10.10 06:08:16.027701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16759 | 2024.10.10 06:08:16.027778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16760 | 2024.10.10 06:08:16.027835 [ 3 ] {} <Debug> HTTP-Session: 45f47826-13da-4ae9-a967-7dbcfba97c4f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16761 | 2024.10.10 06:08:16.027887 [ 3 ] {} <Debug> HTTP-Session: 45f47826-13da-4ae9-a967-7dbcfba97c4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16762 | 2024.10.10 06:08:16.027941 [ 3 ] {} <Debug> HTTP-Session: 45f47826-13da-4ae9-a967-7dbcfba97c4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16763 | 2024.10.10 06:08:16.028029 [ 3 ] {} <Trace> HTTP-Session: 45f47826-13da-4ae9-a967-7dbcfba97c4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16764 | 2024.10.10 06:08:16.028164 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16765 | 2024.10.10 06:08:16.028257 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16766 | 2024.10.10 06:08:16.028290 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1504 rows starting from the beginning of the part | ||
| 16767 | 2024.10.10 06:08:16.028337 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16768 | 2024.10.10 06:08:16.028660 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 114 rows starting from the beginning of the part | ||
| 16769 | 2024.10.10 06:08:16.029006 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1329 rows starting from the beginning of the part | ||
| 16770 | 2024.10.10 06:08:16.029303 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 121 rows starting from the beginning of the part | ||
| 16771 | 2024.10.10 06:08:16.029721 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 114 rows starting from the beginning of the part | ||
| 16772 | 2024.10.10 06:08:16.030085 [ 192 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 253 rows starting from the beginning of the part | ||
| 16773 | 2024.10.10 06:08:16.030381 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16774 | 2024.10.10 06:08:16.031401 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16775 | 2024.10.10 06:08:16.031469 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16776 | 2024.10.10 06:08:16.032258 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 16777 | 2024.10.10 06:08:16.033203 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16778 | 2024.10.10 06:08:16.033411 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005216 sec., 6134.9693251533745 rows/sec., 461.32 KiB/sec. | ||
| 16779 | 2024.10.10 06:08:16.033762 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 16780 | 2024.10.10 06:08:16.033828 [ 3 ] {1178c16f-cf58-47bf-b7c3-86f54a83b6f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16781 | 2024.10.10 06:08:16.033899 [ 3 ] {} <Debug> HTTP-Session: 45f47826-13da-4ae9-a967-7dbcfba97c4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16782 | 2024.10.10 06:08:16.034066 [ 195 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3435 rows, containing 5 columns (5 merged, 0 gathered) in 0.006655709 sec., 516098.28494605154 rows/sec., 45.19 MiB/sec. | ||
| 16783 | 2024.10.10 06:08:16.034169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16784 | 2024.10.10 06:08:16.034229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16785 | 2024.10.10 06:08:16.034249 [ 3 ] {} <Debug> HTTP-Session: 094f605f-9d94-4a27-bb9f-26740643ed24 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16786 | 2024.10.10 06:08:16.034266 [ 3 ] {} <Debug> HTTP-Session: 094f605f-9d94-4a27-bb9f-26740643ed24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16787 | 2024.10.10 06:08:16.034279 [ 3 ] {} <Debug> HTTP-Session: 094f605f-9d94-4a27-bb9f-26740643ed24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16788 | 2024.10.10 06:08:16.034314 [ 3 ] {} <Trace> HTTP-Session: 094f605f-9d94-4a27-bb9f-26740643ed24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16789 | 2024.10.10 06:08:16.034441 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16790 | 2024.10.10 06:08:16.034501 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16791 | 2024.10.10 06:08:16.034543 [ 195 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16792 | 2024.10.10 06:08:16.035367 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16793 | 2024.10.10 06:08:16.035847 [ 195 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16794 | 2024.10.10 06:08:16.036107 [ 195 ] {1fffaf20-8794-4e18-8caa-82d2d5f7396b::all_1_91_18} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16795 | 2024.10.10 06:08:16.036111 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16796 | 2024.10.10 06:08:16.036174 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16797 | 2024.10.10 06:08:16.036283 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 16798 | 2024.10.10 06:08:16.036652 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 16799 | 2024.10.10 06:08:16.037031 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16800 | 2024.10.10 06:08:16.037183 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002775 sec., 5045.045045045044 rows/sec., 353.32 KiB/sec. | ||
| 16801 | 2024.10.10 06:08:16.037376 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Debug> DynamicQueryHandler: Done processing query | ||
| 16802 | 2024.10.10 06:08:16.037400 [ 3 ] {40d5d9c9-cf7b-4a10-b73b-5fafbccd4ab9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16803 | 2024.10.10 06:08:16.037416 [ 3 ] {} <Debug> HTTP-Session: 094f605f-9d94-4a27-bb9f-26740643ed24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16804 | 2024.10.10 06:08:16.037590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16805 | 2024.10.10 06:08:16.037639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16806 | 2024.10.10 06:08:16.037658 [ 3 ] {} <Debug> HTTP-Session: 78077474-68cf-4518-b7a9-4015c7ceb770 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16807 | 2024.10.10 06:08:16.037674 [ 3 ] {} <Debug> HTTP-Session: 78077474-68cf-4518-b7a9-4015c7ceb770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16808 | 2024.10.10 06:08:16.037688 [ 3 ] {} <Debug> HTTP-Session: 78077474-68cf-4518-b7a9-4015c7ceb770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16809 | 2024.10.10 06:08:16.037718 [ 3 ] {} <Trace> HTTP-Session: 78077474-68cf-4518-b7a9-4015c7ceb770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16810 | 2024.10.10 06:08:16.037814 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16811 | 2024.10.10 06:08:16.037857 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16812 | 2024.10.10 06:08:16.038088 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16813 | 2024.10.10 06:08:16.038387 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16814 | 2024.10.10 06:08:16.038424 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16815 | 2024.10.10 06:08:16.038768 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 16816 | 2024.10.10 06:08:16.039129 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16817 | 2024.10.10 06:08:16.039290 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 236.64 KiB/sec. | ||
| 16818 | 2024.10.10 06:08:16.039464 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Debug> DynamicQueryHandler: Done processing query | ||
| 16819 | 2024.10.10 06:08:16.039488 [ 3 ] {d177e73d-847a-4925-8b36-8356082c1154} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16820 | 2024.10.10 06:08:16.039504 [ 3 ] {} <Debug> HTTP-Session: 78077474-68cf-4518-b7a9-4015c7ceb770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16821 | 2024.10.10 06:08:16.039693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16822 | 2024.10.10 06:08:16.039741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16823 | 2024.10.10 06:08:16.039760 [ 3 ] {} <Debug> HTTP-Session: 399a9894-3a19-4863-a8c9-62afbad29d89 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16824 | 2024.10.10 06:08:16.039776 [ 3 ] {} <Debug> HTTP-Session: 399a9894-3a19-4863-a8c9-62afbad29d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16825 | 2024.10.10 06:08:16.039790 [ 3 ] {} <Debug> HTTP-Session: 399a9894-3a19-4863-a8c9-62afbad29d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16826 | 2024.10.10 06:08:16.039820 [ 3 ] {} <Trace> HTTP-Session: 399a9894-3a19-4863-a8c9-62afbad29d89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16827 | 2024.10.10 06:08:16.040151 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16828 | 2024.10.10 06:08:16.040195 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16829 | 2024.10.10 06:08:16.040425 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16830 | 2024.10.10 06:08:16.041009 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16831 | 2024.10.10 06:08:16.041046 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16832 | 2024.10.10 06:08:16.041436 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16833 | 2024.10.10 06:08:16.041791 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16834 | 2024.10.10 06:08:16.041951 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.002008 sec., 206175.2988047809 rows/sec., 14.71 MiB/sec. | ||
| 16835 | 2024.10.10 06:08:16.042023 [ 131 ] {} <Debug> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16836 | 2024.10.10 06:08:16.042146 [ 131 ] {} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16837 | 2024.10.10 06:08:16.042200 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16838 | 2024.10.10 06:08:16.042231 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Debug> DynamicQueryHandler: Done processing query | ||
| 16839 | 2024.10.10 06:08:16.042298 [ 3 ] {3f0a4fcc-8cdd-4c42-8693-3e0f1825bd18} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 16840 | 2024.10.10 06:08:16.042351 [ 3 ] {} <Debug> HTTP-Session: 399a9894-3a19-4863-a8c9-62afbad29d89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16841 | 2024.10.10 06:08:16.042501 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 16842 | 2024.10.10 06:08:16.042603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16843 | 2024.10.10 06:08:16.042712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16844 | 2024.10.10 06:08:16.042785 [ 3 ] {} <Debug> HTTP-Session: 25aeb374-c9dc-4b18-b757-00097c479f25 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16845 | 2024.10.10 06:08:16.042827 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16846 | 2024.10.10 06:08:16.042831 [ 3 ] {} <Debug> HTTP-Session: 25aeb374-c9dc-4b18-b757-00097c479f25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16847 | 2024.10.10 06:08:16.042895 [ 3 ] {} <Debug> HTTP-Session: 25aeb374-c9dc-4b18-b757-00097c479f25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16848 | 2024.10.10 06:08:16.042902 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1078 rows starting from the beginning of the part | ||
| 16849 | 2024.10.10 06:08:16.042948 [ 3 ] {} <Trace> HTTP-Session: 25aeb374-c9dc-4b18-b757-00097c479f25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16850 | 2024.10.10 06:08:16.043164 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 93 rows starting from the beginning of the part | ||
| 16851 | 2024.10.10 06:08:16.043382 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16852 | 2024.10.10 06:08:16.043514 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 838 rows starting from the beginning of the part | ||
| 16853 | 2024.10.10 06:08:16.043593 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16854 | 2024.10.10 06:08:16.043847 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 98 rows starting from the beginning of the part | ||
| 16855 | 2024.10.10 06:08:16.044270 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 93 rows starting from the beginning of the part | ||
| 16856 | 2024.10.10 06:08:16.044658 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 414 rows starting from the beginning of the part | ||
| 16857 | 2024.10.10 06:08:16.044751 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16858 | 2024.10.10 06:08:16.045525 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16859 | 2024.10.10 06:08:16.045589 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16860 | 2024.10.10 06:08:16.046510 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 16861 | 2024.10.10 06:08:16.047239 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16862 | 2024.10.10 06:08:16.047488 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004245 sec., 1413.4275618374559 rows/sec., 73.85 KiB/sec. | ||
| 16863 | 2024.10.10 06:08:16.048277 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Debug> DynamicQueryHandler: Done processing query | ||
| 16864 | 2024.10.10 06:08:16.048395 [ 3 ] {c8c04338-b117-465a-982e-c87052aa6261} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16865 | 2024.10.10 06:08:16.048430 [ 199 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2614 rows, containing 5 columns (5 merged, 0 gathered) in 0.006094396 sec., 428918.63278986135 rows/sec., 32.98 MiB/sec. | ||
| 16866 | 2024.10.10 06:08:16.048481 [ 3 ] {} <Debug> HTTP-Session: 25aeb374-c9dc-4b18-b757-00097c479f25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16867 | 2024.10.10 06:08:16.048679 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16868 | 2024.10.10 06:08:16.048780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16869 | 2024.10.10 06:08:16.048868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16870 | 2024.10.10 06:08:16.048901 [ 3 ] {} <Debug> HTTP-Session: 3f1c1186-cc73-43f0-a8b8-75eb1cbf03a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16871 | 2024.10.10 06:08:16.048944 [ 3 ] {} <Debug> HTTP-Session: 3f1c1186-cc73-43f0-a8b8-75eb1cbf03a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16872 | 2024.10.10 06:08:16.049004 [ 3 ] {} <Debug> HTTP-Session: 3f1c1186-cc73-43f0-a8b8-75eb1cbf03a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16873 | 2024.10.10 06:08:16.049149 [ 3 ] {} <Trace> HTTP-Session: 3f1c1186-cc73-43f0-a8b8-75eb1cbf03a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16874 | 2024.10.10 06:08:16.049455 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16875 | 2024.10.10 06:08:16.049540 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16876 | 2024.10.10 06:08:16.049644 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16877 | 2024.10.10 06:08:16.049645 [ 191 ] {f9f07726-7cb6-4c40-90d3-d00da71e8721::all_1_91_18} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16878 | 2024.10.10 06:08:16.049855 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 16879 | 2024.10.10 06:08:16.050014 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16880 | 2024.10.10 06:08:16.050467 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16881 | 2024.10.10 06:08:16.050504 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16882 | 2024.10.10 06:08:16.050913 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16883 | 2024.10.10 06:08:16.051249 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16884 | 2024.10.10 06:08:16.051394 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002088 sec., 113505.74712643678 rows/sec., 7.61 MiB/sec. | ||
| 16885 | 2024.10.10 06:08:16.051420 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16886 | 2024.10.10 06:08:16.051495 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16887 | 2024.10.10 06:08:16.051540 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16888 | 2024.10.10 06:08:16.051676 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Debug> DynamicQueryHandler: Done processing query | ||
| 16889 | 2024.10.10 06:08:16.051712 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 16890 | 2024.10.10 06:08:16.051716 [ 3 ] {8fd015cc-bc66-41af-857c-ec516dd65702} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16891 | 2024.10.10 06:08:16.051756 [ 3 ] {} <Debug> HTTP-Session: 3f1c1186-cc73-43f0-a8b8-75eb1cbf03a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16892 | 2024.10.10 06:08:16.051969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16893 | 2024.10.10 06:08:16.052095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16894 | 2024.10.10 06:08:16.052108 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16895 | 2024.10.10 06:08:16.052147 [ 3 ] {} <Debug> HTTP-Session: e35a288d-c1df-4639-9ac8-3f003010f4eb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16896 | 2024.10.10 06:08:16.052204 [ 3 ] {} <Debug> HTTP-Session: e35a288d-c1df-4639-9ac8-3f003010f4eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16897 | 2024.10.10 06:08:16.052203 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26107 rows starting from the beginning of the part | ||
| 16898 | 2024.10.10 06:08:16.052245 [ 3 ] {} <Debug> HTTP-Session: e35a288d-c1df-4639-9ac8-3f003010f4eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16899 | 2024.10.10 06:08:16.052352 [ 3 ] {} <Trace> HTTP-Session: e35a288d-c1df-4639-9ac8-3f003010f4eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16900 | 2024.10.10 06:08:16.052782 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 16901 | 2024.10.10 06:08:16.052799 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16902 | 2024.10.10 06:08:16.052969 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16903 | 2024.10.10 06:08:16.053220 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 975 rows starting from the beginning of the part | ||
| 16904 | 2024.10.10 06:08:16.053472 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 109 rows starting from the beginning of the part | ||
| 16905 | 2024.10.10 06:08:16.053916 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 16906 | 2024.10.10 06:08:16.054255 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16907 | 2024.10.10 06:08:16.054313 [ 193 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
| 16908 | 2024.10.10 06:08:16.055069 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16909 | 2024.10.10 06:08:16.055112 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16910 | 2024.10.10 06:08:16.055605 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 16911 | 2024.10.10 06:08:16.056008 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16912 | 2024.10.10 06:08:16.056164 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003533 sec., 283.0455703368242 rows/sec., 19.07 KiB/sec. | ||
| 16913 | 2024.10.10 06:08:16.056399 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Debug> DynamicQueryHandler: Done processing query | ||
| 16914 | 2024.10.10 06:08:16.056432 [ 3 ] {1e9f1cbc-57dd-4573-918f-f3d8ad8de774} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16915 | 2024.10.10 06:08:16.056455 [ 3 ] {} <Debug> HTTP-Session: e35a288d-c1df-4639-9ac8-3f003010f4eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16916 | 2024.10.10 06:08:16.056715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16917 | 2024.10.10 06:08:16.056779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16918 | 2024.10.10 06:08:16.056804 [ 3 ] {} <Debug> HTTP-Session: 7e388926-a230-4ea3-b8f7-abb08b76139f Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16919 | 2024.10.10 06:08:16.056821 [ 3 ] {} <Debug> HTTP-Session: 7e388926-a230-4ea3-b8f7-abb08b76139f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16920 | 2024.10.10 06:08:16.056835 [ 3 ] {} <Debug> HTTP-Session: 7e388926-a230-4ea3-b8f7-abb08b76139f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16921 | 2024.10.10 06:08:16.056869 [ 3 ] {} <Trace> HTTP-Session: 7e388926-a230-4ea3-b8f7-abb08b76139f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16922 | 2024.10.10 06:08:16.057221 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16923 | 2024.10.10 06:08:16.057285 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <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 | ||
| 16924 | 2024.10.10 06:08:16.057799 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16925 | 2024.10.10 06:08:16.058677 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16926 | 2024.10.10 06:08:16.058718 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16927 | 2024.10.10 06:08:16.059657 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 16928 | 2024.10.10 06:08:16.060109 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16929 | 2024.10.10 06:08:16.060316 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003348 sec., 9557.94504181601 rows/sec., 17.13 MiB/sec. | ||
| 16930 | 2024.10.10 06:08:16.060679 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Debug> DynamicQueryHandler: Done processing query | ||
| 16931 | 2024.10.10 06:08:16.060703 [ 3 ] {ef2c69e5-c6be-495c-9207-93beb27f8764} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 16932 | 2024.10.10 06:08:16.060719 [ 3 ] {} <Debug> HTTP-Session: 7e388926-a230-4ea3-b8f7-abb08b76139f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16933 | 2024.10.10 06:08:16.060859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16934 | 2024.10.10 06:08:16.060924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16935 | 2024.10.10 06:08:16.060944 [ 3 ] {} <Debug> HTTP-Session: ded0fb7e-9269-4990-806e-c561172a7e45 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16936 | 2024.10.10 06:08:16.060968 [ 3 ] {} <Debug> HTTP-Session: ded0fb7e-9269-4990-806e-c561172a7e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16937 | 2024.10.10 06:08:16.060982 [ 3 ] {} <Debug> HTTP-Session: ded0fb7e-9269-4990-806e-c561172a7e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16938 | 2024.10.10 06:08:16.061018 [ 3 ] {} <Trace> HTTP-Session: ded0fb7e-9269-4990-806e-c561172a7e45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16939 | 2024.10.10 06:08:16.061136 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16940 | 2024.10.10 06:08:16.061192 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16941 | 2024.10.10 06:08:16.061559 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27748 rows, containing 5 columns (5 merged, 0 gathered) in 0.009925038 sec., 2795757.5578048164 rows/sec., 188.73 MiB/sec. | ||
| 16942 | 2024.10.10 06:08:16.061560 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16943 | 2024.10.10 06:08:16.061997 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16944 | 2024.10.10 06:08:16.062014 [ 186 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16945 | 2024.10.10 06:08:16.062047 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16946 | 2024.10.10 06:08:16.062953 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16947 | 2024.10.10 06:08:16.063067 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16948 | 2024.10.10 06:08:16.063324 [ 188 ] {e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16949 | 2024.10.10 06:08:16.063493 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 16950 | 2024.10.10 06:08:16.063584 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16951 | 2024.10.10 06:08:16.063751 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002648 sec., 30966.767371601207 rows/sec., 1.97 MiB/sec. | ||
| 16952 | 2024.10.10 06:08:16.064096 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 16953 | 2024.10.10 06:08:16.064161 [ 3 ] {699e44b9-324f-4703-91fb-d2e511a8e2a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16954 | 2024.10.10 06:08:16.064230 [ 3 ] {} <Debug> HTTP-Session: ded0fb7e-9269-4990-806e-c561172a7e45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16955 | 2024.10.10 06:08:18.076732 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16956 | 2024.10.10 06:08:18.076844 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16957 | 2024.10.10 06:08:18.428353 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1658 | ||
| 16958 | 2024.10.10 06:08:18.431175 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16959 | 2024.10.10 06:08:18.431226 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16960 | 2024.10.10 06:08:18.432709 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 16961 | 2024.10.10 06:08:18.433685 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16962 | 2024.10.10 06:08:18.433923 [ 130 ] {} <Debug> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 16963 | 2024.10.10 06:08:18.434050 [ 130 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16964 | 2024.10.10 06:08:18.434136 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16965 | 2024.10.10 06:08:18.434929 [ 186 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::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 | ||
| 16966 | 2024.10.10 06:08:18.435941 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1658 | ||
| 16967 | 2024.10.10 06:08:18.436686 [ 186 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16968 | 2024.10.10 06:08:18.436883 [ 186 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1472 rows starting from the beginning of the part | ||
| 16969 | 2024.10.10 06:08:18.437516 [ 186 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 42 rows starting from the beginning of the part | ||
| 16970 | 2024.10.10 06:08:18.438085 [ 186 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part | ||
| 16971 | 2024.10.10 06:08:18.438626 [ 186 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 16972 | 2024.10.10 06:08:18.439152 [ 186 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 42 rows starting from the beginning of the part | ||
| 16973 | 2024.10.10 06:08:18.439662 [ 186 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 16974 | 2024.10.10 06:08:18.448874 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1658 rows, containing 72 columns (72 merged, 0 gathered) in 0.014517828 sec., 114204.41129347999 rows/sec., 80.05 MiB/sec. | ||
| 16975 | 2024.10.10 06:08:18.450975 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 16976 | 2024.10.10 06:08:18.452688 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16977 | 2024.10.10 06:08:18.452768 [ 197 ] {d1282d59-7870-4d96-bc64-41e1f2b7a7dc::all_1_41_8} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 16978 | 2024.10.10 06:08:18.453095 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.22 MiB. | ||
| 16979 | 2024.10.10 06:08:21.020081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16980 | 2024.10.10 06:08:21.020203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16981 | 2024.10.10 06:08:21.020232 [ 3 ] {} <Debug> HTTP-Session: ed071877-2b80-4324-8f91-6e737f61a853 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16982 | 2024.10.10 06:08:21.020261 [ 3 ] {} <Debug> HTTP-Session: ed071877-2b80-4324-8f91-6e737f61a853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16983 | 2024.10.10 06:08:21.020279 [ 3 ] {} <Debug> HTTP-Session: ed071877-2b80-4324-8f91-6e737f61a853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16984 | 2024.10.10 06:08:21.020334 [ 3 ] {} <Trace> HTTP-Session: ed071877-2b80-4324-8f91-6e737f61a853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16985 | 2024.10.10 06:08:21.020568 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16986 | 2024.10.10 06:08:21.020640 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16987 | 2024.10.10 06:08:21.020970 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16988 | 2024.10.10 06:08:21.021445 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16989 | 2024.10.10 06:08:21.021485 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 16990 | 2024.10.10 06:08:21.021934 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 16991 | 2024.10.10 06:08:21.022318 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16992 | 2024.10.10 06:08:21.022482 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Debug> executeQuery: Read 114 rows, 9.82 KiB in 0.002 sec., 57000 rows/sec., 4.79 MiB/sec. | ||
| 16993 | 2024.10.10 06:08:21.022787 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16994 | 2024.10.10 06:08:21.022857 [ 3 ] {ed601917-3804-4e8a-b77c-34e2c1b06b6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 16995 | 2024.10.10 06:08:21.022915 [ 3 ] {} <Debug> HTTP-Session: ed071877-2b80-4324-8f91-6e737f61a853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16996 | 2024.10.10 06:08:21.023194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16997 | 2024.10.10 06:08:21.023246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16998 | 2024.10.10 06:08:21.023265 [ 3 ] {} <Debug> HTTP-Session: 9a9e56aa-fb89-40ed-a18f-1e0a0bc26caf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 16999 | 2024.10.10 06:08:21.023282 [ 3 ] {} <Debug> HTTP-Session: 9a9e56aa-fb89-40ed-a18f-1e0a0bc26caf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17000 | 2024.10.10 06:08:21.023297 [ 3 ] {} <Debug> HTTP-Session: 9a9e56aa-fb89-40ed-a18f-1e0a0bc26caf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17001 | 2024.10.10 06:08:21.023328 [ 3 ] {} <Trace> HTTP-Session: 9a9e56aa-fb89-40ed-a18f-1e0a0bc26caf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17002 | 2024.10.10 06:08:21.023435 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17003 | 2024.10.10 06:08:21.023480 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17004 | 2024.10.10 06:08:21.023723 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17005 | 2024.10.10 06:08:21.024069 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17006 | 2024.10.10 06:08:21.024106 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17007 | 2024.10.10 06:08:21.024449 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 17008 | 2024.10.10 06:08:21.024811 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17009 | 2024.10.10 06:08:21.024964 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001559 sec., 18601.66773572803 rows/sec., 1.37 MiB/sec. | ||
| 17010 | 2024.10.10 06:08:21.024982 [ 127 ] {} <Debug> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 17011 | 2024.10.10 06:08:21.025105 [ 127 ] {} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17012 | 2024.10.10 06:08:21.025158 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17013 | 2024.10.10 06:08:21.025250 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Debug> DynamicQueryHandler: Done processing query | ||
| 17014 | 2024.10.10 06:08:21.025306 [ 3 ] {40a3da9d-d4bf-4666-b6f5-4fdac70c7686} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17015 | 2024.10.10 06:08:21.025363 [ 3 ] {} <Debug> HTTP-Session: 9a9e56aa-fb89-40ed-a18f-1e0a0bc26caf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17016 | 2024.10.10 06:08:21.025436 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 17017 | 2024.10.10 06:08:21.025535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 15809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17018 | 2024.10.10 06:08:21.025634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17019 | 2024.10.10 06:08:21.025689 [ 3 ] {} <Debug> HTTP-Session: 72f40bfd-cef5-4062-b6a5-e6a8b11bc205 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17020 | 2024.10.10 06:08:21.025741 [ 3 ] {} <Debug> HTTP-Session: 72f40bfd-cef5-4062-b6a5-e6a8b11bc205 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17021 | 2024.10.10 06:08:21.025777 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17022 | 2024.10.10 06:08:21.025781 [ 3 ] {} <Debug> HTTP-Session: 72f40bfd-cef5-4062-b6a5-e6a8b11bc205 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17023 | 2024.10.10 06:08:21.025842 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 79 rows starting from the beginning of the part | ||
| 17024 | 2024.10.10 06:08:21.025858 [ 3 ] {} <Trace> HTTP-Session: 72f40bfd-cef5-4062-b6a5-e6a8b11bc205 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17025 | 2024.10.10 06:08:21.026039 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 29 rows starting from the beginning of the part | ||
| 17026 | 2024.10.10 06:08:21.026365 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 34 rows starting from the beginning of the part | ||
| 17027 | 2024.10.10 06:08:21.026373 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17028 | 2024.10.10 06:08:21.026606 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 29 rows starting from the beginning of the part | ||
| 17029 | 2024.10.10 06:08:21.026665 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17030 | 2024.10.10 06:08:21.026842 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part | ||
| 17031 | 2024.10.10 06:08:21.027189 [ 194 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part | ||
| 17032 | 2024.10.10 06:08:21.027961 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17033 | 2024.10.10 06:08:21.028944 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17034 | 2024.10.10 06:08:21.029015 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17035 | 2024.10.10 06:08:21.030064 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17036 | 2024.10.10 06:08:21.030111 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 232 rows, containing 5 columns (5 merged, 0 gathered) in 0.004834346 sec., 47989.94527905119 rows/sec., 3.69 MiB/sec. | ||
| 17037 | 2024.10.10 06:08:21.030637 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 17038 | 2024.10.10 06:08:21.030834 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17039 | 2024.10.10 06:08:21.031235 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00515 sec., 18058.252427184467 rows/sec., 1.41 MiB/sec. | ||
| 17040 | 2024.10.10 06:08:21.032254 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 17041 | 2024.10.10 06:08:21.032342 [ 3 ] {fa3c4abc-4cab-4f9d-972f-3cd093322bc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17042 | 2024.10.10 06:08:21.032421 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17043 | 2024.10.10 06:08:21.032447 [ 3 ] {} <Debug> HTTP-Session: 72f40bfd-cef5-4062-b6a5-e6a8b11bc205 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17044 | 2024.10.10 06:08:21.032734 [ 196 ] {fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8::all_1_76_15} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 17045 | 2024.10.10 06:08:21.032812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17046 | 2024.10.10 06:08:21.032993 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 17047 | 2024.10.10 06:08:21.033006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17048 | 2024.10.10 06:08:21.033060 [ 3 ] {} <Debug> HTTP-Session: c024cae8-7993-4fa6-b273-f05b9284aba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17049 | 2024.10.10 06:08:21.033078 [ 3 ] {} <Debug> HTTP-Session: c024cae8-7993-4fa6-b273-f05b9284aba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17050 | 2024.10.10 06:08:21.033092 [ 3 ] {} <Debug> HTTP-Session: c024cae8-7993-4fa6-b273-f05b9284aba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17051 | 2024.10.10 06:08:21.033124 [ 3 ] {} <Trace> HTTP-Session: c024cae8-7993-4fa6-b273-f05b9284aba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17052 | 2024.10.10 06:08:21.033288 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17053 | 2024.10.10 06:08:21.033337 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17054 | 2024.10.10 06:08:21.033520 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17055 | 2024.10.10 06:08:21.033926 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17056 | 2024.10.10 06:08:21.033962 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17057 | 2024.10.10 06:08:21.034354 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17058 | 2024.10.10 06:08:21.034693 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17059 | 2024.10.10 06:08:21.034846 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
| 17060 | 2024.10.10 06:08:21.035021 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Debug> DynamicQueryHandler: Done processing query | ||
| 17061 | 2024.10.10 06:08:21.035046 [ 3 ] {0acc117e-cd3c-4d38-86ac-d2ab7125fd95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17062 | 2024.10.10 06:08:21.035061 [ 3 ] {} <Debug> HTTP-Session: c024cae8-7993-4fa6-b273-f05b9284aba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17063 | 2024.10.10 06:08:21.035287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17064 | 2024.10.10 06:08:21.035335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17065 | 2024.10.10 06:08:21.035355 [ 3 ] {} <Debug> HTTP-Session: 67266f39-f43f-42cd-b177-de86a4ecd17d Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17066 | 2024.10.10 06:08:21.035371 [ 3 ] {} <Debug> HTTP-Session: 67266f39-f43f-42cd-b177-de86a4ecd17d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17067 | 2024.10.10 06:08:21.035385 [ 3 ] {} <Debug> HTTP-Session: 67266f39-f43f-42cd-b177-de86a4ecd17d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17068 | 2024.10.10 06:08:21.035415 [ 3 ] {} <Trace> HTTP-Session: 67266f39-f43f-42cd-b177-de86a4ecd17d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17069 | 2024.10.10 06:08:21.035754 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17070 | 2024.10.10 06:08:21.035820 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <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 | ||
| 17071 | 2024.10.10 06:08:21.036249 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17072 | 2024.10.10 06:08:21.036882 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17073 | 2024.10.10 06:08:21.036919 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17074 | 2024.10.10 06:08:21.037545 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 17075 | 2024.10.10 06:08:21.037954 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17076 | 2024.10.10 06:08:21.038142 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002645 sec., 10964.083175803402 rows/sec., 19.65 MiB/sec. | ||
| 17077 | 2024.10.10 06:08:21.038344 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 17078 | 2024.10.10 06:08:21.038369 [ 3 ] {d04c00c0-6e9c-43c7-878f-86bedd751bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 17079 | 2024.10.10 06:08:21.038385 [ 3 ] {} <Debug> HTTP-Session: 67266f39-f43f-42cd-b177-de86a4ecd17d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17080 | 2024.10.10 06:08:21.038519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17081 | 2024.10.10 06:08:21.038565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17082 | 2024.10.10 06:08:21.038584 [ 3 ] {} <Debug> HTTP-Session: 4109ae8c-c8af-4102-bcc2-6dcb2936f7c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17083 | 2024.10.10 06:08:21.038600 [ 3 ] {} <Debug> HTTP-Session: 4109ae8c-c8af-4102-bcc2-6dcb2936f7c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17084 | 2024.10.10 06:08:21.038614 [ 3 ] {} <Debug> HTTP-Session: 4109ae8c-c8af-4102-bcc2-6dcb2936f7c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17085 | 2024.10.10 06:08:21.038645 [ 3 ] {} <Trace> HTTP-Session: 4109ae8c-c8af-4102-bcc2-6dcb2936f7c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17086 | 2024.10.10 06:08:21.038766 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17087 | 2024.10.10 06:08:21.038812 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17088 | 2024.10.10 06:08:21.038940 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17089 | 2024.10.10 06:08:21.039238 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17090 | 2024.10.10 06:08:21.039274 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17091 | 2024.10.10 06:08:21.039630 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17092 | 2024.10.10 06:08:21.039954 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17093 | 2024.10.10 06:08:21.040107 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 17094 | 2024.10.10 06:08:21.040115 [ 127 ] {} <Debug> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17095 | 2024.10.10 06:08:21.040193 [ 127 ] {} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17096 | 2024.10.10 06:08:21.040245 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17097 | 2024.10.10 06:08:21.040368 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Debug> DynamicQueryHandler: Done processing query | ||
| 17098 | 2024.10.10 06:08:21.040381 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17099 | 2024.10.10 06:08:21.040398 [ 3 ] {d0c2c24e-4ae8-463e-8a52-0dc4a39c273a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17100 | 2024.10.10 06:08:21.040422 [ 3 ] {} <Debug> HTTP-Session: 4109ae8c-c8af-4102-bcc2-6dcb2936f7c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17101 | 2024.10.10 06:08:21.040515 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17102 | 2024.10.10 06:08:21.040547 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5342 rows starting from the beginning of the part | ||
| 17103 | 2024.10.10 06:08:21.040620 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 40 rows starting from the beginning of the part | ||
| 17104 | 2024.10.10 06:08:21.040871 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 42 rows starting from the beginning of the part | ||
| 17105 | 2024.10.10 06:08:21.041158 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 17106 | 2024.10.10 06:08:21.041235 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 17107 | 2024.10.10 06:08:21.041468 [ 189 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 17108 | 2024.10.10 06:08:21.043393 [ 198 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5626 rows, containing 4 columns (4 merged, 0 gathered) in 0.003060813 sec., 1838073.74053887 rows/sec., 119.85 MiB/sec. | ||
| 17109 | 2024.10.10 06:08:21.043951 [ 200 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17110 | 2024.10.10 06:08:21.044687 [ 200 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17111 | 2024.10.10 06:08:21.044783 [ 200 ] {f17714bd-ca3b-49d1-9384-9edaa393c87f::all_1_91_18} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17112 | 2024.10.10 06:08:21.044878 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 17113 | 2024.10.10 06:08:26.023802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 38350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17114 | 2024.10.10 06:08:26.023934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17115 | 2024.10.10 06:08:26.023964 [ 3 ] {} <Debug> HTTP-Session: 30b63ef5-e0d4-4db8-b875-9e4e294bc358 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17116 | 2024.10.10 06:08:26.023993 [ 3 ] {} <Debug> HTTP-Session: 30b63ef5-e0d4-4db8-b875-9e4e294bc358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17117 | 2024.10.10 06:08:26.024011 [ 3 ] {} <Debug> HTTP-Session: 30b63ef5-e0d4-4db8-b875-9e4e294bc358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17118 | 2024.10.10 06:08:26.024068 [ 3 ] {} <Trace> HTTP-Session: 30b63ef5-e0d4-4db8-b875-9e4e294bc358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17119 | 2024.10.10 06:08:26.024346 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17120 | 2024.10.10 06:08:26.024421 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17121 | 2024.10.10 06:08:26.024803 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17122 | 2024.10.10 06:08:26.025429 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17123 | 2024.10.10 06:08:26.025472 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17124 | 2024.10.10 06:08:26.025927 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17125 | 2024.10.10 06:08:26.026330 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17126 | 2024.10.10 06:08:26.026489 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Debug> executeQuery: Read 253 rows, 22.95 KiB in 0.002277 sec., 111111.11111111111 rows/sec., 9.84 MiB/sec. | ||
| 17127 | 2024.10.10 06:08:26.026758 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 17128 | 2024.10.10 06:08:26.026793 [ 3 ] {ecd6bbca-08b0-4084-b6ea-8298623eea0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 17129 | 2024.10.10 06:08:26.026813 [ 3 ] {} <Debug> HTTP-Session: 30b63ef5-e0d4-4db8-b875-9e4e294bc358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17130 | 2024.10.10 06:08:26.027024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 4644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17131 | 2024.10.10 06:08:26.027091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17132 | 2024.10.10 06:08:26.027112 [ 3 ] {} <Debug> HTTP-Session: 75e71e1e-0da8-4bd0-8fdd-65d6d7a58246 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17133 | 2024.10.10 06:08:26.027131 [ 3 ] {} <Debug> HTTP-Session: 75e71e1e-0da8-4bd0-8fdd-65d6d7a58246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17134 | 2024.10.10 06:08:26.027146 [ 3 ] {} <Debug> HTTP-Session: 75e71e1e-0da8-4bd0-8fdd-65d6d7a58246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17135 | 2024.10.10 06:08:26.027192 [ 3 ] {} <Trace> HTTP-Session: 75e71e1e-0da8-4bd0-8fdd-65d6d7a58246 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17136 | 2024.10.10 06:08:26.027325 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17137 | 2024.10.10 06:08:26.027383 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17138 | 2024.10.10 06:08:26.027677 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17139 | 2024.10.10 06:08:26.028062 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17140 | 2024.10.10 06:08:26.028107 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17141 | 2024.10.10 06:08:26.028505 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 17142 | 2024.10.10 06:08:26.028872 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17143 | 2024.10.10 06:08:26.029003 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001723 sec., 18572.25769007545 rows/sec., 1.36 MiB/sec. | ||
| 17144 | 2024.10.10 06:08:26.029185 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Debug> DynamicQueryHandler: Done processing query | ||
| 17145 | 2024.10.10 06:08:26.029210 [ 3 ] {5da5b117-65a0-48b1-96c2-b0d353b65331} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17146 | 2024.10.10 06:08:26.029226 [ 3 ] {} <Debug> HTTP-Session: 75e71e1e-0da8-4bd0-8fdd-65d6d7a58246 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17147 | 2024.10.10 06:08:26.029367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17148 | 2024.10.10 06:08:26.029419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17149 | 2024.10.10 06:08:26.029438 [ 3 ] {} <Debug> HTTP-Session: f19bd0fe-ada9-41fc-be0e-1a17a5978fe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17150 | 2024.10.10 06:08:26.029454 [ 3 ] {} <Debug> HTTP-Session: f19bd0fe-ada9-41fc-be0e-1a17a5978fe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17151 | 2024.10.10 06:08:26.029468 [ 3 ] {} <Debug> HTTP-Session: f19bd0fe-ada9-41fc-be0e-1a17a5978fe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17152 | 2024.10.10 06:08:26.029500 [ 3 ] {} <Trace> HTTP-Session: f19bd0fe-ada9-41fc-be0e-1a17a5978fe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17153 | 2024.10.10 06:08:26.029601 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 17154 | 2024.10.10 06:08:26.029645 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17155 | 2024.10.10 06:08:26.029878 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17156 | 2024.10.10 06:08:26.030205 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17157 | 2024.10.10 06:08:26.030242 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17158 | 2024.10.10 06:08:26.030598 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 17159 | 2024.10.10 06:08:26.030963 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17160 | 2024.10.10 06:08:26.031094 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec. | ||
| 17161 | 2024.10.10 06:08:26.031269 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 17162 | 2024.10.10 06:08:26.031294 [ 3 ] {6380066b-7776-461f-b472-0f26ad1da1b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17163 | 2024.10.10 06:08:26.031310 [ 3 ] {} <Debug> HTTP-Session: f19bd0fe-ada9-41fc-be0e-1a17a5978fe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17164 | 2024.10.10 06:08:26.031450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17165 | 2024.10.10 06:08:26.031499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17166 | 2024.10.10 06:08:26.031518 [ 3 ] {} <Debug> HTTP-Session: bb48405e-c03c-49dc-8c62-533d50e8c8b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17167 | 2024.10.10 06:08:26.031534 [ 3 ] {} <Debug> HTTP-Session: bb48405e-c03c-49dc-8c62-533d50e8c8b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17168 | 2024.10.10 06:08:26.031547 [ 3 ] {} <Debug> HTTP-Session: bb48405e-c03c-49dc-8c62-533d50e8c8b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17169 | 2024.10.10 06:08:26.031578 [ 3 ] {} <Trace> HTTP-Session: bb48405e-c03c-49dc-8c62-533d50e8c8b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17170 | 2024.10.10 06:08:26.031674 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 17171 | 2024.10.10 06:08:26.031716 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17172 | 2024.10.10 06:08:26.031967 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17173 | 2024.10.10 06:08:26.032274 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17174 | 2024.10.10 06:08:26.032310 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17175 | 2024.10.10 06:08:26.032662 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 17176 | 2024.10.10 06:08:26.033021 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17177 | 2024.10.10 06:08:26.033151 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 235.86 KiB/sec. | ||
| 17178 | 2024.10.10 06:08:26.033328 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Debug> DynamicQueryHandler: Done processing query | ||
| 17179 | 2024.10.10 06:08:26.033354 [ 3 ] {b2174116-8cdc-440c-a142-dae53d608245} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17180 | 2024.10.10 06:08:26.033371 [ 3 ] {} <Debug> HTTP-Session: bb48405e-c03c-49dc-8c62-533d50e8c8b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17181 | 2024.10.10 06:08:26.033620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 67231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17182 | 2024.10.10 06:08:26.033668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17183 | 2024.10.10 06:08:26.033687 [ 3 ] {} <Debug> HTTP-Session: 56f545ac-d8e8-4962-a1b6-ae8e93af27ee Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17184 | 2024.10.10 06:08:26.033703 [ 3 ] {} <Debug> HTTP-Session: 56f545ac-d8e8-4962-a1b6-ae8e93af27ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17185 | 2024.10.10 06:08:26.033717 [ 3 ] {} <Debug> HTTP-Session: 56f545ac-d8e8-4962-a1b6-ae8e93af27ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17186 | 2024.10.10 06:08:26.033750 [ 3 ] {} <Trace> HTTP-Session: 56f545ac-d8e8-4962-a1b6-ae8e93af27ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17187 | 2024.10.10 06:08:26.033981 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17188 | 2024.10.10 06:08:26.034024 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17189 | 2024.10.10 06:08:26.034252 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17190 | 2024.10.10 06:08:26.034847 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17191 | 2024.10.10 06:08:26.034882 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17192 | 2024.10.10 06:08:26.035308 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17193 | 2024.10.10 06:08:26.035670 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17194 | 2024.10.10 06:08:26.035804 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001949 sec., 212416.6239096973 rows/sec., 15.15 MiB/sec. | ||
| 17195 | 2024.10.10 06:08:26.036084 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Debug> DynamicQueryHandler: Done processing query | ||
| 17196 | 2024.10.10 06:08:26.036146 [ 3 ] {776db3d4-ae73-48be-b343-4427ef65c17a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 17197 | 2024.10.10 06:08:26.036199 [ 3 ] {} <Debug> HTTP-Session: 56f545ac-d8e8-4962-a1b6-ae8e93af27ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17198 | 2024.10.10 06:08:26.036435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17199 | 2024.10.10 06:08:26.036497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17200 | 2024.10.10 06:08:26.036516 [ 3 ] {} <Debug> HTTP-Session: 1e087b46-6b2a-48a2-9557-433e0a51a997 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17201 | 2024.10.10 06:08:26.036533 [ 3 ] {} <Debug> HTTP-Session: 1e087b46-6b2a-48a2-9557-433e0a51a997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17202 | 2024.10.10 06:08:26.036547 [ 3 ] {} <Debug> HTTP-Session: 1e087b46-6b2a-48a2-9557-433e0a51a997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17203 | 2024.10.10 06:08:26.036579 [ 3 ] {} <Trace> HTTP-Session: 1e087b46-6b2a-48a2-9557-433e0a51a997 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17204 | 2024.10.10 06:08:26.036679 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 17205 | 2024.10.10 06:08:26.036726 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17206 | 2024.10.10 06:08:26.036879 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17207 | 2024.10.10 06:08:26.037150 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17208 | 2024.10.10 06:08:26.037186 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17209 | 2024.10.10 06:08:26.037539 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 17210 | 2024.10.10 06:08:26.037861 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17211 | 2024.10.10 06:08:26.037988 [ 121 ] {} <Debug> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 17212 | 2024.10.10 06:08:26.037994 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 233.94 KiB/sec. | ||
| 17213 | 2024.10.10 06:08:26.038034 [ 121 ] {} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17214 | 2024.10.10 06:08:26.038074 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17215 | 2024.10.10 06:08:26.038250 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Debug> DynamicQueryHandler: Done processing query | ||
| 17216 | 2024.10.10 06:08:26.038285 [ 3 ] {46f2e6c5-7b82-4d37-aa2c-0303d5f53ad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 17217 | 2024.10.10 06:08:26.038304 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 17218 | 2024.10.10 06:08:26.038310 [ 3 ] {} <Debug> HTTP-Session: 1e087b46-6b2a-48a2-9557-433e0a51a997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17219 | 2024.10.10 06:08:26.038550 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17220 | 2024.10.10 06:08:26.038610 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part | ||
| 17221 | 2024.10.10 06:08:26.038629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 44654, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17222 | 2024.10.10 06:08:26.038753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17223 | 2024.10.10 06:08:26.038830 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 17224 | 2024.10.10 06:08:26.038874 [ 3 ] {} <Debug> HTTP-Session: 7530caba-dfdb-4cab-bc5f-9461526b3a8b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17225 | 2024.10.10 06:08:26.038973 [ 3 ] {} <Debug> HTTP-Session: 7530caba-dfdb-4cab-bc5f-9461526b3a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17226 | 2024.10.10 06:08:26.039056 [ 3 ] {} <Debug> HTTP-Session: 7530caba-dfdb-4cab-bc5f-9461526b3a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17227 | 2024.10.10 06:08:26.039138 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 17228 | 2024.10.10 06:08:26.039172 [ 3 ] {} <Trace> HTTP-Session: 7530caba-dfdb-4cab-bc5f-9461526b3a8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17229 | 2024.10.10 06:08:26.039409 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 17230 | 2024.10.10 06:08:26.039689 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 17231 | 2024.10.10 06:08:26.039712 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17232 | 2024.10.10 06:08:26.039938 [ 198 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 17233 | 2024.10.10 06:08:26.039956 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17234 | 2024.10.10 06:08:26.040662 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17235 | 2024.10.10 06:08:26.041629 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17236 | 2024.10.10 06:08:26.041701 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17237 | 2024.10.10 06:08:26.042714 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.004539739 sec., 52866.47536345151 rows/sec., 2.70 MiB/sec. | ||
| 17238 | 2024.10.10 06:08:26.042766 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17239 | 2024.10.10 06:08:26.042876 [ 187 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 17240 | 2024.10.10 06:08:26.043291 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17241 | 2024.10.10 06:08:26.043503 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004037 sec., 58706.96061431756 rows/sec., 3.93 MiB/sec. | ||
| 17242 | 2024.10.10 06:08:26.043747 [ 200 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17243 | 2024.10.10 06:08:26.043969 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Debug> DynamicQueryHandler: Done processing query | ||
| 17244 | 2024.10.10 06:08:26.044085 [ 3 ] {1ee5118b-0117-43a7-904a-2a4fe3d4df51} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 17245 | 2024.10.10 06:08:26.044142 [ 200 ] {b0604d57-d494-4201-8028-a74ad2304dbc::all_1_40_8} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 17246 | 2024.10.10 06:08:26.044181 [ 3 ] {} <Debug> HTTP-Session: 7530caba-dfdb-4cab-bc5f-9461526b3a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17247 | 2024.10.10 06:08:26.044456 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17248 | 2024.10.10 06:08:26.044534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17249 | 2024.10.10 06:08:26.044681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17250 | 2024.10.10 06:08:26.044756 [ 3 ] {} <Debug> HTTP-Session: 0ac0b58f-638b-4b5d-b360-6463b1646031 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17251 | 2024.10.10 06:08:26.044806 [ 3 ] {} <Debug> HTTP-Session: 0ac0b58f-638b-4b5d-b360-6463b1646031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17252 | 2024.10.10 06:08:26.044842 [ 3 ] {} <Debug> HTTP-Session: 0ac0b58f-638b-4b5d-b360-6463b1646031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17253 | 2024.10.10 06:08:26.044893 [ 3 ] {} <Trace> HTTP-Session: 0ac0b58f-638b-4b5d-b360-6463b1646031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17254 | 2024.10.10 06:08:26.044994 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 17255 | 2024.10.10 06:08:26.045042 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17256 | 2024.10.10 06:08:26.045199 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17257 | 2024.10.10 06:08:26.045470 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17258 | 2024.10.10 06:08:26.045506 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17259 | 2024.10.10 06:08:26.045876 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 17260 | 2024.10.10 06:08:26.046204 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17261 | 2024.10.10 06:08:26.046331 [ 121 ] {} <Debug> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 17262 | 2024.10.10 06:08:26.046336 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001366 sec., 732.0644216691069 rows/sec., 49.33 KiB/sec. | ||
| 17263 | 2024.10.10 06:08:26.046369 [ 121 ] {} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17264 | 2024.10.10 06:08:26.046407 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17265 | 2024.10.10 06:08:26.046583 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Debug> DynamicQueryHandler: Done processing query | ||
| 17266 | 2024.10.10 06:08:26.046596 [ 187 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 17267 | 2024.10.10 06:08:26.046638 [ 3 ] {58142e26-7eb8-4807-885d-68bfd70c19af} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 17268 | 2024.10.10 06:08:26.046717 [ 3 ] {} <Debug> HTTP-Session: 0ac0b58f-638b-4b5d-b360-6463b1646031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17269 | 2024.10.10 06:08:26.047113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 53821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17270 | 2024.10.10 06:08:26.047296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17271 | 2024.10.10 06:08:26.047335 [ 187 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17272 | 2024.10.10 06:08:26.047400 [ 3 ] {} <Debug> HTTP-Session: 7d2c6b3a-a56e-4d14-87ed-f8d6ddb7e968 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17273 | 2024.10.10 06:08:26.047470 [ 3 ] {} <Debug> HTTP-Session: 7d2c6b3a-a56e-4d14-87ed-f8d6ddb7e968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17274 | 2024.10.10 06:08:26.047483 [ 187 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
| 17275 | 2024.10.10 06:08:26.047548 [ 3 ] {} <Debug> HTTP-Session: 7d2c6b3a-a56e-4d14-87ed-f8d6ddb7e968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17276 | 2024.10.10 06:08:26.047691 [ 3 ] {} <Trace> HTTP-Session: 7d2c6b3a-a56e-4d14-87ed-f8d6ddb7e968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17277 | 2024.10.10 06:08:26.047971 [ 187 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 17278 | 2024.10.10 06:08:26.048156 [ 187 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 17279 | 2024.10.10 06:08:26.048356 [ 187 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 17280 | 2024.10.10 06:08:26.048368 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17281 | 2024.10.10 06:08:26.048552 [ 187 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 17282 | 2024.10.10 06:08:26.048654 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <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 | ||
| 17283 | 2024.10.10 06:08:26.048905 [ 187 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 17284 | 2024.10.10 06:08:26.050000 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17285 | 2024.10.10 06:08:26.051079 [ 190 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.00459563 sec., 8703.920898766872 rows/sec., 586.49 KiB/sec. | ||
| 17286 | 2024.10.10 06:08:26.051352 [ 190 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 17287 | 2024.10.10 06:08:26.051445 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17288 | 2024.10.10 06:08:26.051510 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17289 | 2024.10.10 06:08:26.052402 [ 192 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17290 | 2024.10.10 06:08:26.052633 [ 192 ] {e6576095-833d-4d7c-83d8-f662f4aabd7d::all_1_40_8} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 17291 | 2024.10.10 06:08:26.052864 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17292 | 2024.10.10 06:08:26.053124 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 17293 | 2024.10.10 06:08:26.053564 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17294 | 2024.10.10 06:08:26.053720 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.005752 sec., 5563.282336578582 rows/sec., 9.97 MiB/sec. | ||
| 17295 | 2024.10.10 06:08:26.053968 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Debug> DynamicQueryHandler: Done processing query | ||
| 17296 | 2024.10.10 06:08:26.053993 [ 3 ] {fcd9a5d0-f7dc-4a35-a93d-1f1bdf5c0159} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 17297 | 2024.10.10 06:08:26.054010 [ 3 ] {} <Debug> HTTP-Session: 7d2c6b3a-a56e-4d14-87ed-f8d6ddb7e968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17298 | 2024.10.10 06:08:26.054181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 12169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17299 | 2024.10.10 06:08:26.054230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17300 | 2024.10.10 06:08:26.054248 [ 3 ] {} <Debug> HTTP-Session: 9b9422b0-20a2-4d5c-808f-34f098c66e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17301 | 2024.10.10 06:08:26.054264 [ 3 ] {} <Debug> HTTP-Session: 9b9422b0-20a2-4d5c-808f-34f098c66e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17302 | 2024.10.10 06:08:26.054278 [ 3 ] {} <Debug> HTTP-Session: 9b9422b0-20a2-4d5c-808f-34f098c66e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17303 | 2024.10.10 06:08:26.054309 [ 3 ] {} <Trace> HTTP-Session: 9b9422b0-20a2-4d5c-808f-34f098c66e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17304 | 2024.10.10 06:08:26.054444 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17305 | 2024.10.10 06:08:26.054488 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17306 | 2024.10.10 06:08:26.054621 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17307 | 2024.10.10 06:08:26.054977 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17308 | 2024.10.10 06:08:26.055013 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17309 | 2024.10.10 06:08:26.055373 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17310 | 2024.10.10 06:08:26.055707 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17311 | 2024.10.10 06:08:26.055837 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 17312 | 2024.10.10 06:08:26.056006 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Debug> DynamicQueryHandler: Done processing query | ||
| 17313 | 2024.10.10 06:08:26.056031 [ 3 ] {34650369-d9fa-4700-ae19-eea9b4f01004} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17314 | 2024.10.10 06:08:26.056047 [ 3 ] {} <Debug> HTTP-Session: 9b9422b0-20a2-4d5c-808f-34f098c66e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17315 | 2024.10.10 06:08:28.437054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1690 | ||
| 17316 | 2024.10.10 06:08:28.439828 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17317 | 2024.10.10 06:08:28.439879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17318 | 2024.10.10 06:08:28.441387 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 17319 | 2024.10.10 06:08:28.442407 [ 242 ] {} <Trace> system.query_log (d1282d59-7870-4d96-bc64-41e1f2b7a7dc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17320 | 2024.10.10 06:08:28.443298 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1690 | ||
| 17321 | 2024.10.10 06:08:31.019053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17322 | 2024.10.10 06:08:31.019224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17323 | 2024.10.10 06:08:31.019272 [ 3 ] {} <Debug> HTTP-Session: 99badde5-45c0-41de-8a45-b5bdeed1dd2e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17324 | 2024.10.10 06:08:31.019316 [ 3 ] {} <Debug> HTTP-Session: 99badde5-45c0-41de-8a45-b5bdeed1dd2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17325 | 2024.10.10 06:08:31.019345 [ 3 ] {} <Debug> HTTP-Session: 99badde5-45c0-41de-8a45-b5bdeed1dd2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17326 | 2024.10.10 06:08:31.019426 [ 3 ] {} <Trace> HTTP-Session: 99badde5-45c0-41de-8a45-b5bdeed1dd2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17327 | 2024.10.10 06:08:31.019706 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 17328 | 2024.10.10 06:08:31.019816 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17329 | 2024.10.10 06:08:31.020215 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17330 | 2024.10.10 06:08:31.020658 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17331 | 2024.10.10 06:08:31.020704 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17332 | 2024.10.10 06:08:31.021122 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 17333 | 2024.10.10 06:08:31.021513 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Trace> oximeter.fields_ipaddr (e3db2f65-84db-45b1-8201-9f6033d94fd1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17334 | 2024.10.10 06:08:31.021701 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002074 sec., 2892.9604628736743 rows/sec., 235.90 KiB/sec. | ||
| 17335 | 2024.10.10 06:08:31.022142 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 17336 | 2024.10.10 06:08:31.022185 [ 3 ] {08d99012-b915-4792-9174-34e3eef442f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17337 | 2024.10.10 06:08:31.022215 [ 3 ] {} <Debug> HTTP-Session: 99badde5-45c0-41de-8a45-b5bdeed1dd2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17338 | 2024.10.10 06:08:31.022451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 17180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17339 | 2024.10.10 06:08:31.022509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17340 | 2024.10.10 06:08:31.022530 [ 3 ] {} <Debug> HTTP-Session: e0c4726e-861d-401d-a01c-135e1c99ba05 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17341 | 2024.10.10 06:08:31.022548 [ 3 ] {} <Debug> HTTP-Session: e0c4726e-861d-401d-a01c-135e1c99ba05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17342 | 2024.10.10 06:08:31.022590 [ 3 ] {} <Debug> HTTP-Session: e0c4726e-861d-401d-a01c-135e1c99ba05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17343 | 2024.10.10 06:08:31.022625 [ 3 ] {} <Trace> HTTP-Session: e0c4726e-861d-401d-a01c-135e1c99ba05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17344 | 2024.10.10 06:08:31.022770 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17345 | 2024.10.10 06:08:31.022820 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17346 | 2024.10.10 06:08:31.023086 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17347 | 2024.10.10 06:08:31.023504 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17348 | 2024.10.10 06:08:31.023542 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17349 | 2024.10.10 06:08:31.023918 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17350 | 2024.10.10 06:08:31.024309 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17351 | 2024.10.10 06:08:31.024473 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Debug> executeQuery: Read 117 rows, 10.04 KiB in 0.001753 sec., 66742.72675413577 rows/sec., 5.59 MiB/sec. | ||
| 17352 | 2024.10.10 06:08:31.024734 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Debug> DynamicQueryHandler: Done processing query | ||
| 17353 | 2024.10.10 06:08:31.024760 [ 3 ] {c98d78f6-a449-4f55-acec-73980b7f4abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 17354 | 2024.10.10 06:08:31.024805 [ 3 ] {} <Debug> HTTP-Session: e0c4726e-861d-401d-a01c-135e1c99ba05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17355 | 2024.10.10 06:08:31.025036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17356 | 2024.10.10 06:08:31.025096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17357 | 2024.10.10 06:08:31.025115 [ 3 ] {} <Debug> HTTP-Session: 21917d75-6b9d-4937-8132-a0479179e207 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17358 | 2024.10.10 06:08:31.025132 [ 3 ] {} <Debug> HTTP-Session: 21917d75-6b9d-4937-8132-a0479179e207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17359 | 2024.10.10 06:08:31.025146 [ 3 ] {} <Debug> HTTP-Session: 21917d75-6b9d-4937-8132-a0479179e207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17360 | 2024.10.10 06:08:31.025180 [ 3 ] {} <Trace> HTTP-Session: 21917d75-6b9d-4937-8132-a0479179e207 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17361 | 2024.10.10 06:08:31.025294 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17362 | 2024.10.10 06:08:31.025340 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17363 | 2024.10.10 06:08:31.025588 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17364 | 2024.10.10 06:08:31.025987 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17365 | 2024.10.10 06:08:31.026024 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17366 | 2024.10.10 06:08:31.026374 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 17367 | 2024.10.10 06:08:31.026752 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Trace> oximeter.fields_u16 (fb1c3b3a-7601-4bb6-a54f-5e1d7dd252f8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17368 | 2024.10.10 06:08:31.026919 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.00166 sec., 21084.33734939759 rows/sec., 1.53 MiB/sec. | ||
| 17369 | 2024.10.10 06:08:31.027212 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Debug> DynamicQueryHandler: Done processing query | ||
| 17370 | 2024.10.10 06:08:31.027282 [ 3 ] {5114e093-b8a8-4fd2-a07d-7fa88272751e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17371 | 2024.10.10 06:08:31.027341 [ 3 ] {} <Debug> HTTP-Session: 21917d75-6b9d-4937-8132-a0479179e207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17372 | 2024.10.10 06:08:31.027534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 16834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17373 | 2024.10.10 06:08:31.027590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17374 | 2024.10.10 06:08:31.027610 [ 3 ] {} <Debug> HTTP-Session: 8ace671a-4ef6-47f5-85cd-8f1697f72743 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17375 | 2024.10.10 06:08:31.027627 [ 3 ] {} <Debug> HTTP-Session: 8ace671a-4ef6-47f5-85cd-8f1697f72743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17376 | 2024.10.10 06:08:31.027641 [ 3 ] {} <Debug> HTTP-Session: 8ace671a-4ef6-47f5-85cd-8f1697f72743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17377 | 2024.10.10 06:08:31.027675 [ 3 ] {} <Trace> HTTP-Session: 8ace671a-4ef6-47f5-85cd-8f1697f72743 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17378 | 2024.10.10 06:08:31.027805 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17379 | 2024.10.10 06:08:31.027851 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17380 | 2024.10.10 06:08:31.028102 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17381 | 2024.10.10 06:08:31.028485 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17382 | 2024.10.10 06:08:31.028523 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17383 | 2024.10.10 06:08:31.028880 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17384 | 2024.10.10 06:08:31.029236 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17385 | 2024.10.10 06:08:31.029398 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Debug> executeQuery: Read 99 rows, 7.93 KiB in 0.001632 sec., 60661.76470588236 rows/sec., 4.74 MiB/sec. | ||
| 17386 | 2024.10.10 06:08:31.029583 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 17387 | 2024.10.10 06:08:31.029609 [ 3 ] {88733287-a484-4882-b7ec-7d59a83062bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 17388 | 2024.10.10 06:08:31.029625 [ 3 ] {} <Debug> HTTP-Session: 8ace671a-4ef6-47f5-85cd-8f1697f72743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17389 | 2024.10.10 06:08:31.029800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 31213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17390 | 2024.10.10 06:08:31.029849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17391 | 2024.10.10 06:08:31.029868 [ 3 ] {} <Debug> HTTP-Session: 7a1eedcb-1fd6-4506-981e-050e98f1d2a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17392 | 2024.10.10 06:08:31.029885 [ 3 ] {} <Debug> HTTP-Session: 7a1eedcb-1fd6-4506-981e-050e98f1d2a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17393 | 2024.10.10 06:08:31.029898 [ 3 ] {} <Debug> HTTP-Session: 7a1eedcb-1fd6-4506-981e-050e98f1d2a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17394 | 2024.10.10 06:08:31.029929 [ 3 ] {} <Trace> HTTP-Session: 7a1eedcb-1fd6-4506-981e-050e98f1d2a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17395 | 2024.10.10 06:08:31.030076 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17396 | 2024.10.10 06:08:31.030124 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17397 | 2024.10.10 06:08:31.030273 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17398 | 2024.10.10 06:08:31.030673 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17399 | 2024.10.10 06:08:31.030709 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17400 | 2024.10.10 06:08:31.031090 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17401 | 2024.10.10 06:08:31.031431 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17402 | 2024.10.10 06:08:31.031598 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001579 sec., 103229.8923369221 rows/sec., 7.19 MiB/sec. | ||
| 17403 | 2024.10.10 06:08:31.031788 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Debug> DynamicQueryHandler: Done processing query | ||
| 17404 | 2024.10.10 06:08:31.031813 [ 3 ] {49892cc7-9fae-4b74-a590-c5242b529631} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17405 | 2024.10.10 06:08:31.031829 [ 3 ] {} <Debug> HTTP-Session: 7a1eedcb-1fd6-4506-981e-050e98f1d2a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17406 | 2024.10.10 06:08:31.032007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 47625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17407 | 2024.10.10 06:08:31.032057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17408 | 2024.10.10 06:08:31.032076 [ 3 ] {} <Debug> HTTP-Session: 019d4d99-ab57-4d80-a115-76dcc2a6e4b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17409 | 2024.10.10 06:08:31.032092 [ 3 ] {} <Debug> HTTP-Session: 019d4d99-ab57-4d80-a115-76dcc2a6e4b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17410 | 2024.10.10 06:08:31.032106 [ 3 ] {} <Debug> HTTP-Session: 019d4d99-ab57-4d80-a115-76dcc2a6e4b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17411 | 2024.10.10 06:08:31.032137 [ 3 ] {} <Trace> HTTP-Session: 019d4d99-ab57-4d80-a115-76dcc2a6e4b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17412 | 2024.10.10 06:08:31.032439 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17413 | 2024.10.10 06:08:31.032505 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <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 | ||
| 17414 | 2024.10.10 06:08:31.032936 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17415 | 2024.10.10 06:08:31.033580 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17416 | 2024.10.10 06:08:31.033618 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17417 | 2024.10.10 06:08:31.034264 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 17418 | 2024.10.10 06:08:31.034671 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17419 | 2024.10.10 06:08:31.034858 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 17420 | 2024.10.10 06:08:31.034881 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002646 sec., 10959.939531368103 rows/sec., 19.64 MiB/sec. | ||
| 17421 | 2024.10.10 06:08:31.034981 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17422 | 2024.10.10 06:08:31.035094 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17423 | 2024.10.10 06:08:31.035440 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 17424 | 2024.10.10 06:08:31.035476 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 17425 | 2024.10.10 06:08:31.035536 [ 3 ] {a0893719-2ad0-4d3e-91c5-cf7274fddd9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 17426 | 2024.10.10 06:08:31.035556 [ 3 ] {} <Debug> HTTP-Session: 019d4d99-ab57-4d80-a115-76dcc2a6e4b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17427 | 2024.10.10 06:08:31.035820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 9142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17428 | 2024.10.10 06:08:31.035930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17429 | 2024.10.10 06:08:31.035991 [ 3 ] {} <Debug> HTTP-Session: a6e07cd4-51eb-480f-a7b6-020574c60990 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17430 | 2024.10.10 06:08:31.036035 [ 3 ] {} <Debug> HTTP-Session: a6e07cd4-51eb-480f-a7b6-020574c60990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17431 | 2024.10.10 06:08:31.036081 [ 3 ] {} <Debug> HTTP-Session: a6e07cd4-51eb-480f-a7b6-020574c60990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17432 | 2024.10.10 06:08:31.036165 [ 3 ] {} <Trace> HTTP-Session: a6e07cd4-51eb-480f-a7b6-020574c60990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17433 | 2024.10.10 06:08:31.036187 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17434 | 2024.10.10 06:08:31.036336 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1683 rows starting from the beginning of the part | ||
| 17435 | 2024.10.10 06:08:31.036396 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17436 | 2024.10.10 06:08:31.036506 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17437 | 2024.10.10 06:08:31.037050 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 29 rows starting from the beginning of the part | ||
| 17438 | 2024.10.10 06:08:31.037352 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17439 | 2024.10.10 06:08:31.037797 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part | ||
| 17440 | 2024.10.10 06:08:31.038417 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 29 rows starting from the beginning of the part | ||
| 17441 | 2024.10.10 06:08:31.038664 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17442 | 2024.10.10 06:08:31.038783 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17443 | 2024.10.10 06:08:31.039151 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part | ||
| 17444 | 2024.10.10 06:08:31.039742 [ 190 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part | ||
| 17445 | 2024.10.10 06:08:31.040266 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17446 | 2024.10.10 06:08:31.041184 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17447 | 2024.10.10 06:08:31.041521 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005215 sec., 11505.273250239694 rows/sec., 793.98 KiB/sec. | ||
| 17448 | 2024.10.10 06:08:31.041942 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Debug> DynamicQueryHandler: Done processing query | ||
| 17449 | 2024.10.10 06:08:31.041985 [ 3 ] {1c1b895a-5872-464d-9220-d26832a892de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17450 | 2024.10.10 06:08:31.042011 [ 3 ] {} <Debug> HTTP-Session: a6e07cd4-51eb-480f-a7b6-020574c60990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17451 | 2024.10.10 06:08:31.051499 [ 191 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1834 rows, containing 19 columns (19 merged, 0 gathered) in 0.016240899 sec., 112924.78328939796 rows/sec., 202.19 MiB/sec. | ||
| 17452 | 2024.10.10 06:08:31.053856 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 17453 | 2024.10.10 06:08:31.054477 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17454 | 2024.10.10 06:08:31.054559 [ 193 ] {263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (263f74d7-f64c-4a1b-b5d8-5e28f3a04fe4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 17455 | 2024.10.10 06:08:31.054714 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.40 MiB. | ||
| 17456 | 2024.10.10 06:08:32.000230 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.97 MiB, peak 200.32 MiB, free memory in arenas 0.00 B, will set to 188.97 MiB (RSS), difference: 6.00 MiB | ||
| 17457 | 2024.10.10 06:08:32.218985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 193304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17458 | 2024.10.10 06:08:32.219102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17459 | 2024.10.10 06:08:32.219132 [ 3 ] {} <Debug> HTTP-Session: f0d6b9a1-31f8-4930-9c3d-2ee45e6e5f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17460 | 2024.10.10 06:08:32.219161 [ 3 ] {} <Debug> HTTP-Session: f0d6b9a1-31f8-4930-9c3d-2ee45e6e5f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17461 | 2024.10.10 06:08:32.219179 [ 3 ] {} <Debug> HTTP-Session: f0d6b9a1-31f8-4930-9c3d-2ee45e6e5f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17462 | 2024.10.10 06:08:32.219235 [ 3 ] {} <Trace> HTTP-Session: f0d6b9a1-31f8-4930-9c3d-2ee45e6e5f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17463 | 2024.10.10 06:08:32.219851 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17464 | 2024.10.10 06:08:32.219928 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17465 | 2024.10.10 06:08:32.220269 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17466 | 2024.10.10 06:08:32.221603 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17467 | 2024.10.10 06:08:32.221650 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17468 | 2024.10.10 06:08:32.222171 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17469 | 2024.10.10 06:08:32.222568 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Trace> oximeter.fields_string (1fffaf20-8794-4e18-8caa-82d2d5f7396b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17470 | 2024.10.10 06:08:32.222747 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Debug> executeQuery: Read 1329 rows, 112.98 KiB in 0.003311 sec., 401389.3083660525 rows/sec., 33.32 MiB/sec. | ||
| 17471 | 2024.10.10 06:08:32.223021 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Debug> DynamicQueryHandler: Done processing query | ||
| 17472 | 2024.10.10 06:08:32.223067 [ 3 ] {82ec7d01-4bc2-4163-a5f4-1a33a95de47c} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
| 17473 | 2024.10.10 06:08:32.223102 [ 3 ] {} <Debug> HTTP-Session: f0d6b9a1-31f8-4930-9c3d-2ee45e6e5f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17474 | 2024.10.10 06:08:32.223452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 32331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17475 | 2024.10.10 06:08:32.223510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17476 | 2024.10.10 06:08:32.223530 [ 3 ] {} <Debug> HTTP-Session: 81dc5d96-3dec-4577-9a67-2ecf23101fc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17477 | 2024.10.10 06:08:32.223548 [ 3 ] {} <Debug> HTTP-Session: 81dc5d96-3dec-4577-9a67-2ecf23101fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17478 | 2024.10.10 06:08:32.223562 [ 3 ] {} <Debug> HTTP-Session: 81dc5d96-3dec-4577-9a67-2ecf23101fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17479 | 2024.10.10 06:08:32.223599 [ 3 ] {} <Trace> HTTP-Session: 81dc5d96-3dec-4577-9a67-2ecf23101fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17480 | 2024.10.10 06:08:32.223801 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 17481 | 2024.10.10 06:08:32.223849 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17482 | 2024.10.10 06:08:32.224089 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17483 | 2024.10.10 06:08:32.224533 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17484 | 2024.10.10 06:08:32.224572 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17485 | 2024.10.10 06:08:32.224950 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 17486 | 2024.10.10 06:08:32.225317 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Trace> oximeter.fields_u32 (2e3826cb-9584-4495-b47e-02933d9be8f6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17487 | 2024.10.10 06:08:32.225469 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001776 sec., 136261.26126126127 rows/sec., 9.23 MiB/sec. | ||
| 17488 | 2024.10.10 06:08:32.225652 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Debug> DynamicQueryHandler: Done processing query | ||
| 17489 | 2024.10.10 06:08:32.225678 [ 3 ] {b46eae80-eff1-49ad-82f7-a1b81b7f7022} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 17490 | 2024.10.10 06:08:32.225695 [ 3 ] {} <Debug> HTTP-Session: 81dc5d96-3dec-4577-9a67-2ecf23101fc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17491 | 2024.10.10 06:08:32.225869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17492 | 2024.10.10 06:08:32.225919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17493 | 2024.10.10 06:08:32.225940 [ 3 ] {} <Debug> HTTP-Session: 739740eb-28fd-4d97-8dde-bdae171a5702 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17494 | 2024.10.10 06:08:32.225957 [ 3 ] {} <Debug> HTTP-Session: 739740eb-28fd-4d97-8dde-bdae171a5702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17495 | 2024.10.10 06:08:32.225971 [ 3 ] {} <Debug> HTTP-Session: 739740eb-28fd-4d97-8dde-bdae171a5702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17496 | 2024.10.10 06:08:32.226005 [ 3 ] {} <Trace> HTTP-Session: 739740eb-28fd-4d97-8dde-bdae171a5702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17497 | 2024.10.10 06:08:32.226104 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 17498 | 2024.10.10 06:08:32.226149 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17499 | 2024.10.10 06:08:32.226379 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17500 | 2024.10.10 06:08:32.226715 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17501 | 2024.10.10 06:08:32.226753 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17502 | 2024.10.10 06:08:32.227104 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 17503 | 2024.10.10 06:08:32.227474 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17504 | 2024.10.10 06:08:32.227639 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001552 sec., 3865.979381443299 rows/sec., 228.41 KiB/sec. | ||
| 17505 | 2024.10.10 06:08:32.227642 [ 111 ] {} <Debug> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 17506 | 2024.10.10 06:08:32.227738 [ 111 ] {} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17507 | 2024.10.10 06:08:32.227794 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17508 | 2024.10.10 06:08:32.227932 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 17509 | 2024.10.10 06:08:32.228011 [ 3 ] {be7db6f4-528a-4731-ad45-2577ef5c6e7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17510 | 2024.10.10 06:08:32.228104 [ 3 ] {} <Debug> HTTP-Session: 739740eb-28fd-4d97-8dde-bdae171a5702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17511 | 2024.10.10 06:08:32.228263 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 17512 | 2024.10.10 06:08:32.228462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 136746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17513 | 2024.10.10 06:08:32.228566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17514 | 2024.10.10 06:08:32.228618 [ 3 ] {} <Debug> HTTP-Session: 5ac8ecc0-5834-44e1-a01b-dc35e1465170 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17515 | 2024.10.10 06:08:32.228671 [ 3 ] {} <Debug> HTTP-Session: 5ac8ecc0-5834-44e1-a01b-dc35e1465170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17516 | 2024.10.10 06:08:32.228688 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17517 | 2024.10.10 06:08:32.228700 [ 3 ] {} <Debug> HTTP-Session: 5ac8ecc0-5834-44e1-a01b-dc35e1465170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17518 | 2024.10.10 06:08:32.228758 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part | ||
| 17519 | 2024.10.10 06:08:32.228781 [ 3 ] {} <Trace> HTTP-Session: 5ac8ecc0-5834-44e1-a01b-dc35e1465170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17520 | 2024.10.10 06:08:32.228956 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 17521 | 2024.10.10 06:08:32.229253 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 17522 | 2024.10.10 06:08:32.229418 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 17523 | 2024.10.10 06:08:32.229542 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17524 | 2024.10.10 06:08:32.229734 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 17525 | 2024.10.10 06:08:32.229778 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17526 | 2024.10.10 06:08:32.230853 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17527 | 2024.10.10 06:08:32.231961 [ 195 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004042877 sec., 7420.4582528728915 rows/sec., 471.03 KiB/sec. | ||
| 17528 | 2024.10.10 06:08:32.232149 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 17529 | 2024.10.10 06:08:32.232301 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17530 | 2024.10.10 06:08:32.232371 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17531 | 2024.10.10 06:08:32.233256 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17532 | 2024.10.10 06:08:32.233370 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17533 | 2024.10.10 06:08:32.233395 [ 199 ] {13096ab3-0af7-4733-aadf-6bf388a5772b::all_1_41_10} <Trace> oximeter.fields_u8 (13096ab3-0af7-4733-aadf-6bf388a5772b) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 17534 | 2024.10.10 06:08:32.233543 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17535 | 2024.10.10 06:08:32.233864 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Trace> oximeter.fields_uuid (f9f07726-7cb6-4c40-90d3-d00da71e8721): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17536 | 2024.10.10 06:08:32.234039 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.005002 sec., 167532.98680527788 rows/sec., 12.10 MiB/sec. | ||
| 17537 | 2024.10.10 06:08:32.234248 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Debug> DynamicQueryHandler: Done processing query | ||
| 17538 | 2024.10.10 06:08:32.234273 [ 3 ] {17232ed5-94c0-4c7d-b890-31e013d73547} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 17539 | 2024.10.10 06:08:32.234290 [ 3 ] {} <Debug> HTTP-Session: 5ac8ecc0-5834-44e1-a01b-dc35e1465170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17540 | 2024.10.10 06:08:32.234458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17541 | 2024.10.10 06:08:32.234507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17542 | 2024.10.10 06:08:32.234526 [ 3 ] {} <Debug> HTTP-Session: d25719fd-593f-4e3e-b4e1-315bbf03fe3b Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17543 | 2024.10.10 06:08:32.234543 [ 3 ] {} <Debug> HTTP-Session: d25719fd-593f-4e3e-b4e1-315bbf03fe3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17544 | 2024.10.10 06:08:32.234558 [ 3 ] {} <Debug> HTTP-Session: d25719fd-593f-4e3e-b4e1-315bbf03fe3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17545 | 2024.10.10 06:08:32.234590 [ 3 ] {} <Trace> HTTP-Session: d25719fd-593f-4e3e-b4e1-315bbf03fe3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17546 | 2024.10.10 06:08:32.234688 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 17547 | 2024.10.10 06:08:32.234733 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17548 | 2024.10.10 06:08:32.234872 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17549 | 2024.10.10 06:08:32.235140 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17550 | 2024.10.10 06:08:32.235178 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17551 | 2024.10.10 06:08:32.235537 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 17552 | 2024.10.10 06:08:32.235860 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Trace> oximeter.measurements_bool (b0604d57-d494-4201-8028-a74ad2304dbc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17553 | 2024.10.10 06:08:32.236015 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 17554 | 2024.10.10 06:08:32.236179 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 17555 | 2024.10.10 06:08:32.236204 [ 3 ] {903e078d-ddd8-45c6-b3e9-d92de963bb8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 17556 | 2024.10.10 06:08:32.236219 [ 3 ] {} <Debug> HTTP-Session: d25719fd-593f-4e3e-b4e1-315bbf03fe3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17557 | 2024.10.10 06:08:32.236457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 184567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17558 | 2024.10.10 06:08:32.236506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17559 | 2024.10.10 06:08:32.236525 [ 3 ] {} <Debug> HTTP-Session: 352508a2-8a56-40dc-9d29-3f400d14cfcf Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17560 | 2024.10.10 06:08:32.236541 [ 3 ] {} <Debug> HTTP-Session: 352508a2-8a56-40dc-9d29-3f400d14cfcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17561 | 2024.10.10 06:08:32.236555 [ 3 ] {} <Debug> HTTP-Session: 352508a2-8a56-40dc-9d29-3f400d14cfcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17562 | 2024.10.10 06:08:32.236586 [ 3 ] {} <Trace> HTTP-Session: 352508a2-8a56-40dc-9d29-3f400d14cfcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17563 | 2024.10.10 06:08:32.237027 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17564 | 2024.10.10 06:08:32.237075 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17565 | 2024.10.10 06:08:32.237224 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17566 | 2024.10.10 06:08:32.238051 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17567 | 2024.10.10 06:08:32.238088 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17568 | 2024.10.10 06:08:32.238535 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17569 | 2024.10.10 06:08:32.238897 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Trace> oximeter.measurements_cumulativeu64 (e7f54a94-3e38-4ec1-b7fc-7afa94d0fd9e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17570 | 2024.10.10 06:08:32.239053 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Debug> executeQuery: Read 975 rows, 66.39 KiB in 0.002307 sec., 422626.78803641093 rows/sec., 28.10 MiB/sec. | ||
| 17571 | 2024.10.10 06:08:32.239260 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Debug> DynamicQueryHandler: Done processing query | ||
| 17572 | 2024.10.10 06:08:32.239297 [ 3 ] {ff2cf460-9027-4fec-a280-422448208607} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 17573 | 2024.10.10 06:08:32.239331 [ 3 ] {} <Debug> HTTP-Session: 352508a2-8a56-40dc-9d29-3f400d14cfcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17574 | 2024.10.10 06:08:32.239660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17575 | 2024.10.10 06:08:32.239710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17576 | 2024.10.10 06:08:32.239731 [ 3 ] {} <Debug> HTTP-Session: dd85a795-78d8-489f-88b0-4f07ac7b9f38 Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17577 | 2024.10.10 06:08:32.239747 [ 3 ] {} <Debug> HTTP-Session: dd85a795-78d8-489f-88b0-4f07ac7b9f38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17578 | 2024.10.10 06:08:32.239761 [ 3 ] {} <Debug> HTTP-Session: dd85a795-78d8-489f-88b0-4f07ac7b9f38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17579 | 2024.10.10 06:08:32.239792 [ 3 ] {} <Trace> HTTP-Session: dd85a795-78d8-489f-88b0-4f07ac7b9f38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17580 | 2024.10.10 06:08:32.239885 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 17581 | 2024.10.10 06:08:32.239930 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17582 | 2024.10.10 06:08:32.240062 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17583 | 2024.10.10 06:08:32.240312 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17584 | 2024.10.10 06:08:32.240348 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17585 | 2024.10.10 06:08:32.240697 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 17586 | 2024.10.10 06:08:32.241022 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Trace> oximeter.measurements_f64 (e6576095-833d-4d7c-83d8-f662f4aabd7d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17587 | 2024.10.10 06:08:32.241176 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 51.63 KiB/sec. | ||
| 17588 | 2024.10.10 06:08:32.241337 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Debug> DynamicQueryHandler: Done processing query | ||
| 17589 | 2024.10.10 06:08:32.241362 [ 3 ] {12c664bd-e079-4269-ba95-9eb10b750d80} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 17590 | 2024.10.10 06:08:32.241379 [ 3 ] {} <Debug> HTTP-Session: dd85a795-78d8-489f-88b0-4f07ac7b9f38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17591 | 2024.10.10 06:08:32.241491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36158, User-Agent: (none), Length: 5816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17592 | 2024.10.10 06:08:32.241538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17593 | 2024.10.10 06:08:32.241557 [ 3 ] {} <Debug> HTTP-Session: a6bad86f-566e-42d0-a981-825340396ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:36158 | ||
| 17594 | 2024.10.10 06:08:32.241573 [ 3 ] {} <Debug> HTTP-Session: a6bad86f-566e-42d0-a981-825340396ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17595 | 2024.10.10 06:08:32.241587 [ 3 ] {} <Debug> HTTP-Session: a6bad86f-566e-42d0-a981-825340396ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17596 | 2024.10.10 06:08:32.241617 [ 3 ] {} <Trace> HTTP-Session: a6bad86f-566e-42d0-a981-825340396ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17597 | 2024.10.10 06:08:32.241724 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17598 | 2024.10.10 06:08:32.241769 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17599 | 2024.10.10 06:08:32.241900 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17600 | 2024.10.10 06:08:32.242194 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17601 | 2024.10.10 06:08:32.242231 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.23 GiB. | ||
| 17602 | 2024.10.10 06:08:32.242588 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17603 | 2024.10.10 06:08:32.242922 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Trace> oximeter.measurements_u64 (f17714bd-ca3b-49d1-9384-9edaa393c87f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17604 | 2024.10.10 06:08:32.243078 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.00138 sec., 28985.507246376812 rows/sec., 1.73 MiB/sec. | ||
| 17605 | 2024.10.10 06:08:32.243251 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 17606 | 2024.10.10 06:08:32.243275 [ 3 ] {4a1ca272-6ee3-44a9-b946-47bcb6fc86f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 17607 | 2024.10.10 06:08:32.243292 [ 3 ] {} <Debug> HTTP-Session: a6bad86f-566e-42d0-a981-825340396ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17608 | 2024.10.10 06:08:33.077127 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17609 | 2024.10.10 06:08:33.077217 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||