| 1 | [ Jun 28 23:40:36 Enabled. ] | ||
| 2 | [ Jun 28 23:40:36 Rereading configuration. ] | ||
| 3 | [ Jun 28 23:40:39 Rereading configuration. ] | ||
| 4 | [ Jun 28 23:40:46 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 | + single_node=true | ||
| 23 | + command=() | ||
| 24 | + true | ||
| 25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 27 | [ Jun 28 23:40:47 Method "start" exited with status 0. ] | ||
| 28 | Processing configuration file 'config.xml'. | ||
| 29 | There is no file 'config.xml', will use embedded config. | ||
| 30 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 32 | 2024.06.28 23:40:47.857530 [ 1 ] {} <Information> Application: Will watch for the process with pid 25430 | ||
| 33 | 2024.06.28 23:40:47.858103 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.06.28 23:40:48.376012 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25430 | ||
| 35 | 2024.06.28 23:40:48.376747 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.06.28 23:40:48.377455 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.06.28 23:40:48.463903 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.06.28 23:40:48.543599 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.06.28 23:40:48.543673 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.06.28 23:40:48.543703 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.06.28 23:40:48.543802 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.06.28 23:40:48.544137 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.06.28 23:40:48.545627 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 44 | Processing configuration file 'config.xml'. | ||
| 45 | There is no file 'config.xml', will use embedded config. | ||
| 46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 47 | 2024.06.28 23:40:48.546110 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.06.28 23:40:48.546941 [ 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) | ||
| 49 | 2024.06.28 23:40:48.546969 [ 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) | ||
| 50 | 2024.06.28 23:40:48.546982 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.06.28 23:40:48.547158 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.06.28 23:40:48.548127 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.06.28 23:40:48.553864 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.06.28 23:40:48.554596 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.06.28 23:40:48.555921 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.06.28 23:40:48.555985 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.06.28 23:40:48.557536 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 58 | Processing configuration file 'config.xml'. | ||
| 59 | There is no file 'config.xml', will use embedded config. | ||
| 60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 61 | 2024.06.28 23:40:48.557810 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.06.28 23:40:48.562293 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.06.28 23:40:48.562564 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.06.28 23:40:48.564297 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.06.28 23:40:48.564707 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.06.28 23:40:48.565087 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.06.28 23:40:48.565489 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.06.28 23:40:48.566907 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.06.28 23:40:48.566933 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.06.28 23:40:48.567014 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.06.28 23:40:48.567176 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.06.28 23:40:48.597633 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.06.28 23:40:48.597677 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000175124 sec | ||
| 74 | 2024.06.28 23:40:48.597718 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.06.28 23:40:48.597732 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.06.28 23:40:48.598927 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.06.28 23:40:48.600032 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.06.28 23:40:48.600058 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.06.28 23:40:48.600089 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.06.28 23:40:48.600105 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.06.28 23:40:48.600117 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.06.28 23:40:48.600152 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.06.28 23:40:48.600165 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.06.28 23:40:48.600179 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.06.28 23:40:48.600213 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.06.28 23:40:48.600226 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.06.28 23:40:48.600240 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.06.28 23:40:48.600258 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.06.28 23:40:48.600290 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.06.28 23:40:48.600305 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.06.28 23:40:48.600322 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.06.28 23:40:48.600350 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.06.28 23:40:48.600364 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.06.28 23:40:48.639596 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.06.28 23:40:48.643328 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.06.28 23:40:48.643391 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.8942e-05 sec | ||
| 97 | 2024.06.28 23:40:48.643417 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.06.28 23:40:48.643449 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.06.28 23:40:48.643489 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.06.28 23:40:48.643794 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.06.28 23:40:48.643870 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.06.28 23:40:48.643896 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.06.28 23:40:48.643933 [ 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). | ||
| 104 | 2024.06.28 23:40:48.643957 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.06.28 23:40:48.676630 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
| 106 | 2024.06.28 23:40:48.888363 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
| 107 | 2024.06.28 23:40:48.888444 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.06.28 23:40:48.967891 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.06.28 23:40:48.968143 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
| 110 | 2024.06.28 23:40:48.969041 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3051e-05 sec. | ||
| 111 | 2024.06.28 23:40:48.969395 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.06.28 23:40:48.969488 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.06.28 23:40:48.969545 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.06.28 23:40:48.969588 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.06.28 23:40:49.385723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.06.28 23:40:49.385938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.06.28 23:40:49.385971 [ 3 ] {} <Debug> HTTP-Session: dd2b3aa4-59db-4818-b037-10ba04a9d383 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 118 | 2024.06.28 23:40:49.386002 [ 3 ] {} <Debug> HTTP-Session: dd2b3aa4-59db-4818-b037-10ba04a9d383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.06.28 23:40:49.386021 [ 3 ] {} <Debug> HTTP-Session: dd2b3aa4-59db-4818-b037-10ba04a9d383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.06.28 23:40:49.386106 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.06.28 23:40:49.386139 [ 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 | ||
| 122 | 2024.06.28 23:40:49.386162 [ 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 | ||
| 123 | 2024.06.28 23:40:49.386225 [ 3 ] {} <Trace> HTTP-Session: dd2b3aa4-59db-4818-b037-10ba04a9d383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.06.28 23:40:49.387295 [ 3 ] {ba716fa1-8fd3-43b6-a6f9-17c662c73336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.06.28 23:40:49.424977 [ 3 ] {ba716fa1-8fd3-43b6-a6f9-17c662c73336} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53685) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 126 | |||
| 127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 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 | ||
| 130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 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 | ||
| 134 | 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 | ||
| 135 | 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 | ||
| 136 | 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 | ||
| 137 | 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 | ||
| 138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 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 | ||
| 141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.06.28 23:40:49.425855 [ 3 ] {ba716fa1-8fd3-43b6-a6f9-17c662c73336} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 151 | |||
| 152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 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 | ||
| 155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 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 | ||
| 159 | 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 | ||
| 160 | 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 | ||
| 161 | 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 | ||
| 162 | 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 | ||
| 163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 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 | ||
| 166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.06.28 23:40:49.427261 [ 3 ] {} <Debug> HTTP-Session: dd2b3aa4-59db-4818-b037-10ba04a9d383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.06.28 23:40:49.428890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.06.28 23:40:49.428975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.06.28 23:40:49.429023 [ 3 ] {} <Debug> HTTP-Session: 9c32e71d-e220-4c55-8827-69bc472c4397 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 179 | 2024.06.28 23:40:49.429068 [ 3 ] {} <Debug> HTTP-Session: 9c32e71d-e220-4c55-8827-69bc472c4397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.06.28 23:40:49.429094 [ 3 ] {} <Debug> HTTP-Session: 9c32e71d-e220-4c55-8827-69bc472c4397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.06.28 23:40:49.429166 [ 3 ] {} <Trace> HTTP-Session: 9c32e71d-e220-4c55-8827-69bc472c4397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.06.28 23:40:49.430618 [ 3 ] {e7dc6301-d90f-43ec-b6b5-9faa43ff0410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.06.28 23:40:49.430738 [ 3 ] {e7dc6301-d90f-43ec-b6b5-9faa43ff0410} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.06.28 23:40:49.432736 [ 3 ] {e7dc6301-d90f-43ec-b6b5-9faa43ff0410} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.06.28 23:40:49.435493 [ 3 ] {e7dc6301-d90f-43ec-b6b5-9faa43ff0410} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.06.28 23:40:49.441324 [ 3 ] {e7dc6301-d90f-43ec-b6b5-9faa43ff0410} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.06.28 23:40:49.441358 [ 3 ] {e7dc6301-d90f-43ec-b6b5-9faa43ff0410} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.06.28 23:40:49.441380 [ 3 ] {} <Debug> HTTP-Session: 9c32e71d-e220-4c55-8827-69bc472c4397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.06.28 23:40:49.443077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.06.28 23:40:49.443141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.06.28 23:40:49.443170 [ 3 ] {} <Debug> HTTP-Session: fd83b902-8976-4fb3-bdab-768c5f4a7aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 192 | 2024.06.28 23:40:49.443190 [ 3 ] {} <Debug> HTTP-Session: fd83b902-8976-4fb3-bdab-768c5f4a7aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.06.28 23:40:49.443211 [ 3 ] {} <Debug> HTTP-Session: fd83b902-8976-4fb3-bdab-768c5f4a7aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.06.28 23:40:49.443255 [ 3 ] {} <Trace> HTTP-Session: fd83b902-8976-4fb3-bdab-768c5f4a7aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.06.28 23:40:49.443398 [ 3 ] {9736e0b4-a466-4e6b-b6da-2c639c27e614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.06.28 23:40:49.443701 [ 3 ] {9736e0b4-a466-4e6b-b6da-2c639c27e614} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53685) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 197 | |||
| 198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 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 | ||
| 201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 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 | ||
| 205 | 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 | ||
| 206 | 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 | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 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 | ||
| 212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.06.28 23:40:49.443840 [ 3 ] {9736e0b4-a466-4e6b-b6da-2c639c27e614} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 222 | |||
| 223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 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 | ||
| 226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 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 | ||
| 230 | 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 | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 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 | ||
| 237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.06.28 23:40:49.444005 [ 3 ] {} <Debug> HTTP-Session: fd83b902-8976-4fb3-bdab-768c5f4a7aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.06.28 23:40:49.444729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.06.28 23:40:49.444777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.06.28 23:40:49.444797 [ 3 ] {} <Debug> HTTP-Session: 3a2c46a6-6ecf-4117-bccc-b8b8808d2eb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 250 | 2024.06.28 23:40:49.444817 [ 3 ] {} <Debug> HTTP-Session: 3a2c46a6-6ecf-4117-bccc-b8b8808d2eb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.06.28 23:40:49.444833 [ 3 ] {} <Debug> HTTP-Session: 3a2c46a6-6ecf-4117-bccc-b8b8808d2eb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.06.28 23:40:49.444863 [ 3 ] {} <Trace> HTTP-Session: 3a2c46a6-6ecf-4117-bccc-b8b8808d2eb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.06.28 23:40:49.445021 [ 3 ] {d2c39094-f83b-405c-a1bf-e083699c4484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.06.28 23:40:49.445175 [ 3 ] {d2c39094-f83b-405c-a1bf-e083699c4484} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.06.28 23:40:49.445199 [ 3 ] {} <Debug> HTTP-Session: 3a2c46a6-6ecf-4117-bccc-b8b8808d2eb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.06.28 23:40:49.445309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.06.28 23:40:49.445357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.06.28 23:40:49.445379 [ 3 ] {} <Debug> HTTP-Session: e8c6c7e2-9a18-45b3-81c0-9b3bb60941d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 259 | 2024.06.28 23:40:49.445396 [ 3 ] {} <Debug> HTTP-Session: e8c6c7e2-9a18-45b3-81c0-9b3bb60941d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.06.28 23:40:49.445412 [ 3 ] {} <Debug> HTTP-Session: e8c6c7e2-9a18-45b3-81c0-9b3bb60941d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.06.28 23:40:49.445444 [ 3 ] {} <Trace> HTTP-Session: e8c6c7e2-9a18-45b3-81c0-9b3bb60941d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.06.28 23:40:49.445530 [ 3 ] {473141c0-e8a1-4ddc-bc05-2b13d4bf6f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.06.28 23:40:49.445587 [ 3 ] {473141c0-e8a1-4ddc-bc05-2b13d4bf6f89} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.06.28 23:40:49.453367 [ 3 ] {473141c0-e8a1-4ddc-bc05-2b13d4bf6f89} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.06.28 23:40:49.453406 [ 3 ] {473141c0-e8a1-4ddc-bc05-2b13d4bf6f89} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.9241e-05 sec | ||
| 266 | 2024.06.28 23:40:49.453422 [ 3 ] {473141c0-e8a1-4ddc-bc05-2b13d4bf6f89} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.06.28 23:40:49.453442 [ 3 ] {473141c0-e8a1-4ddc-bc05-2b13d4bf6f89} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.06.28 23:40:49.453469 [ 3 ] {473141c0-e8a1-4ddc-bc05-2b13d4bf6f89} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.06.28 23:40:49.453608 [ 3 ] {473141c0-e8a1-4ddc-bc05-2b13d4bf6f89} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.06.28 23:40:49.453637 [ 3 ] {} <Debug> HTTP-Session: e8c6c7e2-9a18-45b3-81c0-9b3bb60941d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.06.28 23:40:49.453789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.06.28 23:40:49.453848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.06.28 23:40:49.453872 [ 3 ] {} <Debug> HTTP-Session: aab803e8-4db0-4963-bb3c-58335c494a22 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 274 | 2024.06.28 23:40:49.453896 [ 3 ] {} <Debug> HTTP-Session: aab803e8-4db0-4963-bb3c-58335c494a22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.06.28 23:40:49.453920 [ 3 ] {} <Debug> HTTP-Session: aab803e8-4db0-4963-bb3c-58335c494a22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.06.28 23:40:49.453955 [ 3 ] {} <Trace> HTTP-Session: aab803e8-4db0-4963-bb3c-58335c494a22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.06.28 23:40:49.454091 [ 3 ] {f5d13577-8267-4558-8486-6e676de6d4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) /* The version table contains metadata about the `oximeter` database */ | ||
| 278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 279 | 2024.06.28 23:40:49.454138 [ 3 ] {f5d13577-8267-4558-8486-6e676de6d4aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.06.28 23:40:49.458296 [ 3 ] {f5d13577-8267-4558-8486-6e676de6d4aa} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.06.28 23:40:49.463553 [ 3 ] {f5d13577-8267-4558-8486-6e676de6d4aa} <Debug> oximeter.version (07324fe8-4a1a-4885-a599-4c4b6382c3f0): Loading data parts | ||
| 282 | 2024.06.28 23:40:49.464012 [ 3 ] {f5d13577-8267-4558-8486-6e676de6d4aa} <Debug> oximeter.version (07324fe8-4a1a-4885-a599-4c4b6382c3f0): There are no data parts | ||
| 283 | 2024.06.28 23:40:49.467086 [ 3 ] {f5d13577-8267-4558-8486-6e676de6d4aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.06.28 23:40:49.467112 [ 3 ] {} <Debug> HTTP-Session: aab803e8-4db0-4963-bb3c-58335c494a22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.06.28 23:40:49.467260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.06.28 23:40:49.467310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.06.28 23:40:49.467334 [ 3 ] {} <Debug> HTTP-Session: ae81a932-55e6-4cb1-b2e7-92daddd100c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 288 | 2024.06.28 23:40:49.467350 [ 3 ] {} <Debug> HTTP-Session: ae81a932-55e6-4cb1-b2e7-92daddd100c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.06.28 23:40:49.467367 [ 3 ] {} <Debug> HTTP-Session: ae81a932-55e6-4cb1-b2e7-92daddd100c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.06.28 23:40:49.467399 [ 3 ] {} <Trace> HTTP-Session: ae81a932-55e6-4cb1-b2e7-92daddd100c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.06.28 23:40:49.467587 [ 3 ] {fc1ffef2-1d0d-4c8e-9b03-a3320fd5943b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) /* The measurement tables contain all individual samples from each timeseries. | ||
| 292 | * | ||
| 293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 296 | * by all samples from the same timeseries. | ||
| 297 | * | ||
| 298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 299 | * and then uses that to index quickly into the measurements tables. | ||
| 300 | */ | ||
| 301 | 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) | ||
| 302 | 2024.06.28 23:40:49.467641 [ 3 ] {fc1ffef2-1d0d-4c8e-9b03-a3320fd5943b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.06.28 23:40:49.474948 [ 3 ] {fc1ffef2-1d0d-4c8e-9b03-a3320fd5943b} <Debug> oximeter.measurements_bool (c4d65980-4fa8-42dc-8aa6-91f7dbbd9cb2): Loading data parts | ||
| 304 | 2024.06.28 23:40:49.475174 [ 3 ] {fc1ffef2-1d0d-4c8e-9b03-a3320fd5943b} <Debug> oximeter.measurements_bool (c4d65980-4fa8-42dc-8aa6-91f7dbbd9cb2): There are no data parts | ||
| 305 | 2024.06.28 23:40:49.481500 [ 3 ] {fc1ffef2-1d0d-4c8e-9b03-a3320fd5943b} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.06.28 23:40:49.481532 [ 3 ] {} <Debug> HTTP-Session: ae81a932-55e6-4cb1-b2e7-92daddd100c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.06.28 23:40:49.481680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.06.28 23:40:49.481741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.06.28 23:40:49.481770 [ 3 ] {} <Debug> HTTP-Session: eae0ac25-863d-48d5-877b-b17a892ade48 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 310 | 2024.06.28 23:40:49.481790 [ 3 ] {} <Debug> HTTP-Session: eae0ac25-863d-48d5-877b-b17a892ade48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.06.28 23:40:49.481811 [ 3 ] {} <Debug> HTTP-Session: eae0ac25-863d-48d5-877b-b17a892ade48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.06.28 23:40:49.481851 [ 3 ] {} <Trace> HTTP-Session: eae0ac25-863d-48d5-877b-b17a892ade48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.06.28 23:40:49.482041 [ 3 ] {b5f19d0a-f9a6-4542-b7e4-a8af98da2a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 314 | 2024.06.28 23:40:49.482088 [ 3 ] {b5f19d0a-f9a6-4542-b7e4-a8af98da2a55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.06.28 23:40:49.487823 [ 3 ] {b5f19d0a-f9a6-4542-b7e4-a8af98da2a55} <Debug> oximeter.measurements_i8 (24c479b2-7f1f-4ec7-9311-fa1f94107af5): Loading data parts | ||
| 316 | 2024.06.28 23:40:49.487958 [ 3 ] {b5f19d0a-f9a6-4542-b7e4-a8af98da2a55} <Debug> oximeter.measurements_i8 (24c479b2-7f1f-4ec7-9311-fa1f94107af5): There are no data parts | ||
| 317 | 2024.06.28 23:40:49.494341 [ 3 ] {b5f19d0a-f9a6-4542-b7e4-a8af98da2a55} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.06.28 23:40:49.494384 [ 3 ] {} <Debug> HTTP-Session: eae0ac25-863d-48d5-877b-b17a892ade48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.06.28 23:40:49.494502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.06.28 23:40:49.494562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.06.28 23:40:49.494591 [ 3 ] {} <Debug> HTTP-Session: 6ddde509-e46b-4ee0-83ce-e93545c6a97a Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 322 | 2024.06.28 23:40:49.494610 [ 3 ] {} <Debug> HTTP-Session: 6ddde509-e46b-4ee0-83ce-e93545c6a97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.06.28 23:40:49.494631 [ 3 ] {} <Debug> HTTP-Session: 6ddde509-e46b-4ee0-83ce-e93545c6a97a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.06.28 23:40:49.494672 [ 3 ] {} <Trace> HTTP-Session: 6ddde509-e46b-4ee0-83ce-e93545c6a97a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.06.28 23:40:49.494877 [ 3 ] {dfe1bc43-ae4a-4a0c-b507-86c5b256e527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 326 | 2024.06.28 23:40:49.494941 [ 3 ] {dfe1bc43-ae4a-4a0c-b507-86c5b256e527} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.06.28 23:40:49.498096 [ 3 ] {dfe1bc43-ae4a-4a0c-b507-86c5b256e527} <Debug> oximeter.measurements_u8 (387c1ab7-8a72-4049-9bc3-32b72019ff7e): Loading data parts | ||
| 328 | 2024.06.28 23:40:49.498290 [ 3 ] {dfe1bc43-ae4a-4a0c-b507-86c5b256e527} <Debug> oximeter.measurements_u8 (387c1ab7-8a72-4049-9bc3-32b72019ff7e): There are no data parts | ||
| 329 | 2024.06.28 23:40:49.499907 [ 3 ] {dfe1bc43-ae4a-4a0c-b507-86c5b256e527} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.06.28 23:40:49.499932 [ 3 ] {} <Debug> HTTP-Session: 6ddde509-e46b-4ee0-83ce-e93545c6a97a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.06.28 23:40:49.500032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.06.28 23:40:49.500084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.06.28 23:40:49.500108 [ 3 ] {} <Debug> HTTP-Session: 8ef7959f-7978-43bb-b905-817d6bf2ae36 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 334 | 2024.06.28 23:40:49.500126 [ 3 ] {} <Debug> HTTP-Session: 8ef7959f-7978-43bb-b905-817d6bf2ae36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.06.28 23:40:49.500146 [ 3 ] {} <Debug> HTTP-Session: 8ef7959f-7978-43bb-b905-817d6bf2ae36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.06.28 23:40:49.500177 [ 3 ] {} <Trace> HTTP-Session: 8ef7959f-7978-43bb-b905-817d6bf2ae36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.06.28 23:40:49.500352 [ 3 ] {d5edb27d-29a3-4aac-8004-29f9b0457020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 338 | 2024.06.28 23:40:49.500399 [ 3 ] {d5edb27d-29a3-4aac-8004-29f9b0457020} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.06.28 23:40:49.510288 [ 3 ] {d5edb27d-29a3-4aac-8004-29f9b0457020} <Debug> oximeter.measurements_i16 (2af340c0-770f-425a-a8b2-4ca6685b210b): Loading data parts | ||
| 340 | 2024.06.28 23:40:49.510488 [ 3 ] {d5edb27d-29a3-4aac-8004-29f9b0457020} <Debug> oximeter.measurements_i16 (2af340c0-770f-425a-a8b2-4ca6685b210b): There are no data parts | ||
| 341 | 2024.06.28 23:40:49.515367 [ 3 ] {d5edb27d-29a3-4aac-8004-29f9b0457020} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.06.28 23:40:49.515406 [ 3 ] {} <Debug> HTTP-Session: 8ef7959f-7978-43bb-b905-817d6bf2ae36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.06.28 23:40:49.515536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.06.28 23:40:49.515596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.06.28 23:40:49.515627 [ 3 ] {} <Debug> HTTP-Session: d3cce0f9-adf8-47a3-9340-e3405ad2c5bb Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 346 | 2024.06.28 23:40:49.515647 [ 3 ] {} <Debug> HTTP-Session: d3cce0f9-adf8-47a3-9340-e3405ad2c5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.06.28 23:40:49.515667 [ 3 ] {} <Debug> HTTP-Session: d3cce0f9-adf8-47a3-9340-e3405ad2c5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.06.28 23:40:49.515708 [ 3 ] {} <Trace> HTTP-Session: d3cce0f9-adf8-47a3-9340-e3405ad2c5bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.06.28 23:40:49.515915 [ 3 ] {35c24173-2d6b-4572-b611-b40e572be8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 350 | 2024.06.28 23:40:49.515976 [ 3 ] {35c24173-2d6b-4572-b611-b40e572be8f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.06.28 23:40:49.520419 [ 3 ] {35c24173-2d6b-4572-b611-b40e572be8f9} <Debug> oximeter.measurements_u16 (a4f5d802-4660-4a36-b892-09ba681609da): Loading data parts | ||
| 352 | 2024.06.28 23:40:49.520549 [ 3 ] {35c24173-2d6b-4572-b611-b40e572be8f9} <Debug> oximeter.measurements_u16 (a4f5d802-4660-4a36-b892-09ba681609da): There are no data parts | ||
| 353 | 2024.06.28 23:40:49.527321 [ 3 ] {35c24173-2d6b-4572-b611-b40e572be8f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.06.28 23:40:49.527367 [ 3 ] {} <Debug> HTTP-Session: d3cce0f9-adf8-47a3-9340-e3405ad2c5bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.06.28 23:40:49.527502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.06.28 23:40:49.527563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.06.28 23:40:49.527591 [ 3 ] {} <Debug> HTTP-Session: 7540c095-c923-456d-a55f-a3b7ec58821b Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 358 | 2024.06.28 23:40:49.527620 [ 3 ] {} <Debug> HTTP-Session: 7540c095-c923-456d-a55f-a3b7ec58821b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.06.28 23:40:49.527636 [ 3 ] {} <Debug> HTTP-Session: 7540c095-c923-456d-a55f-a3b7ec58821b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.06.28 23:40:49.527675 [ 3 ] {} <Trace> HTTP-Session: 7540c095-c923-456d-a55f-a3b7ec58821b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.06.28 23:40:49.527890 [ 3 ] {8e2fb6e9-ed74-4467-b99f-8e1b09823c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 362 | 2024.06.28 23:40:49.527949 [ 3 ] {8e2fb6e9-ed74-4467-b99f-8e1b09823c27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.06.28 23:40:49.533192 [ 3 ] {8e2fb6e9-ed74-4467-b99f-8e1b09823c27} <Debug> oximeter.measurements_i32 (464bd3ea-a996-46ae-b8a0-b00fc36b2158): Loading data parts | ||
| 364 | 2024.06.28 23:40:49.533374 [ 3 ] {8e2fb6e9-ed74-4467-b99f-8e1b09823c27} <Debug> oximeter.measurements_i32 (464bd3ea-a996-46ae-b8a0-b00fc36b2158): There are no data parts | ||
| 365 | 2024.06.28 23:40:49.538946 [ 3 ] {8e2fb6e9-ed74-4467-b99f-8e1b09823c27} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.06.28 23:40:49.538977 [ 3 ] {} <Debug> HTTP-Session: 7540c095-c923-456d-a55f-a3b7ec58821b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.06.28 23:40:49.539089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.06.28 23:40:49.539140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.06.28 23:40:49.539168 [ 3 ] {} <Debug> HTTP-Session: 33e280bf-5b14-482d-b87d-8ed9c1c85f10 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 370 | 2024.06.28 23:40:49.539183 [ 3 ] {} <Debug> HTTP-Session: 33e280bf-5b14-482d-b87d-8ed9c1c85f10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.06.28 23:40:49.539200 [ 3 ] {} <Debug> HTTP-Session: 33e280bf-5b14-482d-b87d-8ed9c1c85f10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.06.28 23:40:49.539233 [ 3 ] {} <Trace> HTTP-Session: 33e280bf-5b14-482d-b87d-8ed9c1c85f10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.06.28 23:40:49.539405 [ 3 ] {a3cc809a-2d7f-4c1e-b998-03435af4de87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 374 | 2024.06.28 23:40:49.539454 [ 3 ] {a3cc809a-2d7f-4c1e-b998-03435af4de87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.06.28 23:40:49.543312 [ 3 ] {a3cc809a-2d7f-4c1e-b998-03435af4de87} <Debug> oximeter.measurements_u32 (f1ef9201-d162-4946-a057-78f2d919675b): Loading data parts | ||
| 376 | 2024.06.28 23:40:49.543514 [ 3 ] {a3cc809a-2d7f-4c1e-b998-03435af4de87} <Debug> oximeter.measurements_u32 (f1ef9201-d162-4946-a057-78f2d919675b): There are no data parts | ||
| 377 | 2024.06.28 23:40:49.549818 [ 3 ] {a3cc809a-2d7f-4c1e-b998-03435af4de87} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.06.28 23:40:49.549879 [ 3 ] {} <Debug> HTTP-Session: 33e280bf-5b14-482d-b87d-8ed9c1c85f10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.06.28 23:40:49.550038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.06.28 23:40:49.550090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.06.28 23:40:49.550114 [ 3 ] {} <Debug> HTTP-Session: a22a27a4-cddf-44b5-8beb-150e08710a05 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 382 | 2024.06.28 23:40:49.550134 [ 3 ] {} <Debug> HTTP-Session: a22a27a4-cddf-44b5-8beb-150e08710a05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.06.28 23:40:49.550149 [ 3 ] {} <Debug> HTTP-Session: a22a27a4-cddf-44b5-8beb-150e08710a05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.06.28 23:40:49.550181 [ 3 ] {} <Trace> HTTP-Session: a22a27a4-cddf-44b5-8beb-150e08710a05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.06.28 23:40:49.550352 [ 3 ] {f2043490-7c09-4fdb-9103-1f0cdf2aeb51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 386 | 2024.06.28 23:40:49.550405 [ 3 ] {f2043490-7c09-4fdb-9103-1f0cdf2aeb51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.06.28 23:40:49.555602 [ 3 ] {f2043490-7c09-4fdb-9103-1f0cdf2aeb51} <Debug> oximeter.measurements_i64 (fc4958f0-ed60-4630-86bc-7f05b679d08e): Loading data parts | ||
| 388 | 2024.06.28 23:40:49.555817 [ 3 ] {f2043490-7c09-4fdb-9103-1f0cdf2aeb51} <Debug> oximeter.measurements_i64 (fc4958f0-ed60-4630-86bc-7f05b679d08e): There are no data parts | ||
| 389 | 2024.06.28 23:40:49.562350 [ 3 ] {f2043490-7c09-4fdb-9103-1f0cdf2aeb51} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.06.28 23:40:49.562382 [ 3 ] {} <Debug> HTTP-Session: a22a27a4-cddf-44b5-8beb-150e08710a05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.06.28 23:40:49.562492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.06.28 23:40:49.562549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.06.28 23:40:49.562568 [ 3 ] {} <Debug> HTTP-Session: 7e4af263-15f4-4b94-9268-75d67f6e8b46 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 394 | 2024.06.28 23:40:49.562588 [ 3 ] {} <Debug> HTTP-Session: 7e4af263-15f4-4b94-9268-75d67f6e8b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.06.28 23:40:49.562602 [ 3 ] {} <Debug> HTTP-Session: 7e4af263-15f4-4b94-9268-75d67f6e8b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.06.28 23:40:49.562636 [ 3 ] {} <Trace> HTTP-Session: 7e4af263-15f4-4b94-9268-75d67f6e8b46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.06.28 23:40:49.562809 [ 3 ] {55c1152d-67ca-42f7-a8e8-9f87d76a6b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 398 | 2024.06.28 23:40:49.562858 [ 3 ] {55c1152d-67ca-42f7-a8e8-9f87d76a6b84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.06.28 23:40:49.566035 [ 3 ] {55c1152d-67ca-42f7-a8e8-9f87d76a6b84} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Loading data parts | ||
| 400 | 2024.06.28 23:40:49.566219 [ 3 ] {55c1152d-67ca-42f7-a8e8-9f87d76a6b84} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): There are no data parts | ||
| 401 | 2024.06.28 23:40:49.578796 [ 3 ] {55c1152d-67ca-42f7-a8e8-9f87d76a6b84} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.06.28 23:40:49.578859 [ 3 ] {} <Debug> HTTP-Session: 7e4af263-15f4-4b94-9268-75d67f6e8b46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.06.28 23:40:49.579062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.06.28 23:40:49.579109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.06.28 23:40:49.579134 [ 3 ] {} <Debug> HTTP-Session: 311ba061-ace7-4e57-8390-ce58cabebb31 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 406 | 2024.06.28 23:40:49.579163 [ 3 ] {} <Debug> HTTP-Session: 311ba061-ace7-4e57-8390-ce58cabebb31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.06.28 23:40:49.579176 [ 3 ] {} <Debug> HTTP-Session: 311ba061-ace7-4e57-8390-ce58cabebb31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.06.28 23:40:49.579209 [ 3 ] {} <Trace> HTTP-Session: 311ba061-ace7-4e57-8390-ce58cabebb31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.06.28 23:40:49.579381 [ 3 ] {75f352ec-fb14-41c8-999c-81824b8537eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 410 | 2024.06.28 23:40:49.579435 [ 3 ] {75f352ec-fb14-41c8-999c-81824b8537eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.06.28 23:40:49.598990 [ 3 ] {75f352ec-fb14-41c8-999c-81824b8537eb} <Debug> oximeter.measurements_f32 (1b896739-3f29-4978-8b88-d189ca7b7cf4): Loading data parts | ||
| 412 | 2024.06.28 23:40:49.599183 [ 3 ] {75f352ec-fb14-41c8-999c-81824b8537eb} <Debug> oximeter.measurements_f32 (1b896739-3f29-4978-8b88-d189ca7b7cf4): There are no data parts | ||
| 413 | 2024.06.28 23:40:49.604535 [ 3 ] {75f352ec-fb14-41c8-999c-81824b8537eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.06.28 23:40:49.604561 [ 3 ] {} <Debug> HTTP-Session: 311ba061-ace7-4e57-8390-ce58cabebb31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.06.28 23:40:49.604687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.06.28 23:40:49.604748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.06.28 23:40:49.604767 [ 3 ] {} <Debug> HTTP-Session: 03cb82b0-6883-4c16-bdb1-712073bceb77 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 418 | 2024.06.28 23:40:49.604788 [ 3 ] {} <Debug> HTTP-Session: 03cb82b0-6883-4c16-bdb1-712073bceb77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.06.28 23:40:49.604805 [ 3 ] {} <Debug> HTTP-Session: 03cb82b0-6883-4c16-bdb1-712073bceb77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.06.28 23:40:49.604836 [ 3 ] {} <Trace> HTTP-Session: 03cb82b0-6883-4c16-bdb1-712073bceb77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.06.28 23:40:49.605015 [ 3 ] {5eac4d11-e985-4274-948a-1dfd2e0ba801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 422 | 2024.06.28 23:40:49.605068 [ 3 ] {5eac4d11-e985-4274-948a-1dfd2e0ba801} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.06.28 23:40:49.614876 [ 3 ] {5eac4d11-e985-4274-948a-1dfd2e0ba801} <Debug> oximeter.measurements_f64 (1f7e7c0d-d4c2-4a9d-88a8-c9755d4d4bee): Loading data parts | ||
| 424 | 2024.06.28 23:40:49.615068 [ 3 ] {5eac4d11-e985-4274-948a-1dfd2e0ba801} <Debug> oximeter.measurements_f64 (1f7e7c0d-d4c2-4a9d-88a8-c9755d4d4bee): There are no data parts | ||
| 425 | 2024.06.28 23:40:49.627885 [ 3 ] {5eac4d11-e985-4274-948a-1dfd2e0ba801} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.06.28 23:40:49.627946 [ 3 ] {} <Debug> HTTP-Session: 03cb82b0-6883-4c16-bdb1-712073bceb77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.06.28 23:40:49.628105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.06.28 23:40:49.628158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.06.28 23:40:49.628177 [ 3 ] {} <Debug> HTTP-Session: 58d2681f-44e2-4a32-b1bd-77205c65d0de Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 430 | 2024.06.28 23:40:49.628198 [ 3 ] {} <Debug> HTTP-Session: 58d2681f-44e2-4a32-b1bd-77205c65d0de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.06.28 23:40:49.628211 [ 3 ] {} <Debug> HTTP-Session: 58d2681f-44e2-4a32-b1bd-77205c65d0de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.06.28 23:40:49.628244 [ 3 ] {} <Trace> HTTP-Session: 58d2681f-44e2-4a32-b1bd-77205c65d0de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.06.28 23:40:49.628416 [ 3 ] {e144b06a-872c-4658-82ac-21b5721c1e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 434 | 2024.06.28 23:40:49.628469 [ 3 ] {e144b06a-872c-4658-82ac-21b5721c1e5b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.06.28 23:40:49.646848 [ 3 ] {e144b06a-872c-4658-82ac-21b5721c1e5b} <Debug> oximeter.measurements_string (e6a918c3-7f54-4e51-900a-fee925543a65): Loading data parts | ||
| 436 | 2024.06.28 23:40:49.647022 [ 3 ] {e144b06a-872c-4658-82ac-21b5721c1e5b} <Debug> oximeter.measurements_string (e6a918c3-7f54-4e51-900a-fee925543a65): There are no data parts | ||
| 437 | 2024.06.28 23:40:49.661658 [ 3 ] {e144b06a-872c-4658-82ac-21b5721c1e5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.06.28 23:40:49.661688 [ 3 ] {} <Debug> HTTP-Session: 58d2681f-44e2-4a32-b1bd-77205c65d0de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.06.28 23:40:49.661826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.06.28 23:40:49.661887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.06.28 23:40:49.661911 [ 3 ] {} <Debug> HTTP-Session: 34ccfc59-cd74-4f12-bbc8-3123b50ae7d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 442 | 2024.06.28 23:40:49.661936 [ 3 ] {} <Debug> HTTP-Session: 34ccfc59-cd74-4f12-bbc8-3123b50ae7d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.06.28 23:40:49.661957 [ 3 ] {} <Debug> HTTP-Session: 34ccfc59-cd74-4f12-bbc8-3123b50ae7d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.06.28 23:40:49.661987 [ 3 ] {} <Trace> HTTP-Session: 34ccfc59-cd74-4f12-bbc8-3123b50ae7d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.06.28 23:40:49.662159 [ 3 ] {e1f5dceb-5487-463a-a316-e57f8658906e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.06.28 23:40:49.662214 [ 3 ] {e1f5dceb-5487-463a-a316-e57f8658906e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.06.28 23:40:49.673999 [ 3 ] {e1f5dceb-5487-463a-a316-e57f8658906e} <Debug> oximeter.measurements_bytes (81b1a48e-eff0-4be1-8dcb-a30a8db189d5): Loading data parts | ||
| 455 | 2024.06.28 23:40:49.674207 [ 3 ] {e1f5dceb-5487-463a-a316-e57f8658906e} <Debug> oximeter.measurements_bytes (81b1a48e-eff0-4be1-8dcb-a30a8db189d5): There are no data parts | ||
| 456 | 2024.06.28 23:40:49.678772 [ 3 ] {e1f5dceb-5487-463a-a316-e57f8658906e} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.06.28 23:40:49.678801 [ 3 ] {} <Debug> HTTP-Session: 34ccfc59-cd74-4f12-bbc8-3123b50ae7d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.06.28 23:40:49.678937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.06.28 23:40:49.678992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.06.28 23:40:49.679016 [ 3 ] {} <Debug> HTTP-Session: 534bc966-fb28-44f5-8941-17fb2a40a42b Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 461 | 2024.06.28 23:40:49.679032 [ 3 ] {} <Debug> HTTP-Session: 534bc966-fb28-44f5-8941-17fb2a40a42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.06.28 23:40:49.679049 [ 3 ] {} <Debug> HTTP-Session: 534bc966-fb28-44f5-8941-17fb2a40a42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.06.28 23:40:49.679078 [ 3 ] {} <Trace> HTTP-Session: 534bc966-fb28-44f5-8941-17fb2a40a42b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.06.28 23:40:49.679262 [ 3 ] {2226de23-bcb5-4bf0-b1e0-cfd6d121423c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 465 | 2024.06.28 23:40:49.679312 [ 3 ] {2226de23-bcb5-4bf0-b1e0-cfd6d121423c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.06.28 23:40:49.684638 [ 3 ] {2226de23-bcb5-4bf0-b1e0-cfd6d121423c} <Debug> oximeter.measurements_cumulativei64 (7a7301de-2834-4b2f-b5d2-8cf19b94c37e): Loading data parts | ||
| 467 | 2024.06.28 23:40:49.684800 [ 3 ] {2226de23-bcb5-4bf0-b1e0-cfd6d121423c} <Debug> oximeter.measurements_cumulativei64 (7a7301de-2834-4b2f-b5d2-8cf19b94c37e): There are no data parts | ||
| 468 | 2024.06.28 23:40:49.691184 [ 3 ] {2226de23-bcb5-4bf0-b1e0-cfd6d121423c} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.06.28 23:40:49.691214 [ 3 ] {} <Debug> HTTP-Session: 534bc966-fb28-44f5-8941-17fb2a40a42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.06.28 23:40:49.691322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.06.28 23:40:49.691378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.06.28 23:40:49.691397 [ 3 ] {} <Debug> HTTP-Session: a4267166-0269-45e4-b05e-e20e208c4392 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 473 | 2024.06.28 23:40:49.691416 [ 3 ] {} <Debug> HTTP-Session: a4267166-0269-45e4-b05e-e20e208c4392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.06.28 23:40:49.691430 [ 3 ] {} <Debug> HTTP-Session: a4267166-0269-45e4-b05e-e20e208c4392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.06.28 23:40:49.691463 [ 3 ] {} <Trace> HTTP-Session: a4267166-0269-45e4-b05e-e20e208c4392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.06.28 23:40:49.691643 [ 3 ] {d6da1af3-dd30-40e8-b6e1-8719737a0fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 477 | 2024.06.28 23:40:49.691696 [ 3 ] {d6da1af3-dd30-40e8-b6e1-8719737a0fc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.06.28 23:40:49.697520 [ 3 ] {d6da1af3-dd30-40e8-b6e1-8719737a0fc7} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Loading data parts | ||
| 479 | 2024.06.28 23:40:49.697740 [ 3 ] {d6da1af3-dd30-40e8-b6e1-8719737a0fc7} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): There are no data parts | ||
| 480 | 2024.06.28 23:40:49.703262 [ 3 ] {d6da1af3-dd30-40e8-b6e1-8719737a0fc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.06.28 23:40:49.703292 [ 3 ] {} <Debug> HTTP-Session: a4267166-0269-45e4-b05e-e20e208c4392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.06.28 23:40:49.703416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.06.28 23:40:49.703478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.06.28 23:40:49.703501 [ 3 ] {} <Debug> HTTP-Session: e048e2ef-6cd7-493c-8056-2e02be413bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 485 | 2024.06.28 23:40:49.703527 [ 3 ] {} <Debug> HTTP-Session: e048e2ef-6cd7-493c-8056-2e02be413bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.06.28 23:40:49.703549 [ 3 ] {} <Debug> HTTP-Session: e048e2ef-6cd7-493c-8056-2e02be413bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.06.28 23:40:49.703586 [ 3 ] {} <Trace> HTTP-Session: e048e2ef-6cd7-493c-8056-2e02be413bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.06.28 23:40:49.703809 [ 3 ] {e43776c8-eeb0-4311-a086-c02401e52f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 489 | 2024.06.28 23:40:49.703879 [ 3 ] {e43776c8-eeb0-4311-a086-c02401e52f63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.06.28 23:40:49.708338 [ 3 ] {e43776c8-eeb0-4311-a086-c02401e52f63} <Debug> oximeter.measurements_cumulativef32 (42a9e76a-d0a9-4a73-8d16-e29062232f2d): Loading data parts | ||
| 491 | 2024.06.28 23:40:49.708505 [ 3 ] {e43776c8-eeb0-4311-a086-c02401e52f63} <Debug> oximeter.measurements_cumulativef32 (42a9e76a-d0a9-4a73-8d16-e29062232f2d): There are no data parts | ||
| 492 | 2024.06.28 23:40:49.713927 [ 3 ] {e43776c8-eeb0-4311-a086-c02401e52f63} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.06.28 23:40:49.713960 [ 3 ] {} <Debug> HTTP-Session: e048e2ef-6cd7-493c-8056-2e02be413bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.06.28 23:40:49.714055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.06.28 23:40:49.714108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.06.28 23:40:49.714132 [ 3 ] {} <Debug> HTTP-Session: b1004d2e-3647-4536-ad7f-3086b690fb84 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 497 | 2024.06.28 23:40:49.714156 [ 3 ] {} <Debug> HTTP-Session: b1004d2e-3647-4536-ad7f-3086b690fb84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.06.28 23:40:49.714170 [ 3 ] {} <Debug> HTTP-Session: b1004d2e-3647-4536-ad7f-3086b690fb84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.06.28 23:40:49.714203 [ 3 ] {} <Trace> HTTP-Session: b1004d2e-3647-4536-ad7f-3086b690fb84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.06.28 23:40:49.714395 [ 3 ] {5d93e650-bff1-4251-92d5-1349b136276a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 501 | 2024.06.28 23:40:49.714449 [ 3 ] {5d93e650-bff1-4251-92d5-1349b136276a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.06.28 23:40:49.720715 [ 3 ] {5d93e650-bff1-4251-92d5-1349b136276a} <Debug> oximeter.measurements_cumulativef64 (5edde498-2955-49f1-a634-ae61399fd5cf): Loading data parts | ||
| 503 | 2024.06.28 23:40:49.720886 [ 3 ] {5d93e650-bff1-4251-92d5-1349b136276a} <Debug> oximeter.measurements_cumulativef64 (5edde498-2955-49f1-a634-ae61399fd5cf): There are no data parts | ||
| 504 | 2024.06.28 23:40:49.729375 [ 3 ] {5d93e650-bff1-4251-92d5-1349b136276a} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.06.28 23:40:49.729401 [ 3 ] {} <Debug> HTTP-Session: b1004d2e-3647-4536-ad7f-3086b690fb84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.06.28 23:40:49.729531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.06.28 23:40:49.729585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.06.28 23:40:49.729603 [ 3 ] {} <Debug> HTTP-Session: b94bfe57-789e-4856-a9a8-21548472b65b Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 509 | 2024.06.28 23:40:49.729624 [ 3 ] {} <Debug> HTTP-Session: b94bfe57-789e-4856-a9a8-21548472b65b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.06.28 23:40:49.729642 [ 3 ] {} <Debug> HTTP-Session: b94bfe57-789e-4856-a9a8-21548472b65b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.06.28 23:40:49.729672 [ 3 ] {} <Trace> HTTP-Session: b94bfe57-789e-4856-a9a8-21548472b65b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.06.28 23:40:49.729919 [ 3 ] {d7a6e979-ffcf-4c18-9a18-c8ea74c75748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 513 | * NOTE: Array types cannot be Nullable, see | ||
| 514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 515 | * for more details. | ||
| 516 | * | ||
| 517 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 518 | * is unfortunate, and at this point relies on the fact that an | ||
| 519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 520 | * to figure out another way to represent missing samples here. | ||
| 521 | */ | ||
| 522 | 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) | ||
| 523 | 2024.06.28 23:40:49.729983 [ 3 ] {d7a6e979-ffcf-4c18-9a18-c8ea74c75748} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.06.28 23:40:49.733668 [ 3 ] {d7a6e979-ffcf-4c18-9a18-c8ea74c75748} <Debug> oximeter.measurements_histogrami8 (44bd33c4-e2d3-4f02-ae71-aee27de45591): Loading data parts | ||
| 525 | 2024.06.28 23:40:49.733851 [ 3 ] {d7a6e979-ffcf-4c18-9a18-c8ea74c75748} <Debug> oximeter.measurements_histogrami8 (44bd33c4-e2d3-4f02-ae71-aee27de45591): There are no data parts | ||
| 526 | 2024.06.28 23:40:49.735739 [ 3 ] {d7a6e979-ffcf-4c18-9a18-c8ea74c75748} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.06.28 23:40:49.735772 [ 3 ] {} <Debug> HTTP-Session: b94bfe57-789e-4856-a9a8-21548472b65b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.06.28 23:40:49.735894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.06.28 23:40:49.735940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.06.28 23:40:49.735966 [ 3 ] {} <Debug> HTTP-Session: c6c4b92c-e4c1-4da5-a794-411c713317f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 531 | 2024.06.28 23:40:49.735986 [ 3 ] {} <Debug> HTTP-Session: c6c4b92c-e4c1-4da5-a794-411c713317f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.06.28 23:40:49.736000 [ 3 ] {} <Debug> HTTP-Session: c6c4b92c-e4c1-4da5-a794-411c713317f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.06.28 23:40:49.736033 [ 3 ] {} <Trace> HTTP-Session: c6c4b92c-e4c1-4da5-a794-411c713317f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.06.28 23:40:49.736279 [ 3 ] {755b28b8-c02e-407d-a343-3e8d30b53576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 535 | 2024.06.28 23:40:49.736343 [ 3 ] {755b28b8-c02e-407d-a343-3e8d30b53576} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.06.28 23:40:49.746044 [ 3 ] {755b28b8-c02e-407d-a343-3e8d30b53576} <Debug> oximeter.measurements_histogramu8 (8a8b47a0-924f-4e57-a121-549aa9cbef75): Loading data parts | ||
| 537 | 2024.06.28 23:40:49.746232 [ 3 ] {755b28b8-c02e-407d-a343-3e8d30b53576} <Debug> oximeter.measurements_histogramu8 (8a8b47a0-924f-4e57-a121-549aa9cbef75): There are no data parts | ||
| 538 | 2024.06.28 23:40:49.768667 [ 3 ] {755b28b8-c02e-407d-a343-3e8d30b53576} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.06.28 23:40:49.768694 [ 3 ] {} <Debug> HTTP-Session: c6c4b92c-e4c1-4da5-a794-411c713317f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.06.28 23:40:49.768829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.06.28 23:40:49.768891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.06.28 23:40:49.768910 [ 3 ] {} <Debug> HTTP-Session: 5c81ffa8-894e-4162-8161-f97d2e21a22a Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 543 | 2024.06.28 23:40:49.768931 [ 3 ] {} <Debug> HTTP-Session: 5c81ffa8-894e-4162-8161-f97d2e21a22a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.06.28 23:40:49.768946 [ 3 ] {} <Debug> HTTP-Session: 5c81ffa8-894e-4162-8161-f97d2e21a22a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.06.28 23:40:49.768982 [ 3 ] {} <Trace> HTTP-Session: 5c81ffa8-894e-4162-8161-f97d2e21a22a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.06.28 23:40:49.769229 [ 3 ] {0af1257c-e5e1-4f62-8f40-237e32f0a348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 547 | 2024.06.28 23:40:49.769296 [ 3 ] {0af1257c-e5e1-4f62-8f40-237e32f0a348} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.06.28 23:40:49.778659 [ 3 ] {0af1257c-e5e1-4f62-8f40-237e32f0a348} <Debug> oximeter.measurements_histogrami16 (39f32029-2815-458e-a53b-b2a159097821): Loading data parts | ||
| 549 | 2024.06.28 23:40:49.778842 [ 3 ] {0af1257c-e5e1-4f62-8f40-237e32f0a348} <Debug> oximeter.measurements_histogrami16 (39f32029-2815-458e-a53b-b2a159097821): There are no data parts | ||
| 550 | 2024.06.28 23:40:49.791372 [ 3 ] {0af1257c-e5e1-4f62-8f40-237e32f0a348} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.06.28 23:40:49.791406 [ 3 ] {} <Debug> HTTP-Session: 5c81ffa8-894e-4162-8161-f97d2e21a22a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.06.28 23:40:49.791560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.06.28 23:40:49.791607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.06.28 23:40:49.791632 [ 3 ] {} <Debug> HTTP-Session: 44dba453-ab0e-41af-bc2a-9a78c9666407 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 555 | 2024.06.28 23:40:49.791653 [ 3 ] {} <Debug> HTTP-Session: 44dba453-ab0e-41af-bc2a-9a78c9666407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.06.28 23:40:49.791667 [ 3 ] {} <Debug> HTTP-Session: 44dba453-ab0e-41af-bc2a-9a78c9666407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.06.28 23:40:49.791702 [ 3 ] {} <Trace> HTTP-Session: 44dba453-ab0e-41af-bc2a-9a78c9666407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.06.28 23:40:49.791956 [ 3 ] {b712c912-56ce-4197-915e-196c92218e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 559 | 2024.06.28 23:40:49.792035 [ 3 ] {b712c912-56ce-4197-915e-196c92218e93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.06.28 23:40:49.797767 [ 3 ] {b712c912-56ce-4197-915e-196c92218e93} <Debug> oximeter.measurements_histogramu16 (33514ee1-d613-4102-80c7-e59a3b5319d5): Loading data parts | ||
| 561 | 2024.06.28 23:40:49.797993 [ 3 ] {b712c912-56ce-4197-915e-196c92218e93} <Debug> oximeter.measurements_histogramu16 (33514ee1-d613-4102-80c7-e59a3b5319d5): There are no data parts | ||
| 562 | 2024.06.28 23:40:49.802361 [ 3 ] {b712c912-56ce-4197-915e-196c92218e93} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.06.28 23:40:49.802410 [ 3 ] {} <Debug> HTTP-Session: 44dba453-ab0e-41af-bc2a-9a78c9666407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.06.28 23:40:49.802610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.06.28 23:40:49.802716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.06.28 23:40:49.802753 [ 3 ] {} <Debug> HTTP-Session: 942630db-2e12-4c82-a8e7-f51f0b16e297 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 567 | 2024.06.28 23:40:49.802797 [ 3 ] {} <Debug> HTTP-Session: 942630db-2e12-4c82-a8e7-f51f0b16e297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.06.28 23:40:49.802833 [ 3 ] {} <Debug> HTTP-Session: 942630db-2e12-4c82-a8e7-f51f0b16e297 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.06.28 23:40:49.802894 [ 3 ] {} <Trace> HTTP-Session: 942630db-2e12-4c82-a8e7-f51f0b16e297 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.06.28 23:40:49.803416 [ 3 ] {94870b56-8cd9-4cb2-941b-b3366917c0df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 571 | 2024.06.28 23:40:49.803497 [ 3 ] {94870b56-8cd9-4cb2-941b-b3366917c0df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.06.28 23:40:49.807357 [ 3 ] {94870b56-8cd9-4cb2-941b-b3366917c0df} <Debug> oximeter.measurements_histogrami32 (b44a3f75-44f4-4fd3-a867-59af0626a4d0): Loading data parts | ||
| 573 | 2024.06.28 23:40:49.807540 [ 3 ] {94870b56-8cd9-4cb2-941b-b3366917c0df} <Debug> oximeter.measurements_histogrami32 (b44a3f75-44f4-4fd3-a867-59af0626a4d0): There are no data parts | ||
| 574 | 2024.06.28 23:40:49.814605 [ 3 ] {94870b56-8cd9-4cb2-941b-b3366917c0df} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.06.28 23:40:49.814636 [ 3 ] {} <Debug> HTTP-Session: 942630db-2e12-4c82-a8e7-f51f0b16e297 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.06.28 23:40:49.814776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.06.28 23:40:49.814840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.06.28 23:40:49.814863 [ 3 ] {} <Debug> HTTP-Session: f0fbb146-a46e-48b3-aab1-0f8601dc82db Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 579 | 2024.06.28 23:40:49.814897 [ 3 ] {} <Debug> HTTP-Session: f0fbb146-a46e-48b3-aab1-0f8601dc82db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.06.28 23:40:49.814914 [ 3 ] {} <Debug> HTTP-Session: f0fbb146-a46e-48b3-aab1-0f8601dc82db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.06.28 23:40:49.814958 [ 3 ] {} <Trace> HTTP-Session: f0fbb146-a46e-48b3-aab1-0f8601dc82db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.06.28 23:40:49.815208 [ 3 ] {88c787d5-1e69-48fa-94ea-b11dd95e9123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 583 | 2024.06.28 23:40:49.815275 [ 3 ] {88c787d5-1e69-48fa-94ea-b11dd95e9123} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.06.28 23:40:49.822204 [ 3 ] {88c787d5-1e69-48fa-94ea-b11dd95e9123} <Debug> oximeter.measurements_histogramu32 (feef2c57-b945-4cd6-9bc4-09b0227d05b8): Loading data parts | ||
| 585 | 2024.06.28 23:40:49.822371 [ 3 ] {88c787d5-1e69-48fa-94ea-b11dd95e9123} <Debug> oximeter.measurements_histogramu32 (feef2c57-b945-4cd6-9bc4-09b0227d05b8): There are no data parts | ||
| 586 | 2024.06.28 23:40:49.825630 [ 3 ] {88c787d5-1e69-48fa-94ea-b11dd95e9123} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.06.28 23:40:49.825682 [ 3 ] {} <Debug> HTTP-Session: f0fbb146-a46e-48b3-aab1-0f8601dc82db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.06.28 23:40:49.825883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.06.28 23:40:49.825991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.06.28 23:40:49.826021 [ 3 ] {} <Debug> HTTP-Session: 0d55d3cf-99a3-47fb-bb1e-4e8b7197e5cb Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 591 | 2024.06.28 23:40:49.826043 [ 3 ] {} <Debug> HTTP-Session: 0d55d3cf-99a3-47fb-bb1e-4e8b7197e5cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.06.28 23:40:49.826063 [ 3 ] {} <Debug> HTTP-Session: 0d55d3cf-99a3-47fb-bb1e-4e8b7197e5cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.06.28 23:40:49.826093 [ 3 ] {} <Trace> HTTP-Session: 0d55d3cf-99a3-47fb-bb1e-4e8b7197e5cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.06.28 23:40:49.826341 [ 3 ] {5c840c18-cd28-45b4-8add-aeb2b52e20f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 595 | 2024.06.28 23:40:49.826406 [ 3 ] {5c840c18-cd28-45b4-8add-aeb2b52e20f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.06.28 23:40:49.828479 [ 3 ] {5c840c18-cd28-45b4-8add-aeb2b52e20f6} <Debug> oximeter.measurements_histogrami64 (70227b7e-d779-4dad-a3a5-6d402eba787e): Loading data parts | ||
| 597 | 2024.06.28 23:40:49.828648 [ 3 ] {5c840c18-cd28-45b4-8add-aeb2b52e20f6} <Debug> oximeter.measurements_histogrami64 (70227b7e-d779-4dad-a3a5-6d402eba787e): There are no data parts | ||
| 598 | 2024.06.28 23:40:49.837821 [ 3 ] {5c840c18-cd28-45b4-8add-aeb2b52e20f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.06.28 23:40:49.837852 [ 3 ] {} <Debug> HTTP-Session: 0d55d3cf-99a3-47fb-bb1e-4e8b7197e5cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.06.28 23:40:49.838139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.06.28 23:40:49.838200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.06.28 23:40:49.838229 [ 3 ] {} <Debug> HTTP-Session: 7954fc32-8436-4785-88cf-f6f35abbd915 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 603 | 2024.06.28 23:40:49.838245 [ 3 ] {} <Debug> HTTP-Session: 7954fc32-8436-4785-88cf-f6f35abbd915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.06.28 23:40:49.838265 [ 3 ] {} <Debug> HTTP-Session: 7954fc32-8436-4785-88cf-f6f35abbd915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.06.28 23:40:49.838296 [ 3 ] {} <Trace> HTTP-Session: 7954fc32-8436-4785-88cf-f6f35abbd915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.06.28 23:40:49.838561 [ 3 ] {e14aceef-9f09-4a5e-bd86-595e5c338fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 607 | 2024.06.28 23:40:49.838634 [ 3 ] {e14aceef-9f09-4a5e-bd86-595e5c338fcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.06.28 23:40:49.845057 [ 3 ] {e14aceef-9f09-4a5e-bd86-595e5c338fcc} <Debug> oximeter.measurements_histogramu64 (fd12dfd9-c542-4327-afe6-b431344e0f10): Loading data parts | ||
| 609 | 2024.06.28 23:40:49.845262 [ 3 ] {e14aceef-9f09-4a5e-bd86-595e5c338fcc} <Debug> oximeter.measurements_histogramu64 (fd12dfd9-c542-4327-afe6-b431344e0f10): There are no data parts | ||
| 610 | 2024.06.28 23:40:49.848099 [ 3 ] {e14aceef-9f09-4a5e-bd86-595e5c338fcc} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.06.28 23:40:49.848133 [ 3 ] {} <Debug> HTTP-Session: 7954fc32-8436-4785-88cf-f6f35abbd915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.06.28 23:40:49.848270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.06.28 23:40:49.848340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.06.28 23:40:49.848359 [ 3 ] {} <Debug> HTTP-Session: a0e3bb2c-5bac-4790-8e91-cc03cb617537 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 615 | 2024.06.28 23:40:49.848382 [ 3 ] {} <Debug> HTTP-Session: a0e3bb2c-5bac-4790-8e91-cc03cb617537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.06.28 23:40:49.848402 [ 3 ] {} <Debug> HTTP-Session: a0e3bb2c-5bac-4790-8e91-cc03cb617537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.06.28 23:40:49.848432 [ 3 ] {} <Trace> HTTP-Session: a0e3bb2c-5bac-4790-8e91-cc03cb617537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.06.28 23:40:49.848679 [ 3 ] {731fff3e-44f4-4590-a82e-c24f87f4106c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 619 | 2024.06.28 23:40:49.848745 [ 3 ] {731fff3e-44f4-4590-a82e-c24f87f4106c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.06.28 23:40:49.882272 [ 3 ] {731fff3e-44f4-4590-a82e-c24f87f4106c} <Debug> oximeter.measurements_histogramf32 (21386c47-f2c8-4a8b-b613-4a23c6a42329): Loading data parts | ||
| 621 | 2024.06.28 23:40:49.882487 [ 3 ] {731fff3e-44f4-4590-a82e-c24f87f4106c} <Debug> oximeter.measurements_histogramf32 (21386c47-f2c8-4a8b-b613-4a23c6a42329): There are no data parts | ||
| 622 | 2024.06.28 23:40:49.892834 [ 3 ] {731fff3e-44f4-4590-a82e-c24f87f4106c} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.06.28 23:40:49.892875 [ 3 ] {} <Debug> HTTP-Session: a0e3bb2c-5bac-4790-8e91-cc03cb617537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.06.28 23:40:49.893002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.06.28 23:40:49.893056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.06.28 23:40:49.893082 [ 3 ] {} <Debug> HTTP-Session: cd34fefa-631b-438c-bdf7-4a0c179ade02 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 627 | 2024.06.28 23:40:49.893097 [ 3 ] {} <Debug> HTTP-Session: cd34fefa-631b-438c-bdf7-4a0c179ade02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.06.28 23:40:49.893118 [ 3 ] {} <Debug> HTTP-Session: cd34fefa-631b-438c-bdf7-4a0c179ade02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.06.28 23:40:49.893155 [ 3 ] {} <Trace> HTTP-Session: cd34fefa-631b-438c-bdf7-4a0c179ade02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.06.28 23:40:49.893395 [ 3 ] {7eb3f590-c44e-4ddd-bfd6-6a0a66728f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) 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) | ||
| 631 | 2024.06.28 23:40:49.893462 [ 3 ] {7eb3f590-c44e-4ddd-bfd6-6a0a66728f8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.06.28 23:40:49.905529 [ 3 ] {7eb3f590-c44e-4ddd-bfd6-6a0a66728f8e} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Loading data parts | ||
| 633 | 2024.06.28 23:40:49.905738 [ 3 ] {7eb3f590-c44e-4ddd-bfd6-6a0a66728f8e} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): There are no data parts | ||
| 634 | 2024.06.28 23:40:49.909842 [ 3 ] {7eb3f590-c44e-4ddd-bfd6-6a0a66728f8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.06.28 23:40:49.909892 [ 3 ] {} <Debug> HTTP-Session: cd34fefa-631b-438c-bdf7-4a0c179ade02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.06.28 23:40:49.910093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.06.28 23:40:49.910149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.06.28 23:40:49.910176 [ 3 ] {} <Debug> HTTP-Session: ff42ce33-78ba-4142-a675-57d5174d0fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 639 | 2024.06.28 23:40:49.910192 [ 3 ] {} <Debug> HTTP-Session: ff42ce33-78ba-4142-a675-57d5174d0fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.06.28 23:40:49.910224 [ 3 ] {} <Debug> HTTP-Session: ff42ce33-78ba-4142-a675-57d5174d0fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.06.28 23:40:49.910260 [ 3 ] {} <Trace> HTTP-Session: ff42ce33-78ba-4142-a675-57d5174d0fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.06.28 23:40:49.910422 [ 3 ] {a26bfc58-5a85-4c86-bae6-ba73b1f6bef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) /* The field tables store named dimensions of each timeseries. | ||
| 643 | * | ||
| 644 | * As with the measurement tables, there is one field table for each field data | ||
| 645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 646 | * this behavior **must not** be relied upon for query correctness. | ||
| 647 | * | ||
| 648 | * The index for the fields differs from the measurements, however. Rows are | ||
| 649 | * sorted by timeseries name, then field name, field value, and finally | ||
| 650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 652 | * usually then used to look up measurements. | ||
| 653 | * | ||
| 654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 655 | * timeseries name and then key, since it would improve lookups where one | ||
| 656 | * already has the key. Realistically though, these tables are quite small and | ||
| 657 | * so performance benefits will be low in absolute terms. | ||
| 658 | */ | ||
| 659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 660 | 2024.06.28 23:40:49.910477 [ 3 ] {a26bfc58-5a85-4c86-bae6-ba73b1f6bef3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.06.28 23:40:49.915944 [ 3 ] {a26bfc58-5a85-4c86-bae6-ba73b1f6bef3} <Debug> oximeter.fields_bool (aeaf7ee1-2e8f-4387-9c69-948ff067a137): Loading data parts | ||
| 662 | 2024.06.28 23:40:49.916132 [ 3 ] {a26bfc58-5a85-4c86-bae6-ba73b1f6bef3} <Debug> oximeter.fields_bool (aeaf7ee1-2e8f-4387-9c69-948ff067a137): There are no data parts | ||
| 663 | 2024.06.28 23:40:49.924489 [ 3 ] {a26bfc58-5a85-4c86-bae6-ba73b1f6bef3} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.06.28 23:40:49.924545 [ 3 ] {} <Debug> HTTP-Session: ff42ce33-78ba-4142-a675-57d5174d0fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.06.28 23:40:49.924688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.06.28 23:40:49.924751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.06.28 23:40:49.924777 [ 3 ] {} <Debug> HTTP-Session: 03d25a8e-1c2d-4292-87b6-ae7534a0c6ea Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 668 | 2024.06.28 23:40:49.924807 [ 3 ] {} <Debug> HTTP-Session: 03d25a8e-1c2d-4292-87b6-ae7534a0c6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.06.28 23:40:49.924825 [ 3 ] {} <Debug> HTTP-Session: 03d25a8e-1c2d-4292-87b6-ae7534a0c6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.06.28 23:40:49.924869 [ 3 ] {} <Trace> HTTP-Session: 03d25a8e-1c2d-4292-87b6-ae7534a0c6ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.06.28 23:40:49.925034 [ 3 ] {bfb8bf15-b28a-47dd-993d-1dc27c77c721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 672 | 2024.06.28 23:40:49.925106 [ 3 ] {bfb8bf15-b28a-47dd-993d-1dc27c77c721} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.06.28 23:40:49.930502 [ 3 ] {bfb8bf15-b28a-47dd-993d-1dc27c77c721} <Debug> oximeter.fields_i8 (a42bd191-6c51-4b61-ac41-d10373a94a36): Loading data parts | ||
| 674 | 2024.06.28 23:40:49.930765 [ 3 ] {bfb8bf15-b28a-47dd-993d-1dc27c77c721} <Debug> oximeter.fields_i8 (a42bd191-6c51-4b61-ac41-d10373a94a36): There are no data parts | ||
| 675 | 2024.06.28 23:40:49.932563 [ 3 ] {bfb8bf15-b28a-47dd-993d-1dc27c77c721} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.06.28 23:40:49.932606 [ 3 ] {} <Debug> HTTP-Session: 03d25a8e-1c2d-4292-87b6-ae7534a0c6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.06.28 23:40:49.932706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.06.28 23:40:49.932767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.06.28 23:40:49.932786 [ 3 ] {} <Debug> HTTP-Session: f48f531d-f65d-4177-8975-50e2f19aa269 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 680 | 2024.06.28 23:40:49.932808 [ 3 ] {} <Debug> HTTP-Session: f48f531d-f65d-4177-8975-50e2f19aa269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.06.28 23:40:49.932822 [ 3 ] {} <Debug> HTTP-Session: f48f531d-f65d-4177-8975-50e2f19aa269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.06.28 23:40:49.932857 [ 3 ] {} <Trace> HTTP-Session: f48f531d-f65d-4177-8975-50e2f19aa269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.06.28 23:40:49.933003 [ 3 ] {7bcb1050-4549-48f6-968a-b50933927d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 684 | 2024.06.28 23:40:49.933055 [ 3 ] {7bcb1050-4549-48f6-968a-b50933927d82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.06.28 23:40:49.940893 [ 3 ] {7bcb1050-4549-48f6-968a-b50933927d82} <Debug> oximeter.fields_u8 (114325ef-6091-4143-aabe-20050b9ce21a): Loading data parts | ||
| 686 | 2024.06.28 23:40:49.941054 [ 3 ] {7bcb1050-4549-48f6-968a-b50933927d82} <Debug> oximeter.fields_u8 (114325ef-6091-4143-aabe-20050b9ce21a): There are no data parts | ||
| 687 | 2024.06.28 23:40:49.949543 [ 3 ] {7bcb1050-4549-48f6-968a-b50933927d82} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.06.28 23:40:49.949583 [ 3 ] {} <Debug> HTTP-Session: f48f531d-f65d-4177-8975-50e2f19aa269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.06.28 23:40:49.949733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.06.28 23:40:49.949799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.06.28 23:40:49.949830 [ 3 ] {} <Debug> HTTP-Session: 3e814625-3ca9-4038-90c0-804659611a94 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 692 | 2024.06.28 23:40:49.949859 [ 3 ] {} <Debug> HTTP-Session: 3e814625-3ca9-4038-90c0-804659611a94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.06.28 23:40:49.949876 [ 3 ] {} <Debug> HTTP-Session: 3e814625-3ca9-4038-90c0-804659611a94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.06.28 23:40:49.949919 [ 3 ] {} <Trace> HTTP-Session: 3e814625-3ca9-4038-90c0-804659611a94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.06.28 23:40:49.950085 [ 3 ] {cb3e4cf6-3e32-4b6a-a32b-980b70efe723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 696 | 2024.06.28 23:40:49.950134 [ 3 ] {cb3e4cf6-3e32-4b6a-a32b-980b70efe723} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.06.28 23:40:49.955351 [ 3 ] {cb3e4cf6-3e32-4b6a-a32b-980b70efe723} <Debug> oximeter.fields_i16 (5ea43d88-fb81-4034-9e7d-219da59d302e): Loading data parts | ||
| 698 | 2024.06.28 23:40:49.955568 [ 3 ] {cb3e4cf6-3e32-4b6a-a32b-980b70efe723} <Debug> oximeter.fields_i16 (5ea43d88-fb81-4034-9e7d-219da59d302e): There are no data parts | ||
| 699 | 2024.06.28 23:40:49.968557 [ 3 ] {cb3e4cf6-3e32-4b6a-a32b-980b70efe723} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.06.28 23:40:49.968598 [ 3 ] {} <Debug> HTTP-Session: 3e814625-3ca9-4038-90c0-804659611a94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.06.28 23:40:49.968731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.06.28 23:40:49.968795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.06.28 23:40:49.968827 [ 3 ] {} <Debug> HTTP-Session: d7ce4f6e-e928-404b-91f3-730812fab8cd Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 704 | 2024.06.28 23:40:49.968846 [ 3 ] {} <Debug> HTTP-Session: d7ce4f6e-e928-404b-91f3-730812fab8cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.06.28 23:40:49.968870 [ 3 ] {} <Debug> HTTP-Session: d7ce4f6e-e928-404b-91f3-730812fab8cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.06.28 23:40:49.968921 [ 3 ] {} <Trace> HTTP-Session: d7ce4f6e-e928-404b-91f3-730812fab8cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.06.28 23:40:49.969069 [ 3 ] {c6ccd8f8-7072-4b44-8e2b-812d36d281ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 708 | 2024.06.28 23:40:49.969122 [ 3 ] {c6ccd8f8-7072-4b44-8e2b-812d36d281ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.06.28 23:40:49.978232 [ 3 ] {c6ccd8f8-7072-4b44-8e2b-812d36d281ab} <Debug> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Loading data parts | ||
| 710 | 2024.06.28 23:40:49.978437 [ 3 ] {c6ccd8f8-7072-4b44-8e2b-812d36d281ab} <Debug> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): There are no data parts | ||
| 711 | 2024.06.28 23:40:49.988921 [ 3 ] {c6ccd8f8-7072-4b44-8e2b-812d36d281ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.06.28 23:40:49.988952 [ 3 ] {} <Debug> HTTP-Session: d7ce4f6e-e928-404b-91f3-730812fab8cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.06.28 23:40:49.989097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.06.28 23:40:49.989154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.06.28 23:40:49.989173 [ 3 ] {} <Debug> HTTP-Session: c481dc86-9c0e-45f5-8244-b1154cd52b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 716 | 2024.06.28 23:40:49.989196 [ 3 ] {} <Debug> HTTP-Session: c481dc86-9c0e-45f5-8244-b1154cd52b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.06.28 23:40:49.989225 [ 3 ] {} <Debug> HTTP-Session: c481dc86-9c0e-45f5-8244-b1154cd52b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.06.28 23:40:49.989254 [ 3 ] {} <Trace> HTTP-Session: c481dc86-9c0e-45f5-8244-b1154cd52b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.06.28 23:40:49.989398 [ 3 ] {eca20ea6-1c5b-4fc3-8955-e7914eb9067f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 720 | 2024.06.28 23:40:49.989455 [ 3 ] {eca20ea6-1c5b-4fc3-8955-e7914eb9067f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.06.28 23:40:49.996342 [ 3 ] {eca20ea6-1c5b-4fc3-8955-e7914eb9067f} <Debug> oximeter.fields_i32 (827cc653-4529-4856-ad4f-fda599abbdc0): Loading data parts | ||
| 722 | 2024.06.28 23:40:49.996534 [ 3 ] {eca20ea6-1c5b-4fc3-8955-e7914eb9067f} <Debug> oximeter.fields_i32 (827cc653-4529-4856-ad4f-fda599abbdc0): There are no data parts | ||
| 723 | 2024.06.28 23:40:50.000194 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.56 MiB, peak 161.68 MiB, free memory in arenas 0.00 B, will set to 170.93 MiB (RSS), difference: 9.37 MiB | ||
| 724 | 2024.06.28 23:40:50.001485 [ 3 ] {eca20ea6-1c5b-4fc3-8955-e7914eb9067f} <Debug> DynamicQueryHandler: Done processing query | ||
| 725 | 2024.06.28 23:40:50.001515 [ 3 ] {} <Debug> HTTP-Session: c481dc86-9c0e-45f5-8244-b1154cd52b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2024.06.28 23:40:50.001641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 727 | 2024.06.28 23:40:50.001715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 728 | 2024.06.28 23:40:50.001739 [ 3 ] {} <Debug> HTTP-Session: c0b063ec-bec6-4e75-a4cd-45b21dbd7cd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 729 | 2024.06.28 23:40:50.001773 [ 3 ] {} <Debug> HTTP-Session: c0b063ec-bec6-4e75-a4cd-45b21dbd7cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.06.28 23:40:50.001791 [ 3 ] {} <Debug> HTTP-Session: c0b063ec-bec6-4e75-a4cd-45b21dbd7cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2024.06.28 23:40:50.001835 [ 3 ] {} <Trace> HTTP-Session: c0b063ec-bec6-4e75-a4cd-45b21dbd7cd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 732 | 2024.06.28 23:40:50.002008 [ 3 ] {21c1fd06-83f2-4637-b5e5-67c14a576963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 733 | 2024.06.28 23:40:50.002054 [ 3 ] {21c1fd06-83f2-4637-b5e5-67c14a576963} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 734 | 2024.06.28 23:40:50.008112 [ 3 ] {21c1fd06-83f2-4637-b5e5-67c14a576963} <Debug> oximeter.fields_u32 (f105690f-261a-420f-96aa-5dd5ae17a92c): Loading data parts | ||
| 735 | 2024.06.28 23:40:50.008300 [ 3 ] {21c1fd06-83f2-4637-b5e5-67c14a576963} <Debug> oximeter.fields_u32 (f105690f-261a-420f-96aa-5dd5ae17a92c): There are no data parts | ||
| 736 | 2024.06.28 23:40:50.012374 [ 3 ] {21c1fd06-83f2-4637-b5e5-67c14a576963} <Debug> DynamicQueryHandler: Done processing query | ||
| 737 | 2024.06.28 23:40:50.012415 [ 3 ] {} <Debug> HTTP-Session: c0b063ec-bec6-4e75-a4cd-45b21dbd7cd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.06.28 23:40:50.012552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 739 | 2024.06.28 23:40:50.012620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 740 | 2024.06.28 23:40:50.012723 [ 3 ] {} <Debug> HTTP-Session: 6eab240f-168a-41bc-80b6-edbaa56f164f Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 741 | 2024.06.28 23:40:50.012744 [ 3 ] {} <Debug> HTTP-Session: 6eab240f-168a-41bc-80b6-edbaa56f164f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.06.28 23:40:50.012761 [ 3 ] {} <Debug> HTTP-Session: 6eab240f-168a-41bc-80b6-edbaa56f164f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.06.28 23:40:50.012805 [ 3 ] {} <Trace> HTTP-Session: 6eab240f-168a-41bc-80b6-edbaa56f164f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.06.28 23:40:50.012975 [ 3 ] {4c13857c-56ad-4d59-b16e-ea6654f21deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 745 | 2024.06.28 23:40:50.013026 [ 3 ] {4c13857c-56ad-4d59-b16e-ea6654f21deb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 746 | 2024.06.28 23:40:50.016087 [ 3 ] {4c13857c-56ad-4d59-b16e-ea6654f21deb} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Loading data parts | ||
| 747 | 2024.06.28 23:40:50.016249 [ 3 ] {4c13857c-56ad-4d59-b16e-ea6654f21deb} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): There are no data parts | ||
| 748 | 2024.06.28 23:40:50.024889 [ 3 ] {4c13857c-56ad-4d59-b16e-ea6654f21deb} <Debug> DynamicQueryHandler: Done processing query | ||
| 749 | 2024.06.28 23:40:50.024915 [ 3 ] {} <Debug> HTTP-Session: 6eab240f-168a-41bc-80b6-edbaa56f164f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.06.28 23:40:50.025039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 751 | 2024.06.28 23:40:50.025086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 752 | 2024.06.28 23:40:50.025105 [ 3 ] {} <Debug> HTTP-Session: 1b23a101-bcf0-4c6b-b618-7ffb84f52c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 753 | 2024.06.28 23:40:50.025121 [ 3 ] {} <Debug> HTTP-Session: 1b23a101-bcf0-4c6b-b618-7ffb84f52c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.06.28 23:40:50.025140 [ 3 ] {} <Debug> HTTP-Session: 1b23a101-bcf0-4c6b-b618-7ffb84f52c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 755 | 2024.06.28 23:40:50.025170 [ 3 ] {} <Trace> HTTP-Session: 1b23a101-bcf0-4c6b-b618-7ffb84f52c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2024.06.28 23:40:50.025309 [ 3 ] {3566b58a-0feb-45c7-8185-e73590dc3f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 757 | 2024.06.28 23:40:50.025349 [ 3 ] {3566b58a-0feb-45c7-8185-e73590dc3f4b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 758 | 2024.06.28 23:40:50.035048 [ 3 ] {3566b58a-0feb-45c7-8185-e73590dc3f4b} <Debug> oximeter.fields_u64 (41d4794f-ce5b-4c66-b3a2-0e505b1c8103): Loading data parts | ||
| 759 | 2024.06.28 23:40:50.035256 [ 3 ] {3566b58a-0feb-45c7-8185-e73590dc3f4b} <Debug> oximeter.fields_u64 (41d4794f-ce5b-4c66-b3a2-0e505b1c8103): There are no data parts | ||
| 760 | 2024.06.28 23:40:50.044592 [ 3 ] {3566b58a-0feb-45c7-8185-e73590dc3f4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 761 | 2024.06.28 23:40:50.044648 [ 3 ] {} <Debug> HTTP-Session: 1b23a101-bcf0-4c6b-b618-7ffb84f52c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.06.28 23:40:50.044865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 763 | 2024.06.28 23:40:50.044962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 764 | 2024.06.28 23:40:50.045003 [ 3 ] {} <Debug> HTTP-Session: 3f661403-c3b3-45cc-b4ba-4e368b155ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 765 | 2024.06.28 23:40:50.045033 [ 3 ] {} <Debug> HTTP-Session: 3f661403-c3b3-45cc-b4ba-4e368b155ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.06.28 23:40:50.045047 [ 3 ] {} <Debug> HTTP-Session: 3f661403-c3b3-45cc-b4ba-4e368b155ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.06.28 23:40:50.045079 [ 3 ] {} <Trace> HTTP-Session: 3f661403-c3b3-45cc-b4ba-4e368b155ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2024.06.28 23:40:50.045224 [ 3 ] {51e8725e-08f4-4f5d-a154-5b6499ca9624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 769 | 2024.06.28 23:40:50.045265 [ 3 ] {51e8725e-08f4-4f5d-a154-5b6499ca9624} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 770 | 2024.06.28 23:40:50.059371 [ 3 ] {51e8725e-08f4-4f5d-a154-5b6499ca9624} <Debug> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Loading data parts | ||
| 771 | 2024.06.28 23:40:50.059564 [ 3 ] {51e8725e-08f4-4f5d-a154-5b6499ca9624} <Debug> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): There are no data parts | ||
| 772 | 2024.06.28 23:40:50.081851 [ 3 ] {51e8725e-08f4-4f5d-a154-5b6499ca9624} <Debug> DynamicQueryHandler: Done processing query | ||
| 773 | 2024.06.28 23:40:50.081884 [ 3 ] {} <Debug> HTTP-Session: 3f661403-c3b3-45cc-b4ba-4e368b155ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.06.28 23:40:50.082011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 775 | 2024.06.28 23:40:50.082061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 776 | 2024.06.28 23:40:50.082082 [ 3 ] {} <Debug> HTTP-Session: 8ebc620b-65ab-45b3-9ce3-c69f50d368c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 777 | 2024.06.28 23:40:50.082099 [ 3 ] {} <Debug> HTTP-Session: 8ebc620b-65ab-45b3-9ce3-c69f50d368c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.06.28 23:40:50.082112 [ 3 ] {} <Debug> HTTP-Session: 8ebc620b-65ab-45b3-9ce3-c69f50d368c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2024.06.28 23:40:50.082143 [ 3 ] {} <Trace> HTTP-Session: 8ebc620b-65ab-45b3-9ce3-c69f50d368c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.06.28 23:40:50.082285 [ 3 ] {0b49635d-cad9-4432-ab3d-d68654b16bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 781 | 2024.06.28 23:40:50.082325 [ 3 ] {0b49635d-cad9-4432-ab3d-d68654b16bf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 782 | 2024.06.28 23:40:50.085581 [ 3 ] {0b49635d-cad9-4432-ab3d-d68654b16bf1} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Loading data parts | ||
| 783 | 2024.06.28 23:40:50.085750 [ 3 ] {0b49635d-cad9-4432-ab3d-d68654b16bf1} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): There are no data parts | ||
| 784 | 2024.06.28 23:40:50.098631 [ 3 ] {0b49635d-cad9-4432-ab3d-d68654b16bf1} <Debug> DynamicQueryHandler: Done processing query | ||
| 785 | 2024.06.28 23:40:50.098684 [ 3 ] {} <Debug> HTTP-Session: 8ebc620b-65ab-45b3-9ce3-c69f50d368c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 786 | 2024.06.28 23:40:50.098893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 787 | 2024.06.28 23:40:50.098999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 788 | 2024.06.28 23:40:50.099047 [ 3 ] {} <Debug> HTTP-Session: ea945fc4-f50c-4118-9186-cc349b8e83d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 789 | 2024.06.28 23:40:50.099085 [ 3 ] {} <Debug> HTTP-Session: ea945fc4-f50c-4118-9186-cc349b8e83d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.06.28 23:40:50.099118 [ 3 ] {} <Debug> HTTP-Session: ea945fc4-f50c-4118-9186-cc349b8e83d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 791 | 2024.06.28 23:40:50.099194 [ 3 ] {} <Trace> HTTP-Session: ea945fc4-f50c-4118-9186-cc349b8e83d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2024.06.28 23:40:50.099440 [ 3 ] {1a294eb5-a29a-4b46-860d-1774c653d5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 793 | 2024.06.28 23:40:50.099479 [ 3 ] {1a294eb5-a29a-4b46-860d-1774c653d5af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 794 | 2024.06.28 23:40:50.103570 [ 3 ] {1a294eb5-a29a-4b46-860d-1774c653d5af} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Loading data parts | ||
| 795 | 2024.06.28 23:40:50.103789 [ 3 ] {1a294eb5-a29a-4b46-860d-1774c653d5af} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): There are no data parts | ||
| 796 | 2024.06.28 23:40:50.108839 [ 3 ] {1a294eb5-a29a-4b46-860d-1774c653d5af} <Debug> DynamicQueryHandler: Done processing query | ||
| 797 | 2024.06.28 23:40:50.108870 [ 3 ] {} <Debug> HTTP-Session: ea945fc4-f50c-4118-9186-cc349b8e83d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 798 | 2024.06.28 23:40:50.108980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.06.28 23:40:50.109027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 800 | 2024.06.28 23:40:50.109047 [ 3 ] {} <Debug> HTTP-Session: 069881ef-ef60-4b00-90e5-7e36957fdd4c Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 801 | 2024.06.28 23:40:50.109064 [ 3 ] {} <Debug> HTTP-Session: 069881ef-ef60-4b00-90e5-7e36957fdd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.06.28 23:40:50.109078 [ 3 ] {} <Debug> HTTP-Session: 069881ef-ef60-4b00-90e5-7e36957fdd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.06.28 23:40:50.109108 [ 3 ] {} <Trace> HTTP-Session: 069881ef-ef60-4b00-90e5-7e36957fdd4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.06.28 23:40:50.109319 [ 3 ] {32982dca-0830-4c35-bba4-04cae08af7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) /* The timeseries schema table stores the extracted schema for the samples | ||
| 805 | * oximeter collects. | ||
| 806 | */ | ||
| 807 | 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) | ||
| 808 | 2024.06.28 23:40:50.109378 [ 3 ] {32982dca-0830-4c35-bba4-04cae08af7ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 809 | 2024.06.28 23:40:50.115011 [ 3 ] {32982dca-0830-4c35-bba4-04cae08af7ad} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Loading data parts | ||
| 810 | 2024.06.28 23:40:50.115193 [ 3 ] {32982dca-0830-4c35-bba4-04cae08af7ad} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): There are no data parts | ||
| 811 | 2024.06.28 23:40:50.122077 [ 3 ] {32982dca-0830-4c35-bba4-04cae08af7ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 812 | 2024.06.28 23:40:50.122103 [ 3 ] {} <Debug> HTTP-Session: 069881ef-ef60-4b00-90e5-7e36957fdd4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 813 | 2024.06.28 23:40:50.122242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53685, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 814 | 2024.06.28 23:40:50.122293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 815 | 2024.06.28 23:40:50.122312 [ 3 ] {} <Debug> HTTP-Session: 05cb6cad-5d0b-42bc-947f-a95e1a963360 Authenticating user 'default' from [fd00:1122:3344:101::d]:53685 | ||
| 816 | 2024.06.28 23:40:50.122329 [ 3 ] {} <Debug> HTTP-Session: 05cb6cad-5d0b-42bc-947f-a95e1a963360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.06.28 23:40:50.122344 [ 3 ] {} <Debug> HTTP-Session: 05cb6cad-5d0b-42bc-947f-a95e1a963360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 818 | 2024.06.28 23:40:50.122373 [ 3 ] {} <Trace> HTTP-Session: 05cb6cad-5d0b-42bc-947f-a95e1a963360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.06.28 23:40:50.122536 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53685) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 820 | 2024.06.28 23:40:50.124330 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 821 | 2024.06.28 23:40:50.128312 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Trace> oximeter.version (07324fe8-4a1a-4885-a599-4c4b6382c3f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 822 | 2024.06.28 23:40:50.128350 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
| 823 | 2024.06.28 23:40:50.132981 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 824 | 2024.06.28 23:40:50.134046 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Trace> oximeter.version (07324fe8-4a1a-4885-a599-4c4b6382c3f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 825 | 2024.06.28 23:40:50.134319 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011861 sec., 84.30992327796982 rows/sec., 1.32 KiB/sec. | ||
| 826 | 2024.06.28 23:40:50.134479 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 827 | 2024.06.28 23:40:50.134503 [ 3 ] {c323345d-c7f5-41a8-9a46-48b6cc818b3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 828 | 2024.06.28 23:40:50.134519 [ 3 ] {} <Debug> HTTP-Session: 05cb6cad-5d0b-42bc-947f-a95e1a963360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.06.28 23:40:51.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.58 MiB, peak 175.72 MiB, free memory in arenas 0.00 B, will set to 173.73 MiB (RSS), difference: 3.14 MiB | ||
| 830 | 2024.06.28 23:41:03.567240 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 831 | 2024.06.28 23:41:03.567301 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 832 | 2024.06.28 23:41:15.137568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 833 | 2024.06.28 23:41:15.137702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 834 | 2024.06.28 23:41:15.137729 [ 3 ] {} <Debug> HTTP-Session: 14d2d15b-a94b-46d7-9528-062e5998b38b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 835 | 2024.06.28 23:41:15.137754 [ 3 ] {} <Debug> HTTP-Session: 14d2d15b-a94b-46d7-9528-062e5998b38b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.06.28 23:41:15.137769 [ 3 ] {} <Debug> HTTP-Session: 14d2d15b-a94b-46d7-9528-062e5998b38b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 837 | 2024.06.28 23:41:15.137818 [ 3 ] {} <Trace> HTTP-Session: 14d2d15b-a94b-46d7-9528-062e5998b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2024.06.28 23:41:15.138008 [ 3 ] {fd0eb3fb-7f30-42a0-adce-b1c229e8d0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 839 | 2024.06.28 23:41:15.138344 [ 3 ] {fd0eb3fb-7f30-42a0-adce-b1c229e8d0d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2024.06.28 23:41:15.138481 [ 3 ] {fd0eb3fb-7f30-42a0-adce-b1c229e8d0d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2024.06.28 23:41:15.139519 [ 3 ] {fd0eb3fb-7f30-42a0-adce-b1c229e8d0d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 842 | 2024.06.28 23:41:15.139552 [ 3 ] {fd0eb3fb-7f30-42a0-adce-b1c229e8d0d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 843 | 2024.06.28 23:41:15.139569 [ 3 ] {} <Debug> HTTP-Session: 14d2d15b-a94b-46d7-9528-062e5998b38b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 844 | 2024.06.28 23:41:15.142658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 845 | 2024.06.28 23:41:15.142719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 846 | 2024.06.28 23:41:15.142741 [ 3 ] {} <Debug> HTTP-Session: 0f666f09-2590-4938-a4f3-160b6124f4a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 847 | 2024.06.28 23:41:15.142760 [ 3 ] {} <Debug> HTTP-Session: 0f666f09-2590-4938-a4f3-160b6124f4a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.06.28 23:41:15.142774 [ 3 ] {} <Debug> HTTP-Session: 0f666f09-2590-4938-a4f3-160b6124f4a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 849 | 2024.06.28 23:41:15.142812 [ 3 ] {} <Trace> HTTP-Session: 0f666f09-2590-4938-a4f3-160b6124f4a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2024.06.28 23:41:15.142989 [ 3 ] {1b7808d4-53e5-42eb-aa3c-3f4f1efa3e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 851 | 2024.06.28 23:41:15.145507 [ 3 ] {1b7808d4-53e5-42eb-aa3c-3f4f1efa3e90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2024.06.28 23:41:15.145564 [ 3 ] {1b7808d4-53e5-42eb-aa3c-3f4f1efa3e90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2024.06.28 23:41:15.146539 [ 3 ] {1b7808d4-53e5-42eb-aa3c-3f4f1efa3e90} <Debug> DynamicQueryHandler: Done processing query | ||
| 854 | 2024.06.28 23:41:15.146567 [ 3 ] {1b7808d4-53e5-42eb-aa3c-3f4f1efa3e90} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 855 | 2024.06.28 23:41:15.146584 [ 3 ] {} <Debug> HTTP-Session: 0f666f09-2590-4938-a4f3-160b6124f4a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 856 | 2024.06.28 23:41:15.146998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 857 | 2024.06.28 23:41:15.147046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 858 | 2024.06.28 23:41:15.147067 [ 3 ] {} <Debug> HTTP-Session: d102062a-7606-4e7b-9008-642d4709817a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 859 | 2024.06.28 23:41:15.147083 [ 3 ] {} <Debug> HTTP-Session: d102062a-7606-4e7b-9008-642d4709817a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.06.28 23:41:15.147098 [ 3 ] {} <Debug> HTTP-Session: d102062a-7606-4e7b-9008-642d4709817a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 861 | 2024.06.28 23:41:15.147129 [ 3 ] {} <Trace> HTTP-Session: d102062a-7606-4e7b-9008-642d4709817a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 862 | 2024.06.28 23:41:15.147252 [ 3 ] {bfb222b6-6e74-4fac-bd54-7d965e7d56c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 863 | 2024.06.28 23:41:15.147600 [ 3 ] {bfb222b6-6e74-4fac-bd54-7d965e7d56c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 864 | 2024.06.28 23:41:15.147652 [ 3 ] {bfb222b6-6e74-4fac-bd54-7d965e7d56c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 865 | 2024.06.28 23:41:15.148525 [ 3 ] {bfb222b6-6e74-4fac-bd54-7d965e7d56c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 866 | 2024.06.28 23:41:15.148559 [ 3 ] {bfb222b6-6e74-4fac-bd54-7d965e7d56c0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 867 | 2024.06.28 23:41:15.148581 [ 3 ] {} <Debug> HTTP-Session: d102062a-7606-4e7b-9008-642d4709817a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 868 | 2024.06.28 23:41:15.148798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 869 | 2024.06.28 23:41:15.148859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 870 | 2024.06.28 23:41:15.148883 [ 3 ] {} <Debug> HTTP-Session: 32e4ef9c-94ca-4fe9-8fa4-0b72369d7bac Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 871 | 2024.06.28 23:41:15.148900 [ 3 ] {} <Debug> HTTP-Session: 32e4ef9c-94ca-4fe9-8fa4-0b72369d7bac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.06.28 23:41:15.148914 [ 3 ] {} <Debug> HTTP-Session: 32e4ef9c-94ca-4fe9-8fa4-0b72369d7bac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 873 | 2024.06.28 23:41:15.148946 [ 3 ] {} <Trace> HTTP-Session: 32e4ef9c-94ca-4fe9-8fa4-0b72369d7bac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2024.06.28 23:41:15.149074 [ 3 ] {2369d803-7c3d-4b76-b78b-d61ccce0c080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 875 | 2024.06.28 23:41:15.149393 [ 3 ] {2369d803-7c3d-4b76-b78b-d61ccce0c080} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2024.06.28 23:41:15.149447 [ 3 ] {2369d803-7c3d-4b76-b78b-d61ccce0c080} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2024.06.28 23:41:15.150308 [ 3 ] {2369d803-7c3d-4b76-b78b-d61ccce0c080} <Debug> DynamicQueryHandler: Done processing query | ||
| 878 | 2024.06.28 23:41:15.150335 [ 3 ] {2369d803-7c3d-4b76-b78b-d61ccce0c080} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 879 | 2024.06.28 23:41:15.150352 [ 3 ] {} <Debug> HTTP-Session: 32e4ef9c-94ca-4fe9-8fa4-0b72369d7bac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 880 | 2024.06.28 23:41:15.151030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 881 | 2024.06.28 23:41:15.151078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 882 | 2024.06.28 23:41:15.151098 [ 3 ] {} <Debug> HTTP-Session: 1c41a190-f69d-4cb6-bcd7-1ef2fb2078ab Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 883 | 2024.06.28 23:41:15.151115 [ 3 ] {} <Debug> HTTP-Session: 1c41a190-f69d-4cb6-bcd7-1ef2fb2078ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.06.28 23:41:15.151129 [ 3 ] {} <Debug> HTTP-Session: 1c41a190-f69d-4cb6-bcd7-1ef2fb2078ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 885 | 2024.06.28 23:41:15.151160 [ 3 ] {} <Trace> HTTP-Session: 1c41a190-f69d-4cb6-bcd7-1ef2fb2078ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 886 | 2024.06.28 23:41:15.151272 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 887 | 2024.06.28 23:41:15.151319 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 888 | 2024.06.28 23:41:15.151511 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 889 | 2024.06.28 23:41:15.151962 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2024.06.28 23:41:15.152004 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 891 | 2024.06.28 23:41:15.152703 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 892 | 2024.06.28 23:41:15.153401 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 893 | 2024.06.28 23:41:15.153563 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.002322 sec., 1722.6528854435833 rows/sec., 186.31 KiB/sec. | ||
| 894 | 2024.06.28 23:41:15.153743 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 895 | 2024.06.28 23:41:15.153769 [ 3 ] {b8f67fab-4cfd-4338-860b-a70cf92d84c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 896 | 2024.06.28 23:41:15.153786 [ 3 ] {} <Debug> HTTP-Session: 1c41a190-f69d-4cb6-bcd7-1ef2fb2078ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 897 | 2024.06.28 23:41:15.153917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 898 | 2024.06.28 23:41:15.153965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 899 | 2024.06.28 23:41:15.153985 [ 3 ] {} <Debug> HTTP-Session: 6ac36e7a-0de3-499e-918f-0a5de3e4b6f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 900 | 2024.06.28 23:41:15.154003 [ 3 ] {} <Debug> HTTP-Session: 6ac36e7a-0de3-499e-918f-0a5de3e4b6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.06.28 23:41:15.154016 [ 3 ] {} <Debug> HTTP-Session: 6ac36e7a-0de3-499e-918f-0a5de3e4b6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 902 | 2024.06.28 23:41:15.154047 [ 3 ] {} <Trace> HTTP-Session: 6ac36e7a-0de3-499e-918f-0a5de3e4b6f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 903 | 2024.06.28 23:41:15.154204 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 904 | 2024.06.28 23:41:15.154251 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 905 | 2024.06.28 23:41:15.154376 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 906 | 2024.06.28 23:41:15.156543 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 907 | 2024.06.28 23:41:15.156579 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 908 | 2024.06.28 23:41:15.157014 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 909 | 2024.06.28 23:41:15.157579 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 910 | 2024.06.28 23:41:15.157726 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.003544 sec., 4232.505643340858 rows/sec., 343.06 KiB/sec. | ||
| 911 | 2024.06.28 23:41:15.157919 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Debug> DynamicQueryHandler: Done processing query | ||
| 912 | 2024.06.28 23:41:15.157944 [ 3 ] {9a95654f-daeb-4fc2-ab74-fba1611c183c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 913 | 2024.06.28 23:41:15.157960 [ 3 ] {} <Debug> HTTP-Session: 6ac36e7a-0de3-499e-918f-0a5de3e4b6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 914 | 2024.06.28 23:41:15.158109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 6854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 915 | 2024.06.28 23:41:15.158157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 916 | 2024.06.28 23:41:15.158178 [ 3 ] {} <Debug> HTTP-Session: e4623e4c-9062-47d5-adb7-1d460ea578e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 917 | 2024.06.28 23:41:15.158194 [ 3 ] {} <Debug> HTTP-Session: e4623e4c-9062-47d5-adb7-1d460ea578e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.06.28 23:41:15.158208 [ 3 ] {} <Debug> HTTP-Session: e4623e4c-9062-47d5-adb7-1d460ea578e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 919 | 2024.06.28 23:41:15.158240 [ 3 ] {} <Trace> HTTP-Session: e4623e4c-9062-47d5-adb7-1d460ea578e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 920 | 2024.06.28 23:41:15.158347 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 921 | 2024.06.28 23:41:15.158390 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 922 | 2024.06.28 23:41:15.158512 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 923 | 2024.06.28 23:41:15.158855 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 924 | 2024.06.28 23:41:15.158890 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 925 | 2024.06.28 23:41:15.159332 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 926 | 2024.06.28 23:41:15.159917 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 927 | 2024.06.28 23:41:15.160074 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Debug> executeQuery: Read 45 rows, 4.08 KiB in 0.001751 sec., 25699.600228440893 rows/sec., 2.28 MiB/sec. | ||
| 928 | 2024.06.28 23:41:15.160346 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 929 | 2024.06.28 23:41:15.160371 [ 3 ] {048d8206-44b5-473b-95c4-f72351367fbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 930 | 2024.06.28 23:41:15.160387 [ 3 ] {} <Debug> HTTP-Session: e4623e4c-9062-47d5-adb7-1d460ea578e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 931 | 2024.06.28 23:41:15.160524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 4295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 932 | 2024.06.28 23:41:15.160574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 933 | 2024.06.28 23:41:15.160595 [ 3 ] {} <Debug> HTTP-Session: b53de0bc-d6a5-4073-9ce2-e0c0215075cc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 934 | 2024.06.28 23:41:15.160613 [ 3 ] {} <Debug> HTTP-Session: b53de0bc-d6a5-4073-9ce2-e0c0215075cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 935 | 2024.06.28 23:41:15.160626 [ 3 ] {} <Debug> HTTP-Session: b53de0bc-d6a5-4073-9ce2-e0c0215075cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 936 | 2024.06.28 23:41:15.160657 [ 3 ] {} <Trace> HTTP-Session: b53de0bc-d6a5-4073-9ce2-e0c0215075cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 937 | 2024.06.28 23:41:15.160761 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 938 | 2024.06.28 23:41:15.160804 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 939 | 2024.06.28 23:41:15.161558 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 940 | 2024.06.28 23:41:15.162485 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2024.06.28 23:41:15.162521 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 942 | 2024.06.28 23:41:15.162997 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 943 | 2024.06.28 23:41:15.163629 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2024.06.28 23:41:15.163782 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Debug> executeQuery: Read 25 rows, 2.01 KiB in 0.003048 sec., 8202.099737532808 rows/sec., 660.97 KiB/sec. | ||
| 945 | 2024.06.28 23:41:15.163980 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 946 | 2024.06.28 23:41:15.164004 [ 3 ] {db01954e-3225-4e93-89b2-ab4f7273f7ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 947 | 2024.06.28 23:41:15.164021 [ 3 ] {} <Debug> HTTP-Session: b53de0bc-d6a5-4073-9ce2-e0c0215075cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 948 | 2024.06.28 23:41:15.164263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 23868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 949 | 2024.06.28 23:41:15.164310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 950 | 2024.06.28 23:41:15.164329 [ 3 ] {} <Debug> HTTP-Session: 6d213938-00cc-4cae-a95d-f6249f4d824f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 951 | 2024.06.28 23:41:15.164345 [ 3 ] {} <Debug> HTTP-Session: 6d213938-00cc-4cae-a95d-f6249f4d824f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.06.28 23:41:15.164359 [ 3 ] {} <Debug> HTTP-Session: 6d213938-00cc-4cae-a95d-f6249f4d824f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 953 | 2024.06.28 23:41:15.164389 [ 3 ] {} <Trace> HTTP-Session: 6d213938-00cc-4cae-a95d-f6249f4d824f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2024.06.28 23:41:15.164586 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 955 | 2024.06.28 23:41:15.164648 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <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_histogramf64 | ||
| 956 | 2024.06.28 23:41:15.165046 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 957 | 2024.06.28 23:41:15.165676 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2024.06.28 23:41:15.165712 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 959 | 2024.06.28 23:41:15.169192 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 960 | 2024.06.28 23:41:15.169921 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2024.06.28 23:41:15.170118 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.005646 sec., 2656.748140276302 rows/sec., 4.76 MiB/sec. | ||
| 962 | 2024.06.28 23:41:15.170510 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Debug> DynamicQueryHandler: Done processing query | ||
| 963 | 2024.06.28 23:41:15.170534 [ 3 ] {1cdba08b-e518-4db5-b9e7-b7b10bb5d798} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 964 | 2024.06.28 23:41:15.170550 [ 3 ] {} <Debug> HTTP-Session: 6d213938-00cc-4cae-a95d-f6249f4d824f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 965 | 2024.06.28 23:41:15.170670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 966 | 2024.06.28 23:41:15.170718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 967 | 2024.06.28 23:41:15.170737 [ 3 ] {} <Debug> HTTP-Session: b35b78b1-b957-4589-b5ce-fba1cdda7912 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 968 | 2024.06.28 23:41:15.170753 [ 3 ] {} <Debug> HTTP-Session: b35b78b1-b957-4589-b5ce-fba1cdda7912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 969 | 2024.06.28 23:41:15.170767 [ 3 ] {} <Debug> HTTP-Session: b35b78b1-b957-4589-b5ce-fba1cdda7912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 970 | 2024.06.28 23:41:15.170797 [ 3 ] {} <Trace> HTTP-Session: b35b78b1-b957-4589-b5ce-fba1cdda7912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 971 | 2024.06.28 23:41:15.170895 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 972 | 2024.06.28 23:41:15.170937 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 973 | 2024.06.28 23:41:15.171075 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 974 | 2024.06.28 23:41:15.171394 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Trace> oximeter.measurements_i64 (fc4958f0-ed60-4630-86bc-7f05b679d08e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 975 | 2024.06.28 23:41:15.171426 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 976 | 2024.06.28 23:41:15.171931 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 977 | 2024.06.28 23:41:15.172671 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Trace> oximeter.measurements_i64 (fc4958f0-ed60-4630-86bc-7f05b679d08e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 978 | 2024.06.28 23:41:15.172827 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.00195 sec., 7692.307692307692 rows/sec., 572.42 KiB/sec. | ||
| 979 | 2024.06.28 23:41:15.173031 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Debug> DynamicQueryHandler: Done processing query | ||
| 980 | 2024.06.28 23:41:15.173055 [ 3 ] {fa5cae22-9a6e-4fd8-bbee-c5c2973c1580} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 981 | 2024.06.28 23:41:15.173071 [ 3 ] {} <Debug> HTTP-Session: b35b78b1-b957-4589-b5ce-fba1cdda7912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 982 | 2024.06.28 23:41:18.567353 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 983 | 2024.06.28 23:41:18.567399 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 984 | 2024.06.28 23:41:25.136320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 985 | 2024.06.28 23:41:25.136506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 986 | 2024.06.28 23:41:25.136535 [ 3 ] {} <Debug> HTTP-Session: aed03e7b-adf2-4bac-ac79-feb3a85f4c3a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 987 | 2024.06.28 23:41:25.136562 [ 3 ] {} <Debug> HTTP-Session: aed03e7b-adf2-4bac-ac79-feb3a85f4c3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.06.28 23:41:25.136580 [ 3 ] {} <Debug> HTTP-Session: aed03e7b-adf2-4bac-ac79-feb3a85f4c3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 989 | 2024.06.28 23:41:25.136633 [ 3 ] {} <Trace> HTTP-Session: aed03e7b-adf2-4bac-ac79-feb3a85f4c3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 990 | 2024.06.28 23:41:25.136865 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 991 | 2024.06.28 23:41:25.137289 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 992 | 2024.06.28 23:41:25.137366 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 993 | 2024.06.28 23:41:25.137628 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 994 | 2024.06.28 23:41:25.139869 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 995 | 2024.06.28 23:41:25.140282 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 996 | 2024.06.28 23:41:25.141472 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 997 | 2024.06.28 23:41:25.141526 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 998 | 2024.06.28 23:41:25.141545 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 999 | 2024.06.28 23:41:25.141655 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <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', 'http_service:request_latency_histogram'))" | ||
| 1000 | 2024.06.28 23:41:25.141680 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1001 | 2024.06.28 23:41:25.145963 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.009193 sec., 435.1136734471881 rows/sec., 20.08 KiB/sec. | ||
| 1002 | 2024.06.28 23:41:25.146240 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1003 | 2024.06.28 23:41:25.146267 [ 3 ] {0d088da9-7824-477f-96d2-3d0fa9a191f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1004 | 2024.06.28 23:41:25.146283 [ 3 ] {} <Debug> HTTP-Session: aed03e7b-adf2-4bac-ac79-feb3a85f4c3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1005 | 2024.06.28 23:41:25.146511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1006 | 2024.06.28 23:41:25.146563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1007 | 2024.06.28 23:41:25.146582 [ 3 ] {} <Debug> HTTP-Session: 79325b3a-c850-4990-9cbd-fab6e8214401 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1008 | 2024.06.28 23:41:25.146600 [ 3 ] {} <Debug> HTTP-Session: 79325b3a-c850-4990-9cbd-fab6e8214401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1009 | 2024.06.28 23:41:25.146614 [ 3 ] {} <Debug> HTTP-Session: 79325b3a-c850-4990-9cbd-fab6e8214401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1010 | 2024.06.28 23:41:25.146649 [ 3 ] {} <Trace> HTTP-Session: 79325b3a-c850-4990-9cbd-fab6e8214401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1011 | 2024.06.28 23:41:25.146789 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1012 | 2024.06.28 23:41:25.147030 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1013 | 2024.06.28 23:41:25.147063 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <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_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1014 | 2024.06.28 23:41:25.147267 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1015 | 2024.06.28 23:41:25.147332 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1016 | 2024.06.28 23:41:25.147472 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 1017 | 2024.06.28 23:41:25.147502 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1018 | 2024.06.28 23:41:25.147524 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1019 | 2024.06.28 23:41:25.147540 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1020 | 2024.06.28 23:41:25.147576 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <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_underlay_prefixes', 'http_service:request_latency_histogram'))" | ||
| 1021 | 2024.06.28 23:41:25.147595 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1022 | 2024.06.28 23:41:25.148535 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001792 sec., 2232.1428571428573 rows/sec., 103.00 KiB/sec. | ||
| 1023 | 2024.06.28 23:41:25.148759 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1024 | 2024.06.28 23:41:25.148784 [ 3 ] {4e5be6b6-254d-430b-bfa3-91114a3124d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1025 | 2024.06.28 23:41:25.148799 [ 3 ] {} <Debug> HTTP-Session: 79325b3a-c850-4990-9cbd-fab6e8214401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1026 | 2024.06.28 23:41:25.149036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1027 | 2024.06.28 23:41:25.149082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1028 | 2024.06.28 23:41:25.149102 [ 3 ] {} <Debug> HTTP-Session: 4909e799-f7a0-46e4-8926-7a4d19fc47f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1029 | 2024.06.28 23:41:25.149118 [ 3 ] {} <Debug> HTTP-Session: 4909e799-f7a0-46e4-8926-7a4d19fc47f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1030 | 2024.06.28 23:41:25.149131 [ 3 ] {} <Debug> HTTP-Session: 4909e799-f7a0-46e4-8926-7a4d19fc47f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1031 | 2024.06.28 23:41:25.149160 [ 3 ] {} <Trace> HTTP-Session: 4909e799-f7a0-46e4-8926-7a4d19fc47f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2024.06.28 23:41:25.149285 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1033 | 2024.06.28 23:41:25.149518 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1034 | 2024.06.28 23:41:25.149549 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1035 | 2024.06.28 23:41:25.149750 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1036 | 2024.06.28 23:41:25.149810 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1037 | 2024.06.28 23:41:25.149944 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1038 | 2024.06.28 23:41:25.149975 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1039 | 2024.06.28 23:41:25.149997 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1040 | 2024.06.28 23:41:25.150013 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1041 | 2024.06.28 23:41:25.150051 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <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', 'http_service:request_latency_histogram'))" | ||
| 1042 | 2024.06.28 23:41:25.150070 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1043 | 2024.06.28 23:41:25.150977 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001743 sec., 2294.8938611589215 rows/sec., 105.89 KiB/sec. | ||
| 1044 | 2024.06.28 23:41:25.151216 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Debug> DynamicQueryHandler: Done processing query | ||
| 1045 | 2024.06.28 23:41:25.151241 [ 3 ] {957f4780-cd0f-4324-a73f-58524c10f827} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1046 | 2024.06.28 23:41:25.151257 [ 3 ] {} <Debug> HTTP-Session: 4909e799-f7a0-46e4-8926-7a4d19fc47f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1047 | 2024.06.28 23:41:25.151472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1048 | 2024.06.28 23:41:25.151519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1049 | 2024.06.28 23:41:25.151538 [ 3 ] {} <Debug> HTTP-Session: 4307f85f-6f21-4ac8-9968-bfeb49bd66fc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1050 | 2024.06.28 23:41:25.151554 [ 3 ] {} <Debug> HTTP-Session: 4307f85f-6f21-4ac8-9968-bfeb49bd66fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1051 | 2024.06.28 23:41:25.151567 [ 3 ] {} <Debug> HTTP-Session: 4307f85f-6f21-4ac8-9968-bfeb49bd66fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1052 | 2024.06.28 23:41:25.151596 [ 3 ] {} <Trace> HTTP-Session: 4307f85f-6f21-4ac8-9968-bfeb49bd66fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2024.06.28 23:41:25.151720 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1054 | 2024.06.28 23:41:25.151955 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1055 | 2024.06.28 23:41:25.151987 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <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:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1056 | 2024.06.28 23:41:25.152192 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1057 | 2024.06.28 23:41:25.152254 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1058 | 2024.06.28 23:41:25.152386 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1059 | 2024.06.28 23:41:25.152417 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1060 | 2024.06.28 23:41:25.152441 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1061 | 2024.06.28 23:41:25.152458 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1062 | 2024.06.28 23:41:25.152496 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <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:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1063 | 2024.06.28 23:41:25.152515 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1064 | 2024.06.28 23:41:25.153396 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 106.81 KiB/sec. | ||
| 1065 | 2024.06.28 23:41:25.153618 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1066 | 2024.06.28 23:41:25.153642 [ 3 ] {228f8107-ea5b-41fd-8212-c64e68fc0c5a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1067 | 2024.06.28 23:41:25.153658 [ 3 ] {} <Debug> HTTP-Session: 4307f85f-6f21-4ac8-9968-bfeb49bd66fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1068 | 2024.06.28 23:41:25.153860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1069 | 2024.06.28 23:41:25.153906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1070 | 2024.06.28 23:41:25.153926 [ 3 ] {} <Debug> HTTP-Session: 0a657fd8-537a-4f4f-a045-a0e5ebb89580 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1071 | 2024.06.28 23:41:25.153942 [ 3 ] {} <Debug> HTTP-Session: 0a657fd8-537a-4f4f-a045-a0e5ebb89580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1072 | 2024.06.28 23:41:25.153955 [ 3 ] {} <Debug> HTTP-Session: 0a657fd8-537a-4f4f-a045-a0e5ebb89580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1073 | 2024.06.28 23:41:25.153984 [ 3 ] {} <Trace> HTTP-Session: 0a657fd8-537a-4f4f-a045-a0e5ebb89580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2024.06.28 23:41:25.154147 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1075 | 2024.06.28 23:41:25.154386 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1076 | 2024.06.28 23:41:25.154418 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1077 | 2024.06.28 23:41:25.154630 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1078 | 2024.06.28 23:41:25.154693 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1079 | 2024.06.28 23:41:25.154828 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1080 | 2024.06.28 23:41:25.154859 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1081 | 2024.06.28 23:41:25.154881 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1082 | 2024.06.28 23:41:25.154897 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1083 | 2024.06.28 23:41:25.154936 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1084 | 2024.06.28 23:41:25.154956 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1085 | 2024.06.28 23:41:25.155636 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001538 sec., 2600.780234070221 rows/sec., 120.01 KiB/sec. | ||
| 1086 | 2024.06.28 23:41:25.155918 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Debug> DynamicQueryHandler: Done processing query | ||
| 1087 | 2024.06.28 23:41:25.155948 [ 3 ] {348a5af9-d5c1-48b8-96b9-df5a7e2677de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1088 | 2024.06.28 23:41:25.155968 [ 3 ] {} <Debug> HTTP-Session: 0a657fd8-537a-4f4f-a045-a0e5ebb89580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1089 | 2024.06.28 23:41:25.156194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1090 | 2024.06.28 23:41:25.156253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1091 | 2024.06.28 23:41:25.156276 [ 3 ] {} <Debug> HTTP-Session: 87143a31-b0c7-4506-a0ce-8b95c5183ce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1092 | 2024.06.28 23:41:25.156296 [ 3 ] {} <Debug> HTTP-Session: 87143a31-b0c7-4506-a0ce-8b95c5183ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1093 | 2024.06.28 23:41:25.156313 [ 3 ] {} <Debug> HTTP-Session: 87143a31-b0c7-4506-a0ce-8b95c5183ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1094 | 2024.06.28 23:41:25.156352 [ 3 ] {} <Trace> HTTP-Session: 87143a31-b0c7-4506-a0ce-8b95c5183ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2024.06.28 23:41:25.156505 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1096 | 2024.06.28 23:41:25.156749 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1097 | 2024.06.28 23:41:25.156785 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1098 | 2024.06.28 23:41:25.157004 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1099 | 2024.06.28 23:41:25.157070 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1100 | 2024.06.28 23:41:25.157208 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1101 | 2024.06.28 23:41:25.157241 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1102 | 2024.06.28 23:41:25.157265 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1103 | 2024.06.28 23:41:25.157281 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1104 | 2024.06.28 23:41:25.157320 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1105 | 2024.06.28 23:41:25.157340 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1106 | 2024.06.28 23:41:25.158257 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001812 sec., 2207.5055187637968 rows/sec., 101.86 KiB/sec. | ||
| 1107 | 2024.06.28 23:41:25.158487 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1108 | 2024.06.28 23:41:25.158511 [ 3 ] {fd0211a4-79ee-4f25-ae95-2ded171ea4e1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1109 | 2024.06.28 23:41:25.158528 [ 3 ] {} <Debug> HTTP-Session: 87143a31-b0c7-4506-a0ce-8b95c5183ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1110 | 2024.06.28 23:41:25.158733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1111 | 2024.06.28 23:41:25.158781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1112 | 2024.06.28 23:41:25.158801 [ 3 ] {} <Debug> HTTP-Session: 0e68f72f-fd2b-4852-acfe-63f9ca85843b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1113 | 2024.06.28 23:41:25.158817 [ 3 ] {} <Debug> HTTP-Session: 0e68f72f-fd2b-4852-acfe-63f9ca85843b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1114 | 2024.06.28 23:41:25.158831 [ 3 ] {} <Debug> HTTP-Session: 0e68f72f-fd2b-4852-acfe-63f9ca85843b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1115 | 2024.06.28 23:41:25.158861 [ 3 ] {} <Trace> HTTP-Session: 0e68f72f-fd2b-4852-acfe-63f9ca85843b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1116 | 2024.06.28 23:41:25.158990 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1117 | 2024.06.28 23:41:25.159233 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1118 | 2024.06.28 23:41:25.159268 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1119 | 2024.06.28 23:41:25.159491 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1120 | 2024.06.28 23:41:25.159555 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1121 | 2024.06.28 23:41:25.159690 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1122 | 2024.06.28 23:41:25.159723 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1123 | 2024.06.28 23:41:25.159746 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1124 | 2024.06.28 23:41:25.159763 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1125 | 2024.06.28 23:41:25.159801 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1126 | 2024.06.28 23:41:25.159823 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1127 | 2024.06.28 23:41:25.160680 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001731 sec., 2310.8030040439053 rows/sec., 106.63 KiB/sec. | ||
| 1128 | 2024.06.28 23:41:25.160941 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Debug> DynamicQueryHandler: Done processing query | ||
| 1129 | 2024.06.28 23:41:25.160966 [ 3 ] {57068d16-ca77-455d-8674-6f444831ed33} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1130 | 2024.06.28 23:41:25.160983 [ 3 ] {} <Debug> HTTP-Session: 0e68f72f-fd2b-4852-acfe-63f9ca85843b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1131 | 2024.06.28 23:41:25.161194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1132 | 2024.06.28 23:41:25.161242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1133 | 2024.06.28 23:41:25.161261 [ 3 ] {} <Debug> HTTP-Session: e943cd7a-fafa-4742-afd6-da9c33d6ecfc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1134 | 2024.06.28 23:41:25.161277 [ 3 ] {} <Debug> HTTP-Session: e943cd7a-fafa-4742-afd6-da9c33d6ecfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1135 | 2024.06.28 23:41:25.161291 [ 3 ] {} <Debug> HTTP-Session: e943cd7a-fafa-4742-afd6-da9c33d6ecfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1136 | 2024.06.28 23:41:25.161321 [ 3 ] {} <Trace> HTTP-Session: e943cd7a-fafa-4742-afd6-da9c33d6ecfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1137 | 2024.06.28 23:41:25.161456 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1138 | 2024.06.28 23:41:25.161703 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1139 | 2024.06.28 23:41:25.161739 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1140 | 2024.06.28 23:41:25.161965 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1141 | 2024.06.28 23:41:25.162029 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1142 | 2024.06.28 23:41:25.162164 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1143 | 2024.06.28 23:41:25.162196 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1144 | 2024.06.28 23:41:25.162218 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1145 | 2024.06.28 23:41:25.162235 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1146 | 2024.06.28 23:41:25.162275 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1147 | 2024.06.28 23:41:25.162295 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1148 | 2024.06.28 23:41:25.163219 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001818 sec., 2200.2200220022005 rows/sec., 101.52 KiB/sec. | ||
| 1149 | 2024.06.28 23:41:25.163466 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Debug> DynamicQueryHandler: Done processing query | ||
| 1150 | 2024.06.28 23:41:25.163491 [ 3 ] {b598cef7-eecb-4114-9892-fd715f5ecb89} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1151 | 2024.06.28 23:41:25.163507 [ 3 ] {} <Debug> HTTP-Session: e943cd7a-fafa-4742-afd6-da9c33d6ecfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1152 | 2024.06.28 23:41:25.163708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1153 | 2024.06.28 23:41:25.163755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1154 | 2024.06.28 23:41:25.163775 [ 3 ] {} <Debug> HTTP-Session: b3f5dd53-8363-4980-acf9-7b021cc1fc90 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1155 | 2024.06.28 23:41:25.163792 [ 3 ] {} <Debug> HTTP-Session: b3f5dd53-8363-4980-acf9-7b021cc1fc90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1156 | 2024.06.28 23:41:25.163806 [ 3 ] {} <Debug> HTTP-Session: b3f5dd53-8363-4980-acf9-7b021cc1fc90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1157 | 2024.06.28 23:41:25.163836 [ 3 ] {} <Trace> HTTP-Session: b3f5dd53-8363-4980-acf9-7b021cc1fc90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2024.06.28 23:41:25.163965 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1159 | 2024.06.28 23:41:25.164212 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1160 | 2024.06.28 23:41:25.164249 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1161 | 2024.06.28 23:41:25.164475 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1162 | 2024.06.28 23:41:25.164538 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1163 | 2024.06.28 23:41:25.164673 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1164 | 2024.06.28 23:41:25.164705 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1165 | 2024.06.28 23:41:25.164727 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1166 | 2024.06.28 23:41:25.164743 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1167 | 2024.06.28 23:41:25.164782 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1168 | 2024.06.28 23:41:25.164803 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1169 | 2024.06.28 23:41:25.165737 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001816 sec., 2202.6431718061676 rows/sec., 101.64 KiB/sec. | ||
| 1170 | 2024.06.28 23:41:25.166011 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1171 | 2024.06.28 23:41:25.166041 [ 3 ] {9a60e49b-42ed-45e1-b7a9-6f571f1544f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1172 | 2024.06.28 23:41:25.166061 [ 3 ] {} <Debug> HTTP-Session: b3f5dd53-8363-4980-acf9-7b021cc1fc90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1173 | 2024.06.28 23:41:25.166306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1174 | 2024.06.28 23:41:25.166365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1175 | 2024.06.28 23:41:25.166388 [ 3 ] {} <Debug> HTTP-Session: 81fde7f9-c979-466a-8b1c-3c818b68e189 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1176 | 2024.06.28 23:41:25.166410 [ 3 ] {} <Debug> HTTP-Session: 81fde7f9-c979-466a-8b1c-3c818b68e189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1177 | 2024.06.28 23:41:25.166427 [ 3 ] {} <Debug> HTTP-Session: 81fde7f9-c979-466a-8b1c-3c818b68e189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1178 | 2024.06.28 23:41:25.166464 [ 3 ] {} <Trace> HTTP-Session: 81fde7f9-c979-466a-8b1c-3c818b68e189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1179 | 2024.06.28 23:41:25.166640 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1180 | 2024.06.28 23:41:25.166896 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1181 | 2024.06.28 23:41:25.166935 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1182 | 2024.06.28 23:41:25.167178 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1183 | 2024.06.28 23:41:25.167244 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1184 | 2024.06.28 23:41:25.167382 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1185 | 2024.06.28 23:41:25.167415 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1186 | 2024.06.28 23:41:25.167439 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1187 | 2024.06.28 23:41:25.167456 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1188 | 2024.06.28 23:41:25.167497 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))" | ||
| 1189 | 2024.06.28 23:41:25.167518 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1190 | 2024.06.28 23:41:25.168405 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001823 sec., 2194.1854086670323 rows/sec., 101.25 KiB/sec. | ||
| 1191 | 2024.06.28 23:41:25.168643 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Debug> DynamicQueryHandler: Done processing query | ||
| 1192 | 2024.06.28 23:41:25.168668 [ 3 ] {3b2d52b0-82dc-4768-9a41-b8eb40c4ce99} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1193 | 2024.06.28 23:41:25.168684 [ 3 ] {} <Debug> HTTP-Session: 81fde7f9-c979-466a-8b1c-3c818b68e189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1194 | 2024.06.28 23:41:25.168891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1195 | 2024.06.28 23:41:25.168939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1196 | 2024.06.28 23:41:25.168958 [ 3 ] {} <Debug> HTTP-Session: daf6a23d-9392-478a-8874-63cea75ebfd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1197 | 2024.06.28 23:41:25.168975 [ 3 ] {} <Debug> HTTP-Session: daf6a23d-9392-478a-8874-63cea75ebfd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1198 | 2024.06.28 23:41:25.168989 [ 3 ] {} <Debug> HTTP-Session: daf6a23d-9392-478a-8874-63cea75ebfd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1199 | 2024.06.28 23:41:25.169019 [ 3 ] {} <Trace> HTTP-Session: daf6a23d-9392-478a-8874-63cea75ebfd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2024.06.28 23:41:25.169152 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1201 | 2024.06.28 23:41:25.169403 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1202 | 2024.06.28 23:41:25.169441 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1203 | 2024.06.28 23:41:25.169681 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1204 | 2024.06.28 23:41:25.169745 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1205 | 2024.06.28 23:41:25.169881 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1206 | 2024.06.28 23:41:25.169913 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1207 | 2024.06.28 23:41:25.169936 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1208 | 2024.06.28 23:41:25.169952 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1209 | 2024.06.28 23:41:25.169993 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1210 | 2024.06.28 23:41:25.170014 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1211 | 2024.06.28 23:41:25.170910 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001817 sec., 2201.430930104568 rows/sec., 101.58 KiB/sec. | ||
| 1212 | 2024.06.28 23:41:25.171140 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1213 | 2024.06.28 23:41:25.171164 [ 3 ] {70923100-3fa2-4bd1-a70e-6e6f68b957c4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1214 | 2024.06.28 23:41:25.171181 [ 3 ] {} <Debug> HTTP-Session: daf6a23d-9392-478a-8874-63cea75ebfd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1215 | 2024.06.28 23:41:25.171393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1216 | 2024.06.28 23:41:25.171443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1217 | 2024.06.28 23:41:25.171463 [ 3 ] {} <Debug> HTTP-Session: 87b13c4b-c712-4112-a39d-2cea8724ccf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1218 | 2024.06.28 23:41:25.171479 [ 3 ] {} <Debug> HTTP-Session: 87b13c4b-c712-4112-a39d-2cea8724ccf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1219 | 2024.06.28 23:41:25.171493 [ 3 ] {} <Debug> HTTP-Session: 87b13c4b-c712-4112-a39d-2cea8724ccf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1220 | 2024.06.28 23:41:25.171524 [ 3 ] {} <Trace> HTTP-Session: 87b13c4b-c712-4112-a39d-2cea8724ccf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1221 | 2024.06.28 23:41:25.171656 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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: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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1222 | 2024.06.28 23:41:25.171911 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1223 | 2024.06.28 23:41:25.171949 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <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: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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1224 | 2024.06.28 23:41:25.172189 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1225 | 2024.06.28 23:41:25.172254 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1226 | 2024.06.28 23:41:25.172388 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1227 | 2024.06.28 23:41:25.172421 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1228 | 2024.06.28 23:41:25.172444 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1229 | 2024.06.28 23:41:25.172461 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1230 | 2024.06.28 23:41:25.172501 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <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: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', 'http_service:request_latency_histogram'))" | ||
| 1231 | 2024.06.28 23:41:25.172522 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1232 | 2024.06.28 23:41:25.173377 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001777 sec., 2250.9848058525604 rows/sec., 103.87 KiB/sec. | ||
| 1233 | 2024.06.28 23:41:25.173608 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Debug> DynamicQueryHandler: Done processing query | ||
| 1234 | 2024.06.28 23:41:25.173632 [ 3 ] {11d09329-60e1-4fc2-9234-0814c551d053} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1235 | 2024.06.28 23:41:25.173648 [ 3 ] {} <Debug> HTTP-Session: 87b13c4b-c712-4112-a39d-2cea8724ccf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1236 | 2024.06.28 23:41:25.173849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1237 | 2024.06.28 23:41:25.173895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1238 | 2024.06.28 23:41:25.173915 [ 3 ] {} <Debug> HTTP-Session: 61f98f74-09b3-4a69-b555-50931effd1a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1239 | 2024.06.28 23:41:25.173931 [ 3 ] {} <Debug> HTTP-Session: 61f98f74-09b3-4a69-b555-50931effd1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1240 | 2024.06.28 23:41:25.173945 [ 3 ] {} <Debug> HTTP-Session: 61f98f74-09b3-4a69-b555-50931effd1a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1241 | 2024.06.28 23:41:25.173975 [ 3 ] {} <Trace> HTTP-Session: 61f98f74-09b3-4a69-b555-50931effd1a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1242 | 2024.06.28 23:41:25.174108 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1243 | 2024.06.28 23:41:25.174357 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1244 | 2024.06.28 23:41:25.174394 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1245 | 2024.06.28 23:41:25.174634 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1246 | 2024.06.28 23:41:25.174697 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1247 | 2024.06.28 23:41:25.174831 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1248 | 2024.06.28 23:41:25.174862 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1249 | 2024.06.28 23:41:25.174885 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1250 | 2024.06.28 23:41:25.174901 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1251 | 2024.06.28 23:41:25.174940 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1252 | 2024.06.28 23:41:25.174960 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1253 | 2024.06.28 23:41:25.175841 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00178 sec., 2247.191011235955 rows/sec., 103.69 KiB/sec. | ||
| 1254 | 2024.06.28 23:41:25.176067 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Debug> DynamicQueryHandler: Done processing query | ||
| 1255 | 2024.06.28 23:41:25.176091 [ 3 ] {4bdeaa44-4314-4bbb-a610-249b0c684543} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1256 | 2024.06.28 23:41:25.176107 [ 3 ] {} <Debug> HTTP-Session: 61f98f74-09b3-4a69-b555-50931effd1a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1257 | 2024.06.28 23:41:25.176318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1258 | 2024.06.28 23:41:25.176364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1259 | 2024.06.28 23:41:25.176382 [ 3 ] {} <Debug> HTTP-Session: 813a7278-e83d-4bb8-97bd-1c4870f67bef Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1260 | 2024.06.28 23:41:25.176398 [ 3 ] {} <Debug> HTTP-Session: 813a7278-e83d-4bb8-97bd-1c4870f67bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1261 | 2024.06.28 23:41:25.176412 [ 3 ] {} <Debug> HTTP-Session: 813a7278-e83d-4bb8-97bd-1c4870f67bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1262 | 2024.06.28 23:41:25.176442 [ 3 ] {} <Trace> HTTP-Session: 813a7278-e83d-4bb8-97bd-1c4870f67bef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2024.06.28 23:41:25.176575 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1264 | 2024.06.28 23:41:25.176824 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1265 | 2024.06.28 23:41:25.176861 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1266 | 2024.06.28 23:41:25.177117 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1267 | 2024.06.28 23:41:25.177181 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1268 | 2024.06.28 23:41:25.177314 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1269 | 2024.06.28 23:41:25.177346 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1270 | 2024.06.28 23:41:25.177367 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 1271 | 2024.06.28 23:41:25.177382 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1272 | 2024.06.28 23:41:25.177423 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1273 | 2024.06.28 23:41:25.177443 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1274 | 2024.06.28 23:41:25.178280 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001764 sec., 2267.573696145125 rows/sec., 104.63 KiB/sec. | ||
| 1275 | 2024.06.28 23:41:25.178523 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1276 | 2024.06.28 23:41:25.178548 [ 3 ] {089d4b06-6c9e-44f8-9850-bfee3ba99fa7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1277 | 2024.06.28 23:41:25.178564 [ 3 ] {} <Debug> HTTP-Session: 813a7278-e83d-4bb8-97bd-1c4870f67bef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1278 | 2024.06.28 23:41:25.180254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1279 | 2024.06.28 23:41:25.180300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1280 | 2024.06.28 23:41:25.180318 [ 3 ] {} <Debug> HTTP-Session: 1a822c72-72e0-4d42-b487-d2eabf2393c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1281 | 2024.06.28 23:41:25.180334 [ 3 ] {} <Debug> HTTP-Session: 1a822c72-72e0-4d42-b487-d2eabf2393c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1282 | 2024.06.28 23:41:25.180348 [ 3 ] {} <Debug> HTTP-Session: 1a822c72-72e0-4d42-b487-d2eabf2393c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1283 | 2024.06.28 23:41:25.180378 [ 3 ] {} <Trace> HTTP-Session: 1a822c72-72e0-4d42-b487-d2eabf2393c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1284 | 2024.06.28 23:41:25.180502 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1285 | 2024.06.28 23:41:25.180556 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1286 | 2024.06.28 23:41:25.180754 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1287 | 2024.06.28 23:41:25.181104 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1288 | 2024.06.28 23:41:25.181145 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1289 | 2024.06.28 23:41:25.181770 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1290 | 2024.06.28 23:41:25.182269 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1291 | 2024.06.28 23:41:25.182431 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001979 sec., 7074.279939363315 rows/sec., 1015.05 KiB/sec. | ||
| 1292 | 2024.06.28 23:41:25.182585 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1293 | 2024.06.28 23:41:25.182608 [ 3 ] {85a774bc-b99c-418a-b264-1d298cf6366a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1294 | 2024.06.28 23:41:25.182624 [ 3 ] {} <Debug> HTTP-Session: 1a822c72-72e0-4d42-b487-d2eabf2393c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1295 | 2024.06.28 23:41:25.182739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1296 | 2024.06.28 23:41:25.182785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1297 | 2024.06.28 23:41:25.182803 [ 3 ] {} <Debug> HTTP-Session: 72380f54-04d8-42c7-b268-0f21c882defc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1298 | 2024.06.28 23:41:25.182820 [ 3 ] {} <Debug> HTTP-Session: 72380f54-04d8-42c7-b268-0f21c882defc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1299 | 2024.06.28 23:41:25.182834 [ 3 ] {} <Debug> HTTP-Session: 72380f54-04d8-42c7-b268-0f21c882defc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1300 | 2024.06.28 23:41:25.182865 [ 3 ] {} <Trace> HTTP-Session: 72380f54-04d8-42c7-b268-0f21c882defc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2024.06.28 23:41:25.182962 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1302 | 2024.06.28 23:41:25.183007 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1303 | 2024.06.28 23:41:25.183130 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1304 | 2024.06.28 23:41:25.183423 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1305 | 2024.06.28 23:41:25.183462 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1306 | 2024.06.28 23:41:25.183865 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1307 | 2024.06.28 23:41:25.184364 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1308 | 2024.06.28 23:41:25.184487 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Debug> executeQuery: Read 18 rows, 1.46 KiB in 0.001552 sec., 11597.938144329897 rows/sec., 940.07 KiB/sec. | ||
| 1309 | 2024.06.28 23:41:25.184756 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1310 | 2024.06.28 23:41:25.184780 [ 3 ] {9197d9e4-ec32-4f88-b967-9905e333801d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1311 | 2024.06.28 23:41:25.184796 [ 3 ] {} <Debug> HTTP-Session: 72380f54-04d8-42c7-b268-0f21c882defc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1312 | 2024.06.28 23:41:25.184926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 11845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1313 | 2024.06.28 23:41:25.184974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1314 | 2024.06.28 23:41:25.184992 [ 3 ] {} <Debug> HTTP-Session: 46114473-bc2b-4ca9-86ee-565515e608cc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1315 | 2024.06.28 23:41:25.185009 [ 3 ] {} <Debug> HTTP-Session: 46114473-bc2b-4ca9-86ee-565515e608cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1316 | 2024.06.28 23:41:25.185022 [ 3 ] {} <Debug> HTTP-Session: 46114473-bc2b-4ca9-86ee-565515e608cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1317 | 2024.06.28 23:41:25.185053 [ 3 ] {} <Trace> HTTP-Session: 46114473-bc2b-4ca9-86ee-565515e608cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2024.06.28 23:41:25.185169 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1319 | 2024.06.28 23:41:25.185211 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1320 | 2024.06.28 23:41:25.185353 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1321 | 2024.06.28 23:41:25.185678 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2024.06.28 23:41:25.185712 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1323 | 2024.06.28 23:41:25.186162 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1324 | 2024.06.28 23:41:25.186754 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2024.06.28 23:41:25.186907 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Debug> executeQuery: Read 80 rows, 6.95 KiB in 0.001779 sec., 44969.083754918494 rows/sec., 3.82 MiB/sec. | ||
| 1326 | 2024.06.28 23:41:25.188388 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Debug> DynamicQueryHandler: Done processing query | ||
| 1327 | 2024.06.28 23:41:25.188429 [ 3 ] {d7fd5a27-7a77-4483-8642-0c8f81f924de} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1328 | 2024.06.28 23:41:25.188453 [ 3 ] {} <Debug> HTTP-Session: 46114473-bc2b-4ca9-86ee-565515e608cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1329 | 2024.06.28 23:41:25.188606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 7843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1330 | 2024.06.28 23:41:25.188661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1331 | 2024.06.28 23:41:25.188680 [ 3 ] {} <Debug> HTTP-Session: e8b21c58-2023-4695-8e59-6373125d883a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1332 | 2024.06.28 23:41:25.188697 [ 3 ] {} <Debug> HTTP-Session: e8b21c58-2023-4695-8e59-6373125d883a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1333 | 2024.06.28 23:41:25.188712 [ 3 ] {} <Debug> HTTP-Session: e8b21c58-2023-4695-8e59-6373125d883a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1334 | 2024.06.28 23:41:25.188743 [ 3 ] {} <Trace> HTTP-Session: e8b21c58-2023-4695-8e59-6373125d883a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1335 | 2024.06.28 23:41:25.188895 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1336 | 2024.06.28 23:41:25.188942 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1337 | 2024.06.28 23:41:25.189087 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1338 | 2024.06.28 23:41:25.189405 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2024.06.28 23:41:25.189443 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1340 | 2024.06.28 23:41:25.189869 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2024.06.28 23:41:25.190435 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2024.06.28 23:41:25.190561 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001703 sec., 27011.156782149148 rows/sec., 2.11 MiB/sec. | ||
| 1343 | 2024.06.28 23:41:25.190819 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1344 | 2024.06.28 23:41:25.190844 [ 3 ] {b959d8f7-2af7-4f93-8932-166af825a40d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1345 | 2024.06.28 23:41:25.190861 [ 3 ] {} <Debug> HTTP-Session: e8b21c58-2023-4695-8e59-6373125d883a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1346 | 2024.06.28 23:41:25.190987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1347 | 2024.06.28 23:41:25.191036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1348 | 2024.06.28 23:41:25.191055 [ 3 ] {} <Debug> HTTP-Session: 18436051-b159-493f-bab2-09196d20a6cc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1349 | 2024.06.28 23:41:25.191158 [ 3 ] {} <Debug> HTTP-Session: 18436051-b159-493f-bab2-09196d20a6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1350 | 2024.06.28 23:41:25.191173 [ 3 ] {} <Debug> HTTP-Session: 18436051-b159-493f-bab2-09196d20a6cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1351 | 2024.06.28 23:41:25.191204 [ 3 ] {} <Trace> HTTP-Session: 18436051-b159-493f-bab2-09196d20a6cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1352 | 2024.06.28 23:41:25.191307 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1353 | 2024.06.28 23:41:25.191353 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1354 | 2024.06.28 23:41:25.191507 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1355 | 2024.06.28 23:41:25.191806 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1356 | 2024.06.28 23:41:25.191843 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1357 | 2024.06.28 23:41:25.192410 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1358 | 2024.06.28 23:41:25.193047 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1359 | 2024.06.28 23:41:25.193266 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001988 sec., 10060.36217303823 rows/sec., 714.25 KiB/sec. | ||
| 1360 | 2024.06.28 23:41:25.193523 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1361 | 2024.06.28 23:41:25.193546 [ 3 ] {3351e024-a412-4222-a53e-7cfbb8d8815a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1362 | 2024.06.28 23:41:25.193561 [ 3 ] {} <Debug> HTTP-Session: 18436051-b159-493f-bab2-09196d20a6cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1363 | 2024.06.28 23:41:25.193760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 28649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1364 | 2024.06.28 23:41:25.193805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1365 | 2024.06.28 23:41:25.193822 [ 3 ] {} <Debug> HTTP-Session: 565ee269-66ee-4d11-ae34-136bd256220f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1366 | 2024.06.28 23:41:25.193839 [ 3 ] {} <Debug> HTTP-Session: 565ee269-66ee-4d11-ae34-136bd256220f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1367 | 2024.06.28 23:41:25.193852 [ 3 ] {} <Debug> HTTP-Session: 565ee269-66ee-4d11-ae34-136bd256220f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1368 | 2024.06.28 23:41:25.193880 [ 3 ] {} <Trace> HTTP-Session: 565ee269-66ee-4d11-ae34-136bd256220f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1369 | 2024.06.28 23:41:25.194112 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1370 | 2024.06.28 23:41:25.194177 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <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_histogramf64 | ||
| 1371 | 2024.06.28 23:41:25.194628 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1372 | 2024.06.28 23:41:25.195211 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1373 | 2024.06.28 23:41:25.195248 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1374 | 2024.06.28 23:41:25.196047 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1375 | 2024.06.28 23:41:25.196700 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1376 | 2024.06.28 23:41:25.196882 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002888 sec., 6232.686980609418 rows/sec., 11.17 MiB/sec. | ||
| 1377 | 2024.06.28 23:41:25.197291 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1378 | 2024.06.28 23:41:25.197315 [ 3 ] {df0ea643-9006-4b7f-9f28-f65310fbee7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1379 | 2024.06.28 23:41:25.197331 [ 3 ] {} <Debug> HTTP-Session: 565ee269-66ee-4d11-ae34-136bd256220f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1380 | 2024.06.28 23:41:25.197449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1381 | 2024.06.28 23:41:25.197497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1382 | 2024.06.28 23:41:25.197516 [ 3 ] {} <Debug> HTTP-Session: c9591e2a-dab7-4593-808b-075219d2a1f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1383 | 2024.06.28 23:41:25.197533 [ 3 ] {} <Debug> HTTP-Session: c9591e2a-dab7-4593-808b-075219d2a1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1384 | 2024.06.28 23:41:25.197549 [ 3 ] {} <Debug> HTTP-Session: c9591e2a-dab7-4593-808b-075219d2a1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1385 | 2024.06.28 23:41:25.197586 [ 3 ] {} <Trace> HTTP-Session: c9591e2a-dab7-4593-808b-075219d2a1f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1386 | 2024.06.28 23:41:25.197701 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1387 | 2024.06.28 23:41:25.197754 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1388 | 2024.06.28 23:41:25.197912 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1389 | 2024.06.28 23:41:25.198231 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1390 | 2024.06.28 23:41:25.198268 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1391 | 2024.06.28 23:41:25.198786 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1392 | 2024.06.28 23:41:25.199377 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1393 | 2024.06.28 23:41:25.199541 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Debug> executeQuery: Read 8 rows, 576.00 B in 0.001867 sec., 4284.949116229245 rows/sec., 301.29 KiB/sec. | ||
| 1394 | 2024.06.28 23:41:25.199809 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1395 | 2024.06.28 23:41:25.199835 [ 3 ] {5d27856d-4ae4-44b4-84c9-3fde8795efd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1396 | 2024.06.28 23:41:25.199851 [ 3 ] {} <Debug> HTTP-Session: c9591e2a-dab7-4593-808b-075219d2a1f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1397 | 2024.06.28 23:41:30.139494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1398 | 2024.06.28 23:41:30.139623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1399 | 2024.06.28 23:41:30.139652 [ 3 ] {} <Debug> HTTP-Session: b5ffdb8b-e792-40f5-9815-f8eceea8e86b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1400 | 2024.06.28 23:41:30.139679 [ 3 ] {} <Debug> HTTP-Session: b5ffdb8b-e792-40f5-9815-f8eceea8e86b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1401 | 2024.06.28 23:41:30.139697 [ 3 ] {} <Debug> HTTP-Session: b5ffdb8b-e792-40f5-9815-f8eceea8e86b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1402 | 2024.06.28 23:41:30.139751 [ 3 ] {} <Trace> HTTP-Session: b5ffdb8b-e792-40f5-9815-f8eceea8e86b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1403 | 2024.06.28 23:41:30.139952 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1404 | 2024.06.28 23:41:30.140023 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1405 | 2024.06.28 23:41:30.140233 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1406 | 2024.06.28 23:41:30.140740 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1407 | 2024.06.28 23:41:30.140779 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1408 | 2024.06.28 23:41:30.141237 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1409 | 2024.06.28 23:41:30.141861 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1410 | 2024.06.28 23:41:30.142004 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002119 sec., 12269.938650306749 rows/sec., 972.88 KiB/sec. | ||
| 1411 | 2024.06.28 23:41:30.142189 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Debug> DynamicQueryHandler: Done processing query | ||
| 1412 | 2024.06.28 23:41:30.142215 [ 3 ] {2771b7bb-6ef7-4246-bc9c-d40be80f4862} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1413 | 2024.06.28 23:41:30.142231 [ 3 ] {} <Debug> HTTP-Session: b5ffdb8b-e792-40f5-9815-f8eceea8e86b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1414 | 2024.06.28 23:41:30.142356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1415 | 2024.06.28 23:41:30.142404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1416 | 2024.06.28 23:41:30.142424 [ 3 ] {} <Debug> HTTP-Session: 10d7e8a9-5530-4610-a3d5-46c69e8147e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1417 | 2024.06.28 23:41:30.142441 [ 3 ] {} <Debug> HTTP-Session: 10d7e8a9-5530-4610-a3d5-46c69e8147e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1418 | 2024.06.28 23:41:30.142455 [ 3 ] {} <Debug> HTTP-Session: 10d7e8a9-5530-4610-a3d5-46c69e8147e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1419 | 2024.06.28 23:41:30.142487 [ 3 ] {} <Trace> HTTP-Session: 10d7e8a9-5530-4610-a3d5-46c69e8147e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1420 | 2024.06.28 23:41:30.142591 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1421 | 2024.06.28 23:41:30.142633 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1422 | 2024.06.28 23:41:30.142759 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1423 | 2024.06.28 23:41:30.143052 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2024.06.28 23:41:30.143088 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1425 | 2024.06.28 23:41:30.143561 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1426 | 2024.06.28 23:41:30.144162 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2024.06.28 23:41:30.144292 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001734 sec., 16147.635524798154 rows/sec., 1.26 MiB/sec. | ||
| 1428 | 2024.06.28 23:41:30.144484 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1429 | 2024.06.28 23:41:30.144508 [ 3 ] {44a16f73-a083-44d7-858e-adaf7e153d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1430 | 2024.06.28 23:41:30.144525 [ 3 ] {} <Debug> HTTP-Session: 10d7e8a9-5530-4610-a3d5-46c69e8147e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1431 | 2024.06.28 23:41:30.144691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1432 | 2024.06.28 23:41:30.144738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1433 | 2024.06.28 23:41:30.144758 [ 3 ] {} <Debug> HTTP-Session: 0413575f-c177-4cfe-9b25-7f978d0e0ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1434 | 2024.06.28 23:41:30.144775 [ 3 ] {} <Debug> HTTP-Session: 0413575f-c177-4cfe-9b25-7f978d0e0ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1435 | 2024.06.28 23:41:30.144789 [ 3 ] {} <Debug> HTTP-Session: 0413575f-c177-4cfe-9b25-7f978d0e0ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1436 | 2024.06.28 23:41:30.144820 [ 3 ] {} <Trace> HTTP-Session: 0413575f-c177-4cfe-9b25-7f978d0e0ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2024.06.28 23:41:30.144934 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1438 | 2024.06.28 23:41:30.144980 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1439 | 2024.06.28 23:41:30.145121 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1440 | 2024.06.28 23:41:30.145450 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1441 | 2024.06.28 23:41:30.145487 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1442 | 2024.06.28 23:41:30.146006 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1443 | 2024.06.28 23:41:30.146667 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1444 | 2024.06.28 23:41:30.146793 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001901 sec., 26301.94634402946 rows/sec., 1.82 MiB/sec. | ||
| 1445 | 2024.06.28 23:41:30.146956 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1446 | 2024.06.28 23:41:30.146980 [ 3 ] {3ce2b6fb-c9ad-4bb5-8bdb-c8f37862b55f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1447 | 2024.06.28 23:41:30.146995 [ 3 ] {} <Debug> HTTP-Session: 0413575f-c177-4cfe-9b25-7f978d0e0ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1448 | 2024.06.28 23:41:30.147105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1449 | 2024.06.28 23:41:30.147152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1450 | 2024.06.28 23:41:30.147173 [ 3 ] {} <Debug> HTTP-Session: 69c863b8-70df-4daa-a00c-a3a9754ddd1a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1451 | 2024.06.28 23:41:30.147189 [ 3 ] {} <Debug> HTTP-Session: 69c863b8-70df-4daa-a00c-a3a9754ddd1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1452 | 2024.06.28 23:41:30.147203 [ 3 ] {} <Debug> HTTP-Session: 69c863b8-70df-4daa-a00c-a3a9754ddd1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1453 | 2024.06.28 23:41:30.147235 [ 3 ] {} <Trace> HTTP-Session: 69c863b8-70df-4daa-a00c-a3a9754ddd1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1454 | 2024.06.28 23:41:30.147338 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1455 | 2024.06.28 23:41:30.147382 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1456 | 2024.06.28 23:41:30.147505 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1457 | 2024.06.28 23:41:30.147761 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1458 | 2024.06.28 23:41:30.147798 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1459 | 2024.06.28 23:41:30.148293 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1460 | 2024.06.28 23:41:30.148953 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1461 | 2024.06.28 23:41:30.149081 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001773 sec., 11280.315848843768 rows/sec., 793.15 KiB/sec. | ||
| 1462 | 2024.06.28 23:41:30.149356 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1463 | 2024.06.28 23:41:30.149381 [ 3 ] {59634061-4987-43dc-a3dc-e49ce5d67ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1464 | 2024.06.28 23:41:30.149396 [ 3 ] {} <Debug> HTTP-Session: 69c863b8-70df-4daa-a00c-a3a9754ddd1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1465 | 2024.06.28 23:41:33.567458 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1466 | 2024.06.28 23:41:33.567510 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1467 | 2024.06.28 23:41:35.140522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1468 | 2024.06.28 23:41:35.140661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1469 | 2024.06.28 23:41:35.140692 [ 3 ] {} <Debug> HTTP-Session: 4386af9b-47c4-4cad-93ab-10691b0f1596 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1470 | 2024.06.28 23:41:35.140719 [ 3 ] {} <Debug> HTTP-Session: 4386af9b-47c4-4cad-93ab-10691b0f1596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1471 | 2024.06.28 23:41:35.140737 [ 3 ] {} <Debug> HTTP-Session: 4386af9b-47c4-4cad-93ab-10691b0f1596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1472 | 2024.06.28 23:41:35.140791 [ 3 ] {} <Trace> HTTP-Session: 4386af9b-47c4-4cad-93ab-10691b0f1596 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1473 | 2024.06.28 23:41:35.140994 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1474 | 2024.06.28 23:41:35.141060 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1475 | 2024.06.28 23:41:35.141247 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1476 | 2024.06.28 23:41:35.141732 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1477 | 2024.06.28 23:41:35.141775 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1478 | 2024.06.28 23:41:35.142140 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1479 | 2024.06.28 23:41:35.142487 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1480 | 2024.06.28 23:41:35.142629 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.0017 sec., 11176.470588235296 rows/sec., 905.91 KiB/sec. | ||
| 1481 | 2024.06.28 23:41:35.142930 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1482 | 2024.06.28 23:41:35.142957 [ 3 ] {8a9a4a54-3af1-43c4-8826-6530c62de6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1483 | 2024.06.28 23:41:35.142974 [ 3 ] {} <Debug> HTTP-Session: 4386af9b-47c4-4cad-93ab-10691b0f1596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1484 | 2024.06.28 23:41:35.143117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1485 | 2024.06.28 23:41:35.143172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1486 | 2024.06.28 23:41:35.143192 [ 3 ] {} <Debug> HTTP-Session: 1c8b799e-3f66-4e33-9b88-623435734243 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1487 | 2024.06.28 23:41:35.143210 [ 3 ] {} <Debug> HTTP-Session: 1c8b799e-3f66-4e33-9b88-623435734243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1488 | 2024.06.28 23:41:35.143224 [ 3 ] {} <Debug> HTTP-Session: 1c8b799e-3f66-4e33-9b88-623435734243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1489 | 2024.06.28 23:41:35.143260 [ 3 ] {} <Trace> HTTP-Session: 1c8b799e-3f66-4e33-9b88-623435734243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1490 | 2024.06.28 23:41:35.143394 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1491 | 2024.06.28 23:41:35.143441 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1492 | 2024.06.28 23:41:35.143584 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1493 | 2024.06.28 23:41:35.143960 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1494 | 2024.06.28 23:41:35.143997 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1495 | 2024.06.28 23:41:35.144312 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1496 | 2024.06.28 23:41:35.144622 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1497 | 2024.06.28 23:41:35.144751 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Debug> executeQuery: Read 83 rows, 7.22 KiB in 0.00141 sec., 58865.24822695035 rows/sec., 5.00 MiB/sec. | ||
| 1498 | 2024.06.28 23:41:35.144908 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Debug> DynamicQueryHandler: Done processing query | ||
| 1499 | 2024.06.28 23:41:35.144932 [ 3 ] {1bcdf5ed-7465-46b3-825d-d8bcae348393} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1500 | 2024.06.28 23:41:35.144948 [ 3 ] {} <Debug> HTTP-Session: 1c8b799e-3f66-4e33-9b88-623435734243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1501 | 2024.06.28 23:41:35.145097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 8013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1502 | 2024.06.28 23:41:35.145144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1503 | 2024.06.28 23:41:35.145164 [ 3 ] {} <Debug> HTTP-Session: 9696870b-0f4e-4b12-8827-ec76af096b67 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1504 | 2024.06.28 23:41:35.145180 [ 3 ] {} <Debug> HTTP-Session: 9696870b-0f4e-4b12-8827-ec76af096b67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1505 | 2024.06.28 23:41:35.145194 [ 3 ] {} <Debug> HTTP-Session: 9696870b-0f4e-4b12-8827-ec76af096b67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1506 | 2024.06.28 23:41:35.145224 [ 3 ] {} <Trace> HTTP-Session: 9696870b-0f4e-4b12-8827-ec76af096b67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1507 | 2024.06.28 23:41:35.145338 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1508 | 2024.06.28 23:41:35.145380 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1509 | 2024.06.28 23:41:35.145503 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1510 | 2024.06.28 23:41:35.145878 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1511 | 2024.06.28 23:41:35.145914 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1512 | 2024.06.28 23:41:35.146218 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1513 | 2024.06.28 23:41:35.146533 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2024.06.28 23:41:35.146655 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Debug> executeQuery: Read 47 rows, 3.76 KiB in 0.00136 sec., 34558.82352941176 rows/sec., 2.70 MiB/sec. | ||
| 1515 | 2024.06.28 23:41:35.146819 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1516 | 2024.06.28 23:41:35.146843 [ 3 ] {385e6c5f-619f-415a-8ea2-638a96018ba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1517 | 2024.06.28 23:41:35.146858 [ 3 ] {} <Debug> HTTP-Session: 9696870b-0f4e-4b12-8827-ec76af096b67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1518 | 2024.06.28 23:41:35.146969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1519 | 2024.06.28 23:41:35.147016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1520 | 2024.06.28 23:41:35.147036 [ 3 ] {} <Debug> HTTP-Session: fc0f8a39-bbdc-401e-a16a-339e676b8be2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1521 | 2024.06.28 23:41:35.147052 [ 3 ] {} <Debug> HTTP-Session: fc0f8a39-bbdc-401e-a16a-339e676b8be2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1522 | 2024.06.28 23:41:35.147065 [ 3 ] {} <Debug> HTTP-Session: fc0f8a39-bbdc-401e-a16a-339e676b8be2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1523 | 2024.06.28 23:41:35.147098 [ 3 ] {} <Trace> HTTP-Session: fc0f8a39-bbdc-401e-a16a-339e676b8be2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2024.06.28 23:41:35.147210 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1525 | 2024.06.28 23:41:35.147256 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1526 | 2024.06.28 23:41:35.147395 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1527 | 2024.06.28 23:41:35.147680 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1528 | 2024.06.28 23:41:35.147716 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1529 | 2024.06.28 23:41:35.148091 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1530 | 2024.06.28 23:41:35.148421 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1531 | 2024.06.28 23:41:35.148549 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001381 sec., 36205.64808110065 rows/sec., 2.51 MiB/sec. | ||
| 1532 | 2024.06.28 23:41:35.148705 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Debug> DynamicQueryHandler: Done processing query | ||
| 1533 | 2024.06.28 23:41:35.148729 [ 3 ] {e4e2fe6f-d9c6-4872-830f-e60d2226d625} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1534 | 2024.06.28 23:41:35.148744 [ 3 ] {} <Debug> HTTP-Session: fc0f8a39-bbdc-401e-a16a-339e676b8be2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1535 | 2024.06.28 23:41:35.148913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1536 | 2024.06.28 23:41:35.148961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1537 | 2024.06.28 23:41:35.148980 [ 3 ] {} <Debug> HTTP-Session: d6ef2990-52e9-48bb-a169-deee9185e48e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1538 | 2024.06.28 23:41:35.148996 [ 3 ] {} <Debug> HTTP-Session: d6ef2990-52e9-48bb-a169-deee9185e48e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1539 | 2024.06.28 23:41:35.149009 [ 3 ] {} <Debug> HTTP-Session: d6ef2990-52e9-48bb-a169-deee9185e48e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1540 | 2024.06.28 23:41:35.149039 [ 3 ] {} <Trace> HTTP-Session: d6ef2990-52e9-48bb-a169-deee9185e48e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1541 | 2024.06.28 23:41:35.149285 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1542 | 2024.06.28 23:41:35.149347 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <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_histogramf64 | ||
| 1543 | 2024.06.28 23:41:35.149732 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1544 | 2024.06.28 23:41:35.150364 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2024.06.28 23:41:35.150400 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1546 | 2024.06.28 23:41:35.150987 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1547 | 2024.06.28 23:41:35.151387 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2024.06.28 23:41:35.151532 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002416 sec., 7864.2384105960255 rows/sec., 14.09 MiB/sec. | ||
| 1549 | 2024.06.28 23:41:35.151817 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1550 | 2024.06.28 23:41:35.151842 [ 3 ] {538d7060-75c7-42c9-82ae-47c2eeb8b56a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1551 | 2024.06.28 23:41:35.151857 [ 3 ] {} <Debug> HTTP-Session: d6ef2990-52e9-48bb-a169-deee9185e48e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1552 | 2024.06.28 23:41:35.151964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1553 | 2024.06.28 23:41:35.152012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1554 | 2024.06.28 23:41:35.152031 [ 3 ] {} <Debug> HTTP-Session: 5ce14671-c41d-49a1-91dc-459848ebf22e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1555 | 2024.06.28 23:41:35.152048 [ 3 ] {} <Debug> HTTP-Session: 5ce14671-c41d-49a1-91dc-459848ebf22e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1556 | 2024.06.28 23:41:35.152061 [ 3 ] {} <Debug> HTTP-Session: 5ce14671-c41d-49a1-91dc-459848ebf22e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1557 | 2024.06.28 23:41:35.152092 [ 3 ] {} <Trace> HTTP-Session: 5ce14671-c41d-49a1-91dc-459848ebf22e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1558 | 2024.06.28 23:41:35.152193 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1559 | 2024.06.28 23:41:35.152237 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1560 | 2024.06.28 23:41:35.152361 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1561 | 2024.06.28 23:41:35.152621 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1562 | 2024.06.28 23:41:35.152658 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1563 | 2024.06.28 23:41:35.153010 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1564 | 2024.06.28 23:41:35.153345 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1565 | 2024.06.28 23:41:35.153482 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.00131 sec., 15267.175572519085 rows/sec., 1.05 MiB/sec. | ||
| 1566 | 2024.06.28 23:41:35.153742 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Debug> DynamicQueryHandler: Done processing query | ||
| 1567 | 2024.06.28 23:41:35.153767 [ 3 ] {4c58dc1a-e8b6-4fb3-804d-76d2ba90d5af} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1568 | 2024.06.28 23:41:35.153782 [ 3 ] {} <Debug> HTTP-Session: 5ce14671-c41d-49a1-91dc-459848ebf22e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1569 | 2024.06.28 23:41:40.139692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1570 | 2024.06.28 23:41:40.139830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1571 | 2024.06.28 23:41:40.139859 [ 3 ] {} <Debug> HTTP-Session: 393e1bab-f2af-4076-bf2d-eec8250aa154 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1572 | 2024.06.28 23:41:40.139887 [ 3 ] {} <Debug> HTTP-Session: 393e1bab-f2af-4076-bf2d-eec8250aa154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1573 | 2024.06.28 23:41:40.139904 [ 3 ] {} <Debug> HTTP-Session: 393e1bab-f2af-4076-bf2d-eec8250aa154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1574 | 2024.06.28 23:41:40.139959 [ 3 ] {} <Trace> HTTP-Session: 393e1bab-f2af-4076-bf2d-eec8250aa154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1575 | 2024.06.28 23:41:40.140161 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1576 | 2024.06.28 23:41:40.140234 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1577 | 2024.06.28 23:41:40.140422 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1578 | 2024.06.28 23:41:40.140856 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1579 | 2024.06.28 23:41:40.140896 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1580 | 2024.06.28 23:41:40.141258 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1581 | 2024.06.28 23:41:40.141588 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1582 | 2024.06.28 23:41:40.141764 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.00166 sec., 15662.650602409638 rows/sec., 1.21 MiB/sec. | ||
| 1583 | 2024.06.28 23:41:40.142060 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Debug> DynamicQueryHandler: Done processing query | ||
| 1584 | 2024.06.28 23:41:40.142088 [ 3 ] {d8e8f42c-08f7-4ec8-823c-edca4ea61404} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1585 | 2024.06.28 23:41:40.142104 [ 3 ] {} <Debug> HTTP-Session: 393e1bab-f2af-4076-bf2d-eec8250aa154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1586 | 2024.06.28 23:41:40.142231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1587 | 2024.06.28 23:41:40.142280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1588 | 2024.06.28 23:41:40.142300 [ 3 ] {} <Debug> HTTP-Session: b4b0bcf5-704e-4130-a5b0-d6c1bfe5fcab Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1589 | 2024.06.28 23:41:40.142316 [ 3 ] {} <Debug> HTTP-Session: b4b0bcf5-704e-4130-a5b0-d6c1bfe5fcab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1590 | 2024.06.28 23:41:40.142330 [ 3 ] {} <Debug> HTTP-Session: b4b0bcf5-704e-4130-a5b0-d6c1bfe5fcab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1591 | 2024.06.28 23:41:40.142361 [ 3 ] {} <Trace> HTTP-Session: b4b0bcf5-704e-4130-a5b0-d6c1bfe5fcab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1592 | 2024.06.28 23:41:40.142466 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1593 | 2024.06.28 23:41:40.142510 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1594 | 2024.06.28 23:41:40.142654 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1595 | 2024.06.28 23:41:40.142957 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1596 | 2024.06.28 23:41:40.142995 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1597 | 2024.06.28 23:41:40.143300 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1598 | 2024.06.28 23:41:40.143612 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1599 | 2024.06.28 23:41:40.143776 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001331 sec., 21036.814425244178 rows/sec., 1.64 MiB/sec. | ||
| 1600 | 2024.06.28 23:41:40.143969 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1601 | 2024.06.28 23:41:40.143993 [ 3 ] {c78e0818-d059-4b23-b03a-918b87e0922e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1602 | 2024.06.28 23:41:40.144008 [ 3 ] {} <Debug> HTTP-Session: b4b0bcf5-704e-4130-a5b0-d6c1bfe5fcab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1603 | 2024.06.28 23:41:40.144174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1604 | 2024.06.28 23:41:40.144221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1605 | 2024.06.28 23:41:40.144241 [ 3 ] {} <Debug> HTTP-Session: cd2c889a-8a9a-4839-8a7e-66bd7a6cbdb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1606 | 2024.06.28 23:41:40.144257 [ 3 ] {} <Debug> HTTP-Session: cd2c889a-8a9a-4839-8a7e-66bd7a6cbdb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1607 | 2024.06.28 23:41:40.144271 [ 3 ] {} <Debug> HTTP-Session: cd2c889a-8a9a-4839-8a7e-66bd7a6cbdb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1608 | 2024.06.28 23:41:40.144302 [ 3 ] {} <Trace> HTTP-Session: cd2c889a-8a9a-4839-8a7e-66bd7a6cbdb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1609 | 2024.06.28 23:41:40.144413 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1610 | 2024.06.28 23:41:40.144458 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1611 | 2024.06.28 23:41:40.144601 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1612 | 2024.06.28 23:41:40.144913 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1613 | 2024.06.28 23:41:40.144950 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1614 | 2024.06.28 23:41:40.145342 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1615 | 2024.06.28 23:41:40.145673 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1616 | 2024.06.28 23:41:40.145830 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001449 sec., 34506.55624568668 rows/sec., 2.39 MiB/sec. | ||
| 1617 | 2024.06.28 23:41:40.146001 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Debug> DynamicQueryHandler: Done processing query | ||
| 1618 | 2024.06.28 23:41:40.146024 [ 3 ] {3c1229d5-6e95-4229-996f-2a4e92420e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1619 | 2024.06.28 23:41:40.146040 [ 3 ] {} <Debug> HTTP-Session: cd2c889a-8a9a-4839-8a7e-66bd7a6cbdb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1620 | 2024.06.28 23:41:40.146143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1621 | 2024.06.28 23:41:40.146190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1622 | 2024.06.28 23:41:40.146211 [ 3 ] {} <Debug> HTTP-Session: 19ce0e81-26fe-42e4-a432-68b6589e9887 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1623 | 2024.06.28 23:41:40.146227 [ 3 ] {} <Debug> HTTP-Session: 19ce0e81-26fe-42e4-a432-68b6589e9887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1624 | 2024.06.28 23:41:40.146241 [ 3 ] {} <Debug> HTTP-Session: 19ce0e81-26fe-42e4-a432-68b6589e9887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1625 | 2024.06.28 23:41:40.146271 [ 3 ] {} <Trace> HTTP-Session: 19ce0e81-26fe-42e4-a432-68b6589e9887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1626 | 2024.06.28 23:41:40.146371 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1627 | 2024.06.28 23:41:40.146416 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1628 | 2024.06.28 23:41:40.146540 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1629 | 2024.06.28 23:41:40.146806 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1630 | 2024.06.28 23:41:40.146843 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1631 | 2024.06.28 23:41:40.147194 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1632 | 2024.06.28 23:41:40.147514 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1633 | 2024.06.28 23:41:40.147668 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001325 sec., 15094.33962264151 rows/sec., 1.04 MiB/sec. | ||
| 1634 | 2024.06.28 23:41:40.147822 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Debug> DynamicQueryHandler: Done processing query | ||
| 1635 | 2024.06.28 23:41:40.147846 [ 3 ] {225a6dfd-7d8e-4128-866c-2b3027cdb213} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1636 | 2024.06.28 23:41:40.147862 [ 3 ] {} <Debug> HTTP-Session: 19ce0e81-26fe-42e4-a432-68b6589e9887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1637 | 2024.06.28 23:41:45.140823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1638 | 2024.06.28 23:41:45.140949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1639 | 2024.06.28 23:41:45.140974 [ 3 ] {} <Debug> HTTP-Session: be991224-45fb-4164-8d49-d6c4e9c23760 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1640 | 2024.06.28 23:41:45.140999 [ 3 ] {} <Debug> HTTP-Session: be991224-45fb-4164-8d49-d6c4e9c23760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1641 | 2024.06.28 23:41:45.141013 [ 3 ] {} <Debug> HTTP-Session: be991224-45fb-4164-8d49-d6c4e9c23760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1642 | 2024.06.28 23:41:45.141063 [ 3 ] {} <Trace> HTTP-Session: be991224-45fb-4164-8d49-d6c4e9c23760 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1643 | 2024.06.28 23:41:45.141251 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1644 | 2024.06.28 23:41:45.141316 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1645 | 2024.06.28 23:41:45.141506 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1646 | 2024.06.28 23:41:45.141937 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1647 | 2024.06.28 23:41:45.141977 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1648 | 2024.06.28 23:41:45.142349 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1649 | 2024.06.28 23:41:45.142692 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1650 | 2024.06.28 23:41:45.142830 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001638 sec., 11599.5115995116 rows/sec., 940.19 KiB/sec. | ||
| 1651 | 2024.06.28 23:41:45.143047 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1652 | 2024.06.28 23:41:45.143074 [ 3 ] {e41a7909-0559-422c-809f-e8852084862a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1653 | 2024.06.28 23:41:45.143090 [ 3 ] {} <Debug> HTTP-Session: be991224-45fb-4164-8d49-d6c4e9c23760 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1654 | 2024.06.28 23:41:45.143221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1655 | 2024.06.28 23:41:45.143282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1656 | 2024.06.28 23:41:45.143309 [ 3 ] {} <Debug> HTTP-Session: 975980aa-ccf0-498c-9dc1-138388d5ed32 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1657 | 2024.06.28 23:41:45.143332 [ 3 ] {} <Debug> HTTP-Session: 975980aa-ccf0-498c-9dc1-138388d5ed32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1658 | 2024.06.28 23:41:45.143351 [ 3 ] {} <Debug> HTTP-Session: 975980aa-ccf0-498c-9dc1-138388d5ed32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1659 | 2024.06.28 23:41:45.143391 [ 3 ] {} <Trace> HTTP-Session: 975980aa-ccf0-498c-9dc1-138388d5ed32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2024.06.28 23:41:45.143539 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1661 | 2024.06.28 23:41:45.143590 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1662 | 2024.06.28 23:41:45.143733 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1663 | 2024.06.28 23:41:45.144087 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1664 | 2024.06.28 23:41:45.144124 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1665 | 2024.06.28 23:41:45.144471 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1666 | 2024.06.28 23:41:45.144783 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1667 | 2024.06.28 23:41:45.144897 [ 72 ] {} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1668 | 2024.06.28 23:41:45.144905 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Debug> executeQuery: Read 83 rows, 7.22 KiB in 0.001428 sec., 58123.249299719886 rows/sec., 4.94 MiB/sec. | ||
| 1669 | 2024.06.28 23:41:45.144949 [ 72 ] {} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1670 | 2024.06.28 23:41:45.144981 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1671 | 2024.06.28 23:41:45.145099 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Debug> DynamicQueryHandler: Done processing query | ||
| 1672 | 2024.06.28 23:41:45.145143 [ 3 ] {aec2ed81-c120-45d9-84c8-c39c574b1266} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1673 | 2024.06.28 23:41:45.145159 [ 3 ] {} <Debug> HTTP-Session: 975980aa-ccf0-498c-9dc1-138388d5ed32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1674 | 2024.06.28 23:41:45.145308 [ 195 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::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 | ||
| 1675 | 2024.06.28 23:41:45.145326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 8013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1676 | 2024.06.28 23:41:45.145401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1677 | 2024.06.28 23:41:45.145434 [ 3 ] {} <Debug> HTTP-Session: 537fe721-e748-4fcd-a7d6-eb3e283fe20b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1678 | 2024.06.28 23:41:45.145484 [ 3 ] {} <Debug> HTTP-Session: 537fe721-e748-4fcd-a7d6-eb3e283fe20b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1679 | 2024.06.28 23:41:45.145521 [ 3 ] {} <Debug> HTTP-Session: 537fe721-e748-4fcd-a7d6-eb3e283fe20b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1680 | 2024.06.28 23:41:45.145608 [ 3 ] {} <Trace> HTTP-Session: 537fe721-e748-4fcd-a7d6-eb3e283fe20b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1681 | 2024.06.28 23:41:45.145632 [ 195 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1682 | 2024.06.28 23:41:45.145740 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1683 | 2024.06.28 23:41:45.145785 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1684 | 2024.06.28 23:41:45.145879 [ 195 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 45 rows starting from the beginning of the part | ||
| 1685 | 2024.06.28 23:41:45.146313 [ 195 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 80 rows starting from the beginning of the part | ||
| 1686 | 2024.06.28 23:41:45.146524 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1687 | 2024.06.28 23:41:45.146641 [ 195 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1688 | 2024.06.28 23:41:45.146918 [ 195 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 83 rows starting from the beginning of the part | ||
| 1689 | 2024.06.28 23:41:45.147104 [ 195 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1690 | 2024.06.28 23:41:45.147485 [ 195 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 83 rows starting from the beginning of the part | ||
| 1691 | 2024.06.28 23:41:45.148025 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1692 | 2024.06.28 23:41:45.148101 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1693 | 2024.06.28 23:41:45.148914 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1694 | 2024.06.28 23:41:45.149880 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1695 | 2024.06.28 23:41:45.150115 [ 72 ] {} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1696 | 2024.06.28 23:41:45.150207 [ 72 ] {} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1697 | 2024.06.28 23:41:45.150257 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Debug> executeQuery: Read 47 rows, 3.76 KiB in 0.004461 sec., 10535.754315175971 rows/sec., 842.37 KiB/sec. | ||
| 1698 | 2024.06.28 23:41:45.150274 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1699 | 2024.06.28 23:41:45.151091 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 1700 | 2024.06.28 23:41:45.151258 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Debug> DynamicQueryHandler: Done processing query | ||
| 1701 | 2024.06.28 23:41:45.151319 [ 196 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 343 rows, containing 4 columns (4 merged, 0 gathered) in 0.006226939 sec., 55083.243950197684 rows/sec., 4.64 MiB/sec. | ||
| 1702 | 2024.06.28 23:41:45.151333 [ 3 ] {b0e97223-2d93-465c-9ba6-4abec107bb34} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1703 | 2024.06.28 23:41:45.151414 [ 3 ] {} <Debug> HTTP-Session: 537fe721-e748-4fcd-a7d6-eb3e283fe20b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1704 | 2024.06.28 23:41:45.151554 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1705 | 2024.06.28 23:41:45.151622 [ 196 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1706 | 2024.06.28 23:41:45.151617 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part | ||
| 1707 | 2024.06.28 23:41:45.151640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1708 | 2024.06.28 23:41:45.151765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1709 | 2024.06.28 23:41:45.151893 [ 3 ] {} <Debug> HTTP-Session: aa444444-8399-4408-a6fc-f3c6b2d2d770 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1710 | 2024.06.28 23:41:45.152016 [ 3 ] {} <Debug> HTTP-Session: aa444444-8399-4408-a6fc-f3c6b2d2d770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1711 | 2024.06.28 23:41:45.152070 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 1712 | 2024.06.28 23:41:45.152111 [ 3 ] {} <Debug> HTTP-Session: aa444444-8399-4408-a6fc-f3c6b2d2d770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1713 | 2024.06.28 23:41:45.152330 [ 3 ] {} <Trace> HTTP-Session: aa444444-8399-4408-a6fc-f3c6b2d2d770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1714 | 2024.06.28 23:41:45.152731 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1715 | 2024.06.28 23:41:45.152886 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
| 1716 | 2024.06.28 23:41:45.152918 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1717 | 2024.06.28 23:41:45.153405 [ 196 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2024.06.28 23:41:45.153508 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 47 rows starting from the beginning of the part | ||
| 1719 | 2024.06.28 23:41:45.153772 [ 196 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_6_1} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1720 | 2024.06.28 23:41:45.154079 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
| 1721 | 2024.06.28 23:41:45.154183 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1722 | 2024.06.28 23:41:45.154478 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 47 rows starting from the beginning of the part | ||
| 1723 | 2024.06.28 23:41:45.154528 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1724 | 2024.06.28 23:41:45.155584 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2024.06.28 23:41:45.155637 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1726 | 2024.06.28 23:41:45.156704 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1727 | 2024.06.28 23:41:45.156986 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 221 rows, containing 4 columns (4 merged, 0 gathered) in 0.006536787 sec., 33808.65859634099 rows/sec., 2.64 MiB/sec. | ||
| 1728 | 2024.06.28 23:41:45.157230 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1729 | 2024.06.28 23:41:45.157603 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1730 | 2024.06.28 23:41:45.157979 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.005411 sec., 9240.436148586214 rows/sec., 656.03 KiB/sec. | ||
| 1731 | 2024.06.28 23:41:45.158159 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1732 | 2024.06.28 23:41:45.158307 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_6_1} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1733 | 2024.06.28 23:41:45.158339 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 1734 | 2024.06.28 23:41:45.158416 [ 3 ] {37f20590-8e88-4f21-81da-68612d1b55ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1735 | 2024.06.28 23:41:45.158458 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1736 | 2024.06.28 23:41:45.158461 [ 3 ] {} <Debug> HTTP-Session: aa444444-8399-4408-a6fc-f3c6b2d2d770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1737 | 2024.06.28 23:41:45.158698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30268, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1738 | 2024.06.28 23:41:45.158747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1739 | 2024.06.28 23:41:45.158766 [ 3 ] {} <Debug> HTTP-Session: 4234f004-623e-4e7a-8593-4a0c5b1e712f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1740 | 2024.06.28 23:41:45.158783 [ 3 ] {} <Debug> HTTP-Session: 4234f004-623e-4e7a-8593-4a0c5b1e712f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1741 | 2024.06.28 23:41:45.158797 [ 3 ] {} <Debug> HTTP-Session: 4234f004-623e-4e7a-8593-4a0c5b1e712f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1742 | 2024.06.28 23:41:45.158829 [ 3 ] {} <Trace> HTTP-Session: 4234f004-623e-4e7a-8593-4a0c5b1e712f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1743 | 2024.06.28 23:41:45.159270 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1744 | 2024.06.28 23:41:45.159342 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <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_histogramf64 | ||
| 1745 | 2024.06.28 23:41:45.159782 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1746 | 2024.06.28 23:41:45.160392 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1747 | 2024.06.28 23:41:45.160428 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1748 | 2024.06.28 23:41:45.161040 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1749 | 2024.06.28 23:41:45.161447 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1750 | 2024.06.28 23:41:45.161595 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002685 sec., 7076.35009310987 rows/sec., 12.68 MiB/sec. | ||
| 1751 | 2024.06.28 23:41:45.161821 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1752 | 2024.06.28 23:41:45.161845 [ 3 ] {f9e54423-a7d4-4d25-94f3-d817aac962a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1753 | 2024.06.28 23:41:45.161863 [ 3 ] {} <Debug> HTTP-Session: 4234f004-623e-4e7a-8593-4a0c5b1e712f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1754 | 2024.06.28 23:41:45.161988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1755 | 2024.06.28 23:41:45.162037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1756 | 2024.06.28 23:41:45.162056 [ 3 ] {} <Debug> HTTP-Session: 74ce7ba9-35ef-4b78-8dc1-a01768c4a0df Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1757 | 2024.06.28 23:41:45.162072 [ 3 ] {} <Debug> HTTP-Session: 74ce7ba9-35ef-4b78-8dc1-a01768c4a0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1758 | 2024.06.28 23:41:45.162086 [ 3 ] {} <Debug> HTTP-Session: 74ce7ba9-35ef-4b78-8dc1-a01768c4a0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1759 | 2024.06.28 23:41:45.162117 [ 3 ] {} <Trace> HTTP-Session: 74ce7ba9-35ef-4b78-8dc1-a01768c4a0df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1760 | 2024.06.28 23:41:45.162217 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1761 | 2024.06.28 23:41:45.162262 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1762 | 2024.06.28 23:41:45.162391 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1763 | 2024.06.28 23:41:45.162675 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1764 | 2024.06.28 23:41:45.162711 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1765 | 2024.06.28 23:41:45.163070 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1766 | 2024.06.28 23:41:45.163396 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1767 | 2024.06.28 23:41:45.163528 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.00134 sec., 14925.373134328358 rows/sec., 1.02 MiB/sec. | ||
| 1768 | 2024.06.28 23:41:45.163691 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1769 | 2024.06.28 23:41:45.163715 [ 3 ] {3a0b08e3-3059-4343-a042-173d5afc93c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1770 | 2024.06.28 23:41:45.163732 [ 3 ] {} <Debug> HTTP-Session: 74ce7ba9-35ef-4b78-8dc1-a01768c4a0df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1771 | 2024.06.28 23:41:48.567572 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1772 | 2024.06.28 23:41:48.567623 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1773 | 2024.06.28 23:41:50.139284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1774 | 2024.06.28 23:41:50.139470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1775 | 2024.06.28 23:41:50.139517 [ 3 ] {} <Debug> HTTP-Session: deb7485f-7914-480c-b949-5c7768564beb Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1776 | 2024.06.28 23:41:50.139558 [ 3 ] {} <Debug> HTTP-Session: deb7485f-7914-480c-b949-5c7768564beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1777 | 2024.06.28 23:41:50.139586 [ 3 ] {} <Debug> HTTP-Session: deb7485f-7914-480c-b949-5c7768564beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1778 | 2024.06.28 23:41:50.139668 [ 3 ] {} <Trace> HTTP-Session: deb7485f-7914-480c-b949-5c7768564beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1779 | 2024.06.28 23:41:50.139939 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1780 | 2024.06.28 23:41:50.140000 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1781 | 2024.06.28 23:41:50.140179 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1782 | 2024.06.28 23:41:50.140620 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2024.06.28 23:41:50.140659 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1784 | 2024.06.28 23:41:50.141023 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1785 | 2024.06.28 23:41:50.141372 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2024.06.28 23:41:50.141513 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001655 sec., 15709.969788519638 rows/sec., 1.22 MiB/sec. | ||
| 1787 | 2024.06.28 23:41:50.141788 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1788 | 2024.06.28 23:41:50.141816 [ 3 ] {a679d47c-9be2-4359-b83f-d4a86ef19bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1789 | 2024.06.28 23:41:50.141832 [ 3 ] {} <Debug> HTTP-Session: deb7485f-7914-480c-b949-5c7768564beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1790 | 2024.06.28 23:41:50.142003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1791 | 2024.06.28 23:41:50.142054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1792 | 2024.06.28 23:41:50.142075 [ 3 ] {} <Debug> HTTP-Session: 758da765-9df0-43f1-b6c7-3b5e92976d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1793 | 2024.06.28 23:41:50.142092 [ 3 ] {} <Debug> HTTP-Session: 758da765-9df0-43f1-b6c7-3b5e92976d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1794 | 2024.06.28 23:41:50.142106 [ 3 ] {} <Debug> HTTP-Session: 758da765-9df0-43f1-b6c7-3b5e92976d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1795 | 2024.06.28 23:41:50.142138 [ 3 ] {} <Trace> HTTP-Session: 758da765-9df0-43f1-b6c7-3b5e92976d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1796 | 2024.06.28 23:41:50.142243 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1797 | 2024.06.28 23:41:50.142285 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1798 | 2024.06.28 23:41:50.142428 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1799 | 2024.06.28 23:41:50.142800 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2024.06.28 23:41:50.142837 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1801 | 2024.06.28 23:41:50.143149 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1802 | 2024.06.28 23:41:50.143460 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2024.06.28 23:41:50.143587 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001371 sec., 20423.048869438364 rows/sec., 1.59 MiB/sec. | ||
| 1804 | 2024.06.28 23:41:50.144101 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Debug> DynamicQueryHandler: Done processing query | ||
| 1805 | 2024.06.28 23:41:50.144126 [ 3 ] {f5f52628-73e5-407d-9b3c-253961cb5d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1806 | 2024.06.28 23:41:50.144142 [ 3 ] {} <Debug> HTTP-Session: 758da765-9df0-43f1-b6c7-3b5e92976d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1807 | 2024.06.28 23:41:50.144306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1808 | 2024.06.28 23:41:50.144355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1809 | 2024.06.28 23:41:50.144375 [ 3 ] {} <Debug> HTTP-Session: 9632fc41-e469-4689-af76-3ae1171889ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1810 | 2024.06.28 23:41:50.144392 [ 3 ] {} <Debug> HTTP-Session: 9632fc41-e469-4689-af76-3ae1171889ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1811 | 2024.06.28 23:41:50.144405 [ 3 ] {} <Debug> HTTP-Session: 9632fc41-e469-4689-af76-3ae1171889ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1812 | 2024.06.28 23:41:50.144436 [ 3 ] {} <Trace> HTTP-Session: 9632fc41-e469-4689-af76-3ae1171889ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1813 | 2024.06.28 23:41:50.144554 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1814 | 2024.06.28 23:41:50.144602 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1815 | 2024.06.28 23:41:50.144770 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1816 | 2024.06.28 23:41:50.145111 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1817 | 2024.06.28 23:41:50.145147 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1818 | 2024.06.28 23:41:50.145534 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1819 | 2024.06.28 23:41:50.145875 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1820 | 2024.06.28 23:41:50.146005 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1821 | 2024.06.28 23:41:50.146006 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001494 sec., 33467.20214190093 rows/sec., 2.32 MiB/sec. | ||
| 1822 | 2024.06.28 23:41:50.146056 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2024.06.28 23:41:50.146103 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1824 | 2024.06.28 23:41:50.146279 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Debug> DynamicQueryHandler: Done processing query | ||
| 1825 | 2024.06.28 23:41:50.146335 [ 3 ] {78599901-e2d7-4c57-b564-9f6f45d7e132} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1826 | 2024.06.28 23:41:50.146364 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 1827 | 2024.06.28 23:41:50.146408 [ 3 ] {} <Debug> HTTP-Session: 9632fc41-e469-4689-af76-3ae1171889ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1828 | 2024.06.28 23:41:50.146608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1829 | 2024.06.28 23:41:50.146633 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1830 | 2024.06.28 23:41:50.146677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1831 | 2024.06.28 23:41:50.146681 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
| 1832 | 2024.06.28 23:41:50.146702 [ 3 ] {} <Debug> HTTP-Session: 252a2e3e-d3fe-4050-89ce-05a29df923e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1833 | 2024.06.28 23:41:50.146720 [ 3 ] {} <Debug> HTTP-Session: 252a2e3e-d3fe-4050-89ce-05a29df923e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1834 | 2024.06.28 23:41:50.146737 [ 3 ] {} <Debug> HTTP-Session: 252a2e3e-d3fe-4050-89ce-05a29df923e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1835 | 2024.06.28 23:41:50.146791 [ 3 ] {} <Trace> HTTP-Session: 252a2e3e-d3fe-4050-89ce-05a29df923e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1836 | 2024.06.28 23:41:50.146872 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1837 | 2024.06.28 23:41:50.147184 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1838 | 2024.06.28 23:41:50.147197 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 1839 | 2024.06.28 23:41:50.147283 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1840 | 2024.06.28 23:41:50.147520 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 1841 | 2024.06.28 23:41:50.147856 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 1842 | 2024.06.28 23:41:50.148147 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 1843 | 2024.06.28 23:41:50.148327 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1844 | 2024.06.28 23:41:50.148862 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2024.06.28 23:41:50.148907 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1846 | 2024.06.28 23:41:50.149501 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1847 | 2024.06.28 23:41:50.151858 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2024.06.28 23:41:50.152088 [ 68 ] {} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1849 | 2024.06.28 23:41:50.152088 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 5 columns (5 merged, 0 gathered) in 0.005909201 sec., 45691.45642532721 rows/sec., 3.17 MiB/sec. | ||
| 1850 | 2024.06.28 23:41:50.152110 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.005119 sec., 3907.013088493846 rows/sec., 274.71 KiB/sec. | ||
| 1851 | 2024.06.28 23:41:50.152133 [ 68 ] {} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2024.06.28 23:41:50.152196 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1853 | 2024.06.28 23:41:50.152392 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1854 | 2024.06.28 23:41:50.152821 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 1855 | 2024.06.28 23:41:50.152968 [ 3 ] {9a8fe8e2-d659-40fe-bbcf-9ee84ae175ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1856 | 2024.06.28 23:41:50.153142 [ 3 ] {} <Debug> HTTP-Session: 252a2e3e-d3fe-4050-89ce-05a29df923e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1857 | 2024.06.28 23:41:50.153198 [ 200 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 1858 | 2024.06.28 23:41:50.153443 [ 200 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1859 | 2024.06.28 23:41:50.153489 [ 200 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 1860 | 2024.06.28 23:41:50.153637 [ 200 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1861 | 2024.06.28 23:41:50.153734 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1862 | 2024.06.28 23:41:50.153818 [ 200 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 1863 | 2024.06.28 23:41:50.153994 [ 196 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1864 | 2024.06.28 23:41:50.154022 [ 200 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 1865 | 2024.06.28 23:41:50.154286 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1866 | 2024.06.28 23:41:50.154297 [ 200 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 1867 | 2024.06.28 23:41:50.154379 [ 200 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 1868 | 2024.06.28 23:41:50.155410 [ 187 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.003042693 sec., 35494.87246988112 rows/sec., 2.44 MiB/sec. | ||
| 1869 | 2024.06.28 23:41:50.155555 [ 196 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1870 | 2024.06.28 23:41:50.155906 [ 196 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1871 | 2024.06.28 23:41:50.155974 [ 196 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_6_1} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1872 | 2024.06.28 23:41:50.156082 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 1873 | 2024.06.28 23:41:55.140884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1874 | 2024.06.28 23:41:55.141019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1875 | 2024.06.28 23:41:55.141050 [ 3 ] {} <Debug> HTTP-Session: 7d1a5f2f-ce2b-4e0e-a23c-23db88204a2d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1876 | 2024.06.28 23:41:55.141085 [ 3 ] {} <Debug> HTTP-Session: 7d1a5f2f-ce2b-4e0e-a23c-23db88204a2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1877 | 2024.06.28 23:41:55.141104 [ 3 ] {} <Debug> HTTP-Session: 7d1a5f2f-ce2b-4e0e-a23c-23db88204a2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1878 | 2024.06.28 23:41:55.141159 [ 3 ] {} <Trace> HTTP-Session: 7d1a5f2f-ce2b-4e0e-a23c-23db88204a2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1879 | 2024.06.28 23:41:55.141367 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1880 | 2024.06.28 23:41:55.141441 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1881 | 2024.06.28 23:41:55.141659 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1882 | 2024.06.28 23:41:55.142156 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1883 | 2024.06.28 23:41:55.142201 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1884 | 2024.06.28 23:41:55.142600 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1885 | 2024.06.28 23:41:55.142947 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1886 | 2024.06.28 23:41:55.143128 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001816 sec., 10462.555066079296 rows/sec., 848.04 KiB/sec. | ||
| 1887 | 2024.06.28 23:41:55.143466 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Debug> DynamicQueryHandler: Done processing query | ||
| 1888 | 2024.06.28 23:41:55.143494 [ 3 ] {c9063ee5-285c-408d-87d2-daaef3e52102} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1889 | 2024.06.28 23:41:55.143510 [ 3 ] {} <Debug> HTTP-Session: 7d1a5f2f-ce2b-4e0e-a23c-23db88204a2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1890 | 2024.06.28 23:41:55.143688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1891 | 2024.06.28 23:41:55.143745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1892 | 2024.06.28 23:41:55.143766 [ 3 ] {} <Debug> HTTP-Session: e56ea216-b794-4206-91cc-2b859470eaa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1893 | 2024.06.28 23:41:55.143785 [ 3 ] {} <Debug> HTTP-Session: e56ea216-b794-4206-91cc-2b859470eaa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1894 | 2024.06.28 23:41:55.143799 [ 3 ] {} <Debug> HTTP-Session: e56ea216-b794-4206-91cc-2b859470eaa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1895 | 2024.06.28 23:41:55.143834 [ 3 ] {} <Trace> HTTP-Session: e56ea216-b794-4206-91cc-2b859470eaa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2024.06.28 23:41:55.143965 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1897 | 2024.06.28 23:41:55.144012 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1898 | 2024.06.28 23:41:55.144162 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1899 | 2024.06.28 23:41:55.144533 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2024.06.28 23:41:55.144571 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1901 | 2024.06.28 23:41:55.144894 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1902 | 2024.06.28 23:41:55.145205 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1903 | 2024.06.28 23:41:55.145374 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Debug> executeQuery: Read 83 rows, 7.22 KiB in 0.001445 sec., 57439.446366782 rows/sec., 4.88 MiB/sec. | ||
| 1904 | 2024.06.28 23:41:55.145589 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Debug> DynamicQueryHandler: Done processing query | ||
| 1905 | 2024.06.28 23:41:55.145614 [ 3 ] {5f183529-f40f-4b1d-96a8-7bb660ff9d02} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1906 | 2024.06.28 23:41:55.145631 [ 3 ] {} <Debug> HTTP-Session: e56ea216-b794-4206-91cc-2b859470eaa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1907 | 2024.06.28 23:41:55.145807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 8013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1908 | 2024.06.28 23:41:55.145858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1909 | 2024.06.28 23:41:55.145879 [ 3 ] {} <Debug> HTTP-Session: 9d0b8143-77c1-40ae-853c-47c39abc6b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1910 | 2024.06.28 23:41:55.145897 [ 3 ] {} <Debug> HTTP-Session: 9d0b8143-77c1-40ae-853c-47c39abc6b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1911 | 2024.06.28 23:41:55.145910 [ 3 ] {} <Debug> HTTP-Session: 9d0b8143-77c1-40ae-853c-47c39abc6b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1912 | 2024.06.28 23:41:55.145943 [ 3 ] {} <Trace> HTTP-Session: 9d0b8143-77c1-40ae-853c-47c39abc6b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1913 | 2024.06.28 23:41:55.146061 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1914 | 2024.06.28 23:41:55.146105 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1915 | 2024.06.28 23:41:55.146231 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1916 | 2024.06.28 23:41:55.146570 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1917 | 2024.06.28 23:41:55.146608 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1918 | 2024.06.28 23:41:55.146927 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1919 | 2024.06.28 23:41:55.147245 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1920 | 2024.06.28 23:41:55.147369 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Debug> executeQuery: Read 47 rows, 3.76 KiB in 0.001352 sec., 34763.313609467456 rows/sec., 2.71 MiB/sec. | ||
| 1921 | 2024.06.28 23:41:55.147537 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1922 | 2024.06.28 23:41:55.147561 [ 3 ] {eb366ac3-a95f-41d2-bd29-5254608b07c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1923 | 2024.06.28 23:41:55.147577 [ 3 ] {} <Debug> HTTP-Session: 9d0b8143-77c1-40ae-853c-47c39abc6b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1924 | 2024.06.28 23:41:55.147765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1925 | 2024.06.28 23:41:55.147815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1926 | 2024.06.28 23:41:55.147835 [ 3 ] {} <Debug> HTTP-Session: d4a2ac26-4dd0-487b-a053-3df72038fe70 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1927 | 2024.06.28 23:41:55.147852 [ 3 ] {} <Debug> HTTP-Session: d4a2ac26-4dd0-487b-a053-3df72038fe70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1928 | 2024.06.28 23:41:55.147866 [ 3 ] {} <Debug> HTTP-Session: d4a2ac26-4dd0-487b-a053-3df72038fe70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1929 | 2024.06.28 23:41:55.147897 [ 3 ] {} <Trace> HTTP-Session: d4a2ac26-4dd0-487b-a053-3df72038fe70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1930 | 2024.06.28 23:41:55.148016 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1931 | 2024.06.28 23:41:55.148063 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1932 | 2024.06.28 23:41:55.148204 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1933 | 2024.06.28 23:41:55.148522 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1934 | 2024.06.28 23:41:55.148558 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1935 | 2024.06.28 23:41:55.148941 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1936 | 2024.06.28 23:41:55.149277 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1937 | 2024.06.28 23:41:55.149410 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001436 sec., 34818.94150417827 rows/sec., 2.41 MiB/sec. | ||
| 1938 | 2024.06.28 23:41:55.149580 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1939 | 2024.06.28 23:41:55.149605 [ 3 ] {c72320c0-e9d2-4fea-9a46-c2ec57f7a6d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1940 | 2024.06.28 23:41:55.149621 [ 3 ] {} <Debug> HTTP-Session: d4a2ac26-4dd0-487b-a053-3df72038fe70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1941 | 2024.06.28 23:41:55.149865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1942 | 2024.06.28 23:41:55.149914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1943 | 2024.06.28 23:41:55.149935 [ 3 ] {} <Debug> HTTP-Session: a5f34688-4db6-429f-89d0-3a06da389062 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1944 | 2024.06.28 23:41:55.149952 [ 3 ] {} <Debug> HTTP-Session: a5f34688-4db6-429f-89d0-3a06da389062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1945 | 2024.06.28 23:41:55.149965 [ 3 ] {} <Debug> HTTP-Session: a5f34688-4db6-429f-89d0-3a06da389062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1946 | 2024.06.28 23:41:55.149996 [ 3 ] {} <Trace> HTTP-Session: a5f34688-4db6-429f-89d0-3a06da389062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2024.06.28 23:41:55.150240 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1948 | 2024.06.28 23:41:55.150304 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <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_histogramf64 | ||
| 1949 | 2024.06.28 23:41:55.150696 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1950 | 2024.06.28 23:41:55.151345 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1951 | 2024.06.28 23:41:55.151381 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1952 | 2024.06.28 23:41:55.151984 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1953 | 2024.06.28 23:41:55.152392 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1954 | 2024.06.28 23:41:55.152554 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002479 sec., 7664.380798709158 rows/sec., 13.73 MiB/sec. | ||
| 1955 | 2024.06.28 23:41:55.153126 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Debug> DynamicQueryHandler: Done processing query | ||
| 1956 | 2024.06.28 23:41:55.153152 [ 3 ] {bd7d0a22-b963-4063-a7a0-60ef09c27a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1957 | 2024.06.28 23:41:55.153168 [ 3 ] {} <Debug> HTTP-Session: a5f34688-4db6-429f-89d0-3a06da389062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1958 | 2024.06.28 23:41:55.153286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1959 | 2024.06.28 23:41:55.153334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1960 | 2024.06.28 23:41:55.153354 [ 3 ] {} <Debug> HTTP-Session: dcc265be-d01e-4fd4-a6a1-b190ea8c04f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1961 | 2024.06.28 23:41:55.153371 [ 3 ] {} <Debug> HTTP-Session: dcc265be-d01e-4fd4-a6a1-b190ea8c04f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1962 | 2024.06.28 23:41:55.153385 [ 3 ] {} <Debug> HTTP-Session: dcc265be-d01e-4fd4-a6a1-b190ea8c04f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1963 | 2024.06.28 23:41:55.153416 [ 3 ] {} <Trace> HTTP-Session: dcc265be-d01e-4fd4-a6a1-b190ea8c04f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1964 | 2024.06.28 23:41:55.153529 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1965 | 2024.06.28 23:41:55.153574 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1966 | 2024.06.28 23:41:55.153713 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1967 | 2024.06.28 23:41:55.154001 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1968 | 2024.06.28 23:41:55.154036 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1969 | 2024.06.28 23:41:55.154397 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1970 | 2024.06.28 23:41:55.154722 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1971 | 2024.06.28 23:41:55.154845 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001348 sec., 14836.795252225518 rows/sec., 1.02 MiB/sec. | ||
| 1972 | 2024.06.28 23:41:55.155017 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Debug> DynamicQueryHandler: Done processing query | ||
| 1973 | 2024.06.28 23:41:55.155041 [ 3 ] {474eee05-6354-4be5-b2ab-fcd993b3cd28} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1974 | 2024.06.28 23:41:55.155057 [ 3 ] {} <Debug> HTTP-Session: dcc265be-d01e-4fd4-a6a1-b190ea8c04f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1975 | 2024.06.28 23:42:00.143846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 7236, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1976 | 2024.06.28 23:42:00.143981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1977 | 2024.06.28 23:42:00.144011 [ 3 ] {} <Debug> HTTP-Session: f8297d86-7a9b-41ad-b286-0a81ce63dc4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1978 | 2024.06.28 23:42:00.144039 [ 3 ] {} <Debug> HTTP-Session: f8297d86-7a9b-41ad-b286-0a81ce63dc4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1979 | 2024.06.28 23:42:00.144058 [ 3 ] {} <Debug> HTTP-Session: f8297d86-7a9b-41ad-b286-0a81ce63dc4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1980 | 2024.06.28 23:42:00.144117 [ 3 ] {} <Trace> HTTP-Session: f8297d86-7a9b-41ad-b286-0a81ce63dc4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1981 | 2024.06.28 23:42:00.144351 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1982 | 2024.06.28 23:42:00.144423 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1983 | 2024.06.28 23:42:00.144605 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1984 | 2024.06.28 23:42:00.145062 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2024.06.28 23:42:00.145105 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1986 | 2024.06.28 23:42:00.145474 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1987 | 2024.06.28 23:42:00.145813 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1988 | 2024.06.28 23:42:00.145983 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001712 sec., 30373.831775700935 rows/sec., 2.31 MiB/sec. | ||
| 1989 | 2024.06.28 23:42:00.146278 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Debug> DynamicQueryHandler: Done processing query | ||
| 1990 | 2024.06.28 23:42:00.146304 [ 3 ] {25cc16ab-e9d7-45f3-8dde-254d3fa10899} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1991 | 2024.06.28 23:42:00.146322 [ 3 ] {} <Debug> HTTP-Session: f8297d86-7a9b-41ad-b286-0a81ce63dc4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1992 | 2024.06.28 23:42:00.146493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1993 | 2024.06.28 23:42:00.146545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1994 | 2024.06.28 23:42:00.146565 [ 3 ] {} <Debug> HTTP-Session: 66bbcc3f-aea5-4ea1-a6ea-8f462f2842f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 1995 | 2024.06.28 23:42:00.146581 [ 3 ] {} <Debug> HTTP-Session: 66bbcc3f-aea5-4ea1-a6ea-8f462f2842f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1996 | 2024.06.28 23:42:00.146596 [ 3 ] {} <Debug> HTTP-Session: 66bbcc3f-aea5-4ea1-a6ea-8f462f2842f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1997 | 2024.06.28 23:42:00.146628 [ 3 ] {} <Trace> HTTP-Session: 66bbcc3f-aea5-4ea1-a6ea-8f462f2842f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2024.06.28 23:42:00.146741 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1999 | 2024.06.28 23:42:00.146784 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2000 | 2024.06.28 23:42:00.146928 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2001 | 2024.06.28 23:42:00.147392 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2024.06.28 23:42:00.147438 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2003 | 2024.06.28 23:42:00.147784 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2004 | 2024.06.28 23:42:00.148172 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2024.06.28 23:42:00.148355 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001648 sec., 33980.58252427185 rows/sec., 2.65 MiB/sec. | ||
| 2006 | 2024.06.28 23:42:00.148672 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 2007 | 2024.06.28 23:42:00.148699 [ 3 ] {b889e953-1d5c-4bcf-8d38-b2ce3dcfc9ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2008 | 2024.06.28 23:42:00.148716 [ 3 ] {} <Debug> HTTP-Session: 66bbcc3f-aea5-4ea1-a6ea-8f462f2842f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2009 | 2024.06.28 23:42:00.148899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 24870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2010 | 2024.06.28 23:42:00.148948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2011 | 2024.06.28 23:42:00.148969 [ 3 ] {} <Debug> HTTP-Session: 0083a52b-2fb1-41f2-8a37-ce1eca3f3573 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2012 | 2024.06.28 23:42:00.148986 [ 3 ] {} <Debug> HTTP-Session: 0083a52b-2fb1-41f2-8a37-ce1eca3f3573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2013 | 2024.06.28 23:42:00.149001 [ 3 ] {} <Debug> HTTP-Session: 0083a52b-2fb1-41f2-8a37-ce1eca3f3573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2014 | 2024.06.28 23:42:00.149031 [ 3 ] {} <Trace> HTTP-Session: 0083a52b-2fb1-41f2-8a37-ce1eca3f3573 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2015 | 2024.06.28 23:42:00.149175 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2016 | 2024.06.28 23:42:00.149224 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2017 | 2024.06.28 23:42:00.149385 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2018 | 2024.06.28 23:42:00.149766 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2019 | 2024.06.28 23:42:00.149803 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2020 | 2024.06.28 23:42:00.150209 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2021 | 2024.06.28 23:42:00.150552 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2022 | 2024.06.28 23:42:00.150715 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Debug> executeQuery: Read 130 rows, 9.23 KiB in 0.001597 sec., 81402.62993112086 rows/sec., 5.64 MiB/sec. | ||
| 2023 | 2024.06.28 23:42:00.151007 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Debug> DynamicQueryHandler: Done processing query | ||
| 2024 | 2024.06.28 23:42:00.151033 [ 3 ] {e1693e99-6ea9-4941-a4ba-27f3b2e80d95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2025 | 2024.06.28 23:42:00.151050 [ 3 ] {} <Debug> HTTP-Session: 0083a52b-2fb1-41f2-8a37-ce1eca3f3573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2026 | 2024.06.28 23:42:00.151167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 6768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2027 | 2024.06.28 23:42:00.151218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2028 | 2024.06.28 23:42:00.151239 [ 3 ] {} <Debug> HTTP-Session: 18f97041-e2c7-4d33-acb1-4c5af72cd439 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2029 | 2024.06.28 23:42:00.151255 [ 3 ] {} <Debug> HTTP-Session: 18f97041-e2c7-4d33-acb1-4c5af72cd439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2030 | 2024.06.28 23:42:00.151270 [ 3 ] {} <Debug> HTTP-Session: 18f97041-e2c7-4d33-acb1-4c5af72cd439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2031 | 2024.06.28 23:42:00.151302 [ 3 ] {} <Trace> HTTP-Session: 18f97041-e2c7-4d33-acb1-4c5af72cd439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2032 | 2024.06.28 23:42:00.151422 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2033 | 2024.06.28 23:42:00.151469 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2034 | 2024.06.28 23:42:00.151618 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2035 | 2024.06.28 23:42:00.151913 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2036 | 2024.06.28 23:42:00.151952 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2037 | 2024.06.28 23:42:00.152316 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2038 | 2024.06.28 23:42:00.152639 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2039 | 2024.06.28 23:42:00.152797 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Debug> executeQuery: Read 44 rows, 3.09 KiB in 0.001406 sec., 31294.452347083927 rows/sec., 2.15 MiB/sec. | ||
| 2040 | 2024.06.28 23:42:00.152968 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2041 | 2024.06.28 23:42:00.152993 [ 3 ] {912f27b8-9a11-41f4-86ee-69a376f355c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2042 | 2024.06.28 23:42:00.153009 [ 3 ] {} <Debug> HTTP-Session: 18f97041-e2c7-4d33-acb1-4c5af72cd439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2043 | 2024.06.28 23:42:03.567879 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2044 | 2024.06.28 23:42:03.567932 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2045 | 2024.06.28 23:42:05.141481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2046 | 2024.06.28 23:42:05.141620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2047 | 2024.06.28 23:42:05.141648 [ 3 ] {} <Debug> HTTP-Session: 6fb3511a-6678-46a3-89b0-bff6cb35e59a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2048 | 2024.06.28 23:42:05.141675 [ 3 ] {} <Debug> HTTP-Session: 6fb3511a-6678-46a3-89b0-bff6cb35e59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2049 | 2024.06.28 23:42:05.141692 [ 3 ] {} <Debug> HTTP-Session: 6fb3511a-6678-46a3-89b0-bff6cb35e59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2050 | 2024.06.28 23:42:05.141745 [ 3 ] {} <Trace> HTTP-Session: 6fb3511a-6678-46a3-89b0-bff6cb35e59a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2051 | 2024.06.28 23:42:05.141991 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 2052 | 2024.06.28 23:42:05.142468 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2053 | 2024.06.28 23:42:05.142521 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 2054 | 2024.06.28 23:42:05.142843 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2055 | 2024.06.28 23:42:05.142923 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2056 | 2024.06.28 23:42:05.143093 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 2057 | 2024.06.28 23:42:05.143250 [ 250 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2058 | 2024.06.28 23:42:05.143258 [ 254 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2059 | 2024.06.28 23:42:05.143422 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 2060 | 2024.06.28 23:42:05.143479 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2061 | 2024.06.28 23:42:05.145652 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2062 | 2024.06.28 23:42:05.145717 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2063 | 2024.06.28 23:42:05.145822 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <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', 'http_service:request_latency_histogram'))" | ||
| 2064 | 2024.06.28 23:42:05.145906 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <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', 'http_service:request_latency_histogram'))" | ||
| 2065 | 2024.06.28 23:42:05.148056 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.006133 sec., 2934.9421164193704 rows/sec., 123.24 KiB/sec. | ||
| 2066 | 2024.06.28 23:42:05.148390 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Debug> DynamicQueryHandler: Done processing query | ||
| 2067 | 2024.06.28 23:42:05.148417 [ 3 ] {19a78126-a903-4d55-9581-1c80d2e1cfed} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2068 | 2024.06.28 23:42:05.148434 [ 3 ] {} <Debug> HTTP-Session: 6fb3511a-6678-46a3-89b0-bff6cb35e59a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2069 | 2024.06.28 23:42:05.148637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2070 | 2024.06.28 23:42:05.148686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2071 | 2024.06.28 23:42:05.148706 [ 3 ] {} <Debug> HTTP-Session: e8ed755c-a2a8-44f2-a014-caf021799373 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2072 | 2024.06.28 23:42:05.148722 [ 3 ] {} <Debug> HTTP-Session: e8ed755c-a2a8-44f2-a014-caf021799373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2073 | 2024.06.28 23:42:05.148735 [ 3 ] {} <Debug> HTTP-Session: e8ed755c-a2a8-44f2-a014-caf021799373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2074 | 2024.06.28 23:42:05.148767 [ 3 ] {} <Trace> HTTP-Session: e8ed755c-a2a8-44f2-a014-caf021799373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2075 | 2024.06.28 23:42:05.148906 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2076 | 2024.06.28 23:42:05.149169 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2077 | 2024.06.28 23:42:05.149210 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 2078 | 2024.06.28 23:42:05.149466 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2079 | 2024.06.28 23:42:05.149532 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2080 | 2024.06.28 23:42:05.149673 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 2081 | 2024.06.28 23:42:05.149774 [ 258 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2082 | 2024.06.28 23:42:05.149792 [ 259 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2083 | 2024.06.28 23:42:05.149909 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 2084 | 2024.06.28 23:42:05.149938 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2085 | 2024.06.28 23:42:05.150014 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2086 | 2024.06.28 23:42:05.150033 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2087 | 2024.06.28 23:42:05.150071 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 2088 | 2024.06.28 23:42:05.150111 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 2089 | 2024.06.28 23:42:05.151459 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002616 sec., 6880.733944954129 rows/sec., 288.94 KiB/sec. | ||
| 2090 | 2024.06.28 23:42:05.151782 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2091 | 2024.06.28 23:42:05.151807 [ 3 ] {4cbb2760-7fce-4186-badd-b27095cc454d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2092 | 2024.06.28 23:42:05.151823 [ 3 ] {} <Debug> HTTP-Session: e8ed755c-a2a8-44f2-a014-caf021799373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2093 | 2024.06.28 23:42:05.152032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2094 | 2024.06.28 23:42:05.152080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2095 | 2024.06.28 23:42:05.152100 [ 3 ] {} <Debug> HTTP-Session: 84b7743d-47ab-4c90-bb63-960bfd9cb450 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2096 | 2024.06.28 23:42:05.152116 [ 3 ] {} <Debug> HTTP-Session: 84b7743d-47ab-4c90-bb63-960bfd9cb450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2097 | 2024.06.28 23:42:05.152130 [ 3 ] {} <Debug> HTTP-Session: 84b7743d-47ab-4c90-bb63-960bfd9cb450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2098 | 2024.06.28 23:42:05.152160 [ 3 ] {} <Trace> HTTP-Session: 84b7743d-47ab-4c90-bb63-960bfd9cb450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2024.06.28 23:42:05.152300 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2100 | 2024.06.28 23:42:05.152563 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2101 | 2024.06.28 23:42:05.152604 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 2102 | 2024.06.28 23:42:05.152863 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2103 | 2024.06.28 23:42:05.152926 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2104 | 2024.06.28 23:42:05.153063 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 2105 | 2024.06.28 23:42:05.153164 [ 250 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2106 | 2024.06.28 23:42:05.153167 [ 254 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2107 | 2024.06.28 23:42:05.153282 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 2108 | 2024.06.28 23:42:05.153314 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2109 | 2024.06.28 23:42:05.153394 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2110 | 2024.06.28 23:42:05.153413 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2111 | 2024.06.28 23:42:05.153451 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 2112 | 2024.06.28 23:42:05.153490 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 2113 | 2024.06.28 23:42:05.154735 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002498 sec., 7205.764611689352 rows/sec., 302.59 KiB/sec. | ||
| 2114 | 2024.06.28 23:42:05.155029 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2115 | 2024.06.28 23:42:05.155054 [ 3 ] {3f1b2e84-2b45-4634-b215-aca86b66fe9f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2116 | 2024.06.28 23:42:05.155070 [ 3 ] {} <Debug> HTTP-Session: 84b7743d-47ab-4c90-bb63-960bfd9cb450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2117 | 2024.06.28 23:42:05.155281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2118 | 2024.06.28 23:42:05.155330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2119 | 2024.06.28 23:42:05.155351 [ 3 ] {} <Debug> HTTP-Session: 7c5dfdca-5497-4f99-b457-a8afbf9c90a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2120 | 2024.06.28 23:42:05.155367 [ 3 ] {} <Debug> HTTP-Session: 7c5dfdca-5497-4f99-b457-a8afbf9c90a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2121 | 2024.06.28 23:42:05.155380 [ 3 ] {} <Debug> HTTP-Session: 7c5dfdca-5497-4f99-b457-a8afbf9c90a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2122 | 2024.06.28 23:42:05.155412 [ 3 ] {} <Trace> HTTP-Session: 7c5dfdca-5497-4f99-b457-a8afbf9c90a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2123 | 2024.06.28 23:42:05.155551 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2124 | 2024.06.28 23:42:05.155813 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2125 | 2024.06.28 23:42:05.155854 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2126 | 2024.06.28 23:42:05.156112 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2127 | 2024.06.28 23:42:05.156175 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2128 | 2024.06.28 23:42:05.156312 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 2129 | 2024.06.28 23:42:05.156413 [ 258 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2130 | 2024.06.28 23:42:05.156416 [ 259 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2131 | 2024.06.28 23:42:05.156527 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 2132 | 2024.06.28 23:42:05.156555 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2133 | 2024.06.28 23:42:05.156631 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2134 | 2024.06.28 23:42:05.156651 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2135 | 2024.06.28 23:42:05.156689 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2136 | 2024.06.28 23:42:05.156727 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2137 | 2024.06.28 23:42:05.157780 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002292 sec., 7853.403141361256 rows/sec., 329.78 KiB/sec. | ||
| 2138 | 2024.06.28 23:42:05.158082 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Debug> DynamicQueryHandler: Done processing query | ||
| 2139 | 2024.06.28 23:42:05.158106 [ 3 ] {dee93256-a334-40c9-bd4f-59dba2d14509} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2140 | 2024.06.28 23:42:05.158122 [ 3 ] {} <Debug> HTTP-Session: 7c5dfdca-5497-4f99-b457-a8afbf9c90a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2141 | 2024.06.28 23:42:05.163436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2142 | 2024.06.28 23:42:05.163494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2143 | 2024.06.28 23:42:05.163519 [ 3 ] {} <Debug> HTTP-Session: b4df7cc7-7312-478c-b989-b6755436320a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2144 | 2024.06.28 23:42:05.163539 [ 3 ] {} <Debug> HTTP-Session: b4df7cc7-7312-478c-b989-b6755436320a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2145 | 2024.06.28 23:42:05.163555 [ 3 ] {} <Debug> HTTP-Session: b4df7cc7-7312-478c-b989-b6755436320a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2146 | 2024.06.28 23:42:05.163592 [ 3 ] {} <Trace> HTTP-Session: b4df7cc7-7312-478c-b989-b6755436320a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2147 | 2024.06.28 23:42:05.163763 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2148 | 2024.06.28 23:42:05.164087 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2149 | 2024.06.28 23:42:05.164138 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2150 | 2024.06.28 23:42:05.164463 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2151 | 2024.06.28 23:42:05.164543 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2152 | 2024.06.28 23:42:05.164703 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 2153 | 2024.06.28 23:42:05.164797 [ 254 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2154 | 2024.06.28 23:42:05.164814 [ 259 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2155 | 2024.06.28 23:42:05.164926 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 2156 | 2024.06.28 23:42:05.164954 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2157 | 2024.06.28 23:42:05.165032 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2158 | 2024.06.28 23:42:05.165051 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2159 | 2024.06.28 23:42:05.165088 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2160 | 2024.06.28 23:42:05.165127 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2161 | 2024.06.28 23:42:05.166570 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002889 sec., 6230.529595015576 rows/sec., 261.63 KiB/sec. | ||
| 2162 | 2024.06.28 23:42:05.166870 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2163 | 2024.06.28 23:42:05.166895 [ 3 ] {0275334d-166a-46f0-bc9d-8589c0b6edb7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2164 | 2024.06.28 23:42:05.166912 [ 3 ] {} <Debug> HTTP-Session: b4df7cc7-7312-478c-b989-b6755436320a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2165 | 2024.06.28 23:42:05.167881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2166 | 2024.06.28 23:42:05.167929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2167 | 2024.06.28 23:42:05.167949 [ 3 ] {} <Debug> HTTP-Session: a442c4fc-42b7-4740-b522-f81a9b82dc9e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2168 | 2024.06.28 23:42:05.167965 [ 3 ] {} <Debug> HTTP-Session: a442c4fc-42b7-4740-b522-f81a9b82dc9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2169 | 2024.06.28 23:42:05.167979 [ 3 ] {} <Debug> HTTP-Session: a442c4fc-42b7-4740-b522-f81a9b82dc9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2170 | 2024.06.28 23:42:05.168009 [ 3 ] {} <Trace> HTTP-Session: a442c4fc-42b7-4740-b522-f81a9b82dc9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2171 | 2024.06.28 23:42:05.168123 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2172 | 2024.06.28 23:42:05.168169 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2173 | 2024.06.28 23:42:05.168335 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2174 | 2024.06.28 23:42:05.168663 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2175 | 2024.06.28 23:42:05.168703 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2176 | 2024.06.28 23:42:05.169203 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2177 | 2024.06.28 23:42:05.169522 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2024.06.28 23:42:05.169676 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Debug> executeQuery: Read 5 rows, 753.00 B in 0.001589 sec., 3146.633102580239 rows/sec., 462.78 KiB/sec. | ||
| 2179 | 2024.06.28 23:42:05.169994 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Debug> DynamicQueryHandler: Done processing query | ||
| 2180 | 2024.06.28 23:42:05.170019 [ 3 ] {ca666e79-0b6c-4295-b817-a5da796d5d21} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2181 | 2024.06.28 23:42:05.170036 [ 3 ] {} <Debug> HTTP-Session: a442c4fc-42b7-4740-b522-f81a9b82dc9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2182 | 2024.06.28 23:42:05.170184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2183 | 2024.06.28 23:42:05.170233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2184 | 2024.06.28 23:42:05.170253 [ 3 ] {} <Debug> HTTP-Session: 3a1b3e34-3745-4bad-81da-1943157c5fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2185 | 2024.06.28 23:42:05.170269 [ 3 ] {} <Debug> HTTP-Session: 3a1b3e34-3745-4bad-81da-1943157c5fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2186 | 2024.06.28 23:42:05.170283 [ 3 ] {} <Debug> HTTP-Session: 3a1b3e34-3745-4bad-81da-1943157c5fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2187 | 2024.06.28 23:42:05.170315 [ 3 ] {} <Trace> HTTP-Session: 3a1b3e34-3745-4bad-81da-1943157c5fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2188 | 2024.06.28 23:42:05.170416 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2189 | 2024.06.28 23:42:05.170461 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2190 | 2024.06.28 23:42:05.170606 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2191 | 2024.06.28 23:42:05.170914 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2024.06.28 23:42:05.170951 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2193 | 2024.06.28 23:42:05.171258 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2194 | 2024.06.28 23:42:05.171566 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2024.06.28 23:42:05.171709 [ 57 ] {} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2196 | 2024.06.28 23:42:05.171725 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001331 sec., 14274.981217129978 rows/sec., 1.13 MiB/sec. | ||
| 2197 | 2024.06.28 23:42:05.171774 [ 57 ] {} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2198 | 2024.06.28 23:42:05.171843 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2199 | 2024.06.28 23:42:05.172054 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2200 | 2024.06.28 23:42:05.172119 [ 200 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 2201 | 2024.06.28 23:42:05.172126 [ 3 ] {7f6e78e4-04f4-4369-ae31-b1673af9f14b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2202 | 2024.06.28 23:42:05.172224 [ 3 ] {} <Debug> HTTP-Session: 3a1b3e34-3745-4bad-81da-1943157c5fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2203 | 2024.06.28 23:42:05.172324 [ 200 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2204 | 2024.06.28 23:42:05.172352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2205 | 2024.06.28 23:42:05.172365 [ 200 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 2206 | 2024.06.28 23:42:05.172407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2207 | 2024.06.28 23:42:05.172439 [ 3 ] {} <Debug> HTTP-Session: b8d8d071-1e97-4249-a1e0-7c555ac1a584 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2208 | 2024.06.28 23:42:05.172495 [ 3 ] {} <Debug> HTTP-Session: b8d8d071-1e97-4249-a1e0-7c555ac1a584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2209 | 2024.06.28 23:42:05.172496 [ 200 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 18 rows starting from the beginning of the part | ||
| 2210 | 2024.06.28 23:42:05.172517 [ 3 ] {} <Debug> HTTP-Session: b8d8d071-1e97-4249-a1e0-7c555ac1a584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2211 | 2024.06.28 23:42:05.172604 [ 3 ] {} <Trace> HTTP-Session: b8d8d071-1e97-4249-a1e0-7c555ac1a584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2212 | 2024.06.28 23:42:05.172740 [ 200 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part | ||
| 2213 | 2024.06.28 23:42:05.173015 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2214 | 2024.06.28 23:42:05.173112 [ 200 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 19 rows starting from the beginning of the part | ||
| 2215 | 2024.06.28 23:42:05.173148 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2216 | 2024.06.28 23:42:05.173292 [ 200 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 19 rows starting from the beginning of the part | ||
| 2217 | 2024.06.28 23:42:05.173703 [ 200 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 19 rows starting from the beginning of the part | ||
| 2218 | 2024.06.28 23:42:05.174105 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2219 | 2024.06.28 23:42:05.174632 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2024.06.28 23:42:05.174676 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2221 | 2024.06.28 23:42:05.175222 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2222 | 2024.06.28 23:42:05.175379 [ 187 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.003431072 sec., 31768.496842969194 rows/sec., 2.51 MiB/sec. | ||
| 2223 | 2024.06.28 23:42:05.175649 [ 187 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2224 | 2024.06.28 23:42:05.175807 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2225 | 2024.06.28 23:42:05.176200 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003402 sec., 587.8894767783656 rows/sec., 47.94 KiB/sec. | ||
| 2226 | 2024.06.28 23:42:05.176528 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Debug> DynamicQueryHandler: Done processing query | ||
| 2227 | 2024.06.28 23:42:05.176575 [ 187 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2228 | 2024.06.28 23:42:05.176581 [ 3 ] {11a7f5a5-dc83-4176-8927-8e056cb01259} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2229 | 2024.06.28 23:42:05.176651 [ 3 ] {} <Debug> HTTP-Session: b8d8d071-1e97-4249-a1e0-7c555ac1a584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2230 | 2024.06.28 23:42:05.176742 [ 187 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_6_1} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2231 | 2024.06.28 23:42:05.176865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2232 | 2024.06.28 23:42:05.176881 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2233 | 2024.06.28 23:42:05.176934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2234 | 2024.06.28 23:42:05.176959 [ 3 ] {} <Debug> HTTP-Session: 26e812e3-3be3-44f8-9f29-cb0be4d5b427 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2235 | 2024.06.28 23:42:05.176975 [ 3 ] {} <Debug> HTTP-Session: 26e812e3-3be3-44f8-9f29-cb0be4d5b427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2236 | 2024.06.28 23:42:05.176989 [ 3 ] {} <Debug> HTTP-Session: 26e812e3-3be3-44f8-9f29-cb0be4d5b427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2237 | 2024.06.28 23:42:05.177021 [ 3 ] {} <Trace> HTTP-Session: 26e812e3-3be3-44f8-9f29-cb0be4d5b427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2238 | 2024.06.28 23:42:05.177167 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2239 | 2024.06.28 23:42:05.177211 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2240 | 2024.06.28 23:42:05.177350 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2241 | 2024.06.28 23:42:05.177754 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2024.06.28 23:42:05.177792 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2243 | 2024.06.28 23:42:05.178117 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2244 | 2024.06.28 23:42:05.178429 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2024.06.28 23:42:05.178597 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Debug> executeQuery: Read 114 rows, 9.61 KiB in 0.001473 sec., 77393.07535641549 rows/sec., 6.37 MiB/sec. | ||
| 2246 | 2024.06.28 23:42:05.178956 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Debug> DynamicQueryHandler: Done processing query | ||
| 2247 | 2024.06.28 23:42:05.178980 [ 3 ] {1bb44037-1c9d-43dd-a344-bc099eff8348} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2248 | 2024.06.28 23:42:05.178997 [ 3 ] {} <Debug> HTTP-Session: 26e812e3-3be3-44f8-9f29-cb0be4d5b427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2249 | 2024.06.28 23:42:05.179119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2250 | 2024.06.28 23:42:05.179167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2251 | 2024.06.28 23:42:05.179187 [ 3 ] {} <Debug> HTTP-Session: 92cb2fdf-c1f9-4605-b6d6-9e8085aeb1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2252 | 2024.06.28 23:42:05.179203 [ 3 ] {} <Debug> HTTP-Session: 92cb2fdf-c1f9-4605-b6d6-9e8085aeb1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2253 | 2024.06.28 23:42:05.179216 [ 3 ] {} <Debug> HTTP-Session: 92cb2fdf-c1f9-4605-b6d6-9e8085aeb1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2254 | 2024.06.28 23:42:05.179247 [ 3 ] {} <Trace> HTTP-Session: 92cb2fdf-c1f9-4605-b6d6-9e8085aeb1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2255 | 2024.06.28 23:42:05.179344 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2256 | 2024.06.28 23:42:05.179386 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2257 | 2024.06.28 23:42:05.179534 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2258 | 2024.06.28 23:42:05.182019 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2024.06.28 23:42:05.182063 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2260 | 2024.06.28 23:42:05.182453 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2261 | 2024.06.28 23:42:05.182802 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2024.06.28 23:42:05.182953 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003626 sec., 551.5719801434087 rows/sec., 38.51 KiB/sec. | ||
| 2263 | 2024.06.28 23:42:05.183225 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Debug> DynamicQueryHandler: Done processing query | ||
| 2264 | 2024.06.28 23:42:05.183250 [ 3 ] {290a0395-1a7e-4a84-9085-01d024debc32} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2265 | 2024.06.28 23:42:05.183266 [ 3 ] {} <Debug> HTTP-Session: 92cb2fdf-c1f9-4605-b6d6-9e8085aeb1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2266 | 2024.06.28 23:42:05.183432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2267 | 2024.06.28 23:42:05.183480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2268 | 2024.06.28 23:42:05.183500 [ 3 ] {} <Debug> HTTP-Session: 8b545309-0410-475a-b4c0-e223dde40a25 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2269 | 2024.06.28 23:42:05.183516 [ 3 ] {} <Debug> HTTP-Session: 8b545309-0410-475a-b4c0-e223dde40a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2270 | 2024.06.28 23:42:05.183529 [ 3 ] {} <Debug> HTTP-Session: 8b545309-0410-475a-b4c0-e223dde40a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2271 | 2024.06.28 23:42:05.183561 [ 3 ] {} <Trace> HTTP-Session: 8b545309-0410-475a-b4c0-e223dde40a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2272 | 2024.06.28 23:42:05.183687 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2273 | 2024.06.28 23:42:05.183731 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2274 | 2024.06.28 23:42:05.183875 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2275 | 2024.06.28 23:42:05.184229 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2276 | 2024.06.28 23:42:05.184266 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2277 | 2024.06.28 23:42:05.184584 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2278 | 2024.06.28 23:42:05.184903 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2279 | 2024.06.28 23:42:05.185059 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.00141 sec., 60283.68794326241 rows/sec., 4.71 MiB/sec. | ||
| 2280 | 2024.06.28 23:42:05.185360 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2281 | 2024.06.28 23:42:05.185385 [ 3 ] {90ce973e-0bc0-418e-b55a-94fc942704e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2282 | 2024.06.28 23:42:05.185401 [ 3 ] {} <Debug> HTTP-Session: 8b545309-0410-475a-b4c0-e223dde40a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2283 | 2024.06.28 23:42:05.185596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2284 | 2024.06.28 23:42:05.185645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2285 | 2024.06.28 23:42:05.185665 [ 3 ] {} <Debug> HTTP-Session: 06187220-b41f-4efa-aa41-432158032671 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2286 | 2024.06.28 23:42:05.185681 [ 3 ] {} <Debug> HTTP-Session: 06187220-b41f-4efa-aa41-432158032671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2287 | 2024.06.28 23:42:05.185694 [ 3 ] {} <Debug> HTTP-Session: 06187220-b41f-4efa-aa41-432158032671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2288 | 2024.06.28 23:42:05.185725 [ 3 ] {} <Trace> HTTP-Session: 06187220-b41f-4efa-aa41-432158032671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2289 | 2024.06.28 23:42:05.185876 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2290 | 2024.06.28 23:42:05.185923 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2291 | 2024.06.28 23:42:05.186085 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2292 | 2024.06.28 23:42:05.186497 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2293 | 2024.06.28 23:42:05.186534 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2294 | 2024.06.28 23:42:05.186920 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2295 | 2024.06.28 23:42:05.187262 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2024.06.28 23:42:05.187427 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.001613 sec., 98574.0855548667 rows/sec., 6.86 MiB/sec. | ||
| 2297 | 2024.06.28 23:42:05.187711 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Debug> DynamicQueryHandler: Done processing query | ||
| 2298 | 2024.06.28 23:42:05.187736 [ 3 ] {099caec3-de0f-4464-858c-2f9cf87b4143} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2299 | 2024.06.28 23:42:05.187751 [ 3 ] {} <Debug> HTTP-Session: 06187220-b41f-4efa-aa41-432158032671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2300 | 2024.06.28 23:42:05.187958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2301 | 2024.06.28 23:42:05.188009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2302 | 2024.06.28 23:42:05.188030 [ 3 ] {} <Debug> HTTP-Session: 4b395ab3-ec5c-4735-a444-abd3092b8c0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2303 | 2024.06.28 23:42:05.188047 [ 3 ] {} <Debug> HTTP-Session: 4b395ab3-ec5c-4735-a444-abd3092b8c0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2304 | 2024.06.28 23:42:05.188061 [ 3 ] {} <Debug> HTTP-Session: 4b395ab3-ec5c-4735-a444-abd3092b8c0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2305 | 2024.06.28 23:42:05.188091 [ 3 ] {} <Trace> HTTP-Session: 4b395ab3-ec5c-4735-a444-abd3092b8c0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2306 | 2024.06.28 23:42:05.188491 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2307 | 2024.06.28 23:42:05.188558 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <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_histogramf64 | ||
| 2308 | 2024.06.28 23:42:05.188946 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2309 | 2024.06.28 23:42:05.189602 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2310 | 2024.06.28 23:42:05.189638 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2311 | 2024.06.28 23:42:05.190221 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2312 | 2024.06.28 23:42:05.190639 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2313 | 2024.06.28 23:42:05.190826 [ 57 ] {} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2314 | 2024.06.28 23:42:05.190845 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002672 sec., 7110.7784431137725 rows/sec., 12.74 MiB/sec. | ||
| 2315 | 2024.06.28 23:42:05.190897 [ 57 ] {} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2316 | 2024.06.28 23:42:05.190984 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2317 | 2024.06.28 23:42:05.191296 [ 186 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 2318 | 2024.06.28 23:42:05.191405 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Debug> DynamicQueryHandler: Done processing query | ||
| 2319 | 2024.06.28 23:42:05.191448 [ 3 ] {aa3f010a-c48e-4a74-8aa7-0c3627a2d300} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2320 | 2024.06.28 23:42:05.191486 [ 3 ] {} <Debug> HTTP-Session: 4b395ab3-ec5c-4735-a444-abd3092b8c0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2321 | 2024.06.28 23:42:05.191690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 8842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2322 | 2024.06.28 23:42:05.191816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2323 | 2024.06.28 23:42:05.191879 [ 3 ] {} <Debug> HTTP-Session: d8c04864-a9dd-4c12-b313-3be230277148 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2324 | 2024.06.28 23:42:05.191923 [ 3 ] {} <Debug> HTTP-Session: d8c04864-a9dd-4c12-b313-3be230277148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2325 | 2024.06.28 23:42:05.191961 [ 3 ] {} <Debug> HTTP-Session: d8c04864-a9dd-4c12-b313-3be230277148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2326 | 2024.06.28 23:42:05.192000 [ 186 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2327 | 2024.06.28 23:42:05.192028 [ 3 ] {} <Trace> HTTP-Session: d8c04864-a9dd-4c12-b313-3be230277148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2328 | 2024.06.28 23:42:05.192133 [ 186 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 2329 | 2024.06.28 23:42:05.192264 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2330 | 2024.06.28 23:42:05.192404 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2331 | 2024.06.28 23:42:05.192969 [ 186 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 18 rows starting from the beginning of the part | ||
| 2332 | 2024.06.28 23:42:05.193150 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2333 | 2024.06.28 23:42:05.193600 [ 186 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part | ||
| 2334 | 2024.06.28 23:42:05.194336 [ 186 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 19 rows starting from the beginning of the part | ||
| 2335 | 2024.06.28 23:42:05.194433 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2336 | 2024.06.28 23:42:05.194524 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2337 | 2024.06.28 23:42:05.194965 [ 186 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 19 rows starting from the beginning of the part | ||
| 2338 | 2024.06.28 23:42:05.195540 [ 186 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 19 rows starting from the beginning of the part | ||
| 2339 | 2024.06.28 23:42:05.196188 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2340 | 2024.06.28 23:42:05.196928 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2341 | 2024.06.28 23:42:05.197313 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.005143 sec., 11277.464514874588 rows/sec., 780.60 KiB/sec. | ||
| 2342 | 2024.06.28 23:42:05.197648 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2343 | 2024.06.28 23:42:05.197702 [ 3 ] {0d1f8acc-bf5e-4894-8401-ba44e790407e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2344 | 2024.06.28 23:42:05.197743 [ 3 ] {} <Debug> HTTP-Session: d8c04864-a9dd-4c12-b313-3be230277148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2345 | 2024.06.28 23:42:05.199305 [ 187 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 19 columns (19 merged, 0 gathered) in 0.008177635 sec., 13329.037062671541 rows/sec., 23.89 MiB/sec. | ||
| 2346 | 2024.06.28 23:42:05.199700 [ 187 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2347 | 2024.06.28 23:42:05.200514 [ 187 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2024.06.28 23:42:05.200596 [ 187 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2349 | 2024.06.28 23:42:05.200739 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 2350 | 2024.06.28 23:42:10.140609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2351 | 2024.06.28 23:42:10.140754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2352 | 2024.06.28 23:42:10.140784 [ 3 ] {} <Debug> HTTP-Session: 37aa6898-37de-4181-918c-d635f15ddd94 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2353 | 2024.06.28 23:42:10.140812 [ 3 ] {} <Debug> HTTP-Session: 37aa6898-37de-4181-918c-d635f15ddd94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2354 | 2024.06.28 23:42:10.140830 [ 3 ] {} <Debug> HTTP-Session: 37aa6898-37de-4181-918c-d635f15ddd94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2355 | 2024.06.28 23:42:10.140885 [ 3 ] {} <Trace> HTTP-Session: 37aa6898-37de-4181-918c-d635f15ddd94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2356 | 2024.06.28 23:42:10.141123 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2357 | 2024.06.28 23:42:10.141497 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2358 | 2024.06.28 23:42:10.141543 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2359 | 2024.06.28 23:42:10.141852 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2360 | 2024.06.28 23:42:10.141931 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2361 | 2024.06.28 23:42:10.142102 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 2362 | 2024.06.28 23:42:10.142292 [ 254 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2363 | 2024.06.28 23:42:10.142319 [ 250 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2364 | 2024.06.28 23:42:10.142316 [ 259 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2365 | 2024.06.28 23:42:10.142517 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (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 | ||
| 2366 | 2024.06.28 23:42:10.142548 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2367 | 2024.06.28 23:42:10.142662 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2368 | 2024.06.28 23:42:10.142686 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2369 | 2024.06.28 23:42:10.142727 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2370 | 2024.06.28 23:42:10.142770 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2371 | 2024.06.28 23:42:10.142809 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2372 | 2024.06.28 23:42:10.144715 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003693 sec., 6227.998916869753 rows/sec., 259.68 KiB/sec. | ||
| 2373 | 2024.06.28 23:42:10.145114 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Debug> DynamicQueryHandler: Done processing query | ||
| 2374 | 2024.06.28 23:42:10.145146 [ 3 ] {476a5e3a-b026-4556-a1c8-9ff0582b4346} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2375 | 2024.06.28 23:42:10.145166 [ 3 ] {} <Debug> HTTP-Session: 37aa6898-37de-4181-918c-d635f15ddd94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2376 | 2024.06.28 23:42:10.150828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2377 | 2024.06.28 23:42:10.150887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2378 | 2024.06.28 23:42:10.150911 [ 3 ] {} <Debug> HTTP-Session: 5732026f-5fe7-4c5e-8977-d9e1f3395586 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2379 | 2024.06.28 23:42:10.150931 [ 3 ] {} <Debug> HTTP-Session: 5732026f-5fe7-4c5e-8977-d9e1f3395586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2380 | 2024.06.28 23:42:10.150948 [ 3 ] {} <Debug> HTTP-Session: 5732026f-5fe7-4c5e-8977-d9e1f3395586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2381 | 2024.06.28 23:42:10.150987 [ 3 ] {} <Trace> HTTP-Session: 5732026f-5fe7-4c5e-8977-d9e1f3395586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2382 | 2024.06.28 23:42:10.151116 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2383 | 2024.06.28 23:42:10.151170 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2384 | 2024.06.28 23:42:10.151374 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2385 | 2024.06.28 23:42:10.151748 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2386 | 2024.06.28 23:42:10.151797 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2387 | 2024.06.28 23:42:10.152326 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2388 | 2024.06.28 23:42:10.152658 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2389 | 2024.06.28 23:42:10.152817 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001739 sec., 575.0431282346176 rows/sec., 59.53 KiB/sec. | ||
| 2390 | 2024.06.28 23:42:10.153116 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Debug> DynamicQueryHandler: Done processing query | ||
| 2391 | 2024.06.28 23:42:10.153139 [ 3 ] {dcbe1810-5d65-4b68-9763-b20e735c8240} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2392 | 2024.06.28 23:42:10.153156 [ 3 ] {} <Debug> HTTP-Session: 5732026f-5fe7-4c5e-8977-d9e1f3395586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2393 | 2024.06.28 23:42:10.153307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2394 | 2024.06.28 23:42:10.153356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2395 | 2024.06.28 23:42:10.153375 [ 3 ] {} <Debug> HTTP-Session: 9a1ed31e-9753-4935-a60f-022f2b543d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2396 | 2024.06.28 23:42:10.153391 [ 3 ] {} <Debug> HTTP-Session: 9a1ed31e-9753-4935-a60f-022f2b543d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2397 | 2024.06.28 23:42:10.153406 [ 3 ] {} <Debug> HTTP-Session: 9a1ed31e-9753-4935-a60f-022f2b543d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2398 | 2024.06.28 23:42:10.153437 [ 3 ] {} <Trace> HTTP-Session: 9a1ed31e-9753-4935-a60f-022f2b543d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2399 | 2024.06.28 23:42:10.153539 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2400 | 2024.06.28 23:42:10.153582 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2401 | 2024.06.28 23:42:10.153726 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2402 | 2024.06.28 23:42:10.154015 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2403 | 2024.06.28 23:42:10.154052 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2404 | 2024.06.28 23:42:10.154363 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2405 | 2024.06.28 23:42:10.154687 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2024.06.28 23:42:10.154835 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001317 sec., 8352.315869400152 rows/sec., 676.99 KiB/sec. | ||
| 2407 | 2024.06.28 23:42:10.154990 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 2408 | 2024.06.28 23:42:10.155015 [ 3 ] {1b8dfa10-b396-437f-b859-6864c33885ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2409 | 2024.06.28 23:42:10.155031 [ 3 ] {} <Debug> HTTP-Session: 9a1ed31e-9753-4935-a60f-022f2b543d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2410 | 2024.06.28 23:42:10.155195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2411 | 2024.06.28 23:42:10.155241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2412 | 2024.06.28 23:42:10.155261 [ 3 ] {} <Debug> HTTP-Session: 1afe8db4-9ef9-46e5-adfe-3b1aaf3aa94c Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2413 | 2024.06.28 23:42:10.155277 [ 3 ] {} <Debug> HTTP-Session: 1afe8db4-9ef9-46e5-adfe-3b1aaf3aa94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2414 | 2024.06.28 23:42:10.155290 [ 3 ] {} <Debug> HTTP-Session: 1afe8db4-9ef9-46e5-adfe-3b1aaf3aa94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2415 | 2024.06.28 23:42:10.155321 [ 3 ] {} <Trace> HTTP-Session: 1afe8db4-9ef9-46e5-adfe-3b1aaf3aa94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2024.06.28 23:42:10.155444 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2417 | 2024.06.28 23:42:10.155492 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2418 | 2024.06.28 23:42:10.155616 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2419 | 2024.06.28 23:42:10.155944 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2420 | 2024.06.28 23:42:10.155981 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2421 | 2024.06.28 23:42:10.156309 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2422 | 2024.06.28 23:42:10.156657 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2024.06.28 23:42:10.156816 [ 53 ] {} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2424 | 2024.06.28 23:42:10.156824 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Debug> executeQuery: Read 90 rows, 7.46 KiB in 0.001412 sec., 63739.37677053824 rows/sec., 5.16 MiB/sec. | ||
| 2425 | 2024.06.28 23:42:10.156882 [ 53 ] {} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2426 | 2024.06.28 23:42:10.156946 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2427 | 2024.06.28 23:42:10.157207 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Debug> DynamicQueryHandler: Done processing query | ||
| 2428 | 2024.06.28 23:42:10.157222 [ 186 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::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 | ||
| 2429 | 2024.06.28 23:42:10.157289 [ 3 ] {d7221413-a792-4b3f-bed7-8152fc49b059} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2430 | 2024.06.28 23:42:10.157359 [ 3 ] {} <Debug> HTTP-Session: 1afe8db4-9ef9-46e5-adfe-3b1aaf3aa94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2431 | 2024.06.28 23:42:10.157482 [ 186 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2432 | 2024.06.28 23:42:10.157540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2433 | 2024.06.28 23:42:10.157544 [ 186 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 83 rows starting from the beginning of the part | ||
| 2434 | 2024.06.28 23:42:10.157635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2435 | 2024.06.28 23:42:10.157722 [ 3 ] {} <Debug> HTTP-Session: f4229fa5-d170-4d10-b0eb-211a096c2b4d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2436 | 2024.06.28 23:42:10.157782 [ 186 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
| 2437 | 2024.06.28 23:42:10.157802 [ 3 ] {} <Debug> HTTP-Session: f4229fa5-d170-4d10-b0eb-211a096c2b4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2438 | 2024.06.28 23:42:10.157890 [ 3 ] {} <Debug> HTTP-Session: f4229fa5-d170-4d10-b0eb-211a096c2b4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2439 | 2024.06.28 23:42:10.158043 [ 3 ] {} <Trace> HTTP-Session: f4229fa5-d170-4d10-b0eb-211a096c2b4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2440 | 2024.06.28 23:42:10.158111 [ 186 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 83 rows starting from the beginning of the part | ||
| 2441 | 2024.06.28 23:42:10.158399 [ 186 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
| 2442 | 2024.06.28 23:42:10.158417 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2443 | 2024.06.28 23:42:10.158637 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2444 | 2024.06.28 23:42:10.158654 [ 186 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 114 rows starting from the beginning of the part | ||
| 2445 | 2024.06.28 23:42:10.158977 [ 186 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part | ||
| 2446 | 2024.06.28 23:42:10.159643 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2447 | 2024.06.28 23:42:10.160713 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 4 columns (4 merged, 0 gathered) in 0.003663658 sec., 122282.15624930056 rows/sec., 10.02 MiB/sec. | ||
| 2448 | 2024.06.28 23:42:10.161007 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2449 | 2024.06.28 23:42:10.161423 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2450 | 2024.06.28 23:42:10.161517 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_11_2} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2451 | 2024.06.28 23:42:10.161617 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2452 | 2024.06.28 23:42:10.162407 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Trace> oximeter.fields_u32 (f105690f-261a-420f-96aa-5dd5ae17a92c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2453 | 2024.06.28 23:42:10.162459 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2454 | 2024.06.28 23:42:10.162852 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2455 | 2024.06.28 23:42:10.163192 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Trace> oximeter.fields_u32 (f105690f-261a-420f-96aa-5dd5ae17a92c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2456 | 2024.06.28 23:42:10.163349 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.005125 sec., 195.1219512195122 rows/sec., 12.96 KiB/sec. | ||
| 2457 | 2024.06.28 23:42:10.163640 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2458 | 2024.06.28 23:42:10.163664 [ 3 ] {ec182acb-83ea-4b82-a52e-33d03c048ee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2459 | 2024.06.28 23:42:10.163680 [ 3 ] {} <Debug> HTTP-Session: f4229fa5-d170-4d10-b0eb-211a096c2b4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2460 | 2024.06.28 23:42:10.163829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2461 | 2024.06.28 23:42:10.163880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2462 | 2024.06.28 23:42:10.163900 [ 3 ] {} <Debug> HTTP-Session: bc1be817-b250-4d82-91db-28dafd8c6a2e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2463 | 2024.06.28 23:42:10.163917 [ 3 ] {} <Debug> HTTP-Session: bc1be817-b250-4d82-91db-28dafd8c6a2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2464 | 2024.06.28 23:42:10.163931 [ 3 ] {} <Debug> HTTP-Session: bc1be817-b250-4d82-91db-28dafd8c6a2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2465 | 2024.06.28 23:42:10.163962 [ 3 ] {} <Trace> HTTP-Session: bc1be817-b250-4d82-91db-28dafd8c6a2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2466 | 2024.06.28 23:42:10.164089 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2467 | 2024.06.28 23:42:10.164132 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2468 | 2024.06.28 23:42:10.164272 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2469 | 2024.06.28 23:42:10.164609 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2470 | 2024.06.28 23:42:10.164645 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2471 | 2024.06.28 23:42:10.164961 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2472 | 2024.06.28 23:42:10.165272 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2473 | 2024.06.28 23:42:10.165414 [ 53 ] {} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2474 | 2024.06.28 23:42:10.165431 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Debug> executeQuery: Read 85 rows, 6.81 KiB in 0.001382 sec., 61505.06512301013 rows/sec., 4.81 MiB/sec. | ||
| 2475 | 2024.06.28 23:42:10.165465 [ 53 ] {} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2476 | 2024.06.28 23:42:10.165533 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2477 | 2024.06.28 23:42:10.165716 [ 186 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 2478 | 2024.06.28 23:42:10.165747 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2479 | 2024.06.28 23:42:10.165791 [ 3 ] {ad00ce51-bf8f-4b0c-9b40-46150b7394cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2480 | 2024.06.28 23:42:10.165828 [ 3 ] {} <Debug> HTTP-Session: bc1be817-b250-4d82-91db-28dafd8c6a2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2481 | 2024.06.28 23:42:10.165939 [ 186 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2482 | 2024.06.28 23:42:10.165971 [ 186 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 57 rows starting from the beginning of the part | ||
| 2483 | 2024.06.28 23:42:10.166031 [ 186 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 2484 | 2024.06.28 23:42:10.166205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2485 | 2024.06.28 23:42:10.166330 [ 186 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 47 rows starting from the beginning of the part | ||
| 2486 | 2024.06.28 23:42:10.166439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2487 | 2024.06.28 23:42:10.166519 [ 3 ] {} <Debug> HTTP-Session: a5a31551-6dad-4ae2-8821-56aa66590033 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2488 | 2024.06.28 23:42:10.166607 [ 3 ] {} <Debug> HTTP-Session: a5a31551-6dad-4ae2-8821-56aa66590033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2489 | 2024.06.28 23:42:10.166681 [ 3 ] {} <Debug> HTTP-Session: a5a31551-6dad-4ae2-8821-56aa66590033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2490 | 2024.06.28 23:42:10.166755 [ 186 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2491 | 2024.06.28 23:42:10.166788 [ 3 ] {} <Trace> HTTP-Session: a5a31551-6dad-4ae2-8821-56aa66590033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2492 | 2024.06.28 23:42:10.167037 [ 186 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 85 rows starting from the beginning of the part | ||
| 2493 | 2024.06.28 23:42:10.167271 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2494 | 2024.06.28 23:42:10.167284 [ 186 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 85 rows starting from the beginning of the part | ||
| 2495 | 2024.06.28 23:42:10.167439 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2496 | 2024.06.28 23:42:10.168356 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2497 | 2024.06.28 23:42:10.169635 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2498 | 2024.06.28 23:42:10.169719 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2499 | 2024.06.28 23:42:10.170525 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.004905497 sec., 72979.35357008678 rows/sec., 5.70 MiB/sec. | ||
| 2500 | 2024.06.28 23:42:10.170823 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2501 | 2024.06.28 23:42:10.170833 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2502 | 2024.06.28 23:42:10.171918 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2024.06.28 23:42:10.171940 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2504 | 2024.06.28 23:42:10.172093 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_11_2} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2505 | 2024.06.28 23:42:10.172304 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00524 sec., 30534.35114503817 rows/sec., 2.13 MiB/sec. | ||
| 2506 | 2024.06.28 23:42:10.172399 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2507 | 2024.06.28 23:42:10.172780 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2508 | 2024.06.28 23:42:10.172809 [ 3 ] {1a50dda7-0e7d-4b16-a2be-9fb5fab0174f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2509 | 2024.06.28 23:42:10.172826 [ 3 ] {} <Debug> HTTP-Session: a5a31551-6dad-4ae2-8821-56aa66590033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2510 | 2024.06.28 23:42:10.172941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2511 | 2024.06.28 23:42:10.172989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2512 | 2024.06.28 23:42:10.173008 [ 3 ] {} <Debug> HTTP-Session: f8cdd1cb-b74d-4418-8133-b8e9dfb71160 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2513 | 2024.06.28 23:42:10.173024 [ 3 ] {} <Debug> HTTP-Session: f8cdd1cb-b74d-4418-8133-b8e9dfb71160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2514 | 2024.06.28 23:42:10.173038 [ 3 ] {} <Debug> HTTP-Session: f8cdd1cb-b74d-4418-8133-b8e9dfb71160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2515 | 2024.06.28 23:42:10.173070 [ 3 ] {} <Trace> HTTP-Session: f8cdd1cb-b74d-4418-8133-b8e9dfb71160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2516 | 2024.06.28 23:42:10.173168 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2517 | 2024.06.28 23:42:10.173213 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2518 | 2024.06.28 23:42:10.173366 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2519 | 2024.06.28 23:42:10.173651 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Trace> oximeter.measurements_f64 (1f7e7c0d-d4c2-4a9d-88a8-c9755d4d4bee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2520 | 2024.06.28 23:42:10.173688 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2521 | 2024.06.28 23:42:10.174048 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2522 | 2024.06.28 23:42:10.174389 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Trace> oximeter.measurements_f64 (1f7e7c0d-d4c2-4a9d-88a8-c9755d4d4bee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2523 | 2024.06.28 23:42:10.174547 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Debug> executeQuery: Read 2 rows, 130.00 B in 0.001402 sec., 1426.5335235378031 rows/sec., 90.55 KiB/sec. | ||
| 2524 | 2024.06.28 23:42:10.174820 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2525 | 2024.06.28 23:42:10.174844 [ 3 ] {226cae77-92a5-437e-ae5d-1813f34b458c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2526 | 2024.06.28 23:42:10.174859 [ 3 ] {} <Debug> HTTP-Session: f8cdd1cb-b74d-4418-8133-b8e9dfb71160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2527 | 2024.06.28 23:42:10.174993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2528 | 2024.06.28 23:42:10.175040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2529 | 2024.06.28 23:42:10.175060 [ 3 ] {} <Debug> HTTP-Session: ce83ebaf-9f41-487b-be9c-cd4199c06650 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2530 | 2024.06.28 23:42:10.175076 [ 3 ] {} <Debug> HTTP-Session: ce83ebaf-9f41-487b-be9c-cd4199c06650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2531 | 2024.06.28 23:42:10.175090 [ 3 ] {} <Debug> HTTP-Session: ce83ebaf-9f41-487b-be9c-cd4199c06650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2532 | 2024.06.28 23:42:10.175121 [ 3 ] {} <Trace> HTTP-Session: ce83ebaf-9f41-487b-be9c-cd4199c06650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2024.06.28 23:42:10.175321 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2534 | 2024.06.28 23:42:10.175389 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <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_histogramf64 | ||
| 2535 | 2024.06.28 23:42:10.175800 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2536 | 2024.06.28 23:42:10.176308 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2537 | 2024.06.28 23:42:10.176408 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2538 | 2024.06.28 23:42:10.177051 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2539 | 2024.06.28 23:42:10.177505 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2540 | 2024.06.28 23:42:10.177653 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002455 sec., 4480.651731160896 rows/sec., 8.03 MiB/sec. | ||
| 2541 | 2024.06.28 23:42:10.178161 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2542 | 2024.06.28 23:42:10.178186 [ 3 ] {563b967b-04d9-4a0d-9019-515d4f77f37e} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 2543 | 2024.06.28 23:42:10.178202 [ 3 ] {} <Debug> HTTP-Session: ce83ebaf-9f41-487b-be9c-cd4199c06650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2544 | 2024.06.28 23:42:10.178328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2545 | 2024.06.28 23:42:10.178377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2546 | 2024.06.28 23:42:10.178396 [ 3 ] {} <Debug> HTTP-Session: 81eebc80-05cd-4261-af05-3fc9acd1a0c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2547 | 2024.06.28 23:42:10.178414 [ 3 ] {} <Debug> HTTP-Session: 81eebc80-05cd-4261-af05-3fc9acd1a0c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2548 | 2024.06.28 23:42:10.178427 [ 3 ] {} <Debug> HTTP-Session: 81eebc80-05cd-4261-af05-3fc9acd1a0c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2549 | 2024.06.28 23:42:10.178459 [ 3 ] {} <Trace> HTTP-Session: 81eebc80-05cd-4261-af05-3fc9acd1a0c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2550 | 2024.06.28 23:42:10.178556 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2551 | 2024.06.28 23:42:10.178600 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2552 | 2024.06.28 23:42:10.178738 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2553 | 2024.06.28 23:42:10.179011 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Trace> oximeter.measurements_i64 (fc4958f0-ed60-4630-86bc-7f05b679d08e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2554 | 2024.06.28 23:42:10.179047 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2555 | 2024.06.28 23:42:10.179409 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2556 | 2024.06.28 23:42:10.179744 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Trace> oximeter.measurements_i64 (fc4958f0-ed60-4630-86bc-7f05b679d08e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2557 | 2024.06.28 23:42:10.179870 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001339 sec., 8961.911874533234 rows/sec., 654.20 KiB/sec. | ||
| 2558 | 2024.06.28 23:42:10.180154 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Debug> DynamicQueryHandler: Done processing query | ||
| 2559 | 2024.06.28 23:42:10.180178 [ 3 ] {25403601-6459-44fb-a611-f7ba4f665a56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2560 | 2024.06.28 23:42:10.180194 [ 3 ] {} <Debug> HTTP-Session: 81eebc80-05cd-4261-af05-3fc9acd1a0c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2561 | 2024.06.28 23:42:10.180326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2562 | 2024.06.28 23:42:10.180376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2563 | 2024.06.28 23:42:10.180395 [ 3 ] {} <Debug> HTTP-Session: d8d48ece-82c6-4563-9da7-731bd5998341 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2564 | 2024.06.28 23:42:10.180413 [ 3 ] {} <Debug> HTTP-Session: d8d48ece-82c6-4563-9da7-731bd5998341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2565 | 2024.06.28 23:42:10.180427 [ 3 ] {} <Debug> HTTP-Session: d8d48ece-82c6-4563-9da7-731bd5998341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2566 | 2024.06.28 23:42:10.180458 [ 3 ] {} <Trace> HTTP-Session: d8d48ece-82c6-4563-9da7-731bd5998341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2567 | 2024.06.28 23:42:10.180573 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2568 | 2024.06.28 23:42:10.180617 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2569 | 2024.06.28 23:42:10.180764 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2570 | 2024.06.28 23:42:10.181061 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2571 | 2024.06.28 23:42:10.181097 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2572 | 2024.06.28 23:42:10.181450 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2573 | 2024.06.28 23:42:10.181779 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2574 | 2024.06.28 23:42:10.181906 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
| 2575 | 2024.06.28 23:42:10.182215 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Debug> DynamicQueryHandler: Done processing query | ||
| 2576 | 2024.06.28 23:42:10.182240 [ 3 ] {91add6ae-1d9a-4457-a81d-f3ee46074791} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2577 | 2024.06.28 23:42:10.182256 [ 3 ] {} <Debug> HTTP-Session: d8d48ece-82c6-4563-9da7-731bd5998341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2578 | 2024.06.28 23:42:15.147262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2579 | 2024.06.28 23:42:15.147398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2580 | 2024.06.28 23:42:15.147424 [ 3 ] {} <Debug> HTTP-Session: c516d906-7472-46c1-b459-7a7d6a69f63d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2581 | 2024.06.28 23:42:15.147450 [ 3 ] {} <Debug> HTTP-Session: c516d906-7472-46c1-b459-7a7d6a69f63d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2582 | 2024.06.28 23:42:15.147465 [ 3 ] {} <Debug> HTTP-Session: c516d906-7472-46c1-b459-7a7d6a69f63d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2583 | 2024.06.28 23:42:15.147515 [ 3 ] {} <Trace> HTTP-Session: c516d906-7472-46c1-b459-7a7d6a69f63d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2584 | 2024.06.28 23:42:15.147700 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2585 | 2024.06.28 23:42:15.147764 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2586 | 2024.06.28 23:42:15.147954 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2587 | 2024.06.28 23:42:15.148384 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2024.06.28 23:42:15.148426 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2589 | 2024.06.28 23:42:15.148788 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2590 | 2024.06.28 23:42:15.149119 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2024.06.28 23:42:15.149266 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001623 sec., 11706.715958102279 rows/sec., 948.88 KiB/sec. | ||
| 2592 | 2024.06.28 23:42:15.149475 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2593 | 2024.06.28 23:42:15.149501 [ 3 ] {0970ca1d-d3d1-4960-b98b-8d41ef8cd9d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2594 | 2024.06.28 23:42:15.149518 [ 3 ] {} <Debug> HTTP-Session: c516d906-7472-46c1-b459-7a7d6a69f63d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2595 | 2024.06.28 23:42:15.149700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2596 | 2024.06.28 23:42:15.149751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2597 | 2024.06.28 23:42:15.149772 [ 3 ] {} <Debug> HTTP-Session: c63c317b-e28b-4b71-a610-8bbda749aff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2598 | 2024.06.28 23:42:15.149789 [ 3 ] {} <Debug> HTTP-Session: c63c317b-e28b-4b71-a610-8bbda749aff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2599 | 2024.06.28 23:42:15.149804 [ 3 ] {} <Debug> HTTP-Session: c63c317b-e28b-4b71-a610-8bbda749aff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2600 | 2024.06.28 23:42:15.149838 [ 3 ] {} <Trace> HTTP-Session: c63c317b-e28b-4b71-a610-8bbda749aff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2601 | 2024.06.28 23:42:15.149965 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2602 | 2024.06.28 23:42:15.150008 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2603 | 2024.06.28 23:42:15.150135 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2604 | 2024.06.28 23:42:15.150504 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2605 | 2024.06.28 23:42:15.150541 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2606 | 2024.06.28 23:42:15.150857 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2607 | 2024.06.28 23:42:15.151186 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2608 | 2024.06.28 23:42:15.151347 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001425 sec., 79298.24561403508 rows/sec., 6.53 MiB/sec. | ||
| 2609 | 2024.06.28 23:42:15.151526 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2610 | 2024.06.28 23:42:15.151552 [ 3 ] {e8e0c567-be6d-4d35-9877-16489dc930d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2611 | 2024.06.28 23:42:15.151567 [ 3 ] {} <Debug> HTTP-Session: c63c317b-e28b-4b71-a610-8bbda749aff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2612 | 2024.06.28 23:42:15.151707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2613 | 2024.06.28 23:42:15.151755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2614 | 2024.06.28 23:42:15.151774 [ 3 ] {} <Debug> HTTP-Session: 10219e9e-0cb6-4218-a5ba-f5d8f38e8967 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2615 | 2024.06.28 23:42:15.151791 [ 3 ] {} <Debug> HTTP-Session: 10219e9e-0cb6-4218-a5ba-f5d8f38e8967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2616 | 2024.06.28 23:42:15.151805 [ 3 ] {} <Debug> HTTP-Session: 10219e9e-0cb6-4218-a5ba-f5d8f38e8967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2617 | 2024.06.28 23:42:15.151835 [ 3 ] {} <Trace> HTTP-Session: 10219e9e-0cb6-4218-a5ba-f5d8f38e8967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2618 | 2024.06.28 23:42:15.151952 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2619 | 2024.06.28 23:42:15.151993 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2620 | 2024.06.28 23:42:15.152119 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2621 | 2024.06.28 23:42:15.152458 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2622 | 2024.06.28 23:42:15.152494 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2623 | 2024.06.28 23:42:15.152801 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2624 | 2024.06.28 23:42:15.153109 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2024.06.28 23:42:15.153247 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001337 sec., 62079.28197456993 rows/sec., 4.85 MiB/sec. | ||
| 2626 | 2024.06.28 23:42:15.153434 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2627 | 2024.06.28 23:42:15.153458 [ 3 ] {b0cae89e-439a-46f5-b248-ea2f151c101e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2628 | 2024.06.28 23:42:15.153474 [ 3 ] {} <Debug> HTTP-Session: 10219e9e-0cb6-4218-a5ba-f5d8f38e8967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2629 | 2024.06.28 23:42:15.153653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2630 | 2024.06.28 23:42:15.153703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2631 | 2024.06.28 23:42:15.153722 [ 3 ] {} <Debug> HTTP-Session: 4296761a-1cb4-4c95-9fa4-23672f55b2ff Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2632 | 2024.06.28 23:42:15.153738 [ 3 ] {} <Debug> HTTP-Session: 4296761a-1cb4-4c95-9fa4-23672f55b2ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2633 | 2024.06.28 23:42:15.153752 [ 3 ] {} <Debug> HTTP-Session: 4296761a-1cb4-4c95-9fa4-23672f55b2ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2634 | 2024.06.28 23:42:15.153783 [ 3 ] {} <Trace> HTTP-Session: 4296761a-1cb4-4c95-9fa4-23672f55b2ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2635 | 2024.06.28 23:42:15.153965 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2636 | 2024.06.28 23:42:15.154011 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2637 | 2024.06.28 23:42:15.154154 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2638 | 2024.06.28 23:42:15.154542 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2024.06.28 23:42:15.154581 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2640 | 2024.06.28 23:42:15.154970 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2641 | 2024.06.28 23:42:15.155318 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2024.06.28 23:42:15.155476 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
| 2643 | 2024.06.28 23:42:15.155481 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2644 | 2024.06.28 23:42:15.155607 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2024.06.28 23:42:15.155662 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2646 | 2024.06.28 23:42:15.155686 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Debug> DynamicQueryHandler: Done processing query | ||
| 2647 | 2024.06.28 23:42:15.155754 [ 3 ] {612fb985-5042-4bf0-9f60-d262760e7684} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2648 | 2024.06.28 23:42:15.155802 [ 3 ] {} <Debug> HTTP-Session: 4296761a-1cb4-4c95-9fa4-23672f55b2ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2649 | 2024.06.28 23:42:15.156000 [ 190 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 2650 | 2024.06.28 23:42:15.156092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2651 | 2024.06.28 23:42:15.156232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2652 | 2024.06.28 23:42:15.156295 [ 3 ] {} <Debug> HTTP-Session: 097809d0-9df1-45e2-9e99-5cae303f2cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2653 | 2024.06.28 23:42:15.156343 [ 3 ] {} <Debug> HTTP-Session: 097809d0-9df1-45e2-9e99-5cae303f2cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2654 | 2024.06.28 23:42:15.156382 [ 3 ] {} <Debug> HTTP-Session: 097809d0-9df1-45e2-9e99-5cae303f2cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2655 | 2024.06.28 23:42:15.156466 [ 3 ] {} <Trace> HTTP-Session: 097809d0-9df1-45e2-9e99-5cae303f2cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2656 | 2024.06.28 23:42:15.156486 [ 190 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2657 | 2024.06.28 23:42:15.156612 [ 190 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 270 rows starting from the beginning of the part | ||
| 2658 | 2024.06.28 23:42:15.156787 [ 190 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
| 2659 | 2024.06.28 23:42:15.156970 [ 190 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 130 rows starting from the beginning of the part | ||
| 2660 | 2024.06.28 23:42:15.157121 [ 190 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 159 rows starting from the beginning of the part | ||
| 2661 | 2024.06.28 23:42:15.157228 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2662 | 2024.06.28 23:42:15.157516 [ 190 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 2663 | 2024.06.28 23:42:15.157533 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <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_histogramf64 | ||
| 2664 | 2024.06.28 23:42:15.157872 [ 190 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2665 | 2024.06.28 23:42:15.159668 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2666 | 2024.06.28 23:42:15.161380 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2024.06.28 23:42:15.161480 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2668 | 2024.06.28 23:42:15.161522 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 929 rows, containing 5 columns (5 merged, 0 gathered) in 0.005732817 sec., 162049.47759539506 rows/sec., 11.26 MiB/sec. | ||
| 2669 | 2024.06.28 23:42:15.161875 [ 194 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2670 | 2024.06.28 23:42:15.163252 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2671 | 2024.06.28 23:42:15.163272 [ 194 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2672 | 2024.06.28 23:42:15.163443 [ 194 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2673 | 2024.06.28 23:42:15.163670 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 2674 | 2024.06.28 23:42:15.163996 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2675 | 2024.06.28 23:42:15.164216 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.007651 sec., 2483.3355116978173 rows/sec., 4.45 MiB/sec. | ||
| 2676 | 2024.06.28 23:42:15.164808 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2677 | 2024.06.28 23:42:15.164887 [ 3 ] {2d894b44-c202-4d17-a2d7-8e267746d39e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2678 | 2024.06.28 23:42:15.164904 [ 3 ] {} <Debug> HTTP-Session: 097809d0-9df1-45e2-9e99-5cae303f2cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2679 | 2024.06.28 23:42:15.165040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2680 | 2024.06.28 23:42:15.165090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2681 | 2024.06.28 23:42:15.165110 [ 3 ] {} <Debug> HTTP-Session: a7d69710-7599-45bd-af48-0ac8b2b1a4eb Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2682 | 2024.06.28 23:42:15.165127 [ 3 ] {} <Debug> HTTP-Session: a7d69710-7599-45bd-af48-0ac8b2b1a4eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2683 | 2024.06.28 23:42:15.165142 [ 3 ] {} <Debug> HTTP-Session: a7d69710-7599-45bd-af48-0ac8b2b1a4eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2684 | 2024.06.28 23:42:15.165176 [ 3 ] {} <Trace> HTTP-Session: a7d69710-7599-45bd-af48-0ac8b2b1a4eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2685 | 2024.06.28 23:42:15.165308 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2686 | 2024.06.28 23:42:15.165354 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2687 | 2024.06.28 23:42:15.165498 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2688 | 2024.06.28 23:42:15.165831 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2689 | 2024.06.28 23:42:15.165868 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2690 | 2024.06.28 23:42:15.166239 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2691 | 2024.06.28 23:42:15.166564 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2692 | 2024.06.28 23:42:15.166725 [ 49 ] {} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2693 | 2024.06.28 23:42:15.166728 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.77 MiB/sec. | ||
| 2694 | 2024.06.28 23:42:15.166821 [ 49 ] {} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2024.06.28 23:42:15.166886 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2696 | 2024.06.28 23:42:15.167041 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Debug> DynamicQueryHandler: Done processing query | ||
| 2697 | 2024.06.28 23:42:15.167056 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 2698 | 2024.06.28 23:42:15.167078 [ 3 ] {1e7f0b1f-5c3a-481d-b49b-969399312572} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2699 | 2024.06.28 23:42:15.167129 [ 3 ] {} <Debug> HTTP-Session: a7d69710-7599-45bd-af48-0ac8b2b1a4eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2700 | 2024.06.28 23:42:15.167248 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2701 | 2024.06.28 23:42:15.167283 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 108 rows starting from the beginning of the part | ||
| 2702 | 2024.06.28 23:42:15.167350 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part | ||
| 2703 | 2024.06.28 23:42:15.167576 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 44 rows starting from the beginning of the part | ||
| 2704 | 2024.06.28 23:42:15.167670 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 58 rows starting from the beginning of the part | ||
| 2705 | 2024.06.28 23:42:15.167860 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 2706 | 2024.06.28 23:42:15.168004 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2707 | 2024.06.28 23:42:15.169003 [ 194 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 4 columns (4 merged, 0 gathered) in 0.002023529 sec., 172965.15147546688 rows/sec., 11.77 MiB/sec. | ||
| 2708 | 2024.06.28 23:42:15.169133 [ 194 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2709 | 2024.06.28 23:42:15.169507 [ 194 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2024.06.28 23:42:15.169586 [ 194 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_11_2} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2711 | 2024.06.28 23:42:15.169653 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2712 | 2024.06.28 23:42:18.568197 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2713 | 2024.06.28 23:42:18.568247 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2714 | 2024.06.28 23:42:20.147236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2715 | 2024.06.28 23:42:20.147372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2716 | 2024.06.28 23:42:20.147402 [ 3 ] {} <Debug> HTTP-Session: 106ebdff-45ec-4939-9750-794ee5c00776 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2717 | 2024.06.28 23:42:20.147430 [ 3 ] {} <Debug> HTTP-Session: 106ebdff-45ec-4939-9750-794ee5c00776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2718 | 2024.06.28 23:42:20.147447 [ 3 ] {} <Debug> HTTP-Session: 106ebdff-45ec-4939-9750-794ee5c00776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2719 | 2024.06.28 23:42:20.147499 [ 3 ] {} <Trace> HTTP-Session: 106ebdff-45ec-4939-9750-794ee5c00776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2720 | 2024.06.28 23:42:20.147699 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2721 | 2024.06.28 23:42:20.147772 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2722 | 2024.06.28 23:42:20.147985 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2723 | 2024.06.28 23:42:20.148483 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2724 | 2024.06.28 23:42:20.148525 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2725 | 2024.06.28 23:42:20.148887 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2726 | 2024.06.28 23:42:20.149216 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2727 | 2024.06.28 23:42:20.149377 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001734 sec., 6343.713956170704 rows/sec., 514.19 KiB/sec. | ||
| 2728 | 2024.06.28 23:42:20.149674 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2729 | 2024.06.28 23:42:20.149701 [ 3 ] {c786188a-5e44-4b89-ac22-8291ee265cd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2730 | 2024.06.28 23:42:20.149718 [ 3 ] {} <Debug> HTTP-Session: 106ebdff-45ec-4939-9750-794ee5c00776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2731 | 2024.06.28 23:42:20.149876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2732 | 2024.06.28 23:42:20.149927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2733 | 2024.06.28 23:42:20.149947 [ 3 ] {} <Debug> HTTP-Session: b2304ea3-b55d-4a10-9642-a7d3e2da3abc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2734 | 2024.06.28 23:42:20.149963 [ 3 ] {} <Debug> HTTP-Session: b2304ea3-b55d-4a10-9642-a7d3e2da3abc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2735 | 2024.06.28 23:42:20.149977 [ 3 ] {} <Debug> HTTP-Session: b2304ea3-b55d-4a10-9642-a7d3e2da3abc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2736 | 2024.06.28 23:42:20.150007 [ 3 ] {} <Trace> HTTP-Session: b2304ea3-b55d-4a10-9642-a7d3e2da3abc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2737 | 2024.06.28 23:42:20.150130 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2738 | 2024.06.28 23:42:20.150173 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2739 | 2024.06.28 23:42:20.150317 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2740 | 2024.06.28 23:42:20.150694 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2024.06.28 23:42:20.150732 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2742 | 2024.06.28 23:42:20.151057 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2743 | 2024.06.28 23:42:20.151356 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2744 | 2024.06.28 23:42:20.151513 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001426 sec., 62412.34221598878 rows/sec., 5.04 MiB/sec. | ||
| 2745 | 2024.06.28 23:42:20.151679 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2746 | 2024.06.28 23:42:20.151704 [ 3 ] {18e8792c-f870-43ff-867c-0bbd95cf7e5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2747 | 2024.06.28 23:42:20.151719 [ 3 ] {} <Debug> HTTP-Session: b2304ea3-b55d-4a10-9642-a7d3e2da3abc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2748 | 2024.06.28 23:42:20.151861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2749 | 2024.06.28 23:42:20.151908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2750 | 2024.06.28 23:42:20.151927 [ 3 ] {} <Debug> HTTP-Session: 084fb9af-df82-4943-977f-14c97d83250e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2751 | 2024.06.28 23:42:20.151944 [ 3 ] {} <Debug> HTTP-Session: 084fb9af-df82-4943-977f-14c97d83250e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2752 | 2024.06.28 23:42:20.151958 [ 3 ] {} <Debug> HTTP-Session: 084fb9af-df82-4943-977f-14c97d83250e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2753 | 2024.06.28 23:42:20.151988 [ 3 ] {} <Trace> HTTP-Session: 084fb9af-df82-4943-977f-14c97d83250e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2754 | 2024.06.28 23:42:20.152106 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2755 | 2024.06.28 23:42:20.152147 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2756 | 2024.06.28 23:42:20.152275 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2757 | 2024.06.28 23:42:20.152601 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2758 | 2024.06.28 23:42:20.152638 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2759 | 2024.06.28 23:42:20.152949 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2760 | 2024.06.28 23:42:20.153245 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2761 | 2024.06.28 23:42:20.153403 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001339 sec., 56011.94921583271 rows/sec., 4.37 MiB/sec. | ||
| 2762 | 2024.06.28 23:42:20.153607 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2763 | 2024.06.28 23:42:20.153631 [ 3 ] {6255ea75-2791-4770-8422-7a2e3e58a6c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2764 | 2024.06.28 23:42:20.153647 [ 3 ] {} <Debug> HTTP-Session: 084fb9af-df82-4943-977f-14c97d83250e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2765 | 2024.06.28 23:42:20.153803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2766 | 2024.06.28 23:42:20.153852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2767 | 2024.06.28 23:42:20.153871 [ 3 ] {} <Debug> HTTP-Session: bcbd9c07-fb42-48d7-aa33-66708b0b0689 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2768 | 2024.06.28 23:42:20.153888 [ 3 ] {} <Debug> HTTP-Session: bcbd9c07-fb42-48d7-aa33-66708b0b0689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2769 | 2024.06.28 23:42:20.153901 [ 3 ] {} <Debug> HTTP-Session: bcbd9c07-fb42-48d7-aa33-66708b0b0689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2770 | 2024.06.28 23:42:20.153931 [ 3 ] {} <Trace> HTTP-Session: bcbd9c07-fb42-48d7-aa33-66708b0b0689 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2771 | 2024.06.28 23:42:20.154082 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2772 | 2024.06.28 23:42:20.154127 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2773 | 2024.06.28 23:42:20.154273 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2774 | 2024.06.28 23:42:20.154662 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2024.06.28 23:42:20.154698 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2776 | 2024.06.28 23:42:20.155082 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2777 | 2024.06.28 23:42:20.155416 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2024.06.28 23:42:20.155571 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
| 2779 | 2024.06.28 23:42:20.155742 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2780 | 2024.06.28 23:42:20.155766 [ 3 ] {655c101a-b871-477d-8d01-68d6923578b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2781 | 2024.06.28 23:42:20.155782 [ 3 ] {} <Debug> HTTP-Session: bcbd9c07-fb42-48d7-aa33-66708b0b0689 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2782 | 2024.06.28 23:42:20.155914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2783 | 2024.06.28 23:42:20.155962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2784 | 2024.06.28 23:42:20.155981 [ 3 ] {} <Debug> HTTP-Session: 5567d2da-0ac4-40ba-9856-16f086e2a888 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2785 | 2024.06.28 23:42:20.155997 [ 3 ] {} <Debug> HTTP-Session: 5567d2da-0ac4-40ba-9856-16f086e2a888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2786 | 2024.06.28 23:42:20.156011 [ 3 ] {} <Debug> HTTP-Session: 5567d2da-0ac4-40ba-9856-16f086e2a888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2787 | 2024.06.28 23:42:20.156042 [ 3 ] {} <Trace> HTTP-Session: 5567d2da-0ac4-40ba-9856-16f086e2a888 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2788 | 2024.06.28 23:42:20.156233 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2789 | 2024.06.28 23:42:20.156296 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <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_histogramf64 | ||
| 2790 | 2024.06.28 23:42:20.156715 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2791 | 2024.06.28 23:42:20.157278 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2792 | 2024.06.28 23:42:20.157313 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2793 | 2024.06.28 23:42:20.157905 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2794 | 2024.06.28 23:42:20.158315 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2795 | 2024.06.28 23:42:20.158500 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002382 sec., 4617.968094038623 rows/sec., 8.28 MiB/sec. | ||
| 2796 | 2024.06.28 23:42:20.158722 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2797 | 2024.06.28 23:42:20.158746 [ 3 ] {7da27737-983f-4026-b279-7c87db10144a} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 2798 | 2024.06.28 23:42:20.158762 [ 3 ] {} <Debug> HTTP-Session: 5567d2da-0ac4-40ba-9856-16f086e2a888 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2799 | 2024.06.28 23:42:20.158881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2800 | 2024.06.28 23:42:20.158929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2801 | 2024.06.28 23:42:20.158948 [ 3 ] {} <Debug> HTTP-Session: 14800576-8936-43f5-822a-75586fb270bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2802 | 2024.06.28 23:42:20.158965 [ 3 ] {} <Debug> HTTP-Session: 14800576-8936-43f5-822a-75586fb270bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2803 | 2024.06.28 23:42:20.158979 [ 3 ] {} <Debug> HTTP-Session: 14800576-8936-43f5-822a-75586fb270bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2804 | 2024.06.28 23:42:20.159009 [ 3 ] {} <Trace> HTTP-Session: 14800576-8936-43f5-822a-75586fb270bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2805 | 2024.06.28 23:42:20.159128 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2806 | 2024.06.28 23:42:20.159172 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2807 | 2024.06.28 23:42:20.159299 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2808 | 2024.06.28 23:42:20.159596 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2809 | 2024.06.28 23:42:20.159632 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2810 | 2024.06.28 23:42:20.159985 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2811 | 2024.06.28 23:42:20.160296 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2812 | 2024.06.28 23:42:20.160452 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
| 2813 | 2024.06.28 23:42:20.160619 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2814 | 2024.06.28 23:42:20.160643 [ 3 ] {e2015e45-fc78-4abc-92da-db5c29c015f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2815 | 2024.06.28 23:42:20.160659 [ 3 ] {} <Debug> HTTP-Session: 14800576-8936-43f5-822a-75586fb270bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2816 | 2024.06.28 23:42:25.146354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2817 | 2024.06.28 23:42:25.146495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2818 | 2024.06.28 23:42:25.146524 [ 3 ] {} <Debug> HTTP-Session: 9b8baa83-be4f-4ff9-888d-91f2956bd0a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2819 | 2024.06.28 23:42:25.146552 [ 3 ] {} <Debug> HTTP-Session: 9b8baa83-be4f-4ff9-888d-91f2956bd0a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2820 | 2024.06.28 23:42:25.146570 [ 3 ] {} <Debug> HTTP-Session: 9b8baa83-be4f-4ff9-888d-91f2956bd0a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2821 | 2024.06.28 23:42:25.146624 [ 3 ] {} <Trace> HTTP-Session: 9b8baa83-be4f-4ff9-888d-91f2956bd0a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2822 | 2024.06.28 23:42:25.146813 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2823 | 2024.06.28 23:42:25.146876 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2824 | 2024.06.28 23:42:25.147062 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2825 | 2024.06.28 23:42:25.147509 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2826 | 2024.06.28 23:42:25.147550 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2827 | 2024.06.28 23:42:25.147912 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2828 | 2024.06.28 23:42:25.148253 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2829 | 2024.06.28 23:42:25.148410 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001651 sec., 11508.176862507571 rows/sec., 932.79 KiB/sec. | ||
| 2830 | 2024.06.28 23:42:25.148682 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Debug> DynamicQueryHandler: Done processing query | ||
| 2831 | 2024.06.28 23:42:25.148708 [ 3 ] {6cadbe22-1899-4e9e-9056-e18918286858} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2832 | 2024.06.28 23:42:25.148725 [ 3 ] {} <Debug> HTTP-Session: 9b8baa83-be4f-4ff9-888d-91f2956bd0a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2833 | 2024.06.28 23:42:25.148882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2834 | 2024.06.28 23:42:25.148932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2835 | 2024.06.28 23:42:25.148952 [ 3 ] {} <Debug> HTTP-Session: e4a59a9a-9553-43c7-ba19-51ad3a995f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2836 | 2024.06.28 23:42:25.148969 [ 3 ] {} <Debug> HTTP-Session: e4a59a9a-9553-43c7-ba19-51ad3a995f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2837 | 2024.06.28 23:42:25.148982 [ 3 ] {} <Debug> HTTP-Session: e4a59a9a-9553-43c7-ba19-51ad3a995f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2838 | 2024.06.28 23:42:25.149013 [ 3 ] {} <Trace> HTTP-Session: e4a59a9a-9553-43c7-ba19-51ad3a995f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2839 | 2024.06.28 23:42:25.149109 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2840 | 2024.06.28 23:42:25.149151 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2841 | 2024.06.28 23:42:25.149292 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2842 | 2024.06.28 23:42:25.149608 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2024.06.28 23:42:25.149644 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2844 | 2024.06.28 23:42:25.149937 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2845 | 2024.06.28 23:42:25.150229 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2846 | 2024.06.28 23:42:25.150373 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 127.41 KiB/sec. | ||
| 2847 | 2024.06.28 23:42:25.150629 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2848 | 2024.06.28 23:42:25.150654 [ 3 ] {7e6191e1-43dd-4687-ab9a-a83f6de7f0b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2849 | 2024.06.28 23:42:25.150670 [ 3 ] {} <Debug> HTTP-Session: e4a59a9a-9553-43c7-ba19-51ad3a995f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2850 | 2024.06.28 23:42:25.150805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2851 | 2024.06.28 23:42:25.150853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2852 | 2024.06.28 23:42:25.150872 [ 3 ] {} <Debug> HTTP-Session: 19e87610-a5b0-4e6f-aeb6-f20ae2754dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2853 | 2024.06.28 23:42:25.150890 [ 3 ] {} <Debug> HTTP-Session: 19e87610-a5b0-4e6f-aeb6-f20ae2754dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2854 | 2024.06.28 23:42:25.150904 [ 3 ] {} <Debug> HTTP-Session: 19e87610-a5b0-4e6f-aeb6-f20ae2754dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2855 | 2024.06.28 23:42:25.150934 [ 3 ] {} <Trace> HTTP-Session: 19e87610-a5b0-4e6f-aeb6-f20ae2754dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2856 | 2024.06.28 23:42:25.151061 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2857 | 2024.06.28 23:42:25.151104 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2858 | 2024.06.28 23:42:25.151244 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2859 | 2024.06.28 23:42:25.151608 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2860 | 2024.06.28 23:42:25.151644 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2861 | 2024.06.28 23:42:25.151952 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2862 | 2024.06.28 23:42:25.152253 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2863 | 2024.06.28 23:42:25.152403 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Debug> executeQuery: Read 114 rows, 9.61 KiB in 0.001391 sec., 81955.42774982027 rows/sec., 6.74 MiB/sec. | ||
| 2864 | 2024.06.28 23:42:25.152567 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2865 | 2024.06.28 23:42:25.152591 [ 3 ] {ed2ce4d5-baf1-4712-aa20-cecae0c9e5c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2866 | 2024.06.28 23:42:25.152607 [ 3 ] {} <Debug> HTTP-Session: 19e87610-a5b0-4e6f-aeb6-f20ae2754dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2867 | 2024.06.28 23:42:25.152731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2868 | 2024.06.28 23:42:25.152780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2869 | 2024.06.28 23:42:25.152800 [ 3 ] {} <Debug> HTTP-Session: a773869b-13ac-4b64-9b8f-d4be8bbbe6f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2870 | 2024.06.28 23:42:25.152816 [ 3 ] {} <Debug> HTTP-Session: a773869b-13ac-4b64-9b8f-d4be8bbbe6f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2871 | 2024.06.28 23:42:25.152830 [ 3 ] {} <Debug> HTTP-Session: a773869b-13ac-4b64-9b8f-d4be8bbbe6f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2872 | 2024.06.28 23:42:25.152859 [ 3 ] {} <Trace> HTTP-Session: a773869b-13ac-4b64-9b8f-d4be8bbbe6f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2873 | 2024.06.28 23:42:25.152951 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2874 | 2024.06.28 23:42:25.152991 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2875 | 2024.06.28 23:42:25.153117 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2876 | 2024.06.28 23:42:25.153397 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2877 | 2024.06.28 23:42:25.153434 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2878 | 2024.06.28 23:42:25.153726 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2879 | 2024.06.28 23:42:25.154035 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2880 | 2024.06.28 23:42:25.154187 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 111.81 KiB/sec. | ||
| 2881 | 2024.06.28 23:42:25.154449 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2882 | 2024.06.28 23:42:25.154472 [ 3 ] {1f47d50a-c3be-4752-9fa3-3fcde45243d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2883 | 2024.06.28 23:42:25.154488 [ 3 ] {} <Debug> HTTP-Session: a773869b-13ac-4b64-9b8f-d4be8bbbe6f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2884 | 2024.06.28 23:42:25.154604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2885 | 2024.06.28 23:42:25.154653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2886 | 2024.06.28 23:42:25.154672 [ 3 ] {} <Debug> HTTP-Session: 0ea14936-4226-4a3b-8e06-7a897875c6c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2887 | 2024.06.28 23:42:25.154690 [ 3 ] {} <Debug> HTTP-Session: 0ea14936-4226-4a3b-8e06-7a897875c6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2888 | 2024.06.28 23:42:25.154703 [ 3 ] {} <Debug> HTTP-Session: 0ea14936-4226-4a3b-8e06-7a897875c6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2889 | 2024.06.28 23:42:25.154733 [ 3 ] {} <Trace> HTTP-Session: 0ea14936-4226-4a3b-8e06-7a897875c6c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2024.06.28 23:42:25.154855 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2891 | 2024.06.28 23:42:25.154897 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2892 | 2024.06.28 23:42:25.155043 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2893 | 2024.06.28 23:42:25.155378 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2894 | 2024.06.28 23:42:25.155413 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2895 | 2024.06.28 23:42:25.155728 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2896 | 2024.06.28 23:42:25.156029 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2897 | 2024.06.28 23:42:25.156188 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001374 sec., 61863.17321688501 rows/sec., 4.83 MiB/sec. | ||
| 2898 | 2024.06.28 23:42:25.156463 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2899 | 2024.06.28 23:42:25.156488 [ 3 ] {ed26e2f8-1f65-4781-a122-2b4a706ed8a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2900 | 2024.06.28 23:42:25.156503 [ 3 ] {} <Debug> HTTP-Session: 0ea14936-4226-4a3b-8e06-7a897875c6c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2901 | 2024.06.28 23:42:25.156669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2902 | 2024.06.28 23:42:25.156716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2903 | 2024.06.28 23:42:25.156736 [ 3 ] {} <Debug> HTTP-Session: 13b76785-3eb0-40d6-a7bd-5e4c162afb85 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2904 | 2024.06.28 23:42:25.156753 [ 3 ] {} <Debug> HTTP-Session: 13b76785-3eb0-40d6-a7bd-5e4c162afb85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2905 | 2024.06.28 23:42:25.156766 [ 3 ] {} <Debug> HTTP-Session: 13b76785-3eb0-40d6-a7bd-5e4c162afb85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2906 | 2024.06.28 23:42:25.156796 [ 3 ] {} <Trace> HTTP-Session: 13b76785-3eb0-40d6-a7bd-5e4c162afb85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2024.06.28 23:42:25.156944 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2908 | 2024.06.28 23:42:25.156991 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2909 | 2024.06.28 23:42:25.157150 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2910 | 2024.06.28 23:42:25.157562 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2024.06.28 23:42:25.157597 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2912 | 2024.06.28 23:42:25.157987 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2913 | 2024.06.28 23:42:25.158317 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2024.06.28 23:42:25.158471 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001586 sec., 101513.24085750316 rows/sec., 7.07 MiB/sec. | ||
| 2915 | 2024.06.28 23:42:25.158646 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2916 | 2024.06.28 23:42:25.158670 [ 3 ] {37e3a324-9f21-4f8d-97e1-2dd54addccf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2917 | 2024.06.28 23:42:25.158686 [ 3 ] {} <Debug> HTTP-Session: 13b76785-3eb0-40d6-a7bd-5e4c162afb85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2918 | 2024.06.28 23:42:25.158844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2919 | 2024.06.28 23:42:25.158893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2920 | 2024.06.28 23:42:25.158912 [ 3 ] {} <Debug> HTTP-Session: 43a119c9-3aee-47a0-a2b6-bb8d3d476efe Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2921 | 2024.06.28 23:42:25.158928 [ 3 ] {} <Debug> HTTP-Session: 43a119c9-3aee-47a0-a2b6-bb8d3d476efe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2922 | 2024.06.28 23:42:25.158942 [ 3 ] {} <Debug> HTTP-Session: 43a119c9-3aee-47a0-a2b6-bb8d3d476efe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2923 | 2024.06.28 23:42:25.158972 [ 3 ] {} <Trace> HTTP-Session: 43a119c9-3aee-47a0-a2b6-bb8d3d476efe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2924 | 2024.06.28 23:42:25.159311 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2925 | 2024.06.28 23:42:25.159374 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <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_histogramf64 | ||
| 2926 | 2024.06.28 23:42:25.159784 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2927 | 2024.06.28 23:42:25.160398 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2024.06.28 23:42:25.160434 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2929 | 2024.06.28 23:42:25.161042 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2930 | 2024.06.28 23:42:25.161456 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2024.06.28 23:42:25.161641 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002594 sec., 7324.5952197378565 rows/sec., 13.13 MiB/sec. | ||
| 2932 | 2024.06.28 23:42:25.161874 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2933 | 2024.06.28 23:42:25.161899 [ 3 ] {3cb9a6c4-8ca3-472f-aab8-3b1172c96dc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2934 | 2024.06.28 23:42:25.161915 [ 3 ] {} <Debug> HTTP-Session: 43a119c9-3aee-47a0-a2b6-bb8d3d476efe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2935 | 2024.06.28 23:42:25.162097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2936 | 2024.06.28 23:42:25.162145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2937 | 2024.06.28 23:42:25.162164 [ 3 ] {} <Debug> HTTP-Session: 44dcf913-9549-495b-b6f7-64a0bf6c3c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2938 | 2024.06.28 23:42:25.162181 [ 3 ] {} <Debug> HTTP-Session: 44dcf913-9549-495b-b6f7-64a0bf6c3c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2939 | 2024.06.28 23:42:25.162194 [ 3 ] {} <Debug> HTTP-Session: 44dcf913-9549-495b-b6f7-64a0bf6c3c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2940 | 2024.06.28 23:42:25.162224 [ 3 ] {} <Trace> HTTP-Session: 44dcf913-9549-495b-b6f7-64a0bf6c3c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2941 | 2024.06.28 23:42:25.162354 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2942 | 2024.06.28 23:42:25.162397 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2943 | 2024.06.28 23:42:25.162523 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2944 | 2024.06.28 23:42:25.162887 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2945 | 2024.06.28 23:42:25.162924 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2946 | 2024.06.28 23:42:25.163277 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2947 | 2024.06.28 23:42:25.163593 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2024.06.28 23:42:25.163749 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 2949 | 2024.06.28 23:42:25.164003 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2950 | 2024.06.28 23:42:25.164034 [ 3 ] {29a0d2c0-d80f-4886-a45e-11963d80bd0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2951 | 2024.06.28 23:42:25.164051 [ 3 ] {} <Debug> HTTP-Session: 44dcf913-9549-495b-b6f7-64a0bf6c3c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2952 | 2024.06.28 23:42:30.146663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2953 | 2024.06.28 23:42:30.146800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2954 | 2024.06.28 23:42:30.146825 [ 3 ] {} <Debug> HTTP-Session: b514b181-5640-4846-9c7b-aa1a5828253d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2955 | 2024.06.28 23:42:30.146851 [ 3 ] {} <Debug> HTTP-Session: b514b181-5640-4846-9c7b-aa1a5828253d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2956 | 2024.06.28 23:42:30.146866 [ 3 ] {} <Debug> HTTP-Session: b514b181-5640-4846-9c7b-aa1a5828253d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2957 | 2024.06.28 23:42:30.146915 [ 3 ] {} <Trace> HTTP-Session: b514b181-5640-4846-9c7b-aa1a5828253d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2958 | 2024.06.28 23:42:30.147173 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2959 | 2024.06.28 23:42:30.147576 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2960 | 2024.06.28 23:42:30.147624 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2961 | 2024.06.28 23:42:30.147944 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2962 | 2024.06.28 23:42:30.148023 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2963 | 2024.06.28 23:42:30.148199 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 2964 | 2024.06.28 23:42:30.148421 [ 254 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2965 | 2024.06.28 23:42:30.148435 [ 250 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2966 | 2024.06.28 23:42:30.148463 [ 261 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2967 | 2024.06.28 23:42:30.148431 [ 259 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2968 | 2024.06.28 23:42:30.148689 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2969 | 2024.06.28 23:42:30.148721 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2970 | 2024.06.28 23:42:30.148840 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2971 | 2024.06.28 23:42:30.148865 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2972 | 2024.06.28 23:42:30.148909 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2973 | 2024.06.28 23:42:30.148956 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2974 | 2024.06.28 23:42:30.148999 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2975 | 2024.06.28 23:42:30.150907 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003843 sec., 5984.907624251887 rows/sec., 249.54 KiB/sec. | ||
| 2976 | 2024.06.28 23:42:30.151291 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> DynamicQueryHandler: Done processing query | ||
| 2977 | 2024.06.28 23:42:30.151319 [ 3 ] {a35fef4e-c552-4028-9949-43d1ab9cc887} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2978 | 2024.06.28 23:42:30.151337 [ 3 ] {} <Debug> HTTP-Session: b514b181-5640-4846-9c7b-aa1a5828253d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2979 | 2024.06.28 23:42:30.151672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2980 | 2024.06.28 23:42:30.151732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2981 | 2024.06.28 23:42:30.151752 [ 3 ] {} <Debug> HTTP-Session: e60d9121-8808-4dc9-8c5f-c5b86a00b395 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 2982 | 2024.06.28 23:42:30.151770 [ 3 ] {} <Debug> HTTP-Session: e60d9121-8808-4dc9-8c5f-c5b86a00b395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2983 | 2024.06.28 23:42:30.151784 [ 3 ] {} <Debug> HTTP-Session: e60d9121-8808-4dc9-8c5f-c5b86a00b395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2984 | 2024.06.28 23:42:30.151820 [ 3 ] {} <Trace> HTTP-Session: e60d9121-8808-4dc9-8c5f-c5b86a00b395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2985 | 2024.06.28 23:42:30.151981 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2986 | 2024.06.28 23:42:30.152262 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2987 | 2024.06.28 23:42:30.152306 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2988 | 2024.06.28 23:42:30.152586 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2989 | 2024.06.28 23:42:30.152666 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2990 | 2024.06.28 23:42:30.152818 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 2991 | 2024.06.28 23:42:30.153018 [ 259 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2992 | 2024.06.28 23:42:30.153018 [ 257 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2993 | 2024.06.28 23:42:30.153044 [ 250 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2994 | 2024.06.28 23:42:30.153038 [ 255 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2995 | 2024.06.28 23:42:30.153224 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2996 | 2024.06.28 23:42:30.153256 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2997 | 2024.06.28 23:42:30.153363 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2998 | 2024.06.28 23:42:30.153385 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2999 | 2024.06.28 23:42:30.153424 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3000 | 2024.06.28 23:42:30.153466 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3001 | 2024.06.28 23:42:30.153505 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3002 | 2024.06.28 23:42:30.155199 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003287 sec., 6997.261940979617 rows/sec., 291.75 KiB/sec. | ||
| 3003 | 2024.06.28 23:42:30.155571 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> DynamicQueryHandler: Done processing query | ||
| 3004 | 2024.06.28 23:42:30.155600 [ 3 ] {a1cab9d2-b8b1-44d8-82ca-aae7233dc840} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3005 | 2024.06.28 23:42:30.155617 [ 3 ] {} <Debug> HTTP-Session: e60d9121-8808-4dc9-8c5f-c5b86a00b395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3006 | 2024.06.28 23:42:30.155861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3007 | 2024.06.28 23:42:30.155909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3008 | 2024.06.28 23:42:30.155930 [ 3 ] {} <Debug> HTTP-Session: 65f53c94-4994-4399-8bed-52bb8971ba62 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3009 | 2024.06.28 23:42:30.155946 [ 3 ] {} <Debug> HTTP-Session: 65f53c94-4994-4399-8bed-52bb8971ba62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3010 | 2024.06.28 23:42:30.155961 [ 3 ] {} <Debug> HTTP-Session: 65f53c94-4994-4399-8bed-52bb8971ba62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3011 | 2024.06.28 23:42:30.155994 [ 3 ] {} <Trace> HTTP-Session: 65f53c94-4994-4399-8bed-52bb8971ba62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3012 | 2024.06.28 23:42:30.156142 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 3013 | 2024.06.28 23:42:30.156421 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3014 | 2024.06.28 23:42:30.156466 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 3015 | 2024.06.28 23:42:30.156767 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3016 | 2024.06.28 23:42:30.156836 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3017 | 2024.06.28 23:42:30.156975 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 3018 | 2024.06.28 23:42:30.157131 [ 254 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3019 | 2024.06.28 23:42:30.157151 [ 255 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3020 | 2024.06.28 23:42:30.157191 [ 250 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3021 | 2024.06.28 23:42:30.157178 [ 259 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3022 | 2024.06.28 23:42:30.157326 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3023 | 2024.06.28 23:42:30.157356 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3024 | 2024.06.28 23:42:30.157458 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3025 | 2024.06.28 23:42:30.157479 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 3026 | 2024.06.28 23:42:30.157518 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3027 | 2024.06.28 23:42:30.157560 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3028 | 2024.06.28 23:42:30.157599 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3029 | 2024.06.28 23:42:30.159248 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003169 sec., 7257.810034711266 rows/sec., 302.61 KiB/sec. | ||
| 3030 | 2024.06.28 23:42:30.159641 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 3031 | 2024.06.28 23:42:30.159668 [ 3 ] {b3d026d9-440e-4eb1-9bbc-ff34743d58fe} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3032 | 2024.06.28 23:42:30.159685 [ 3 ] {} <Debug> HTTP-Session: 65f53c94-4994-4399-8bed-52bb8971ba62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3033 | 2024.06.28 23:42:30.159961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3034 | 2024.06.28 23:42:30.160011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3035 | 2024.06.28 23:42:30.160031 [ 3 ] {} <Debug> HTTP-Session: 9395a64d-09dd-40c7-90af-89c1cb0979be Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3036 | 2024.06.28 23:42:30.160048 [ 3 ] {} <Debug> HTTP-Session: 9395a64d-09dd-40c7-90af-89c1cb0979be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3037 | 2024.06.28 23:42:30.160063 [ 3 ] {} <Debug> HTTP-Session: 9395a64d-09dd-40c7-90af-89c1cb0979be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3038 | 2024.06.28 23:42:30.160096 [ 3 ] {} <Trace> HTTP-Session: 9395a64d-09dd-40c7-90af-89c1cb0979be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3039 | 2024.06.28 23:42:30.160249 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 3040 | 2024.06.28 23:42:30.160528 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3041 | 2024.06.28 23:42:30.160572 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 3042 | 2024.06.28 23:42:30.160859 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3043 | 2024.06.28 23:42:30.160924 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3044 | 2024.06.28 23:42:30.161063 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 3045 | 2024.06.28 23:42:30.161192 [ 250 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3046 | 2024.06.28 23:42:30.161222 [ 255 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3047 | 2024.06.28 23:42:30.161249 [ 259 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3048 | 2024.06.28 23:42:30.161295 [ 257 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3049 | 2024.06.28 23:42:30.161406 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3050 | 2024.06.28 23:42:30.161436 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3051 | 2024.06.28 23:42:30.161541 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3052 | 2024.06.28 23:42:30.161562 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 3053 | 2024.06.28 23:42:30.161602 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3054 | 2024.06.28 23:42:30.161644 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3055 | 2024.06.28 23:42:30.161683 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3056 | 2024.06.28 23:42:30.163287 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003105 sec., 7407.407407407407 rows/sec., 308.85 KiB/sec. | ||
| 3057 | 2024.06.28 23:42:30.163642 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3058 | 2024.06.28 23:42:30.163669 [ 3 ] {b07a157c-cf2c-45be-8f09-da6c712e4ac7} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3059 | 2024.06.28 23:42:30.163685 [ 3 ] {} <Debug> HTTP-Session: 9395a64d-09dd-40c7-90af-89c1cb0979be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3060 | 2024.06.28 23:42:30.164062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3061 | 2024.06.28 23:42:30.164114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3062 | 2024.06.28 23:42:30.164135 [ 3 ] {} <Debug> HTTP-Session: dae5b60c-de84-4859-ae33-723218bdf63e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3063 | 2024.06.28 23:42:30.164152 [ 3 ] {} <Debug> HTTP-Session: dae5b60c-de84-4859-ae33-723218bdf63e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3064 | 2024.06.28 23:42:30.164166 [ 3 ] {} <Debug> HTTP-Session: dae5b60c-de84-4859-ae33-723218bdf63e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3065 | 2024.06.28 23:42:30.164202 [ 3 ] {} <Trace> HTTP-Session: dae5b60c-de84-4859-ae33-723218bdf63e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3066 | 2024.06.28 23:42:30.164352 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 3067 | 2024.06.28 23:42:30.164645 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3068 | 2024.06.28 23:42:30.164691 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 3069 | 2024.06.28 23:42:30.164984 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3070 | 2024.06.28 23:42:30.165050 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3071 | 2024.06.28 23:42:30.165191 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 3072 | 2024.06.28 23:42:30.165357 [ 255 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3073 | 2024.06.28 23:42:30.165378 [ 259 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3074 | 2024.06.28 23:42:30.165412 [ 261 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3075 | 2024.06.28 23:42:30.165381 [ 250 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3076 | 2024.06.28 23:42:30.165557 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3077 | 2024.06.28 23:42:30.165587 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3078 | 2024.06.28 23:42:30.165687 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3079 | 2024.06.28 23:42:30.165710 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 3080 | 2024.06.28 23:42:30.165750 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3081 | 2024.06.28 23:42:30.165793 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3082 | 2024.06.28 23:42:30.165830 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3083 | 2024.06.28 23:42:30.167536 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003252 sec., 7072.570725707257 rows/sec., 294.89 KiB/sec. | ||
| 3084 | 2024.06.28 23:42:30.167890 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> DynamicQueryHandler: Done processing query | ||
| 3085 | 2024.06.28 23:42:30.167916 [ 3 ] {429d7f15-e0a7-4cd6-8909-0118ae511f34} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3086 | 2024.06.28 23:42:30.167934 [ 3 ] {} <Debug> HTTP-Session: dae5b60c-de84-4859-ae33-723218bdf63e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3087 | 2024.06.28 23:42:30.168184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3088 | 2024.06.28 23:42:30.168244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3089 | 2024.06.28 23:42:30.168264 [ 3 ] {} <Debug> HTTP-Session: 07748da1-b0d4-410c-a0d4-c1a587ced1ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3090 | 2024.06.28 23:42:30.168281 [ 3 ] {} <Debug> HTTP-Session: 07748da1-b0d4-410c-a0d4-c1a587ced1ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3091 | 2024.06.28 23:42:30.168295 [ 3 ] {} <Debug> HTTP-Session: 07748da1-b0d4-410c-a0d4-c1a587ced1ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3092 | 2024.06.28 23:42:30.168330 [ 3 ] {} <Trace> HTTP-Session: 07748da1-b0d4-410c-a0d4-c1a587ced1ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3093 | 2024.06.28 23:42:30.168484 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 3094 | 2024.06.28 23:42:30.168778 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3095 | 2024.06.28 23:42:30.168824 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 3096 | 2024.06.28 23:42:30.169117 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3097 | 2024.06.28 23:42:30.169183 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3098 | 2024.06.28 23:42:30.169328 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 3099 | 2024.06.28 23:42:30.169474 [ 259 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3100 | 2024.06.28 23:42:30.169524 [ 255 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3101 | 2024.06.28 23:42:30.169537 [ 260 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3102 | 2024.06.28 23:42:30.169535 [ 257 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3103 | 2024.06.28 23:42:30.169693 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3104 | 2024.06.28 23:42:30.169723 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3105 | 2024.06.28 23:42:30.169829 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3106 | 2024.06.28 23:42:30.169849 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 3107 | 2024.06.28 23:42:30.169888 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3108 | 2024.06.28 23:42:30.169931 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3109 | 2024.06.28 23:42:30.169970 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3110 | 2024.06.28 23:42:30.171549 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003134 sec., 7338.864071474154 rows/sec., 305.99 KiB/sec. | ||
| 3111 | 2024.06.28 23:42:30.171925 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3112 | 2024.06.28 23:42:30.171952 [ 3 ] {a170d552-b87e-489d-a19e-138a8b9af81a} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3113 | 2024.06.28 23:42:30.171973 [ 3 ] {} <Debug> HTTP-Session: 07748da1-b0d4-410c-a0d4-c1a587ced1ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3114 | 2024.06.28 23:42:30.192221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3115 | 2024.06.28 23:42:30.192289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3116 | 2024.06.28 23:42:30.192311 [ 3 ] {} <Debug> HTTP-Session: bd35bf62-0c36-4ecf-86fc-7ac9fb1e71c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3117 | 2024.06.28 23:42:30.192331 [ 3 ] {} <Debug> HTTP-Session: bd35bf62-0c36-4ecf-86fc-7ac9fb1e71c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3118 | 2024.06.28 23:42:30.192346 [ 3 ] {} <Debug> HTTP-Session: bd35bf62-0c36-4ecf-86fc-7ac9fb1e71c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3119 | 2024.06.28 23:42:30.192382 [ 3 ] {} <Trace> HTTP-Session: bd35bf62-0c36-4ecf-86fc-7ac9fb1e71c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3120 | 2024.06.28 23:42:30.192522 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3121 | 2024.06.28 23:42:30.192576 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3122 | 2024.06.28 23:42:30.192766 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3123 | 2024.06.28 23:42:30.193172 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2024.06.28 23:42:30.193216 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 3125 | 2024.06.28 23:42:30.193738 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3126 | 2024.06.28 23:42:30.194066 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3127 | 2024.06.28 23:42:30.194217 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001742 sec., 3444.316877152698 rows/sec., 558.36 KiB/sec. | ||
| 3128 | 2024.06.28 23:42:30.194529 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Debug> DynamicQueryHandler: Done processing query | ||
| 3129 | 2024.06.28 23:42:30.194555 [ 3 ] {3a0feb2f-dc3d-4c72-9224-f76c456fdb22} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3130 | 2024.06.28 23:42:30.194571 [ 3 ] {} <Debug> HTTP-Session: bd35bf62-0c36-4ecf-86fc-7ac9fb1e71c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3131 | 2024.06.28 23:42:30.194716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3132 | 2024.06.28 23:42:30.194769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3133 | 2024.06.28 23:42:30.194791 [ 3 ] {} <Debug> HTTP-Session: 67ef4f2e-d90e-4a23-b26c-32409ceabe9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3134 | 2024.06.28 23:42:30.194809 [ 3 ] {} <Debug> HTTP-Session: 67ef4f2e-d90e-4a23-b26c-32409ceabe9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3135 | 2024.06.28 23:42:30.194823 [ 3 ] {} <Debug> HTTP-Session: 67ef4f2e-d90e-4a23-b26c-32409ceabe9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3136 | 2024.06.28 23:42:30.194856 [ 3 ] {} <Trace> HTTP-Session: 67ef4f2e-d90e-4a23-b26c-32409ceabe9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3137 | 2024.06.28 23:42:30.194960 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3138 | 2024.06.28 23:42:30.195019 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3139 | 2024.06.28 23:42:30.195194 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3140 | 2024.06.28 23:42:30.195588 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3141 | 2024.06.28 23:42:30.195628 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 3142 | 2024.06.28 23:42:30.195939 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3143 | 2024.06.28 23:42:30.196254 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3144 | 2024.06.28 23:42:30.196406 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001464 sec., 7513.661202185792 rows/sec., 609.02 KiB/sec. | ||
| 3145 | 2024.06.28 23:42:30.196414 [ 34 ] {} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3146 | 2024.06.28 23:42:30.196503 [ 34 ] {} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2024.06.28 23:42:30.196553 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 3148 | 2024.06.28 23:42:30.196687 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3149 | 2024.06.28 23:42:30.196719 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 3150 | 2024.06.28 23:42:30.196732 [ 3 ] {a6238a61-6f36-48fb-84b9-ad76aafb155c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3151 | 2024.06.28 23:42:30.196791 [ 3 ] {} <Debug> HTTP-Session: 67ef4f2e-d90e-4a23-b26c-32409ceabe9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3152 | 2024.06.28 23:42:30.196909 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3153 | 2024.06.28 23:42:30.196974 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 19 rows starting from the beginning of the part | ||
| 3154 | 2024.06.28 23:42:30.196978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3155 | 2024.06.28 23:42:30.197101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3156 | 2024.06.28 23:42:30.197183 [ 3 ] {} <Debug> HTTP-Session: 2eb1d0eb-023b-4c7e-a6da-02c8efc43b64 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3157 | 2024.06.28 23:42:30.197192 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 3158 | 2024.06.28 23:42:30.197242 [ 3 ] {} <Debug> HTTP-Session: 2eb1d0eb-023b-4c7e-a6da-02c8efc43b64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3159 | 2024.06.28 23:42:30.197305 [ 3 ] {} <Debug> HTTP-Session: 2eb1d0eb-023b-4c7e-a6da-02c8efc43b64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3160 | 2024.06.28 23:42:30.197455 [ 3 ] {} <Trace> HTTP-Session: 2eb1d0eb-023b-4c7e-a6da-02c8efc43b64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3161 | 2024.06.28 23:42:30.197467 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 19 rows starting from the beginning of the part | ||
| 3162 | 2024.06.28 23:42:30.197721 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 3163 | 2024.06.28 23:42:30.197907 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3164 | 2024.06.28 23:42:30.197942 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 19 rows starting from the beginning of the part | ||
| 3165 | 2024.06.28 23:42:30.198039 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3166 | 2024.06.28 23:42:30.198297 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part | ||
| 3167 | 2024.06.28 23:42:30.198992 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3168 | 2024.06.28 23:42:30.199930 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2024.06.28 23:42:30.200022 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3170 | 2024.06.28 23:42:30.201118 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3171 | 2024.06.28 23:42:30.201152 [ 186 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.004514297 sec., 19936.659019111947 rows/sec., 1.58 MiB/sec. | ||
| 3172 | 2024.06.28 23:42:30.201406 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3173 | 2024.06.28 23:42:30.201859 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2024.06.28 23:42:30.202263 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Debug> executeQuery: Read 125 rows, 10.13 KiB in 0.004568 sec., 27364.27320490368 rows/sec., 2.17 MiB/sec. | ||
| 3175 | 2024.06.28 23:42:30.202460 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2024.06.28 23:42:30.202785 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_11_2} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3177 | 2024.06.28 23:42:30.202910 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3178 | 2024.06.28 23:42:30.202928 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3179 | 2024.06.28 23:42:30.202958 [ 3 ] {cfafd2e9-25aa-464d-8967-076cfc9786b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3180 | 2024.06.28 23:42:30.202993 [ 3 ] {} <Debug> HTTP-Session: 2eb1d0eb-023b-4c7e-a6da-02c8efc43b64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3181 | 2024.06.28 23:42:30.203149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3182 | 2024.06.28 23:42:30.203201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3183 | 2024.06.28 23:42:30.203222 [ 3 ] {} <Debug> HTTP-Session: 3531c213-c586-46ac-b3c3-649c0dd15681 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3184 | 2024.06.28 23:42:30.203238 [ 3 ] {} <Debug> HTTP-Session: 3531c213-c586-46ac-b3c3-649c0dd15681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3185 | 2024.06.28 23:42:30.203252 [ 3 ] {} <Debug> HTTP-Session: 3531c213-c586-46ac-b3c3-649c0dd15681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3186 | 2024.06.28 23:42:30.203286 [ 3 ] {} <Trace> HTTP-Session: 3531c213-c586-46ac-b3c3-649c0dd15681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3187 | 2024.06.28 23:42:30.203471 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3188 | 2024.06.28 23:42:30.203517 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3189 | 2024.06.28 23:42:30.203668 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3190 | 2024.06.28 23:42:30.204055 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2024.06.28 23:42:30.204094 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 3192 | 2024.06.28 23:42:30.204434 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3193 | 2024.06.28 23:42:30.204752 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2024.06.28 23:42:30.204906 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001517 sec., 65260.38233355307 rows/sec., 5.08 MiB/sec. | ||
| 3195 | 2024.06.28 23:42:30.205232 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Debug> DynamicQueryHandler: Done processing query | ||
| 3196 | 2024.06.28 23:42:30.205258 [ 3 ] {e51fba32-a80e-4d05-9a88-e09bdaa6a776} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3197 | 2024.06.28 23:42:30.205274 [ 3 ] {} <Debug> HTTP-Session: 3531c213-c586-46ac-b3c3-649c0dd15681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3198 | 2024.06.28 23:42:30.205528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 136901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3199 | 2024.06.28 23:42:30.205581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3200 | 2024.06.28 23:42:30.205601 [ 3 ] {} <Debug> HTTP-Session: ed65e033-2fad-4405-9c6a-1900a161cdf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3201 | 2024.06.28 23:42:30.205619 [ 3 ] {} <Debug> HTTP-Session: ed65e033-2fad-4405-9c6a-1900a161cdf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3202 | 2024.06.28 23:42:30.205634 [ 3 ] {} <Debug> HTTP-Session: ed65e033-2fad-4405-9c6a-1900a161cdf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3203 | 2024.06.28 23:42:30.205665 [ 3 ] {} <Trace> HTTP-Session: ed65e033-2fad-4405-9c6a-1900a161cdf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3204 | 2024.06.28 23:42:30.206418 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3205 | 2024.06.28 23:42:30.206469 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3206 | 2024.06.28 23:42:30.206632 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3207 | 2024.06.28 23:42:30.207450 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2024.06.28 23:42:30.207491 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 3209 | 2024.06.28 23:42:30.207954 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3210 | 2024.06.28 23:42:30.208308 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2024.06.28 23:42:30.208463 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Debug> executeQuery: Read 712 rows, 51.30 KiB in 0.002647 sec., 268983.75519455987 rows/sec., 18.93 MiB/sec. | ||
| 3212 | 2024.06.28 23:42:30.208817 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3213 | 2024.06.28 23:42:30.208843 [ 3 ] {5faf43fa-1153-48dc-bf70-9f43225dba5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.64 MiB. | ||
| 3214 | 2024.06.28 23:42:30.208858 [ 3 ] {} <Debug> HTTP-Session: ed65e033-2fad-4405-9c6a-1900a161cdf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3215 | 2024.06.28 23:42:30.209016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3216 | 2024.06.28 23:42:30.209065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3217 | 2024.06.28 23:42:30.209084 [ 3 ] {} <Debug> HTTP-Session: 2d2c144b-209d-454e-8382-c1551b1e31f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3218 | 2024.06.28 23:42:30.209102 [ 3 ] {} <Debug> HTTP-Session: 2d2c144b-209d-454e-8382-c1551b1e31f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3219 | 2024.06.28 23:42:30.209116 [ 3 ] {} <Debug> HTTP-Session: 2d2c144b-209d-454e-8382-c1551b1e31f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3220 | 2024.06.28 23:42:30.209148 [ 3 ] {} <Trace> HTTP-Session: 2d2c144b-209d-454e-8382-c1551b1e31f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3221 | 2024.06.28 23:42:30.209375 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3222 | 2024.06.28 23:42:30.209445 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <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_histogramf64 | ||
| 3223 | 2024.06.28 23:42:30.209908 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3224 | 2024.06.28 23:42:30.210476 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3225 | 2024.06.28 23:42:30.210514 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 3226 | 2024.06.28 23:42:30.211099 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3227 | 2024.06.28 23:42:30.211513 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3228 | 2024.06.28 23:42:30.211673 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002446 sec., 4497.138184791496 rows/sec., 8.06 MiB/sec. | ||
| 3229 | 2024.06.28 23:42:30.211707 [ 33 ] {} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3230 | 2024.06.28 23:42:30.211816 [ 33 ] {} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3231 | 2024.06.28 23:42:30.211874 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 3232 | 2024.06.28 23:42:30.212075 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 3233 | 2024.06.28 23:42:30.212090 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3234 | 2024.06.28 23:42:30.212159 [ 3 ] {f514e7d6-50a8-4732-9cac-6696a89780e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 3235 | 2024.06.28 23:42:30.212190 [ 3 ] {} <Debug> HTTP-Session: 2d2c144b-209d-454e-8382-c1551b1e31f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3236 | 2024.06.28 23:42:30.212405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3237 | 2024.06.28 23:42:30.212544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3238 | 2024.06.28 23:42:30.212609 [ 3 ] {} <Debug> HTTP-Session: 6bf51f66-a713-4c0c-bd62-63ebe25931dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3239 | 2024.06.28 23:42:30.212658 [ 3 ] {} <Debug> HTTP-Session: 6bf51f66-a713-4c0c-bd62-63ebe25931dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3240 | 2024.06.28 23:42:30.212708 [ 3 ] {} <Debug> HTTP-Session: 6bf51f66-a713-4c0c-bd62-63ebe25931dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3241 | 2024.06.28 23:42:30.212802 [ 3 ] {} <Trace> HTTP-Session: 6bf51f66-a713-4c0c-bd62-63ebe25931dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3242 | 2024.06.28 23:42:30.212896 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3243 | 2024.06.28 23:42:30.213092 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 109 rows starting from the beginning of the part | ||
| 3244 | 2024.06.28 23:42:30.213102 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3245 | 2024.06.28 23:42:30.213204 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3246 | 2024.06.28 23:42:30.213946 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 3247 | 2024.06.28 23:42:30.214039 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3248 | 2024.06.28 23:42:30.214613 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 19 rows starting from the beginning of the part | ||
| 3249 | 2024.06.28 23:42:30.215257 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2024.06.28 23:42:30.215339 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3251 | 2024.06.28 23:42:30.215350 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 3252 | 2024.06.28 23:42:30.216024 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 19 rows starting from the beginning of the part | ||
| 3253 | 2024.06.28 23:42:30.216627 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part | ||
| 3254 | 2024.06.28 23:42:30.216639 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3255 | 2024.06.28 23:42:30.217822 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3256 | 2024.06.28 23:42:30.218099 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005125 sec., 11707.31707317073 rows/sec., 807.93 KiB/sec. | ||
| 3257 | 2024.06.28 23:42:30.218750 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3258 | 2024.06.28 23:42:30.218800 [ 3 ] {b37eacd5-1303-4eb1-af3f-fcbb9aacf74c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3259 | 2024.06.28 23:42:30.218837 [ 3 ] {} <Debug> HTTP-Session: 6bf51f66-a713-4c0c-bd62-63ebe25931dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3260 | 2024.06.28 23:42:30.222891 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 19 columns (19 merged, 0 gathered) in 0.01088653 sec., 16534.194091230172 rows/sec., 29.63 MiB/sec. | ||
| 3261 | 2024.06.28 23:42:30.223444 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3262 | 2024.06.28 23:42:30.224257 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3263 | 2024.06.28 23:42:30.224349 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3264 | 2024.06.28 23:42:30.224496 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 3265 | 2024.06.28 23:42:33.568504 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3266 | 2024.06.28 23:42:33.568558 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3267 | 2024.06.28 23:42:35.146629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3268 | 2024.06.28 23:42:35.146772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3269 | 2024.06.28 23:42:35.146802 [ 3 ] {} <Debug> HTTP-Session: ee4ce319-e609-4f19-855e-4cc2ce3c7da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3270 | 2024.06.28 23:42:35.146830 [ 3 ] {} <Debug> HTTP-Session: ee4ce319-e609-4f19-855e-4cc2ce3c7da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3271 | 2024.06.28 23:42:35.146848 [ 3 ] {} <Debug> HTTP-Session: ee4ce319-e609-4f19-855e-4cc2ce3c7da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3272 | 2024.06.28 23:42:35.146905 [ 3 ] {} <Trace> HTTP-Session: ee4ce319-e609-4f19-855e-4cc2ce3c7da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3273 | 2024.06.28 23:42:35.147115 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3274 | 2024.06.28 23:42:35.147181 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3275 | 2024.06.28 23:42:35.147370 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3276 | 2024.06.28 23:42:35.147884 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3277 | 2024.06.28 23:42:35.147927 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3278 | 2024.06.28 23:42:35.148299 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3279 | 2024.06.28 23:42:35.148645 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2024.06.28 23:42:35.148793 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001742 sec., 10907.003444316877 rows/sec., 884.06 KiB/sec. | ||
| 3281 | 2024.06.28 23:42:35.149008 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Debug> DynamicQueryHandler: Done processing query | ||
| 3282 | 2024.06.28 23:42:35.149035 [ 3 ] {af5f75c7-fda6-440e-a74f-16f4530dc576} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3283 | 2024.06.28 23:42:35.149052 [ 3 ] {} <Debug> HTTP-Session: ee4ce319-e609-4f19-855e-4cc2ce3c7da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3284 | 2024.06.28 23:42:35.149229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3285 | 2024.06.28 23:42:35.149279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3286 | 2024.06.28 23:42:35.149299 [ 3 ] {} <Debug> HTTP-Session: dae5c560-e7cf-4e17-a514-62d126d4e0fc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3287 | 2024.06.28 23:42:35.149317 [ 3 ] {} <Debug> HTTP-Session: dae5c560-e7cf-4e17-a514-62d126d4e0fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3288 | 2024.06.28 23:42:35.149330 [ 3 ] {} <Debug> HTTP-Session: dae5c560-e7cf-4e17-a514-62d126d4e0fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3289 | 2024.06.28 23:42:35.149363 [ 3 ] {} <Trace> HTTP-Session: dae5c560-e7cf-4e17-a514-62d126d4e0fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3290 | 2024.06.28 23:42:35.149490 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3291 | 2024.06.28 23:42:35.149535 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3292 | 2024.06.28 23:42:35.149665 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3293 | 2024.06.28 23:42:35.150115 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3294 | 2024.06.28 23:42:35.150154 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3295 | 2024.06.28 23:42:35.150466 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3296 | 2024.06.28 23:42:35.150794 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3297 | 2024.06.28 23:42:35.150959 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001506 sec., 75033.2005312085 rows/sec., 6.18 MiB/sec. | ||
| 3298 | 2024.06.28 23:42:35.150957 [ 26 ] {} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3299 | 2024.06.28 23:42:35.151071 [ 26 ] {} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3300 | 2024.06.28 23:42:35.151110 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3301 | 2024.06.28 23:42:35.151194 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3302 | 2024.06.28 23:42:35.151233 [ 3 ] {dc098094-ddb2-422c-9cc5-18d0b66ef22a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3303 | 2024.06.28 23:42:35.151284 [ 3 ] {} <Debug> HTTP-Session: dae5c560-e7cf-4e17-a514-62d126d4e0fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3304 | 2024.06.28 23:42:35.151424 [ 197 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::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 | ||
| 3305 | 2024.06.28 23:42:35.151466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3306 | 2024.06.28 23:42:35.151552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3307 | 2024.06.28 23:42:35.151602 [ 3 ] {} <Debug> HTTP-Session: e7b47fc2-4343-4d22-aa95-db30c4ec9807 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3308 | 2024.06.28 23:42:35.151656 [ 3 ] {} <Debug> HTTP-Session: e7b47fc2-4343-4d22-aa95-db30c4ec9807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3309 | 2024.06.28 23:42:35.151695 [ 3 ] {} <Debug> HTTP-Session: e7b47fc2-4343-4d22-aa95-db30c4ec9807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3310 | 2024.06.28 23:42:35.151795 [ 3 ] {} <Trace> HTTP-Session: e7b47fc2-4343-4d22-aa95-db30c4ec9807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3311 | 2024.06.28 23:42:35.151874 [ 197 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3312 | 2024.06.28 23:42:35.151979 [ 197 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 148 rows starting from the beginning of the part | ||
| 3313 | 2024.06.28 23:42:35.152031 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3314 | 2024.06.28 23:42:35.152120 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3315 | 2024.06.28 23:42:35.152371 [ 197 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 3316 | 2024.06.28 23:42:35.152695 [ 197 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 89 rows starting from the beginning of the part | ||
| 3317 | 2024.06.28 23:42:35.153087 [ 197 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 114 rows starting from the beginning of the part | ||
| 3318 | 2024.06.28 23:42:35.153138 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3319 | 2024.06.28 23:42:35.153385 [ 197 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 125 rows starting from the beginning of the part | ||
| 3320 | 2024.06.28 23:42:35.153597 [ 197 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 3321 | 2024.06.28 23:42:35.154344 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3322 | 2024.06.28 23:42:35.154409 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3323 | 2024.06.28 23:42:35.155346 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3324 | 2024.06.28 23:42:35.156205 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2024.06.28 23:42:35.156525 [ 26 ] {} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3326 | 2024.06.28 23:42:35.156639 [ 26 ] {} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3327 | 2024.06.28 23:42:35.156724 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3328 | 2024.06.28 23:42:35.156734 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.004773 sec., 17389.482505761574 rows/sec., 1.36 MiB/sec. | ||
| 3329 | 2024.06.28 23:42:35.156877 [ 199 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 4 columns (4 merged, 0 gathered) in 0.005619815 sec., 124915.14400385066 rows/sec., 10.23 MiB/sec. | ||
| 3330 | 2024.06.28 23:42:35.157091 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 3331 | 2024.06.28 23:42:35.157422 [ 193 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3332 | 2024.06.28 23:42:35.157759 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Debug> DynamicQueryHandler: Done processing query | ||
| 3333 | 2024.06.28 23:42:35.157857 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3334 | 2024.06.28 23:42:35.157905 [ 3 ] {e89615b3-f388-444f-bf24-34f9e6459805} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3335 | 2024.06.28 23:42:35.157986 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 114 rows starting from the beginning of the part | ||
| 3336 | 2024.06.28 23:42:35.158027 [ 3 ] {} <Debug> HTTP-Session: e7b47fc2-4343-4d22-aa95-db30c4ec9807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3337 | 2024.06.28 23:42:35.158431 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 83 rows starting from the beginning of the part | ||
| 3338 | 2024.06.28 23:42:35.158681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3339 | 2024.06.28 23:42:35.158926 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 75 rows starting from the beginning of the part | ||
| 3340 | 2024.06.28 23:42:35.158974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3341 | 2024.06.28 23:42:35.159096 [ 3 ] {} <Debug> HTTP-Session: 9edb1e45-cc8b-4b09-bf0d-e98c73cfefaf Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3342 | 2024.06.28 23:42:35.159326 [ 3 ] {} <Debug> HTTP-Session: 9edb1e45-cc8b-4b09-bf0d-e98c73cfefaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3343 | 2024.06.28 23:42:35.159438 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 85 rows starting from the beginning of the part | ||
| 3344 | 2024.06.28 23:42:35.159466 [ 3 ] {} <Debug> HTTP-Session: 9edb1e45-cc8b-4b09-bf0d-e98c73cfefaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3345 | 2024.06.28 23:42:35.159755 [ 3 ] {} <Trace> HTTP-Session: 9edb1e45-cc8b-4b09-bf0d-e98c73cfefaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3346 | 2024.06.28 23:42:35.159833 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 99 rows starting from the beginning of the part | ||
| 3347 | 2024.06.28 23:42:35.159988 [ 193 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3348 | 2024.06.28 23:42:35.160161 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 83 rows starting from the beginning of the part | ||
| 3349 | 2024.06.28 23:42:35.160401 [ 193 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_16_3} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3350 | 2024.06.28 23:42:35.160695 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3351 | 2024.06.28 23:42:35.160907 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3352 | 2024.06.28 23:42:35.161036 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3353 | 2024.06.28 23:42:35.161662 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3354 | 2024.06.28 23:42:35.162764 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2024.06.28 23:42:35.162815 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3356 | 2024.06.28 23:42:35.163245 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 539 rows, containing 4 columns (4 merged, 0 gathered) in 0.006437403 sec., 83729.41697140911 rows/sec., 6.54 MiB/sec. | ||
| 3357 | 2024.06.28 23:42:35.163467 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3358 | 2024.06.28 23:42:35.163830 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3359 | 2024.06.28 23:42:35.164422 [ 199 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2024.06.28 23:42:35.164620 [ 199 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_16_3} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3361 | 2024.06.28 23:42:35.164665 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3362 | 2024.06.28 23:42:35.164822 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3363 | 2024.06.28 23:42:35.164975 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00445 sec., 35955.05617977528 rows/sec., 2.50 MiB/sec. | ||
| 3364 | 2024.06.28 23:42:35.165163 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Debug> DynamicQueryHandler: Done processing query | ||
| 3365 | 2024.06.28 23:42:35.165188 [ 3 ] {0bde3860-6e56-4157-94fa-5bf18ca9d758} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3366 | 2024.06.28 23:42:35.165205 [ 3 ] {} <Debug> HTTP-Session: 9edb1e45-cc8b-4b09-bf0d-e98c73cfefaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3367 | 2024.06.28 23:42:35.165354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3368 | 2024.06.28 23:42:35.165402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3369 | 2024.06.28 23:42:35.165421 [ 3 ] {} <Debug> HTTP-Session: ef51ecec-1b4d-4f20-85cb-399a9bb9187e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3370 | 2024.06.28 23:42:35.165437 [ 3 ] {} <Debug> HTTP-Session: ef51ecec-1b4d-4f20-85cb-399a9bb9187e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3371 | 2024.06.28 23:42:35.165451 [ 3 ] {} <Debug> HTTP-Session: ef51ecec-1b4d-4f20-85cb-399a9bb9187e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3372 | 2024.06.28 23:42:35.165484 [ 3 ] {} <Trace> HTTP-Session: ef51ecec-1b4d-4f20-85cb-399a9bb9187e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3373 | 2024.06.28 23:42:35.166050 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3374 | 2024.06.28 23:42:35.166117 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <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_histogramf64 | ||
| 3375 | 2024.06.28 23:42:35.166549 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3376 | 2024.06.28 23:42:35.167199 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3377 | 2024.06.28 23:42:35.167235 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3378 | 2024.06.28 23:42:35.167858 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3379 | 2024.06.28 23:42:35.168265 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2024.06.28 23:42:35.168409 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002843 sec., 6683.081252198382 rows/sec., 11.98 MiB/sec. | ||
| 3381 | 2024.06.28 23:42:35.168627 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3382 | 2024.06.28 23:42:35.168653 [ 3 ] {885baaab-c1b3-4a75-89fa-b5c7572e899f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 3383 | 2024.06.28 23:42:35.168669 [ 3 ] {} <Debug> HTTP-Session: ef51ecec-1b4d-4f20-85cb-399a9bb9187e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3384 | 2024.06.28 23:42:35.168806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3385 | 2024.06.28 23:42:35.168855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3386 | 2024.06.28 23:42:35.168875 [ 3 ] {} <Debug> HTTP-Session: 06d71e81-e11d-4640-a3b6-2957e9aa0c71 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3387 | 2024.06.28 23:42:35.168891 [ 3 ] {} <Debug> HTTP-Session: 06d71e81-e11d-4640-a3b6-2957e9aa0c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3388 | 2024.06.28 23:42:35.168905 [ 3 ] {} <Debug> HTTP-Session: 06d71e81-e11d-4640-a3b6-2957e9aa0c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3389 | 2024.06.28 23:42:35.168936 [ 3 ] {} <Trace> HTTP-Session: 06d71e81-e11d-4640-a3b6-2957e9aa0c71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3390 | 2024.06.28 23:42:35.169052 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3391 | 2024.06.28 23:42:35.169096 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3392 | 2024.06.28 23:42:35.169224 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3393 | 2024.06.28 23:42:35.169505 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3394 | 2024.06.28 23:42:35.169540 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3395 | 2024.06.28 23:42:35.169890 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3396 | 2024.06.28 23:42:35.170213 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3397 | 2024.06.28 23:42:35.170389 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 3398 | 2024.06.28 23:42:35.170587 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Debug> DynamicQueryHandler: Done processing query | ||
| 3399 | 2024.06.28 23:42:35.170618 [ 3 ] {45a1e6e5-a9a5-4db9-8497-5caf586da531} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3400 | 2024.06.28 23:42:35.170638 [ 3 ] {} <Debug> HTTP-Session: 06d71e81-e11d-4640-a3b6-2957e9aa0c71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3401 | 2024.06.28 23:42:40.145956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3402 | 2024.06.28 23:42:40.146078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3403 | 2024.06.28 23:42:40.146105 [ 3 ] {} <Debug> HTTP-Session: b0061067-90fb-42bf-b6de-30c8a981197b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3404 | 2024.06.28 23:42:40.146130 [ 3 ] {} <Debug> HTTP-Session: b0061067-90fb-42bf-b6de-30c8a981197b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3405 | 2024.06.28 23:42:40.146147 [ 3 ] {} <Debug> HTTP-Session: b0061067-90fb-42bf-b6de-30c8a981197b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3406 | 2024.06.28 23:42:40.146198 [ 3 ] {} <Trace> HTTP-Session: b0061067-90fb-42bf-b6de-30c8a981197b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3407 | 2024.06.28 23:42:40.146381 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3408 | 2024.06.28 23:42:40.146446 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3409 | 2024.06.28 23:42:40.146633 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3410 | 2024.06.28 23:42:40.147070 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3411 | 2024.06.28 23:42:40.147112 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3412 | 2024.06.28 23:42:40.147485 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3413 | 2024.06.28 23:42:40.147827 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2024.06.28 23:42:40.148000 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001669 sec., 6590.772917914919 rows/sec., 534.21 KiB/sec. | ||
| 3415 | 2024.06.28 23:42:40.148190 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3416 | 2024.06.28 23:42:40.148216 [ 3 ] {2a35b062-4ea4-494d-9e90-ebed8f9086fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3417 | 2024.06.28 23:42:40.148232 [ 3 ] {} <Debug> HTTP-Session: b0061067-90fb-42bf-b6de-30c8a981197b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3418 | 2024.06.28 23:42:40.148364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3419 | 2024.06.28 23:42:40.148414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3420 | 2024.06.28 23:42:40.148434 [ 3 ] {} <Debug> HTTP-Session: 3296fdbf-fb8a-4221-a9d2-510bc1d28302 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3421 | 2024.06.28 23:42:40.148451 [ 3 ] {} <Debug> HTTP-Session: 3296fdbf-fb8a-4221-a9d2-510bc1d28302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3422 | 2024.06.28 23:42:40.148465 [ 3 ] {} <Debug> HTTP-Session: 3296fdbf-fb8a-4221-a9d2-510bc1d28302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3423 | 2024.06.28 23:42:40.148495 [ 3 ] {} <Trace> HTTP-Session: 3296fdbf-fb8a-4221-a9d2-510bc1d28302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2024.06.28 23:42:40.148626 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3425 | 2024.06.28 23:42:40.148670 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3426 | 2024.06.28 23:42:40.148799 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3427 | 2024.06.28 23:42:40.149169 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3428 | 2024.06.28 23:42:40.149206 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3429 | 2024.06.28 23:42:40.149527 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3430 | 2024.06.28 23:42:40.149834 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3431 | 2024.06.28 23:42:40.149954 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001373 sec., 64821.55863073561 rows/sec., 5.24 MiB/sec. | ||
| 3432 | 2024.06.28 23:42:40.150100 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3433 | 2024.06.28 23:42:40.150124 [ 3 ] {f9c257f9-6f5a-4af7-81c3-911aca1fcbaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3434 | 2024.06.28 23:42:40.150140 [ 3 ] {} <Debug> HTTP-Session: 3296fdbf-fb8a-4221-a9d2-510bc1d28302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3435 | 2024.06.28 23:42:40.150252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3436 | 2024.06.28 23:42:40.150299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3437 | 2024.06.28 23:42:40.150317 [ 3 ] {} <Debug> HTTP-Session: 6a11f9d3-7e4b-444c-addb-66d4f801ca15 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3438 | 2024.06.28 23:42:40.150334 [ 3 ] {} <Debug> HTTP-Session: 6a11f9d3-7e4b-444c-addb-66d4f801ca15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3439 | 2024.06.28 23:42:40.150348 [ 3 ] {} <Debug> HTTP-Session: 6a11f9d3-7e4b-444c-addb-66d4f801ca15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3440 | 2024.06.28 23:42:40.150378 [ 3 ] {} <Trace> HTTP-Session: 6a11f9d3-7e4b-444c-addb-66d4f801ca15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3441 | 2024.06.28 23:42:40.150492 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3442 | 2024.06.28 23:42:40.150534 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3443 | 2024.06.28 23:42:40.150657 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3444 | 2024.06.28 23:42:40.150973 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3445 | 2024.06.28 23:42:40.151009 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3446 | 2024.06.28 23:42:40.151324 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3447 | 2024.06.28 23:42:40.151633 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3448 | 2024.06.28 23:42:40.151759 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001307 sec., 57383.32058148432 rows/sec., 4.48 MiB/sec. | ||
| 3449 | 2024.06.28 23:42:40.152025 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Debug> DynamicQueryHandler: Done processing query | ||
| 3450 | 2024.06.28 23:42:40.152056 [ 3 ] {8d44183f-a79f-4c34-8a74-9e4999517961} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3451 | 2024.06.28 23:42:40.152072 [ 3 ] {} <Debug> HTTP-Session: 6a11f9d3-7e4b-444c-addb-66d4f801ca15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3452 | 2024.06.28 23:42:40.152209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3453 | 2024.06.28 23:42:40.152258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3454 | 2024.06.28 23:42:40.152278 [ 3 ] {} <Debug> HTTP-Session: 10608829-50b2-4dc2-8a70-ecf597815eac Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3455 | 2024.06.28 23:42:40.152295 [ 3 ] {} <Debug> HTTP-Session: 10608829-50b2-4dc2-8a70-ecf597815eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3456 | 2024.06.28 23:42:40.152308 [ 3 ] {} <Debug> HTTP-Session: 10608829-50b2-4dc2-8a70-ecf597815eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3457 | 2024.06.28 23:42:40.152339 [ 3 ] {} <Trace> HTTP-Session: 10608829-50b2-4dc2-8a70-ecf597815eac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3458 | 2024.06.28 23:42:40.152493 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3459 | 2024.06.28 23:42:40.152540 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3460 | 2024.06.28 23:42:40.152708 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3461 | 2024.06.28 23:42:40.153083 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2024.06.28 23:42:40.153119 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3463 | 2024.06.28 23:42:40.153510 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3464 | 2024.06.28 23:42:40.153855 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3465 | 2024.06.28 23:42:40.153986 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3466 | 2024.06.28 23:42:40.153987 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 3467 | 2024.06.28 23:42:40.154026 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2024.06.28 23:42:40.154063 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3469 | 2024.06.28 23:42:40.154293 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Debug> DynamicQueryHandler: Done processing query | ||
| 3470 | 2024.06.28 23:42:40.154373 [ 3 ] {b6d76435-192d-4c04-83cf-9d960901ab63} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3471 | 2024.06.28 23:42:40.154434 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 3472 | 2024.06.28 23:42:40.154458 [ 3 ] {} <Debug> HTTP-Session: 10608829-50b2-4dc2-8a70-ecf597815eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3473 | 2024.06.28 23:42:40.154770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3474 | 2024.06.28 23:42:40.154941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3475 | 2024.06.28 23:42:40.155008 [ 3 ] {} <Debug> HTTP-Session: 9bbe5738-b5e8-4808-9fb4-d06918b0034d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3476 | 2024.06.28 23:42:40.155052 [ 3 ] {} <Debug> HTTP-Session: 9bbe5738-b5e8-4808-9fb4-d06918b0034d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3477 | 2024.06.28 23:42:40.155052 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3478 | 2024.06.28 23:42:40.155073 [ 3 ] {} <Debug> HTTP-Session: 9bbe5738-b5e8-4808-9fb4-d06918b0034d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3479 | 2024.06.28 23:42:40.155134 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 929 rows starting from the beginning of the part | ||
| 3480 | 2024.06.28 23:42:40.155151 [ 3 ] {} <Trace> HTTP-Session: 9bbe5738-b5e8-4808-9fb4-d06918b0034d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3481 | 2024.06.28 23:42:40.155392 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 3482 | 2024.06.28 23:42:40.155608 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3483 | 2024.06.28 23:42:40.155728 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
| 3484 | 2024.06.28 23:42:40.155851 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <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_histogramf64 | ||
| 3485 | 2024.06.28 23:42:40.156039 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 712 rows starting from the beginning of the part | ||
| 3486 | 2024.06.28 23:42:40.156481 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 3487 | 2024.06.28 23:42:40.156794 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 3488 | 2024.06.28 23:42:40.158530 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3489 | 2024.06.28 23:42:40.160065 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3490 | 2024.06.28 23:42:40.160231 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3491 | 2024.06.28 23:42:40.160935 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2282 rows, containing 5 columns (5 merged, 0 gathered) in 0.006768101 sec., 337169.9092551958 rows/sec., 23.54 MiB/sec. | ||
| 3492 | 2024.06.28 23:42:40.161254 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3493 | 2024.06.28 23:42:40.162097 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3494 | 2024.06.28 23:42:40.162337 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3495 | 2024.06.28 23:42:40.162681 [ 193 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3496 | 2024.06.28 23:42:40.162876 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 3497 | 2024.06.28 23:42:40.163047 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3498 | 2024.06.28 23:42:40.163199 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007915 sec., 1389.7662665824384 rows/sec., 2.49 MiB/sec. | ||
| 3499 | 2024.06.28 23:42:40.163459 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3500 | 2024.06.28 23:42:40.163484 [ 3 ] {f4ea9d4d-8c34-4539-a8a0-bb5be945dbf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 3501 | 2024.06.28 23:42:40.163500 [ 3 ] {} <Debug> HTTP-Session: 9bbe5738-b5e8-4808-9fb4-d06918b0034d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3502 | 2024.06.28 23:42:40.163620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3503 | 2024.06.28 23:42:40.163669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3504 | 2024.06.28 23:42:40.163687 [ 3 ] {} <Debug> HTTP-Session: f920c2aa-9b5e-4b48-b1d5-fe9e9bc96db1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3505 | 2024.06.28 23:42:40.163703 [ 3 ] {} <Debug> HTTP-Session: f920c2aa-9b5e-4b48-b1d5-fe9e9bc96db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3506 | 2024.06.28 23:42:40.163717 [ 3 ] {} <Debug> HTTP-Session: f920c2aa-9b5e-4b48-b1d5-fe9e9bc96db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3507 | 2024.06.28 23:42:40.163749 [ 3 ] {} <Trace> HTTP-Session: f920c2aa-9b5e-4b48-b1d5-fe9e9bc96db1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2024.06.28 23:42:40.163871 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3509 | 2024.06.28 23:42:40.163914 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3510 | 2024.06.28 23:42:40.164046 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3511 | 2024.06.28 23:42:40.164365 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3512 | 2024.06.28 23:42:40.164401 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3513 | 2024.06.28 23:42:40.164763 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3514 | 2024.06.28 23:42:40.165088 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3515 | 2024.06.28 23:42:40.165213 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
| 3516 | 2024.06.28 23:42:40.165213 [ 24 ] {} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3517 | 2024.06.28 23:42:40.165269 [ 24 ] {} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3518 | 2024.06.28 23:42:40.165300 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3519 | 2024.06.28 23:42:40.165445 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3520 | 2024.06.28 23:42:40.165491 [ 197 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 3521 | 2024.06.28 23:42:40.165493 [ 3 ] {ef4d66dc-f008-41f9-90e0-1124c42f20d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3522 | 2024.06.28 23:42:40.165563 [ 3 ] {} <Debug> HTTP-Session: f920c2aa-9b5e-4b48-b1d5-fe9e9bc96db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3523 | 2024.06.28 23:42:40.165694 [ 197 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3524 | 2024.06.28 23:42:40.165734 [ 197 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 350 rows starting from the beginning of the part | ||
| 3525 | 2024.06.28 23:42:40.165843 [ 197 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3526 | 2024.06.28 23:42:40.166050 [ 197 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 3527 | 2024.06.28 23:42:40.166235 [ 197 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 3528 | 2024.06.28 23:42:40.166373 [ 197 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 3529 | 2024.06.28 23:42:40.166530 [ 197 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 3530 | 2024.06.28 23:42:40.167682 [ 193 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 650 rows, containing 4 columns (4 merged, 0 gathered) in 0.002304065 sec., 282110.0967203616 rows/sec., 19.11 MiB/sec. | ||
| 3531 | 2024.06.28 23:42:40.167835 [ 193 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3532 | 2024.06.28 23:42:40.168242 [ 193 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3533 | 2024.06.28 23:42:40.168330 [ 193 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_16_3} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3534 | 2024.06.28 23:42:40.168398 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3535 | 2024.06.28 23:42:43.516464 [ 60 ] {} <Debug> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3536 | 2024.06.28 23:42:43.516533 [ 60 ] {} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3537 | 2024.06.28 23:42:43.516557 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3538 | 2024.06.28 23:42:43.516768 [ 197 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::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 | ||
| 3539 | 2024.06.28 23:42:43.517115 [ 197 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3540 | 2024.06.28 23:42:43.517159 [ 197 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 3541 | 2024.06.28 23:42:43.517252 [ 197 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 3542 | 2024.06.28 23:42:43.517339 [ 197 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 5 rows starting from the beginning of the part | ||
| 3543 | 2024.06.28 23:42:43.517486 [ 197 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::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 | ||
| 3544 | 2024.06.28 23:42:43.517609 [ 197 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::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 | ||
| 3545 | 2024.06.28 23:42:43.519878 [ 191 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 6 columns (6 merged, 0 gathered) in 0.003238287 sec., 9264.157253510884 rows/sec., 1.28 MiB/sec. | ||
| 3546 | 2024.06.28 23:42:43.520124 [ 188 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3547 | 2024.06.28 23:42:43.520704 [ 188 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::all_1_5_1} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3548 | 2024.06.28 23:42:43.520789 [ 188 ] {ce0e45f7-afa8-4571-b42f-fb0b8138363d::all_1_5_1} <Trace> oximeter.timeseries_schema (ce0e45f7-afa8-4571-b42f-fb0b8138363d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3549 | 2024.06.28 23:42:43.520894 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3550 | 2024.06.28 23:42:45.147278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3551 | 2024.06.28 23:42:45.147423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3552 | 2024.06.28 23:42:45.147454 [ 3 ] {} <Debug> HTTP-Session: 311f9479-f0b3-4961-890e-1a086216f35d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3553 | 2024.06.28 23:42:45.147482 [ 3 ] {} <Debug> HTTP-Session: 311f9479-f0b3-4961-890e-1a086216f35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3554 | 2024.06.28 23:42:45.147500 [ 3 ] {} <Debug> HTTP-Session: 311f9479-f0b3-4961-890e-1a086216f35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3555 | 2024.06.28 23:42:45.147557 [ 3 ] {} <Trace> HTTP-Session: 311f9479-f0b3-4961-890e-1a086216f35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2024.06.28 23:42:45.147747 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3557 | 2024.06.28 23:42:45.147814 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3558 | 2024.06.28 23:42:45.148008 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3559 | 2024.06.28 23:42:45.148407 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2024.06.28 23:42:45.148449 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3561 | 2024.06.28 23:42:45.148813 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3562 | 2024.06.28 23:42:45.149165 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2024.06.28 23:42:45.149332 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001637 sec., 11606.597434331094 rows/sec., 940.77 KiB/sec. | ||
| 3564 | 2024.06.28 23:42:45.149639 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3565 | 2024.06.28 23:42:45.149667 [ 3 ] {cf6df7d5-4ee9-4fd4-97f7-02dd945ec8bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3566 | 2024.06.28 23:42:45.149684 [ 3 ] {} <Debug> HTTP-Session: 311f9479-f0b3-4961-890e-1a086216f35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3567 | 2024.06.28 23:42:45.149827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3568 | 2024.06.28 23:42:45.149876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3569 | 2024.06.28 23:42:45.149896 [ 3 ] {} <Debug> HTTP-Session: 2cf8025b-529b-4946-b2c8-01884b619c1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3570 | 2024.06.28 23:42:45.149913 [ 3 ] {} <Debug> HTTP-Session: 2cf8025b-529b-4946-b2c8-01884b619c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3571 | 2024.06.28 23:42:45.149927 [ 3 ] {} <Debug> HTTP-Session: 2cf8025b-529b-4946-b2c8-01884b619c1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3572 | 2024.06.28 23:42:45.149958 [ 3 ] {} <Trace> HTTP-Session: 2cf8025b-529b-4946-b2c8-01884b619c1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3573 | 2024.06.28 23:42:45.150088 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3574 | 2024.06.28 23:42:45.150133 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3575 | 2024.06.28 23:42:45.150281 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3576 | 2024.06.28 23:42:45.150655 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2024.06.28 23:42:45.150693 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3578 | 2024.06.28 23:42:45.151015 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3579 | 2024.06.28 23:42:45.151326 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2024.06.28 23:42:45.151487 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001449 sec., 77984.81711525189 rows/sec., 6.43 MiB/sec. | ||
| 3581 | 2024.06.28 23:42:45.151653 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3582 | 2024.06.28 23:42:45.151677 [ 3 ] {59421582-ed08-4919-a5da-a6052d7dec2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3583 | 2024.06.28 23:42:45.151693 [ 3 ] {} <Debug> HTTP-Session: 2cf8025b-529b-4946-b2c8-01884b619c1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3584 | 2024.06.28 23:42:45.151815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3585 | 2024.06.28 23:42:45.151865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3586 | 2024.06.28 23:42:45.151884 [ 3 ] {} <Debug> HTTP-Session: 41050887-f479-4724-b75b-23ef2bb7d92a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3587 | 2024.06.28 23:42:45.151902 [ 3 ] {} <Debug> HTTP-Session: 41050887-f479-4724-b75b-23ef2bb7d92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3588 | 2024.06.28 23:42:45.151915 [ 3 ] {} <Debug> HTTP-Session: 41050887-f479-4724-b75b-23ef2bb7d92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3589 | 2024.06.28 23:42:45.151946 [ 3 ] {} <Trace> HTTP-Session: 41050887-f479-4724-b75b-23ef2bb7d92a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3590 | 2024.06.28 23:42:45.152068 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3591 | 2024.06.28 23:42:45.152110 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3592 | 2024.06.28 23:42:45.152248 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3593 | 2024.06.28 23:42:45.152582 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2024.06.28 23:42:45.152619 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3595 | 2024.06.28 23:42:45.152938 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3596 | 2024.06.28 23:42:45.153245 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2024.06.28 23:42:45.153411 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001389 sec., 59755.219582433405 rows/sec., 4.67 MiB/sec. | ||
| 3598 | 2024.06.28 23:42:45.153565 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3599 | 2024.06.28 23:42:45.153590 [ 3 ] {6adc4192-d792-4433-aa0d-98449070dbd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3600 | 2024.06.28 23:42:45.153606 [ 3 ] {} <Debug> HTTP-Session: 41050887-f479-4724-b75b-23ef2bb7d92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3601 | 2024.06.28 23:42:45.153730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3602 | 2024.06.28 23:42:45.153776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3603 | 2024.06.28 23:42:45.153797 [ 3 ] {} <Debug> HTTP-Session: 19910c80-e4dc-4f22-b65d-f12259fc290d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3604 | 2024.06.28 23:42:45.153814 [ 3 ] {} <Debug> HTTP-Session: 19910c80-e4dc-4f22-b65d-f12259fc290d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3605 | 2024.06.28 23:42:45.153828 [ 3 ] {} <Debug> HTTP-Session: 19910c80-e4dc-4f22-b65d-f12259fc290d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3606 | 2024.06.28 23:42:45.153859 [ 3 ] {} <Trace> HTTP-Session: 19910c80-e4dc-4f22-b65d-f12259fc290d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3607 | 2024.06.28 23:42:45.154004 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3608 | 2024.06.28 23:42:45.154050 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3609 | 2024.06.28 23:42:45.154196 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3610 | 2024.06.28 23:42:45.154590 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3611 | 2024.06.28 23:42:45.154627 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3612 | 2024.06.28 23:42:45.155017 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3613 | 2024.06.28 23:42:45.155360 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3614 | 2024.06.28 23:42:45.155515 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 3615 | 2024.06.28 23:42:45.155683 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3616 | 2024.06.28 23:42:45.155709 [ 3 ] {134b6a8e-1b70-41f8-9393-099deb2f896b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3617 | 2024.06.28 23:42:45.155725 [ 3 ] {} <Debug> HTTP-Session: 19910c80-e4dc-4f22-b65d-f12259fc290d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3618 | 2024.06.28 23:42:45.155866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30543, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3619 | 2024.06.28 23:42:45.155915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3620 | 2024.06.28 23:42:45.155934 [ 3 ] {} <Debug> HTTP-Session: 1081172c-e598-4cc4-b3a8-459ace4d84f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3621 | 2024.06.28 23:42:45.155952 [ 3 ] {} <Debug> HTTP-Session: 1081172c-e598-4cc4-b3a8-459ace4d84f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3622 | 2024.06.28 23:42:45.155965 [ 3 ] {} <Debug> HTTP-Session: 1081172c-e598-4cc4-b3a8-459ace4d84f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3623 | 2024.06.28 23:42:45.155996 [ 3 ] {} <Trace> HTTP-Session: 1081172c-e598-4cc4-b3a8-459ace4d84f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3624 | 2024.06.28 23:42:45.156247 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3625 | 2024.06.28 23:42:45.156315 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <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_histogramf64 | ||
| 3626 | 2024.06.28 23:42:45.156737 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3627 | 2024.06.28 23:42:45.157304 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3628 | 2024.06.28 23:42:45.157340 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3629 | 2024.06.28 23:42:45.157940 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3630 | 2024.06.28 23:42:45.158342 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2024.06.28 23:42:45.158524 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002453 sec., 7745.6176110884635 rows/sec., 13.88 MiB/sec. | ||
| 3632 | 2024.06.28 23:42:45.158724 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3633 | 2024.06.28 23:42:45.158748 [ 3 ] {1abec7d5-4321-4d91-a8a8-4643d4ef96c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 3634 | 2024.06.28 23:42:45.158765 [ 3 ] {} <Debug> HTTP-Session: 1081172c-e598-4cc4-b3a8-459ace4d84f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3635 | 2024.06.28 23:42:45.158881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3636 | 2024.06.28 23:42:45.158929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3637 | 2024.06.28 23:42:45.158950 [ 3 ] {} <Debug> HTTP-Session: 9e50bcd3-e4de-4bf0-bc17-b1807e4ff6c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3638 | 2024.06.28 23:42:45.158966 [ 3 ] {} <Debug> HTTP-Session: 9e50bcd3-e4de-4bf0-bc17-b1807e4ff6c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3639 | 2024.06.28 23:42:45.158980 [ 3 ] {} <Debug> HTTP-Session: 9e50bcd3-e4de-4bf0-bc17-b1807e4ff6c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3640 | 2024.06.28 23:42:45.159011 [ 3 ] {} <Trace> HTTP-Session: 9e50bcd3-e4de-4bf0-bc17-b1807e4ff6c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3641 | 2024.06.28 23:42:45.159128 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3642 | 2024.06.28 23:42:45.159173 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3643 | 2024.06.28 23:42:45.159302 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3644 | 2024.06.28 23:42:45.159603 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3645 | 2024.06.28 23:42:45.159640 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3646 | 2024.06.28 23:42:45.160010 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3647 | 2024.06.28 23:42:45.160332 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3648 | 2024.06.28 23:42:45.160494 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
| 3649 | 2024.06.28 23:42:45.160788 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 3650 | 2024.06.28 23:42:45.160815 [ 3 ] {c68d7bc6-b355-47f3-ba9f-b65d808117ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3651 | 2024.06.28 23:42:45.160831 [ 3 ] {} <Debug> HTTP-Session: 9e50bcd3-e4de-4bf0-bc17-b1807e4ff6c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3652 | 2024.06.28 23:42:48.568826 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3653 | 2024.06.28 23:42:48.568888 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3654 | 2024.06.28 23:42:49.001707 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001213799 sec. | ||
| 3655 | 2024.06.28 23:42:50.147362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3656 | 2024.06.28 23:42:50.147491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3657 | 2024.06.28 23:42:50.147519 [ 3 ] {} <Debug> HTTP-Session: 67a019b7-7682-4d62-a14a-994f9c2a5db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3658 | 2024.06.28 23:42:50.147547 [ 3 ] {} <Debug> HTTP-Session: 67a019b7-7682-4d62-a14a-994f9c2a5db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3659 | 2024.06.28 23:42:50.147564 [ 3 ] {} <Debug> HTTP-Session: 67a019b7-7682-4d62-a14a-994f9c2a5db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3660 | 2024.06.28 23:42:50.147618 [ 3 ] {} <Trace> HTTP-Session: 67a019b7-7682-4d62-a14a-994f9c2a5db9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3661 | 2024.06.28 23:42:50.147815 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3662 | 2024.06.28 23:42:50.147876 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3663 | 2024.06.28 23:42:50.148054 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3664 | 2024.06.28 23:42:50.148465 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3665 | 2024.06.28 23:42:50.148504 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3666 | 2024.06.28 23:42:50.148854 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3667 | 2024.06.28 23:42:50.149186 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3668 | 2024.06.28 23:42:50.149335 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001573 sec., 6993.006993006993 rows/sec., 566.82 KiB/sec. | ||
| 3669 | 2024.06.28 23:42:50.149558 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3670 | 2024.06.28 23:42:50.149585 [ 3 ] {5bb0649e-a6bb-4434-b7f3-5fe027a5476d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3671 | 2024.06.28 23:42:50.149601 [ 3 ] {} <Debug> HTTP-Session: 67a019b7-7682-4d62-a14a-994f9c2a5db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3672 | 2024.06.28 23:42:50.149728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3673 | 2024.06.28 23:42:50.149778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3674 | 2024.06.28 23:42:50.149799 [ 3 ] {} <Debug> HTTP-Session: 3e0e9f13-8368-4713-94ab-5478ca16e259 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3675 | 2024.06.28 23:42:50.149817 [ 3 ] {} <Debug> HTTP-Session: 3e0e9f13-8368-4713-94ab-5478ca16e259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3676 | 2024.06.28 23:42:50.149830 [ 3 ] {} <Debug> HTTP-Session: 3e0e9f13-8368-4713-94ab-5478ca16e259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3677 | 2024.06.28 23:42:50.149865 [ 3 ] {} <Trace> HTTP-Session: 3e0e9f13-8368-4713-94ab-5478ca16e259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3678 | 2024.06.28 23:42:50.149993 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3679 | 2024.06.28 23:42:50.150038 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3680 | 2024.06.28 23:42:50.150175 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3681 | 2024.06.28 23:42:50.150658 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2024.06.28 23:42:50.150695 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3683 | 2024.06.28 23:42:50.151004 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3684 | 2024.06.28 23:42:50.151305 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2024.06.28 23:42:50.151464 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001507 sec., 59057.7305905773 rows/sec., 4.77 MiB/sec. | ||
| 3686 | 2024.06.28 23:42:50.151768 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 3687 | 2024.06.28 23:42:50.151794 [ 3 ] {249b46bf-d48b-4121-9551-efa629ec59ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3688 | 2024.06.28 23:42:50.151810 [ 3 ] {} <Debug> HTTP-Session: 3e0e9f13-8368-4713-94ab-5478ca16e259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3689 | 2024.06.28 23:42:50.151932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3690 | 2024.06.28 23:42:50.151981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3691 | 2024.06.28 23:42:50.152000 [ 3 ] {} <Debug> HTTP-Session: bbdb7792-fb7e-42fa-aa20-9cedb883250a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3692 | 2024.06.28 23:42:50.152017 [ 3 ] {} <Debug> HTTP-Session: bbdb7792-fb7e-42fa-aa20-9cedb883250a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3693 | 2024.06.28 23:42:50.152031 [ 3 ] {} <Debug> HTTP-Session: bbdb7792-fb7e-42fa-aa20-9cedb883250a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3694 | 2024.06.28 23:42:50.152062 [ 3 ] {} <Trace> HTTP-Session: bbdb7792-fb7e-42fa-aa20-9cedb883250a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3695 | 2024.06.28 23:42:50.152190 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3696 | 2024.06.28 23:42:50.152233 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3697 | 2024.06.28 23:42:50.152376 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3698 | 2024.06.28 23:42:50.152739 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3699 | 2024.06.28 23:42:50.152774 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3700 | 2024.06.28 23:42:50.153081 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3701 | 2024.06.28 23:42:50.153388 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3702 | 2024.06.28 23:42:50.153540 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.0014 sec., 53571.42857142857 rows/sec., 4.18 MiB/sec. | ||
| 3703 | 2024.06.28 23:42:50.153749 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Debug> DynamicQueryHandler: Done processing query | ||
| 3704 | 2024.06.28 23:42:50.153774 [ 3 ] {18ba24d7-83c6-433d-ac97-c456ce780265} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3705 | 2024.06.28 23:42:50.153789 [ 3 ] {} <Debug> HTTP-Session: bbdb7792-fb7e-42fa-aa20-9cedb883250a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3706 | 2024.06.28 23:42:50.153934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3707 | 2024.06.28 23:42:50.153984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3708 | 2024.06.28 23:42:50.154003 [ 3 ] {} <Debug> HTTP-Session: edeac9a4-4856-4dbd-81c9-a1df9e0533c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3709 | 2024.06.28 23:42:50.154019 [ 3 ] {} <Debug> HTTP-Session: edeac9a4-4856-4dbd-81c9-a1df9e0533c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3710 | 2024.06.28 23:42:50.154033 [ 3 ] {} <Debug> HTTP-Session: edeac9a4-4856-4dbd-81c9-a1df9e0533c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3711 | 2024.06.28 23:42:50.154064 [ 3 ] {} <Trace> HTTP-Session: edeac9a4-4856-4dbd-81c9-a1df9e0533c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3712 | 2024.06.28 23:42:50.154214 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3713 | 2024.06.28 23:42:50.154258 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3714 | 2024.06.28 23:42:50.154405 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3715 | 2024.06.28 23:42:50.154783 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3716 | 2024.06.28 23:42:50.154819 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3717 | 2024.06.28 23:42:50.155202 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3718 | 2024.06.28 23:42:50.155533 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3719 | 2024.06.28 23:42:50.155700 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 3720 | 2024.06.28 23:42:50.156374 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Debug> DynamicQueryHandler: Done processing query | ||
| 3721 | 2024.06.28 23:42:50.156399 [ 3 ] {fcbd870c-d26d-4e94-b4b0-a36a363d8b87} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3722 | 2024.06.28 23:42:50.156414 [ 3 ] {} <Debug> HTTP-Session: edeac9a4-4856-4dbd-81c9-a1df9e0533c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3723 | 2024.06.28 23:42:50.156533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3724 | 2024.06.28 23:42:50.156581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3725 | 2024.06.28 23:42:50.156601 [ 3 ] {} <Debug> HTTP-Session: 1bc7b74c-16d1-4b0f-b06d-7dbdf88b0532 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3726 | 2024.06.28 23:42:50.156617 [ 3 ] {} <Debug> HTTP-Session: 1bc7b74c-16d1-4b0f-b06d-7dbdf88b0532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3727 | 2024.06.28 23:42:50.156631 [ 3 ] {} <Debug> HTTP-Session: 1bc7b74c-16d1-4b0f-b06d-7dbdf88b0532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3728 | 2024.06.28 23:42:50.156661 [ 3 ] {} <Trace> HTTP-Session: 1bc7b74c-16d1-4b0f-b06d-7dbdf88b0532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3729 | 2024.06.28 23:42:50.156867 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3730 | 2024.06.28 23:42:50.156941 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <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_histogramf64 | ||
| 3731 | 2024.06.28 23:42:50.157379 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3732 | 2024.06.28 23:42:50.157965 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3733 | 2024.06.28 23:42:50.158002 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3734 | 2024.06.28 23:42:50.158586 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3735 | 2024.06.28 23:42:50.159004 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3736 | 2024.06.28 23:42:50.159185 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00244 sec., 4508.196721311476 rows/sec., 8.08 MiB/sec. | ||
| 3737 | 2024.06.28 23:42:50.159411 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3738 | 2024.06.28 23:42:50.159435 [ 3 ] {674a7e93-c842-4e18-9c3f-763385d9cae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 3739 | 2024.06.28 23:42:50.159450 [ 3 ] {} <Debug> HTTP-Session: 1bc7b74c-16d1-4b0f-b06d-7dbdf88b0532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3740 | 2024.06.28 23:42:50.159559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3741 | 2024.06.28 23:42:50.159606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3742 | 2024.06.28 23:42:50.159625 [ 3 ] {} <Debug> HTTP-Session: 4197991a-60c0-43ca-980e-42f48c37894e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3743 | 2024.06.28 23:42:50.159641 [ 3 ] {} <Debug> HTTP-Session: 4197991a-60c0-43ca-980e-42f48c37894e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3744 | 2024.06.28 23:42:50.159654 [ 3 ] {} <Debug> HTTP-Session: 4197991a-60c0-43ca-980e-42f48c37894e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3745 | 2024.06.28 23:42:50.159685 [ 3 ] {} <Trace> HTTP-Session: 4197991a-60c0-43ca-980e-42f48c37894e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3746 | 2024.06.28 23:42:50.159811 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3747 | 2024.06.28 23:42:50.159854 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3748 | 2024.06.28 23:42:50.159984 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3749 | 2024.06.28 23:42:50.160292 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2024.06.28 23:42:50.160329 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3751 | 2024.06.28 23:42:50.160684 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3752 | 2024.06.28 23:42:50.161016 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2024.06.28 23:42:50.161179 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 3754 | 2024.06.28 23:42:50.161672 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Debug> DynamicQueryHandler: Done processing query | ||
| 3755 | 2024.06.28 23:42:50.161766 [ 3 ] {7af4e7e8-1ca4-4784-8b6e-50af5e0de0af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3756 | 2024.06.28 23:42:50.161813 [ 3 ] {} <Debug> HTTP-Session: 4197991a-60c0-43ca-980e-42f48c37894e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3757 | 2024.06.28 23:42:55.147230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3758 | 2024.06.28 23:42:55.147428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3759 | 2024.06.28 23:42:55.147475 [ 3 ] {} <Debug> HTTP-Session: b4d49de6-cdcb-490f-9f0d-40a9868b2e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3760 | 2024.06.28 23:42:55.147518 [ 3 ] {} <Debug> HTTP-Session: b4d49de6-cdcb-490f-9f0d-40a9868b2e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3761 | 2024.06.28 23:42:55.147547 [ 3 ] {} <Debug> HTTP-Session: b4d49de6-cdcb-490f-9f0d-40a9868b2e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3762 | 2024.06.28 23:42:55.147630 [ 3 ] {} <Trace> HTTP-Session: b4d49de6-cdcb-490f-9f0d-40a9868b2e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2024.06.28 23:42:55.147923 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3764 | 2024.06.28 23:42:55.148029 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3765 | 2024.06.28 23:42:55.148216 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3766 | 2024.06.28 23:42:55.148671 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3767 | 2024.06.28 23:42:55.148714 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3768 | 2024.06.28 23:42:55.149069 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3769 | 2024.06.28 23:42:55.149388 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3770 | 2024.06.28 23:42:55.149539 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001755 sec., 10826.210826210827 rows/sec., 877.52 KiB/sec. | ||
| 3771 | 2024.06.28 23:42:55.149574 [ 117 ] {} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3772 | 2024.06.28 23:42:55.149679 [ 117 ] {} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3773 | 2024.06.28 23:42:55.149717 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3774 | 2024.06.28 23:42:55.149797 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Debug> DynamicQueryHandler: Done processing query | ||
| 3775 | 2024.06.28 23:42:55.149925 [ 3 ] {c76ccfbf-6a7b-4496-8fcb-c5b5fcdc7921} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3776 | 2024.06.28 23:42:55.149973 [ 3 ] {} <Debug> HTTP-Session: b4d49de6-cdcb-490f-9f0d-40a9868b2e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3777 | 2024.06.28 23:42:55.150004 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 3778 | 2024.06.28 23:42:55.150162 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3779 | 2024.06.28 23:42:55.150181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3780 | 2024.06.28 23:42:55.150214 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 30 rows starting from the beginning of the part | ||
| 3781 | 2024.06.28 23:42:55.150277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3782 | 2024.06.28 23:42:55.150353 [ 3 ] {} <Debug> HTTP-Session: 8d7baaa3-512d-436f-9c43-6d30f679d6ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3783 | 2024.06.28 23:42:55.150421 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 19 rows starting from the beginning of the part | ||
| 3784 | 2024.06.28 23:42:55.150459 [ 3 ] {} <Debug> HTTP-Session: 8d7baaa3-512d-436f-9c43-6d30f679d6ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3785 | 2024.06.28 23:42:55.150527 [ 3 ] {} <Debug> HTTP-Session: 8d7baaa3-512d-436f-9c43-6d30f679d6ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3786 | 2024.06.28 23:42:55.150742 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part | ||
| 3787 | 2024.06.28 23:42:55.150756 [ 3 ] {} <Trace> HTTP-Session: 8d7baaa3-512d-436f-9c43-6d30f679d6ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2024.06.28 23:42:55.151030 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 19 rows starting from the beginning of the part | ||
| 3789 | 2024.06.28 23:42:55.151241 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3790 | 2024.06.28 23:42:55.151323 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part | ||
| 3791 | 2024.06.28 23:42:55.151363 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3792 | 2024.06.28 23:42:55.151642 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 19 rows starting from the beginning of the part | ||
| 3793 | 2024.06.28 23:42:55.152388 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3794 | 2024.06.28 23:42:55.153538 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3795 | 2024.06.28 23:42:55.153622 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3796 | 2024.06.28 23:42:55.154617 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3797 | 2024.06.28 23:42:55.154633 [ 201 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004768574 sec., 22857.98647562143 rows/sec., 1.81 MiB/sec. | ||
| 3798 | 2024.06.28 23:42:55.155000 [ 191 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3799 | 2024.06.28 23:42:55.155216 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3800 | 2024.06.28 23:42:55.155636 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.004612 sec., 24501.30095403296 rows/sec., 2.02 MiB/sec. | ||
| 3801 | 2024.06.28 23:42:55.156005 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3802 | 2024.06.28 23:42:55.156033 [ 191 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3803 | 2024.06.28 23:42:55.156046 [ 3 ] {b5d6451d-3571-4915-b39b-5f65c6eb8de3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3804 | 2024.06.28 23:42:55.156098 [ 3 ] {} <Debug> HTTP-Session: 8d7baaa3-512d-436f-9c43-6d30f679d6ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3805 | 2024.06.28 23:42:55.156209 [ 191 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_16_3} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3806 | 2024.06.28 23:42:55.156292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3807 | 2024.06.28 23:42:55.156362 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3808 | 2024.06.28 23:42:55.156384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3809 | 2024.06.28 23:42:55.156420 [ 3 ] {} <Debug> HTTP-Session: ae21eb05-3d49-4a6b-a9eb-ecc492b7cc0b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3810 | 2024.06.28 23:42:55.156438 [ 3 ] {} <Debug> HTTP-Session: ae21eb05-3d49-4a6b-a9eb-ecc492b7cc0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3811 | 2024.06.28 23:42:55.156452 [ 3 ] {} <Debug> HTTP-Session: ae21eb05-3d49-4a6b-a9eb-ecc492b7cc0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3812 | 2024.06.28 23:42:55.156485 [ 3 ] {} <Trace> HTTP-Session: ae21eb05-3d49-4a6b-a9eb-ecc492b7cc0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3813 | 2024.06.28 23:42:55.156624 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3814 | 2024.06.28 23:42:55.156667 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3815 | 2024.06.28 23:42:55.156815 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3816 | 2024.06.28 23:42:55.157179 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3817 | 2024.06.28 23:42:55.157217 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3818 | 2024.06.28 23:42:55.157540 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3819 | 2024.06.28 23:42:55.157868 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2024.06.28 23:42:55.157993 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001424 sec., 58286.51685393259 rows/sec., 4.55 MiB/sec. | ||
| 3821 | 2024.06.28 23:42:55.158160 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3822 | 2024.06.28 23:42:55.158185 [ 3 ] {ef7a83ef-eb37-40fb-8890-b60ce18b1f9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3823 | 2024.06.28 23:42:55.158201 [ 3 ] {} <Debug> HTTP-Session: ae21eb05-3d49-4a6b-a9eb-ecc492b7cc0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3824 | 2024.06.28 23:42:55.158368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3825 | 2024.06.28 23:42:55.158418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3826 | 2024.06.28 23:42:55.158437 [ 3 ] {} <Debug> HTTP-Session: 2a2d53fe-9f85-48d4-af88-6a03da30bbde Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3827 | 2024.06.28 23:42:55.158454 [ 3 ] {} <Debug> HTTP-Session: 2a2d53fe-9f85-48d4-af88-6a03da30bbde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3828 | 2024.06.28 23:42:55.158468 [ 3 ] {} <Debug> HTTP-Session: 2a2d53fe-9f85-48d4-af88-6a03da30bbde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3829 | 2024.06.28 23:42:55.158500 [ 3 ] {} <Trace> HTTP-Session: 2a2d53fe-9f85-48d4-af88-6a03da30bbde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2024.06.28 23:42:55.158651 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3831 | 2024.06.28 23:42:55.158698 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3832 | 2024.06.28 23:42:55.158841 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3833 | 2024.06.28 23:42:55.159259 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3834 | 2024.06.28 23:42:55.159295 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3835 | 2024.06.28 23:42:55.159683 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3836 | 2024.06.28 23:42:55.160027 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3837 | 2024.06.28 23:42:55.160160 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
| 3838 | 2024.06.28 23:42:55.160385 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3839 | 2024.06.28 23:42:55.160411 [ 3 ] {2948d5d6-c2ff-4904-a284-6e5425364d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3840 | 2024.06.28 23:42:55.160428 [ 3 ] {} <Debug> HTTP-Session: 2a2d53fe-9f85-48d4-af88-6a03da30bbde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3841 | 2024.06.28 23:42:55.160596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30543, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3842 | 2024.06.28 23:42:55.160646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3843 | 2024.06.28 23:42:55.160665 [ 3 ] {} <Debug> HTTP-Session: 5eef5a23-46ad-4229-b495-bb5e0fa0cab0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3844 | 2024.06.28 23:42:55.160682 [ 3 ] {} <Debug> HTTP-Session: 5eef5a23-46ad-4229-b495-bb5e0fa0cab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3845 | 2024.06.28 23:42:55.160696 [ 3 ] {} <Debug> HTTP-Session: 5eef5a23-46ad-4229-b495-bb5e0fa0cab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3846 | 2024.06.28 23:42:55.160728 [ 3 ] {} <Trace> HTTP-Session: 5eef5a23-46ad-4229-b495-bb5e0fa0cab0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3847 | 2024.06.28 23:42:55.161010 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3848 | 2024.06.28 23:42:55.161074 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <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_histogramf64 | ||
| 3849 | 2024.06.28 23:42:55.161490 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3850 | 2024.06.28 23:42:55.162163 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2024.06.28 23:42:55.162209 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3852 | 2024.06.28 23:42:55.162991 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3853 | 2024.06.28 23:42:55.163417 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2024.06.28 23:42:55.163547 [ 152 ] {} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3855 | 2024.06.28 23:42:55.163567 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002758 sec., 6889.050036258158 rows/sec., 12.34 MiB/sec. | ||
| 3856 | 2024.06.28 23:42:55.163593 [ 152 ] {} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2024.06.28 23:42:55.163632 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3858 | 2024.06.28 23:42:55.163869 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 3859 | 2024.06.28 23:42:55.164010 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Debug> DynamicQueryHandler: Done processing query | ||
| 3860 | 2024.06.28 23:42:55.164070 [ 3 ] {170c2d8c-e2f4-4b19-a539-2517b5701aac} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 3861 | 2024.06.28 23:42:55.164121 [ 3 ] {} <Debug> HTTP-Session: 5eef5a23-46ad-4229-b495-bb5e0fa0cab0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3862 | 2024.06.28 23:42:55.164342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3863 | 2024.06.28 23:42:55.164454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3864 | 2024.06.28 23:42:55.164494 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3865 | 2024.06.28 23:42:55.164510 [ 3 ] {} <Debug> HTTP-Session: 5a2b0795-d86b-4be9-bca6-d29417c8a1b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3866 | 2024.06.28 23:42:55.164580 [ 3 ] {} <Debug> HTTP-Session: 5a2b0795-d86b-4be9-bca6-d29417c8a1b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3867 | 2024.06.28 23:42:55.164625 [ 3 ] {} <Debug> HTTP-Session: 5a2b0795-d86b-4be9-bca6-d29417c8a1b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3868 | 2024.06.28 23:42:55.164654 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 180 rows starting from the beginning of the part | ||
| 3869 | 2024.06.28 23:42:55.164696 [ 3 ] {} <Trace> HTTP-Session: 5a2b0795-d86b-4be9-bca6-d29417c8a1b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3870 | 2024.06.28 23:42:55.165127 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3871 | 2024.06.28 23:42:55.165281 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3872 | 2024.06.28 23:42:55.165306 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 19 rows starting from the beginning of the part | ||
| 3873 | 2024.06.28 23:42:55.166226 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part | ||
| 3874 | 2024.06.28 23:42:55.166232 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3875 | 2024.06.28 23:42:55.166841 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 19 rows starting from the beginning of the part | ||
| 3876 | 2024.06.28 23:42:55.167529 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3877 | 2024.06.28 23:42:55.167572 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part | ||
| 3878 | 2024.06.28 23:42:55.167592 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3879 | 2024.06.28 23:42:55.168271 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 19 rows starting from the beginning of the part | ||
| 3880 | 2024.06.28 23:42:55.169185 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3881 | 2024.06.28 23:42:55.170257 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3882 | 2024.06.28 23:42:55.170544 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005641 sec., 10636.411983690834 rows/sec., 734.02 KiB/sec. | ||
| 3883 | 2024.06.28 23:42:55.170791 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Debug> DynamicQueryHandler: Done processing query | ||
| 3884 | 2024.06.28 23:42:55.170817 [ 3 ] {826496a6-874f-40ba-a831-67abf3143aed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3885 | 2024.06.28 23:42:55.170836 [ 3 ] {} <Debug> HTTP-Session: 5a2b0795-d86b-4be9-bca6-d29417c8a1b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3886 | 2024.06.28 23:42:55.173056 [ 201 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 259 rows, containing 19 columns (19 merged, 0 gathered) in 0.009317943 sec., 27795.834338115183 rows/sec., 49.81 MiB/sec. | ||
| 3887 | 2024.06.28 23:42:55.173841 [ 201 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3888 | 2024.06.28 23:42:55.174518 [ 201 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3889 | 2024.06.28 23:42:55.174602 [ 201 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3890 | 2024.06.28 23:42:55.174731 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
| 3891 | 2024.06.28 23:43:00.148563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3892 | 2024.06.28 23:43:00.148690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3893 | 2024.06.28 23:43:00.148714 [ 3 ] {} <Debug> HTTP-Session: 7eec5ffe-476b-43c7-93d3-71c8f17cf2b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3894 | 2024.06.28 23:43:00.148738 [ 3 ] {} <Debug> HTTP-Session: 7eec5ffe-476b-43c7-93d3-71c8f17cf2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3895 | 2024.06.28 23:43:00.148752 [ 3 ] {} <Debug> HTTP-Session: 7eec5ffe-476b-43c7-93d3-71c8f17cf2b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3896 | 2024.06.28 23:43:00.148801 [ 3 ] {} <Trace> HTTP-Session: 7eec5ffe-476b-43c7-93d3-71c8f17cf2b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3897 | 2024.06.28 23:43:00.148977 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3898 | 2024.06.28 23:43:00.149040 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3899 | 2024.06.28 23:43:00.149226 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3900 | 2024.06.28 23:43:00.149718 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3901 | 2024.06.28 23:43:00.149757 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3902 | 2024.06.28 23:43:00.150138 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3903 | 2024.06.28 23:43:00.150488 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2024.06.28 23:43:00.150662 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001729 sec., 6362.058993637941 rows/sec., 515.67 KiB/sec. | ||
| 3905 | 2024.06.28 23:43:00.150944 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3906 | 2024.06.28 23:43:00.150975 [ 3 ] {d05a4d68-1fa8-48a8-895c-f5996a39f82d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3907 | 2024.06.28 23:43:00.150992 [ 3 ] {} <Debug> HTTP-Session: 7eec5ffe-476b-43c7-93d3-71c8f17cf2b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3908 | 2024.06.28 23:43:00.151154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3909 | 2024.06.28 23:43:00.151204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3910 | 2024.06.28 23:43:00.151223 [ 3 ] {} <Debug> HTTP-Session: 63b357b1-d70a-46a4-bd19-7b04305b6655 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3911 | 2024.06.28 23:43:00.151240 [ 3 ] {} <Debug> HTTP-Session: 63b357b1-d70a-46a4-bd19-7b04305b6655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3912 | 2024.06.28 23:43:00.151253 [ 3 ] {} <Debug> HTTP-Session: 63b357b1-d70a-46a4-bd19-7b04305b6655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3913 | 2024.06.28 23:43:00.151284 [ 3 ] {} <Trace> HTTP-Session: 63b357b1-d70a-46a4-bd19-7b04305b6655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3914 | 2024.06.28 23:43:00.151385 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3915 | 2024.06.28 23:43:00.151427 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3916 | 2024.06.28 23:43:00.151575 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3917 | 2024.06.28 23:43:00.151895 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3918 | 2024.06.28 23:43:00.151931 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3919 | 2024.06.28 23:43:00.152258 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3920 | 2024.06.28 23:43:00.152560 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3921 | 2024.06.28 23:43:00.152718 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001353 sec., 5912.786400591279 rows/sec., 482.15 KiB/sec. | ||
| 3922 | 2024.06.28 23:43:00.152927 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3923 | 2024.06.28 23:43:00.152951 [ 3 ] {ffbb2aa4-b2e1-4b19-a234-fe0a0eaec4d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3924 | 2024.06.28 23:43:00.152967 [ 3 ] {} <Debug> HTTP-Session: 63b357b1-d70a-46a4-bd19-7b04305b6655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3925 | 2024.06.28 23:43:00.153090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 18261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3926 | 2024.06.28 23:43:00.153138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3927 | 2024.06.28 23:43:00.153158 [ 3 ] {} <Debug> HTTP-Session: 68ccda4b-2bf1-493e-9f8e-6772de8766d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3928 | 2024.06.28 23:43:00.153174 [ 3 ] {} <Debug> HTTP-Session: 68ccda4b-2bf1-493e-9f8e-6772de8766d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3929 | 2024.06.28 23:43:00.153187 [ 3 ] {} <Debug> HTTP-Session: 68ccda4b-2bf1-493e-9f8e-6772de8766d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3930 | 2024.06.28 23:43:00.153241 [ 3 ] {} <Trace> HTTP-Session: 68ccda4b-2bf1-493e-9f8e-6772de8766d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3931 | 2024.06.28 23:43:00.153402 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3932 | 2024.06.28 23:43:00.153444 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3933 | 2024.06.28 23:43:00.153570 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3934 | 2024.06.28 23:43:00.153964 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3935 | 2024.06.28 23:43:00.154001 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3936 | 2024.06.28 23:43:00.154316 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3937 | 2024.06.28 23:43:00.154621 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3938 | 2024.06.28 23:43:00.154772 [ 137 ] {} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3939 | 2024.06.28 23:43:00.154778 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Debug> executeQuery: Read 129 rows, 10.42 KiB in 0.00145 sec., 88965.51724137932 rows/sec., 7.02 MiB/sec. | ||
| 3940 | 2024.06.28 23:43:00.154867 [ 137 ] {} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2024.06.28 23:43:00.154934 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3942 | 2024.06.28 23:43:00.155105 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Debug> DynamicQueryHandler: Done processing query | ||
| 3943 | 2024.06.28 23:43:00.155130 [ 191 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::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 | ||
| 3944 | 2024.06.28 23:43:00.155144 [ 3 ] {a1e957ff-3456-4525-bba9-df3c725b5620} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3945 | 2024.06.28 23:43:00.155209 [ 3 ] {} <Debug> HTTP-Session: 68ccda4b-2bf1-493e-9f8e-6772de8766d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3946 | 2024.06.28 23:43:00.155429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3947 | 2024.06.28 23:43:00.155479 [ 191 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3948 | 2024.06.28 23:43:00.155523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3949 | 2024.06.28 23:43:00.155573 [ 3 ] {} <Debug> HTTP-Session: 6675ea8f-3c38-479b-a114-643a20d2a3a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3950 | 2024.06.28 23:43:00.155574 [ 191 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 185 rows starting from the beginning of the part | ||
| 3951 | 2024.06.28 23:43:00.155598 [ 3 ] {} <Debug> HTTP-Session: 6675ea8f-3c38-479b-a114-643a20d2a3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3952 | 2024.06.28 23:43:00.155633 [ 3 ] {} <Debug> HTTP-Session: 6675ea8f-3c38-479b-a114-643a20d2a3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3953 | 2024.06.28 23:43:00.155695 [ 3 ] {} <Trace> HTTP-Session: 6675ea8f-3c38-479b-a114-643a20d2a3a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3954 | 2024.06.28 23:43:00.155992 [ 191 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 89 rows starting from the beginning of the part | ||
| 3955 | 2024.06.28 23:43:00.156055 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3956 | 2024.06.28 23:43:00.156193 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3957 | 2024.06.28 23:43:00.156393 [ 191 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 3958 | 2024.06.28 23:43:00.156769 [ 191 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 89 rows starting from the beginning of the part | ||
| 3959 | 2024.06.28 23:43:00.157161 [ 191 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 3960 | 2024.06.28 23:43:00.157367 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3961 | 2024.06.28 23:43:00.157497 [ 191 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 129 rows starting from the beginning of the part | ||
| 3962 | 2024.06.28 23:43:00.159212 [ 196 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 4 columns (4 merged, 0 gathered) in 0.00417569 sec., 171947.63021201285 rows/sec., 13.97 MiB/sec. | ||
| 3963 | 2024.06.28 23:43:00.159453 [ 189 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3964 | 2024.06.28 23:43:00.159941 [ 189 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3965 | 2024.06.28 23:43:00.160045 [ 189 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_21_4} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3966 | 2024.06.28 23:43:00.160156 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3967 | 2024.06.28 23:43:00.160342 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3968 | 2024.06.28 23:43:00.160390 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3969 | 2024.06.28 23:43:00.160770 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3970 | 2024.06.28 23:43:00.161166 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3971 | 2024.06.28 23:43:00.161333 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.005434 sec., 1472.2119985277882 rows/sec., 102.80 KiB/sec. | ||
| 3972 | 2024.06.28 23:43:00.161646 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3973 | 2024.06.28 23:43:00.161671 [ 3 ] {6ce5f7f0-2a06-48db-a1c5-9d6dd20c27d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3974 | 2024.06.28 23:43:00.161686 [ 3 ] {} <Debug> HTTP-Session: 6675ea8f-3c38-479b-a114-643a20d2a3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3975 | 2024.06.28 23:43:00.161808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 18164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3976 | 2024.06.28 23:43:00.161855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3977 | 2024.06.28 23:43:00.161875 [ 3 ] {} <Debug> HTTP-Session: d63d2364-6b13-4069-ad9c-db3a30d215b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 3978 | 2024.06.28 23:43:00.161892 [ 3 ] {} <Debug> HTTP-Session: d63d2364-6b13-4069-ad9c-db3a30d215b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3979 | 2024.06.28 23:43:00.161906 [ 3 ] {} <Debug> HTTP-Session: d63d2364-6b13-4069-ad9c-db3a30d215b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3980 | 2024.06.28 23:43:00.161936 [ 3 ] {} <Trace> HTTP-Session: d63d2364-6b13-4069-ad9c-db3a30d215b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3981 | 2024.06.28 23:43:00.162063 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3982 | 2024.06.28 23:43:00.162106 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3983 | 2024.06.28 23:43:00.162252 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3984 | 2024.06.28 23:43:00.162611 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3985 | 2024.06.28 23:43:00.162647 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3986 | 2024.06.28 23:43:00.162966 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3987 | 2024.06.28 23:43:00.163282 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3988 | 2024.06.28 23:43:00.163439 [ 137 ] {} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3989 | 2024.06.28 23:43:00.163441 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Debug> executeQuery: Read 107 rows, 8.55 KiB in 0.001418 sec., 75458.39210155148 rows/sec., 5.89 MiB/sec. | ||
| 3990 | 2024.06.28 23:43:00.163489 [ 137 ] {} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3991 | 2024.06.28 23:43:00.163560 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3992 | 2024.06.28 23:43:00.163808 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3993 | 2024.06.28 23:43:00.163904 [ 3 ] {0ec6a0c5-ef62-4d92-a214-bcecf23ca8e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3994 | 2024.06.28 23:43:00.163975 [ 3 ] {} <Debug> HTTP-Session: d63d2364-6b13-4069-ad9c-db3a30d215b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3995 | 2024.06.28 23:43:00.163990 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 3996 | 2024.06.28 23:43:00.164291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 38362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3997 | 2024.06.28 23:43:00.164330 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3998 | 2024.06.28 23:43:00.164386 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 140 rows starting from the beginning of the part | ||
| 3999 | 2024.06.28 23:43:00.164396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4000 | 2024.06.28 23:43:00.164447 [ 3 ] {} <Debug> HTTP-Session: 23a31f95-c598-417c-9851-208c9e5cabbe Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4001 | 2024.06.28 23:43:00.164508 [ 3 ] {} <Debug> HTTP-Session: 23a31f95-c598-417c-9851-208c9e5cabbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4002 | 2024.06.28 23:43:00.164577 [ 3 ] {} <Debug> HTTP-Session: 23a31f95-c598-417c-9851-208c9e5cabbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4003 | 2024.06.28 23:43:00.164620 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 4004 | 2024.06.28 23:43:00.164676 [ 3 ] {} <Trace> HTTP-Session: 23a31f95-c598-417c-9851-208c9e5cabbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4005 | 2024.06.28 23:43:00.164937 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 83 rows starting from the beginning of the part | ||
| 4006 | 2024.06.28 23:43:00.165221 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 75 rows starting from the beginning of the part | ||
| 4007 | 2024.06.28 23:43:00.165248 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4008 | 2024.06.28 23:43:00.165446 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4009 | 2024.06.28 23:43:00.165506 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 83 rows starting from the beginning of the part | ||
| 4010 | 2024.06.28 23:43:00.165974 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 107 rows starting from the beginning of the part | ||
| 4011 | 2024.06.28 23:43:00.166660 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4012 | 2024.06.28 23:43:00.167742 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4013 | 2024.06.28 23:43:00.167808 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4014 | 2024.06.28 23:43:00.168804 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 563 rows, containing 4 columns (4 merged, 0 gathered) in 0.005132813 sec., 109686.44289203601 rows/sec., 8.56 MiB/sec. | ||
| 4015 | 2024.06.28 23:43:00.168904 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4016 | 2024.06.28 23:43:00.168979 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4017 | 2024.06.28 23:43:00.169745 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2024.06.28 23:43:00.169953 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4019 | 2024.06.28 23:43:00.170049 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Debug> executeQuery: Read 200 rows, 14.29 KiB in 0.005117 sec., 39085.401602501464 rows/sec., 2.73 MiB/sec. | ||
| 4020 | 2024.06.28 23:43:00.170225 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_21_4} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4021 | 2024.06.28 23:43:00.170409 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4022 | 2024.06.28 23:43:00.170436 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4023 | 2024.06.28 23:43:00.170478 [ 3 ] {f3625ca3-1d75-4196-bc24-e467828c356c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4024 | 2024.06.28 23:43:00.170494 [ 3 ] {} <Debug> HTTP-Session: 23a31f95-c598-417c-9851-208c9e5cabbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4025 | 2024.06.28 23:43:00.170632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4026 | 2024.06.28 23:43:00.170682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4027 | 2024.06.28 23:43:00.170701 [ 3 ] {} <Debug> HTTP-Session: b7c98197-132a-4919-9bbb-d6c000a8e32a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4028 | 2024.06.28 23:43:00.170718 [ 3 ] {} <Debug> HTTP-Session: b7c98197-132a-4919-9bbb-d6c000a8e32a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4029 | 2024.06.28 23:43:00.170731 [ 3 ] {} <Debug> HTTP-Session: b7c98197-132a-4919-9bbb-d6c000a8e32a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4030 | 2024.06.28 23:43:00.170762 [ 3 ] {} <Trace> HTTP-Session: b7c98197-132a-4919-9bbb-d6c000a8e32a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4031 | 2024.06.28 23:43:00.171056 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4032 | 2024.06.28 23:43:00.171126 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <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_histogramf64 | ||
| 4033 | 2024.06.28 23:43:00.171568 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4034 | 2024.06.28 23:43:00.172131 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4035 | 2024.06.28 23:43:00.172166 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4036 | 2024.06.28 23:43:00.172779 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4037 | 2024.06.28 23:43:00.173191 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2024.06.28 23:43:00.173388 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002563 sec., 4291.845493562231 rows/sec., 7.69 MiB/sec. | ||
| 4039 | 2024.06.28 23:43:00.173882 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4040 | 2024.06.28 23:43:00.173970 [ 3 ] {0622611d-2807-4f8c-8c14-c4effed8bea0} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4041 | 2024.06.28 23:43:00.173986 [ 3 ] {} <Debug> HTTP-Session: b7c98197-132a-4919-9bbb-d6c000a8e32a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4042 | 2024.06.28 23:43:00.174108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4043 | 2024.06.28 23:43:00.174157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4044 | 2024.06.28 23:43:00.174176 [ 3 ] {} <Debug> HTTP-Session: a562fd62-630c-4680-afee-d00a1a281750 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4045 | 2024.06.28 23:43:00.174194 [ 3 ] {} <Debug> HTTP-Session: a562fd62-630c-4680-afee-d00a1a281750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4046 | 2024.06.28 23:43:00.174207 [ 3 ] {} <Debug> HTTP-Session: a562fd62-630c-4680-afee-d00a1a281750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4047 | 2024.06.28 23:43:00.174238 [ 3 ] {} <Trace> HTTP-Session: a562fd62-630c-4680-afee-d00a1a281750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2024.06.28 23:43:00.174362 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4049 | 2024.06.28 23:43:00.174405 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4050 | 2024.06.28 23:43:00.174548 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4051 | 2024.06.28 23:43:00.174868 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2024.06.28 23:43:00.174903 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4053 | 2024.06.28 23:43:00.175263 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4054 | 2024.06.28 23:43:00.175581 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2024.06.28 23:43:00.175739 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 4056 | 2024.06.28 23:43:00.175902 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Debug> DynamicQueryHandler: Done processing query | ||
| 4057 | 2024.06.28 23:43:00.175926 [ 3 ] {da921f0c-e566-451b-b8f7-24cc77bfdc87} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4058 | 2024.06.28 23:43:00.175941 [ 3 ] {} <Debug> HTTP-Session: a562fd62-630c-4680-afee-d00a1a281750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4059 | 2024.06.28 23:43:03.568931 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4060 | 2024.06.28 23:43:03.568983 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4061 | 2024.06.28 23:43:05.147516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4062 | 2024.06.28 23:43:05.147648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4063 | 2024.06.28 23:43:05.147676 [ 3 ] {} <Debug> HTTP-Session: 8ab2d97a-5373-4bd4-a7ad-add8f314e135 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4064 | 2024.06.28 23:43:05.147704 [ 3 ] {} <Debug> HTTP-Session: 8ab2d97a-5373-4bd4-a7ad-add8f314e135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4065 | 2024.06.28 23:43:05.147722 [ 3 ] {} <Debug> HTTP-Session: 8ab2d97a-5373-4bd4-a7ad-add8f314e135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4066 | 2024.06.28 23:43:05.147777 [ 3 ] {} <Trace> HTTP-Session: 8ab2d97a-5373-4bd4-a7ad-add8f314e135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4067 | 2024.06.28 23:43:05.147978 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4068 | 2024.06.28 23:43:05.148052 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4069 | 2024.06.28 23:43:05.148266 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4070 | 2024.06.28 23:43:05.148720 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4071 | 2024.06.28 23:43:05.148761 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4072 | 2024.06.28 23:43:05.149120 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4073 | 2024.06.28 23:43:05.149456 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4074 | 2024.06.28 23:43:05.149629 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.00171 sec., 11111.111111111111 rows/sec., 900.61 KiB/sec. | ||
| 4075 | 2024.06.28 23:43:05.149943 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Debug> DynamicQueryHandler: Done processing query | ||
| 4076 | 2024.06.28 23:43:05.149970 [ 3 ] {b4ec0a06-c6c7-46bf-9fb3-10d3acce2f53} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4077 | 2024.06.28 23:43:05.149987 [ 3 ] {} <Debug> HTTP-Session: 8ab2d97a-5373-4bd4-a7ad-add8f314e135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4078 | 2024.06.28 23:43:05.150109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4079 | 2024.06.28 23:43:05.150159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4080 | 2024.06.28 23:43:05.150179 [ 3 ] {} <Debug> HTTP-Session: e35321b2-8294-4cd3-b91e-090a34724d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4081 | 2024.06.28 23:43:05.150196 [ 3 ] {} <Debug> HTTP-Session: e35321b2-8294-4cd3-b91e-090a34724d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4082 | 2024.06.28 23:43:05.150210 [ 3 ] {} <Debug> HTTP-Session: e35321b2-8294-4cd3-b91e-090a34724d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4083 | 2024.06.28 23:43:05.150241 [ 3 ] {} <Trace> HTTP-Session: e35321b2-8294-4cd3-b91e-090a34724d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4084 | 2024.06.28 23:43:05.150339 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4085 | 2024.06.28 23:43:05.150383 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4086 | 2024.06.28 23:43:05.150529 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4087 | 2024.06.28 23:43:05.150811 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4088 | 2024.06.28 23:43:05.150847 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4089 | 2024.06.28 23:43:05.151153 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4090 | 2024.06.28 23:43:05.151462 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4091 | 2024.06.28 23:43:05.151620 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001296 sec., 3086.4197530864194 rows/sec., 251.68 KiB/sec. | ||
| 4092 | 2024.06.28 23:43:05.151816 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4093 | 2024.06.28 23:43:05.151840 [ 3 ] {e8ff68ec-65ac-437d-b889-1766404871b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4094 | 2024.06.28 23:43:05.151856 [ 3 ] {} <Debug> HTTP-Session: e35321b2-8294-4cd3-b91e-090a34724d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4095 | 2024.06.28 23:43:05.151993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4096 | 2024.06.28 23:43:05.152052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4097 | 2024.06.28 23:43:05.152072 [ 3 ] {} <Debug> HTTP-Session: 82a522f4-3c49-42e9-8da7-668c1cb09bfc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4098 | 2024.06.28 23:43:05.152090 [ 3 ] {} <Debug> HTTP-Session: 82a522f4-3c49-42e9-8da7-668c1cb09bfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4099 | 2024.06.28 23:43:05.152105 [ 3 ] {} <Debug> HTTP-Session: 82a522f4-3c49-42e9-8da7-668c1cb09bfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4100 | 2024.06.28 23:43:05.152138 [ 3 ] {} <Trace> HTTP-Session: 82a522f4-3c49-42e9-8da7-668c1cb09bfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4101 | 2024.06.28 23:43:05.152270 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4102 | 2024.06.28 23:43:05.152314 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4103 | 2024.06.28 23:43:05.152441 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4104 | 2024.06.28 23:43:05.152803 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4105 | 2024.06.28 23:43:05.152841 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4106 | 2024.06.28 23:43:05.153183 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4107 | 2024.06.28 23:43:05.153498 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4108 | 2024.06.28 23:43:05.153626 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Debug> executeQuery: Read 115 rows, 9.68 KiB in 0.001401 sec., 82084.22555317631 rows/sec., 6.75 MiB/sec. | ||
| 4109 | 2024.06.28 23:43:05.153792 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4110 | 2024.06.28 23:43:05.153818 [ 3 ] {18f09d46-c2b8-4f1e-a4f6-c1ff8d03843c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4111 | 2024.06.28 23:43:05.153834 [ 3 ] {} <Debug> HTTP-Session: 82a522f4-3c49-42e9-8da7-668c1cb09bfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4112 | 2024.06.28 23:43:05.153939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4113 | 2024.06.28 23:43:05.153989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4114 | 2024.06.28 23:43:05.154010 [ 3 ] {} <Debug> HTTP-Session: 79885903-9d5d-4333-9838-96bcaa4eb171 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4115 | 2024.06.28 23:43:05.154027 [ 3 ] {} <Debug> HTTP-Session: 79885903-9d5d-4333-9838-96bcaa4eb171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4116 | 2024.06.28 23:43:05.154042 [ 3 ] {} <Debug> HTTP-Session: 79885903-9d5d-4333-9838-96bcaa4eb171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4117 | 2024.06.28 23:43:05.154072 [ 3 ] {} <Trace> HTTP-Session: 79885903-9d5d-4333-9838-96bcaa4eb171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4118 | 2024.06.28 23:43:05.154170 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4119 | 2024.06.28 23:43:05.154214 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4120 | 2024.06.28 23:43:05.154338 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4121 | 2024.06.28 23:43:05.154598 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2024.06.28 23:43:05.154634 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4123 | 2024.06.28 23:43:05.154934 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4124 | 2024.06.28 23:43:05.155250 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4125 | 2024.06.28 23:43:05.155375 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001228 sec., 3257.328990228013 rows/sec., 227.44 KiB/sec. | ||
| 4126 | 2024.06.28 23:43:05.155633 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Debug> DynamicQueryHandler: Done processing query | ||
| 4127 | 2024.06.28 23:43:05.155658 [ 3 ] {41762634-6eeb-4b44-8f83-4954212ea505} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4128 | 2024.06.28 23:43:05.155676 [ 3 ] {} <Debug> HTTP-Session: 79885903-9d5d-4333-9838-96bcaa4eb171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4129 | 2024.06.28 23:43:05.155792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4130 | 2024.06.28 23:43:05.155843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4131 | 2024.06.28 23:43:05.155864 [ 3 ] {} <Debug> HTTP-Session: b4650c09-96e2-4125-8e01-9e0cc921dc7d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4132 | 2024.06.28 23:43:05.155881 [ 3 ] {} <Debug> HTTP-Session: b4650c09-96e2-4125-8e01-9e0cc921dc7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4133 | 2024.06.28 23:43:05.155896 [ 3 ] {} <Debug> HTTP-Session: b4650c09-96e2-4125-8e01-9e0cc921dc7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4134 | 2024.06.28 23:43:05.155927 [ 3 ] {} <Trace> HTTP-Session: b4650c09-96e2-4125-8e01-9e0cc921dc7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4135 | 2024.06.28 23:43:05.156052 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4136 | 2024.06.28 23:43:05.156097 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4137 | 2024.06.28 23:43:05.156241 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4138 | 2024.06.28 23:43:05.156564 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4139 | 2024.06.28 23:43:05.156600 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4140 | 2024.06.28 23:43:05.156925 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4141 | 2024.06.28 23:43:05.157246 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4142 | 2024.06.28 23:43:05.157375 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001371 sec., 63457.33041575492 rows/sec., 4.96 MiB/sec. | ||
| 4143 | 2024.06.28 23:43:05.157531 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4144 | 2024.06.28 23:43:05.157556 [ 3 ] {fa5060a5-f8df-4710-a2a4-21a14fde57c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4145 | 2024.06.28 23:43:05.157574 [ 3 ] {} <Debug> HTTP-Session: b4650c09-96e2-4125-8e01-9e0cc921dc7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4146 | 2024.06.28 23:43:05.157724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4147 | 2024.06.28 23:43:05.157775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4148 | 2024.06.28 23:43:05.157795 [ 3 ] {} <Debug> HTTP-Session: acc30992-da47-4294-a5f0-ed26e4812e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4149 | 2024.06.28 23:43:05.157812 [ 3 ] {} <Debug> HTTP-Session: acc30992-da47-4294-a5f0-ed26e4812e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4150 | 2024.06.28 23:43:05.157825 [ 3 ] {} <Debug> HTTP-Session: acc30992-da47-4294-a5f0-ed26e4812e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4151 | 2024.06.28 23:43:05.157856 [ 3 ] {} <Trace> HTTP-Session: acc30992-da47-4294-a5f0-ed26e4812e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4152 | 2024.06.28 23:43:05.158004 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4153 | 2024.06.28 23:43:05.158052 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4154 | 2024.06.28 23:43:05.158195 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4155 | 2024.06.28 23:43:05.158656 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4156 | 2024.06.28 23:43:05.158694 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4157 | 2024.06.28 23:43:05.159077 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4158 | 2024.06.28 23:43:05.159421 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4159 | 2024.06.28 23:43:05.159554 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00162 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 4160 | 2024.06.28 23:43:05.159556 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4161 | 2024.06.28 23:43:05.159615 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4162 | 2024.06.28 23:43:05.159647 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4163 | 2024.06.28 23:43:05.159793 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4164 | 2024.06.28 23:43:05.159858 [ 3 ] {3f377f82-9169-46b4-9784-e3aa693708ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4165 | 2024.06.28 23:43:05.159945 [ 3 ] {} <Debug> HTTP-Session: acc30992-da47-4294-a5f0-ed26e4812e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4166 | 2024.06.28 23:43:05.160126 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 4167 | 2024.06.28 23:43:05.160195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4168 | 2024.06.28 23:43:05.160311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4169 | 2024.06.28 23:43:05.160379 [ 3 ] {} <Debug> HTTP-Session: 898e11fb-4a00-469e-83d8-d529248a3de0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4170 | 2024.06.28 23:43:05.160423 [ 3 ] {} <Debug> HTTP-Session: 898e11fb-4a00-469e-83d8-d529248a3de0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4171 | 2024.06.28 23:43:05.160466 [ 3 ] {} <Debug> HTTP-Session: 898e11fb-4a00-469e-83d8-d529248a3de0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4172 | 2024.06.28 23:43:05.160555 [ 3 ] {} <Trace> HTTP-Session: 898e11fb-4a00-469e-83d8-d529248a3de0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4173 | 2024.06.28 23:43:05.160555 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4174 | 2024.06.28 23:43:05.160624 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2282 rows starting from the beginning of the part | ||
| 4175 | 2024.06.28 23:43:05.160809 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 4176 | 2024.06.28 23:43:05.161025 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 4177 | 2024.06.28 23:43:05.161296 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4178 | 2024.06.28 23:43:05.161325 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 4179 | 2024.06.28 23:43:05.161666 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 200 rows starting from the beginning of the part | ||
| 4180 | 2024.06.28 23:43:05.161674 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <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_histogramf64 | ||
| 4181 | 2024.06.28 23:43:05.161988 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 162 rows starting from the beginning of the part | ||
| 4182 | 2024.06.28 23:43:05.163772 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4183 | 2024.06.28 23:43:05.165333 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4184 | 2024.06.28 23:43:05.165404 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4185 | 2024.06.28 23:43:05.166405 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3124 rows, containing 5 columns (5 merged, 0 gathered) in 0.006659309 sec., 469117.7417957328 rows/sec., 32.73 MiB/sec. | ||
| 4186 | 2024.06.28 23:43:05.166773 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4187 | 2024.06.28 23:43:05.166782 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4188 | 2024.06.28 23:43:05.167979 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4189 | 2024.06.28 23:43:05.168137 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2024.06.28 23:43:05.168199 [ 191 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4191 | 2024.06.28 23:43:05.168402 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4192 | 2024.06.28 23:43:05.168514 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.007837 sec., 2424.397090723491 rows/sec., 4.34 MiB/sec. | ||
| 4193 | 2024.06.28 23:43:05.168780 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 4194 | 2024.06.28 23:43:05.168805 [ 3 ] {f0b2f954-01a3-4a1a-a18f-18d991f8c8ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4195 | 2024.06.28 23:43:05.168822 [ 3 ] {} <Debug> HTTP-Session: 898e11fb-4a00-469e-83d8-d529248a3de0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4196 | 2024.06.28 23:43:05.168944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4197 | 2024.06.28 23:43:05.168994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4198 | 2024.06.28 23:43:05.169014 [ 3 ] {} <Debug> HTTP-Session: 1ac5e073-0b77-4b96-b1ae-5cc44ae9d5d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4199 | 2024.06.28 23:43:05.169032 [ 3 ] {} <Debug> HTTP-Session: 1ac5e073-0b77-4b96-b1ae-5cc44ae9d5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4200 | 2024.06.28 23:43:05.169046 [ 3 ] {} <Debug> HTTP-Session: 1ac5e073-0b77-4b96-b1ae-5cc44ae9d5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4201 | 2024.06.28 23:43:05.169078 [ 3 ] {} <Trace> HTTP-Session: 1ac5e073-0b77-4b96-b1ae-5cc44ae9d5d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2024.06.28 23:43:05.169202 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4203 | 2024.06.28 23:43:05.169246 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4204 | 2024.06.28 23:43:05.169381 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4205 | 2024.06.28 23:43:05.169713 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4206 | 2024.06.28 23:43:05.169749 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4207 | 2024.06.28 23:43:05.170115 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4208 | 2024.06.28 23:43:05.170437 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2024.06.28 23:43:05.170568 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
| 4210 | 2024.06.28 23:43:05.170569 [ 148 ] {} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4211 | 2024.06.28 23:43:05.170631 [ 148 ] {} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4212 | 2024.06.28 23:43:05.170669 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4213 | 2024.06.28 23:43:05.170813 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Debug> DynamicQueryHandler: Done processing query | ||
| 4214 | 2024.06.28 23:43:05.170883 [ 3 ] {82da38ec-8e19-46f6-b152-71e0b9ed08be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4215 | 2024.06.28 23:43:05.170989 [ 3 ] {} <Debug> HTTP-Session: 1ac5e073-0b77-4b96-b1ae-5cc44ae9d5d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4216 | 2024.06.28 23:43:05.171031 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 4217 | 2024.06.28 23:43:05.171269 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4218 | 2024.06.28 23:43:05.171316 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 650 rows starting from the beginning of the part | ||
| 4219 | 2024.06.28 23:43:05.171435 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 4220 | 2024.06.28 23:43:05.171656 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 4221 | 2024.06.28 23:43:05.171826 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 4222 | 2024.06.28 23:43:05.171948 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 4223 | 2024.06.28 23:43:05.172146 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 4224 | 2024.06.28 23:43:05.173492 [ 191 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 950 rows, containing 4 columns (4 merged, 0 gathered) in 0.002739355 sec., 346796.9649789822 rows/sec., 23.45 MiB/sec. | ||
| 4225 | 2024.06.28 23:43:05.173678 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4226 | 2024.06.28 23:43:05.174072 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4227 | 2024.06.28 23:43:05.174150 [ 201 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_21_4} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4228 | 2024.06.28 23:43:05.174228 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 4229 | 2024.06.28 23:43:10.146436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4230 | 2024.06.28 23:43:10.146578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4231 | 2024.06.28 23:43:10.146612 [ 3 ] {} <Debug> HTTP-Session: 46fcb6ef-b32b-49c7-8c86-f7ce3e5db2f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4232 | 2024.06.28 23:43:10.146644 [ 3 ] {} <Debug> HTTP-Session: 46fcb6ef-b32b-49c7-8c86-f7ce3e5db2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4233 | 2024.06.28 23:43:10.146666 [ 3 ] {} <Debug> HTTP-Session: 46fcb6ef-b32b-49c7-8c86-f7ce3e5db2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4234 | 2024.06.28 23:43:10.146733 [ 3 ] {} <Trace> HTTP-Session: 46fcb6ef-b32b-49c7-8c86-f7ce3e5db2f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2024.06.28 23:43:10.146950 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4236 | 2024.06.28 23:43:10.147025 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4237 | 2024.06.28 23:43:10.147240 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4238 | 2024.06.28 23:43:10.147735 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4239 | 2024.06.28 23:43:10.147780 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4240 | 2024.06.28 23:43:10.148150 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4241 | 2024.06.28 23:43:10.148487 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2024.06.28 23:43:10.148642 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001752 sec., 6278.538812785388 rows/sec., 508.91 KiB/sec. | ||
| 4243 | 2024.06.28 23:43:10.148894 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Debug> DynamicQueryHandler: Done processing query | ||
| 4244 | 2024.06.28 23:43:10.148921 [ 3 ] {bfef9537-5d83-438f-8e06-e4da9e8ce307} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4245 | 2024.06.28 23:43:10.148937 [ 3 ] {} <Debug> HTTP-Session: 46fcb6ef-b32b-49c7-8c86-f7ce3e5db2f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4246 | 2024.06.28 23:43:10.149081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4247 | 2024.06.28 23:43:10.149139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4248 | 2024.06.28 23:43:10.149160 [ 3 ] {} <Debug> HTTP-Session: efe4df77-4088-4589-a94c-99de842cbe75 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4249 | 2024.06.28 23:43:10.149178 [ 3 ] {} <Debug> HTTP-Session: efe4df77-4088-4589-a94c-99de842cbe75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4250 | 2024.06.28 23:43:10.149192 [ 3 ] {} <Debug> HTTP-Session: efe4df77-4088-4589-a94c-99de842cbe75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4251 | 2024.06.28 23:43:10.149227 [ 3 ] {} <Trace> HTTP-Session: efe4df77-4088-4589-a94c-99de842cbe75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4252 | 2024.06.28 23:43:10.149359 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4253 | 2024.06.28 23:43:10.149406 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4254 | 2024.06.28 23:43:10.149550 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4255 | 2024.06.28 23:43:10.149927 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2024.06.28 23:43:10.149964 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4257 | 2024.06.28 23:43:10.150290 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4258 | 2024.06.28 23:43:10.150602 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2024.06.28 23:43:10.150771 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001454 sec., 61210.45392022008 rows/sec., 4.95 MiB/sec. | ||
| 4260 | 2024.06.28 23:43:10.151052 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Debug> DynamicQueryHandler: Done processing query | ||
| 4261 | 2024.06.28 23:43:10.151093 [ 3 ] {e27ca242-3ada-4741-8e40-af6f792ee701} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4262 | 2024.06.28 23:43:10.151126 [ 3 ] {} <Debug> HTTP-Session: efe4df77-4088-4589-a94c-99de842cbe75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4263 | 2024.06.28 23:43:10.151257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4264 | 2024.06.28 23:43:10.151309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4265 | 2024.06.28 23:43:10.151330 [ 3 ] {} <Debug> HTTP-Session: 977eebc5-aa6c-4dd8-8202-73220a957c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4266 | 2024.06.28 23:43:10.151346 [ 3 ] {} <Debug> HTTP-Session: 977eebc5-aa6c-4dd8-8202-73220a957c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4267 | 2024.06.28 23:43:10.151361 [ 3 ] {} <Debug> HTTP-Session: 977eebc5-aa6c-4dd8-8202-73220a957c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4268 | 2024.06.28 23:43:10.151393 [ 3 ] {} <Trace> HTTP-Session: 977eebc5-aa6c-4dd8-8202-73220a957c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4269 | 2024.06.28 23:43:10.151526 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4270 | 2024.06.28 23:43:10.151571 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4271 | 2024.06.28 23:43:10.151718 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4272 | 2024.06.28 23:43:10.152060 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4273 | 2024.06.28 23:43:10.152098 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4274 | 2024.06.28 23:43:10.152407 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4275 | 2024.06.28 23:43:10.152712 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4276 | 2024.06.28 23:43:10.152883 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001393 sec., 53840.63173007897 rows/sec., 4.20 MiB/sec. | ||
| 4277 | 2024.06.28 23:43:10.153159 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4278 | 2024.06.28 23:43:10.153202 [ 3 ] {8eee205e-df7d-4903-9be8-8060d45b2c2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4279 | 2024.06.28 23:43:10.153229 [ 3 ] {} <Debug> HTTP-Session: 977eebc5-aa6c-4dd8-8202-73220a957c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4280 | 2024.06.28 23:43:10.153377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4281 | 2024.06.28 23:43:10.153429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4282 | 2024.06.28 23:43:10.153448 [ 3 ] {} <Debug> HTTP-Session: ad03eab3-4a99-43de-9680-61212f92ceef Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4283 | 2024.06.28 23:43:10.153466 [ 3 ] {} <Debug> HTTP-Session: ad03eab3-4a99-43de-9680-61212f92ceef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4284 | 2024.06.28 23:43:10.153480 [ 3 ] {} <Debug> HTTP-Session: ad03eab3-4a99-43de-9680-61212f92ceef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4285 | 2024.06.28 23:43:10.153511 [ 3 ] {} <Trace> HTTP-Session: ad03eab3-4a99-43de-9680-61212f92ceef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4286 | 2024.06.28 23:43:10.153667 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4287 | 2024.06.28 23:43:10.153716 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4288 | 2024.06.28 23:43:10.153884 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4289 | 2024.06.28 23:43:10.154289 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4290 | 2024.06.28 23:43:10.154326 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4291 | 2024.06.28 23:43:10.154713 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4292 | 2024.06.28 23:43:10.155050 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4293 | 2024.06.28 23:43:10.155217 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
| 4294 | 2024.06.28 23:43:10.155536 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4295 | 2024.06.28 23:43:10.155561 [ 3 ] {ea04e175-6184-4eed-ba1b-3df0dfa4cbf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4296 | 2024.06.28 23:43:10.155578 [ 3 ] {} <Debug> HTTP-Session: ad03eab3-4a99-43de-9680-61212f92ceef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4297 | 2024.06.28 23:43:10.155697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4298 | 2024.06.28 23:43:10.155747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4299 | 2024.06.28 23:43:10.155767 [ 3 ] {} <Debug> HTTP-Session: 1e43f2a0-26c9-419b-ae3c-44a325a0478c Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4300 | 2024.06.28 23:43:10.155783 [ 3 ] {} <Debug> HTTP-Session: 1e43f2a0-26c9-419b-ae3c-44a325a0478c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4301 | 2024.06.28 23:43:10.155797 [ 3 ] {} <Debug> HTTP-Session: 1e43f2a0-26c9-419b-ae3c-44a325a0478c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4302 | 2024.06.28 23:43:10.155829 [ 3 ] {} <Trace> HTTP-Session: 1e43f2a0-26c9-419b-ae3c-44a325a0478c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4303 | 2024.06.28 23:43:10.156034 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4304 | 2024.06.28 23:43:10.156106 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <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_histogramf64 | ||
| 4305 | 2024.06.28 23:43:10.156553 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4306 | 2024.06.28 23:43:10.157168 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4307 | 2024.06.28 23:43:10.157218 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4308 | 2024.06.28 23:43:10.157896 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4309 | 2024.06.28 23:43:10.158311 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4310 | 2024.06.28 23:43:10.158495 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002585 sec., 4255.31914893617 rows/sec., 7.63 MiB/sec. | ||
| 4311 | 2024.06.28 23:43:10.158723 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4312 | 2024.06.28 23:43:10.158749 [ 3 ] {a701366a-439e-43bc-831a-4de417e4e0e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4313 | 2024.06.28 23:43:10.158765 [ 3 ] {} <Debug> HTTP-Session: 1e43f2a0-26c9-419b-ae3c-44a325a0478c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4314 | 2024.06.28 23:43:10.158881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4315 | 2024.06.28 23:43:10.158933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4316 | 2024.06.28 23:43:10.158954 [ 3 ] {} <Debug> HTTP-Session: 2784e688-3897-4adf-9c05-57acee7fea0e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4317 | 2024.06.28 23:43:10.158971 [ 3 ] {} <Debug> HTTP-Session: 2784e688-3897-4adf-9c05-57acee7fea0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4318 | 2024.06.28 23:43:10.158985 [ 3 ] {} <Debug> HTTP-Session: 2784e688-3897-4adf-9c05-57acee7fea0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4319 | 2024.06.28 23:43:10.159016 [ 3 ] {} <Trace> HTTP-Session: 2784e688-3897-4adf-9c05-57acee7fea0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4320 | 2024.06.28 23:43:10.159153 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4321 | 2024.06.28 23:43:10.159199 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4322 | 2024.06.28 23:43:10.159331 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4323 | 2024.06.28 23:43:10.159645 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2024.06.28 23:43:10.159683 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4325 | 2024.06.28 23:43:10.160047 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4326 | 2024.06.28 23:43:10.160385 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2024.06.28 23:43:10.160552 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. | ||
| 4328 | 2024.06.28 23:43:10.160917 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Debug> DynamicQueryHandler: Done processing query | ||
| 4329 | 2024.06.28 23:43:10.160954 [ 3 ] {d9b31ce3-4a5f-4575-a5f2-fc2cfd4d5a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4330 | 2024.06.28 23:43:10.160984 [ 3 ] {} <Debug> HTTP-Session: 2784e688-3897-4adf-9c05-57acee7fea0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4331 | 2024.06.28 23:43:15.146785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4332 | 2024.06.28 23:43:15.146919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4333 | 2024.06.28 23:43:15.146945 [ 3 ] {} <Debug> HTTP-Session: 0f0de4b8-da90-4873-846e-f67d65be2a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4334 | 2024.06.28 23:43:15.146971 [ 3 ] {} <Debug> HTTP-Session: 0f0de4b8-da90-4873-846e-f67d65be2a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4335 | 2024.06.28 23:43:15.146986 [ 3 ] {} <Debug> HTTP-Session: 0f0de4b8-da90-4873-846e-f67d65be2a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4336 | 2024.06.28 23:43:15.147035 [ 3 ] {} <Trace> HTTP-Session: 0f0de4b8-da90-4873-846e-f67d65be2a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2024.06.28 23:43:15.147226 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4338 | 2024.06.28 23:43:15.147294 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4339 | 2024.06.28 23:43:15.147486 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4340 | 2024.06.28 23:43:15.147906 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4341 | 2024.06.28 23:43:15.147949 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4342 | 2024.06.28 23:43:15.148316 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4343 | 2024.06.28 23:43:15.148658 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4344 | 2024.06.28 23:43:15.148830 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001657 sec., 11466.505733252867 rows/sec., 929.41 KiB/sec. | ||
| 4345 | 2024.06.28 23:43:15.149035 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Debug> DynamicQueryHandler: Done processing query | ||
| 4346 | 2024.06.28 23:43:15.149063 [ 3 ] {3c1e87dd-c4b1-46b8-ac64-2c83e54fa729} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4347 | 2024.06.28 23:43:15.149080 [ 3 ] {} <Debug> HTTP-Session: 0f0de4b8-da90-4873-846e-f67d65be2a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4348 | 2024.06.28 23:43:15.149242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4349 | 2024.06.28 23:43:15.149292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4350 | 2024.06.28 23:43:15.149312 [ 3 ] {} <Debug> HTTP-Session: d5962db5-d0ab-431a-8e11-9bee41758a4d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4351 | 2024.06.28 23:43:15.149329 [ 3 ] {} <Debug> HTTP-Session: d5962db5-d0ab-431a-8e11-9bee41758a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4352 | 2024.06.28 23:43:15.149343 [ 3 ] {} <Debug> HTTP-Session: d5962db5-d0ab-431a-8e11-9bee41758a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4353 | 2024.06.28 23:43:15.149374 [ 3 ] {} <Trace> HTTP-Session: d5962db5-d0ab-431a-8e11-9bee41758a4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4354 | 2024.06.28 23:43:15.149502 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4355 | 2024.06.28 23:43:15.149545 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4356 | 2024.06.28 23:43:15.149670 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4357 | 2024.06.28 23:43:15.150031 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2024.06.28 23:43:15.150068 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4359 | 2024.06.28 23:43:15.150386 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4360 | 2024.06.28 23:43:15.150694 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4361 | 2024.06.28 23:43:15.150844 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001389 sec., 81353.49172066235 rows/sec., 6.70 MiB/sec. | ||
| 4362 | 2024.06.28 23:43:15.151000 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4363 | 2024.06.28 23:43:15.151025 [ 3 ] {78fcafc6-e9a8-43aa-9aaf-d9e690f2a11a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4364 | 2024.06.28 23:43:15.151041 [ 3 ] {} <Debug> HTTP-Session: d5962db5-d0ab-431a-8e11-9bee41758a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4365 | 2024.06.28 23:43:15.151187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4366 | 2024.06.28 23:43:15.151235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4367 | 2024.06.28 23:43:15.151255 [ 3 ] {} <Debug> HTTP-Session: d6acabab-1489-4e6f-9ecf-e9018c837665 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4368 | 2024.06.28 23:43:15.151271 [ 3 ] {} <Debug> HTTP-Session: d6acabab-1489-4e6f-9ecf-e9018c837665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4369 | 2024.06.28 23:43:15.151285 [ 3 ] {} <Debug> HTTP-Session: d6acabab-1489-4e6f-9ecf-e9018c837665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4370 | 2024.06.28 23:43:15.151316 [ 3 ] {} <Trace> HTTP-Session: d6acabab-1489-4e6f-9ecf-e9018c837665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4371 | 2024.06.28 23:43:15.151437 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4372 | 2024.06.28 23:43:15.151480 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4373 | 2024.06.28 23:43:15.151607 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4374 | 2024.06.28 23:43:15.151933 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4375 | 2024.06.28 23:43:15.151971 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4376 | 2024.06.28 23:43:15.152288 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4377 | 2024.06.28 23:43:15.152598 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4378 | 2024.06.28 23:43:15.152756 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001362 sec., 60939.79441997063 rows/sec., 4.76 MiB/sec. | ||
| 4379 | 2024.06.28 23:43:15.152924 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 4380 | 2024.06.28 23:43:15.152949 [ 3 ] {d474aed0-af10-4d30-b85f-5808df9b14ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4381 | 2024.06.28 23:43:15.152965 [ 3 ] {} <Debug> HTTP-Session: d6acabab-1489-4e6f-9ecf-e9018c837665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4382 | 2024.06.28 23:43:15.153120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4383 | 2024.06.28 23:43:15.153169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4384 | 2024.06.28 23:43:15.153190 [ 3 ] {} <Debug> HTTP-Session: de3b2d38-b0b2-4077-9ab3-2e7027dce0fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4385 | 2024.06.28 23:43:15.153207 [ 3 ] {} <Debug> HTTP-Session: de3b2d38-b0b2-4077-9ab3-2e7027dce0fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4386 | 2024.06.28 23:43:15.153221 [ 3 ] {} <Debug> HTTP-Session: de3b2d38-b0b2-4077-9ab3-2e7027dce0fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4387 | 2024.06.28 23:43:15.153252 [ 3 ] {} <Trace> HTTP-Session: de3b2d38-b0b2-4077-9ab3-2e7027dce0fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4388 | 2024.06.28 23:43:15.153392 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4389 | 2024.06.28 23:43:15.153438 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4390 | 2024.06.28 23:43:15.153584 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4391 | 2024.06.28 23:43:15.153946 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2024.06.28 23:43:15.153983 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4393 | 2024.06.28 23:43:15.154366 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4394 | 2024.06.28 23:43:15.154698 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2024.06.28 23:43:15.154856 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
| 4396 | 2024.06.28 23:43:15.155137 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4397 | 2024.06.28 23:43:15.155178 [ 3 ] {7e2cc198-5204-4fd8-b12a-609b57fdec9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4398 | 2024.06.28 23:43:15.155200 [ 3 ] {} <Debug> HTTP-Session: de3b2d38-b0b2-4077-9ab3-2e7027dce0fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4399 | 2024.06.28 23:43:15.155351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30571, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4400 | 2024.06.28 23:43:15.155399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4401 | 2024.06.28 23:43:15.155419 [ 3 ] {} <Debug> HTTP-Session: a8154a19-61bb-461b-84e3-38592b71f460 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4402 | 2024.06.28 23:43:15.155435 [ 3 ] {} <Debug> HTTP-Session: a8154a19-61bb-461b-84e3-38592b71f460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4403 | 2024.06.28 23:43:15.155450 [ 3 ] {} <Debug> HTTP-Session: a8154a19-61bb-461b-84e3-38592b71f460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4404 | 2024.06.28 23:43:15.155480 [ 3 ] {} <Trace> HTTP-Session: a8154a19-61bb-461b-84e3-38592b71f460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4405 | 2024.06.28 23:43:15.155756 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4406 | 2024.06.28 23:43:15.155830 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <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_histogramf64 | ||
| 4407 | 2024.06.28 23:43:15.156267 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4408 | 2024.06.28 23:43:15.156873 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4409 | 2024.06.28 23:43:15.156910 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4410 | 2024.06.28 23:43:15.157552 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4411 | 2024.06.28 23:43:15.157973 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4412 | 2024.06.28 23:43:15.158161 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002603 sec., 7299.270072992701 rows/sec., 13.08 MiB/sec. | ||
| 4413 | 2024.06.28 23:43:15.158390 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4414 | 2024.06.28 23:43:15.158415 [ 3 ] {29c20ec1-4b96-4753-8174-20b7913d1ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4415 | 2024.06.28 23:43:15.158432 [ 3 ] {} <Debug> HTTP-Session: a8154a19-61bb-461b-84e3-38592b71f460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4416 | 2024.06.28 23:43:15.158568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4417 | 2024.06.28 23:43:15.158619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4418 | 2024.06.28 23:43:15.158640 [ 3 ] {} <Debug> HTTP-Session: 67e98cc4-7d89-46c0-9ec4-6583a1151078 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4419 | 2024.06.28 23:43:15.158658 [ 3 ] {} <Debug> HTTP-Session: 67e98cc4-7d89-46c0-9ec4-6583a1151078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4420 | 2024.06.28 23:43:15.158673 [ 3 ] {} <Debug> HTTP-Session: 67e98cc4-7d89-46c0-9ec4-6583a1151078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4421 | 2024.06.28 23:43:15.158704 [ 3 ] {} <Trace> HTTP-Session: 67e98cc4-7d89-46c0-9ec4-6583a1151078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4422 | 2024.06.28 23:43:15.158818 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4423 | 2024.06.28 23:43:15.158864 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4424 | 2024.06.28 23:43:15.158993 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4425 | 2024.06.28 23:43:15.159294 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4426 | 2024.06.28 23:43:15.159331 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4427 | 2024.06.28 23:43:15.159707 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4428 | 2024.06.28 23:43:15.160040 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4429 | 2024.06.28 23:43:15.160197 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
| 4430 | 2024.06.28 23:43:15.160350 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4431 | 2024.06.28 23:43:15.160375 [ 3 ] {5b176f8e-db08-4bfd-981f-31c15d0465ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4432 | 2024.06.28 23:43:15.160391 [ 3 ] {} <Debug> HTTP-Session: 67e98cc4-7d89-46c0-9ec4-6583a1151078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4433 | 2024.06.28 23:43:18.569026 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4434 | 2024.06.28 23:43:18.569085 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4435 | 2024.06.28 23:43:20.147129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4436 | 2024.06.28 23:43:20.147270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4437 | 2024.06.28 23:43:20.147301 [ 3 ] {} <Debug> HTTP-Session: c5135b2f-3941-4b80-800c-cffeac683d66 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4438 | 2024.06.28 23:43:20.147330 [ 3 ] {} <Debug> HTTP-Session: c5135b2f-3941-4b80-800c-cffeac683d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4439 | 2024.06.28 23:43:20.147349 [ 3 ] {} <Debug> HTTP-Session: c5135b2f-3941-4b80-800c-cffeac683d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4440 | 2024.06.28 23:43:20.147405 [ 3 ] {} <Trace> HTTP-Session: c5135b2f-3941-4b80-800c-cffeac683d66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4441 | 2024.06.28 23:43:20.147605 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4442 | 2024.06.28 23:43:20.147682 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4443 | 2024.06.28 23:43:20.147898 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4444 | 2024.06.28 23:43:20.148345 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2024.06.28 23:43:20.148390 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4446 | 2024.06.28 23:43:20.148762 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4447 | 2024.06.28 23:43:20.149100 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2024.06.28 23:43:20.149276 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001722 sec., 6387.921022067363 rows/sec., 517.77 KiB/sec. | ||
| 4449 | 2024.06.28 23:43:20.149287 [ 138 ] {} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4450 | 2024.06.28 23:43:20.149393 [ 138 ] {} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4451 | 2024.06.28 23:43:20.149444 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4452 | 2024.06.28 23:43:20.149568 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4453 | 2024.06.28 23:43:20.149627 [ 3 ] {81e971e8-0529-46d5-80c4-ef1b1000ffe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4454 | 2024.06.28 23:43:20.149652 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 4455 | 2024.06.28 23:43:20.149664 [ 3 ] {} <Debug> HTTP-Session: c5135b2f-3941-4b80-800c-cffeac683d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4456 | 2024.06.28 23:43:20.149891 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4457 | 2024.06.28 23:43:20.149898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4458 | 2024.06.28 23:43:20.149950 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 30 rows starting from the beginning of the part | ||
| 4459 | 2024.06.28 23:43:20.149998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4460 | 2024.06.28 23:43:20.150040 [ 3 ] {} <Debug> HTTP-Session: 3dffbd27-8683-4240-a6f1-afc8c39e6331 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4461 | 2024.06.28 23:43:20.150093 [ 3 ] {} <Debug> HTTP-Session: 3dffbd27-8683-4240-a6f1-afc8c39e6331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4462 | 2024.06.28 23:43:20.150182 [ 3 ] {} <Debug> HTTP-Session: 3dffbd27-8683-4240-a6f1-afc8c39e6331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4463 | 2024.06.28 23:43:20.150225 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
| 4464 | 2024.06.28 23:43:20.150306 [ 3 ] {} <Trace> HTTP-Session: 3dffbd27-8683-4240-a6f1-afc8c39e6331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4465 | 2024.06.28 23:43:20.150478 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 19 rows starting from the beginning of the part | ||
| 4466 | 2024.06.28 23:43:20.150712 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4467 | 2024.06.28 23:43:20.150712 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part | ||
| 4468 | 2024.06.28 23:43:20.150835 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4469 | 2024.06.28 23:43:20.151046 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 19 rows starting from the beginning of the part | ||
| 4470 | 2024.06.28 23:43:20.151407 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part | ||
| 4471 | 2024.06.28 23:43:20.151962 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4472 | 2024.06.28 23:43:20.152818 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4473 | 2024.06.28 23:43:20.152887 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4474 | 2024.06.28 23:43:20.153802 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4475 | 2024.06.28 23:43:20.153992 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 4 columns (4 merged, 0 gathered) in 0.004444286 sec., 22725.81017513274 rows/sec., 1.80 MiB/sec. | ||
| 4476 | 2024.06.28 23:43:20.154318 [ 201 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4477 | 2024.06.28 23:43:20.154514 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4478 | 2024.06.28 23:43:20.154853 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.004254 sec., 20921.485660554772 rows/sec., 1.69 MiB/sec. | ||
| 4479 | 2024.06.28 23:43:20.155560 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Debug> DynamicQueryHandler: Done processing query | ||
| 4480 | 2024.06.28 23:43:20.155635 [ 3 ] {176202bf-295d-4c0e-ab45-36d035c95975} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4481 | 2024.06.28 23:43:20.155701 [ 3 ] {} <Debug> HTTP-Session: 3dffbd27-8683-4240-a6f1-afc8c39e6331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4482 | 2024.06.28 23:43:20.155886 [ 201 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2024.06.28 23:43:20.155902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4484 | 2024.06.28 23:43:20.156013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4485 | 2024.06.28 23:43:20.156037 [ 3 ] {} <Debug> HTTP-Session: 26409a76-07c6-4b3d-91e8-349d7d77faf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4486 | 2024.06.28 23:43:20.156056 [ 201 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_21_4} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4487 | 2024.06.28 23:43:20.156065 [ 3 ] {} <Debug> HTTP-Session: 26409a76-07c6-4b3d-91e8-349d7d77faf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4488 | 2024.06.28 23:43:20.156098 [ 3 ] {} <Debug> HTTP-Session: 26409a76-07c6-4b3d-91e8-349d7d77faf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4489 | 2024.06.28 23:43:20.156175 [ 3 ] {} <Trace> HTTP-Session: 26409a76-07c6-4b3d-91e8-349d7d77faf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4490 | 2024.06.28 23:43:20.156223 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4491 | 2024.06.28 23:43:20.156358 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4492 | 2024.06.28 23:43:20.156408 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4493 | 2024.06.28 23:43:20.156563 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4494 | 2024.06.28 23:43:20.156953 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2024.06.28 23:43:20.156992 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4496 | 2024.06.28 23:43:20.157341 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4497 | 2024.06.28 23:43:20.157668 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4498 | 2024.06.28 23:43:20.157843 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001529 sec., 49051.667756703726 rows/sec., 3.83 MiB/sec. | ||
| 4499 | 2024.06.28 23:43:20.158057 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Debug> DynamicQueryHandler: Done processing query | ||
| 4500 | 2024.06.28 23:43:20.158083 [ 3 ] {ad8f62fe-120e-465e-85e4-be332dcb8f46} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4501 | 2024.06.28 23:43:20.158099 [ 3 ] {} <Debug> HTTP-Session: 26409a76-07c6-4b3d-91e8-349d7d77faf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4502 | 2024.06.28 23:43:20.158250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4503 | 2024.06.28 23:43:20.158303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4504 | 2024.06.28 23:43:20.158323 [ 3 ] {} <Debug> HTTP-Session: dfca64c1-1d46-4c71-b782-df8fca9c36f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4505 | 2024.06.28 23:43:20.158339 [ 3 ] {} <Debug> HTTP-Session: dfca64c1-1d46-4c71-b782-df8fca9c36f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4506 | 2024.06.28 23:43:20.158353 [ 3 ] {} <Debug> HTTP-Session: dfca64c1-1d46-4c71-b782-df8fca9c36f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4507 | 2024.06.28 23:43:20.158383 [ 3 ] {} <Trace> HTTP-Session: dfca64c1-1d46-4c71-b782-df8fca9c36f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4508 | 2024.06.28 23:43:20.158540 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4509 | 2024.06.28 23:43:20.158587 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4510 | 2024.06.28 23:43:20.158736 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4511 | 2024.06.28 23:43:20.159109 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4512 | 2024.06.28 23:43:20.159146 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4513 | 2024.06.28 23:43:20.159541 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4514 | 2024.06.28 23:43:20.159889 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4515 | 2024.06.28 23:43:20.160060 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 4516 | 2024.06.28 23:43:20.160333 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Debug> DynamicQueryHandler: Done processing query | ||
| 4517 | 2024.06.28 23:43:20.160372 [ 3 ] {9831e9db-f25b-4703-b881-bed147486b41} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4518 | 2024.06.28 23:43:20.160390 [ 3 ] {} <Debug> HTTP-Session: dfca64c1-1d46-4c71-b782-df8fca9c36f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4519 | 2024.06.28 23:43:20.160504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4520 | 2024.06.28 23:43:20.160550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4521 | 2024.06.28 23:43:20.160570 [ 3 ] {} <Debug> HTTP-Session: e1757b2b-0244-4266-86f4-3e49beed73fb Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4522 | 2024.06.28 23:43:20.160585 [ 3 ] {} <Debug> HTTP-Session: e1757b2b-0244-4266-86f4-3e49beed73fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4523 | 2024.06.28 23:43:20.160598 [ 3 ] {} <Debug> HTTP-Session: e1757b2b-0244-4266-86f4-3e49beed73fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4524 | 2024.06.28 23:43:20.160627 [ 3 ] {} <Trace> HTTP-Session: e1757b2b-0244-4266-86f4-3e49beed73fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4525 | 2024.06.28 23:43:20.160796 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4526 | 2024.06.28 23:43:20.160861 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <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_histogramf64 | ||
| 4527 | 2024.06.28 23:43:20.161355 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4528 | 2024.06.28 23:43:20.161875 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4529 | 2024.06.28 23:43:20.161912 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4530 | 2024.06.28 23:43:20.162507 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4531 | 2024.06.28 23:43:20.162937 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4532 | 2024.06.28 23:43:20.163121 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002378 sec., 4625.73591253154 rows/sec., 8.29 MiB/sec. | ||
| 4533 | 2024.06.28 23:43:20.163120 [ 135 ] {} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4534 | 2024.06.28 23:43:20.163245 [ 135 ] {} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2024.06.28 23:43:20.163311 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4536 | 2024.06.28 23:43:20.163687 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4537 | 2024.06.28 23:43:20.163774 [ 3 ] {fd70f4cd-eece-49f8-b3a2-cd1478002dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4538 | 2024.06.28 23:43:20.163843 [ 3 ] {} <Debug> HTTP-Session: e1757b2b-0244-4266-86f4-3e49beed73fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4539 | 2024.06.28 23:43:20.163860 [ 198 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 4540 | 2024.06.28 23:43:20.164053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4541 | 2024.06.28 23:43:20.164182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4542 | 2024.06.28 23:43:20.164243 [ 3 ] {} <Debug> HTTP-Session: ee32bd7c-1428-40f5-b702-2316a04d6f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4543 | 2024.06.28 23:43:20.164301 [ 3 ] {} <Debug> HTTP-Session: ee32bd7c-1428-40f5-b702-2316a04d6f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4544 | 2024.06.28 23:43:20.164353 [ 3 ] {} <Debug> HTTP-Session: ee32bd7c-1428-40f5-b702-2316a04d6f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4545 | 2024.06.28 23:43:20.164456 [ 3 ] {} <Trace> HTTP-Session: ee32bd7c-1428-40f5-b702-2316a04d6f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4546 | 2024.06.28 23:43:20.164759 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4547 | 2024.06.28 23:43:20.164809 [ 198 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4548 | 2024.06.28 23:43:20.164861 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4549 | 2024.06.28 23:43:20.165010 [ 198 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 259 rows starting from the beginning of the part | ||
| 4550 | 2024.06.28 23:43:20.165638 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4551 | 2024.06.28 23:43:20.165949 [ 198 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
| 4552 | 2024.06.28 23:43:20.166655 [ 198 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 19 rows starting from the beginning of the part | ||
| 4553 | 2024.06.28 23:43:20.166791 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2024.06.28 23:43:20.166888 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4555 | 2024.06.28 23:43:20.167307 [ 198 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part | ||
| 4556 | 2024.06.28 23:43:20.168038 [ 198 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 19 rows starting from the beginning of the part | ||
| 4557 | 2024.06.28 23:43:20.168183 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4558 | 2024.06.28 23:43:20.168568 [ 198 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part | ||
| 4559 | 2024.06.28 23:43:20.169269 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2024.06.28 23:43:20.169686 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005039 sec., 11907.124429450287 rows/sec., 821.72 KiB/sec. | ||
| 4561 | 2024.06.28 23:43:20.170367 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4562 | 2024.06.28 23:43:20.170425 [ 3 ] {3da9d74e-9701-4d4e-bd30-24fbbf14d8b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4563 | 2024.06.28 23:43:20.170479 [ 3 ] {} <Debug> HTTP-Session: ee32bd7c-1428-40f5-b702-2316a04d6f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4564 | 2024.06.28 23:43:20.173357 [ 191 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 19 columns (19 merged, 0 gathered) in 0.009942457 sec., 33190.990919045464 rows/sec., 59.48 MiB/sec. | ||
| 4565 | 2024.06.28 23:43:20.173893 [ 191 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4566 | 2024.06.28 23:43:20.174570 [ 191 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): 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.06.28 23:43:20.174663 [ 191 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4568 | 2024.06.28 23:43:20.174816 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 4569 | 2024.06.28 23:43:25.147314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4570 | 2024.06.28 23:43:25.147440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4571 | 2024.06.28 23:43:25.147469 [ 3 ] {} <Debug> HTTP-Session: 421566eb-3196-4d0d-bf7f-36402b2f26b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4572 | 2024.06.28 23:43:25.147493 [ 3 ] {} <Debug> HTTP-Session: 421566eb-3196-4d0d-bf7f-36402b2f26b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4573 | 2024.06.28 23:43:25.147512 [ 3 ] {} <Debug> HTTP-Session: 421566eb-3196-4d0d-bf7f-36402b2f26b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4574 | 2024.06.28 23:43:25.147561 [ 3 ] {} <Trace> HTTP-Session: 421566eb-3196-4d0d-bf7f-36402b2f26b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4575 | 2024.06.28 23:43:25.147747 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4576 | 2024.06.28 23:43:25.147813 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4577 | 2024.06.28 23:43:25.148003 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4578 | 2024.06.28 23:43:25.148422 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4579 | 2024.06.28 23:43:25.148463 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4580 | 2024.06.28 23:43:25.148837 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4581 | 2024.06.28 23:43:25.149185 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4582 | 2024.06.28 23:43:25.149353 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001661 sec., 11438.89223359422 rows/sec., 927.18 KiB/sec. | ||
| 4583 | 2024.06.28 23:43:25.149639 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Debug> DynamicQueryHandler: Done processing query | ||
| 4584 | 2024.06.28 23:43:25.149673 [ 3 ] {4947c435-a05d-40d1-8d2d-46478bf4d320} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4585 | 2024.06.28 23:43:25.149691 [ 3 ] {} <Debug> HTTP-Session: 421566eb-3196-4d0d-bf7f-36402b2f26b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4586 | 2024.06.28 23:43:25.149832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4587 | 2024.06.28 23:43:25.149883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4588 | 2024.06.28 23:43:25.149905 [ 3 ] {} <Debug> HTTP-Session: 686dee22-864d-430e-b4d5-60d593078034 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4589 | 2024.06.28 23:43:25.149921 [ 3 ] {} <Debug> HTTP-Session: 686dee22-864d-430e-b4d5-60d593078034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4590 | 2024.06.28 23:43:25.149935 [ 3 ] {} <Debug> HTTP-Session: 686dee22-864d-430e-b4d5-60d593078034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4591 | 2024.06.28 23:43:25.149966 [ 3 ] {} <Trace> HTTP-Session: 686dee22-864d-430e-b4d5-60d593078034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4592 | 2024.06.28 23:43:25.150069 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4593 | 2024.06.28 23:43:25.150114 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4594 | 2024.06.28 23:43:25.150262 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4595 | 2024.06.28 23:43:25.150543 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4596 | 2024.06.28 23:43:25.150581 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4597 | 2024.06.28 23:43:25.150894 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4598 | 2024.06.28 23:43:25.151228 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4599 | 2024.06.28 23:43:25.151399 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001345 sec., 1486.988847583643 rows/sec., 121.25 KiB/sec. | ||
| 4600 | 2024.06.28 23:43:25.151604 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4601 | 2024.06.28 23:43:25.151630 [ 3 ] {8cfd37d4-635c-476e-8031-42a08d6b43b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4602 | 2024.06.28 23:43:25.151647 [ 3 ] {} <Debug> HTTP-Session: 686dee22-864d-430e-b4d5-60d593078034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4603 | 2024.06.28 23:43:25.151781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4604 | 2024.06.28 23:43:25.151829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4605 | 2024.06.28 23:43:25.151849 [ 3 ] {} <Debug> HTTP-Session: 160aa8a6-14f2-4d31-98d4-9b573bfcf940 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4606 | 2024.06.28 23:43:25.151866 [ 3 ] {} <Debug> HTTP-Session: 160aa8a6-14f2-4d31-98d4-9b573bfcf940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4607 | 2024.06.28 23:43:25.151880 [ 3 ] {} <Debug> HTTP-Session: 160aa8a6-14f2-4d31-98d4-9b573bfcf940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4608 | 2024.06.28 23:43:25.151912 [ 3 ] {} <Trace> HTTP-Session: 160aa8a6-14f2-4d31-98d4-9b573bfcf940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4609 | 2024.06.28 23:43:25.152041 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4610 | 2024.06.28 23:43:25.152084 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4611 | 2024.06.28 23:43:25.152211 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4612 | 2024.06.28 23:43:25.152574 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4613 | 2024.06.28 23:43:25.152612 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4614 | 2024.06.28 23:43:25.152934 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4615 | 2024.06.28 23:43:25.153249 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4616 | 2024.06.28 23:43:25.153416 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Debug> executeQuery: Read 114 rows, 9.61 KiB in 0.001416 sec., 80508.47457627118 rows/sec., 6.63 MiB/sec. | ||
| 4617 | 2024.06.28 23:43:25.153413 [ 134 ] {} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4618 | 2024.06.28 23:43:25.153535 [ 134 ] {} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2024.06.28 23:43:25.153577 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4620 | 2024.06.28 23:43:25.153690 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4621 | 2024.06.28 23:43:25.153762 [ 3 ] {458764db-8cc4-4493-acf6-79a1d24aa5b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4622 | 2024.06.28 23:43:25.153881 [ 3 ] {} <Debug> HTTP-Session: 160aa8a6-14f2-4d31-98d4-9b573bfcf940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4623 | 2024.06.28 23:43:25.153904 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::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 | ||
| 4624 | 2024.06.28 23:43:25.154145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4625 | 2024.06.28 23:43:25.154215 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4626 | 2024.06.28 23:43:25.154248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4627 | 2024.06.28 23:43:25.154280 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 189 rows starting from the beginning of the part | ||
| 4628 | 2024.06.28 23:43:25.154291 [ 3 ] {} <Debug> HTTP-Session: 5d513315-3b43-47b6-921e-993d1f1987d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4629 | 2024.06.28 23:43:25.154332 [ 3 ] {} <Debug> HTTP-Session: 5d513315-3b43-47b6-921e-993d1f1987d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4630 | 2024.06.28 23:43:25.154374 [ 3 ] {} <Debug> HTTP-Session: 5d513315-3b43-47b6-921e-993d1f1987d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4631 | 2024.06.28 23:43:25.154511 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 115 rows starting from the beginning of the part | ||
| 4632 | 2024.06.28 23:43:25.154537 [ 3 ] {} <Trace> HTTP-Session: 5d513315-3b43-47b6-921e-993d1f1987d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4633 | 2024.06.28 23:43:25.154810 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 89 rows starting from the beginning of the part | ||
| 4634 | 2024.06.28 23:43:25.154999 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4635 | 2024.06.28 23:43:25.155124 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
| 4636 | 2024.06.28 23:43:25.155177 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4637 | 2024.06.28 23:43:25.155417 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 89 rows starting from the beginning of the part | ||
| 4638 | 2024.06.28 23:43:25.155782 [ 187 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 114 rows starting from the beginning of the part | ||
| 4639 | 2024.06.28 23:43:25.156319 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4640 | 2024.06.28 23:43:25.157078 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2024.06.28 23:43:25.157201 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4642 | 2024.06.28 23:43:25.158042 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4643 | 2024.06.28 23:43:25.158762 [ 198 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 709 rows, containing 4 columns (4 merged, 0 gathered) in 0.005102162 sec., 138960.69940546772 rows/sec., 11.36 MiB/sec. | ||
| 4644 | 2024.06.28 23:43:25.158882 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4645 | 2024.06.28 23:43:25.159065 [ 198 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4646 | 2024.06.28 23:43:25.159145 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004295 sec., 465.6577415599534 rows/sec., 32.51 KiB/sec. | ||
| 4647 | 2024.06.28 23:43:25.159539 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Debug> DynamicQueryHandler: Done processing query | ||
| 4648 | 2024.06.28 23:43:25.159586 [ 3 ] {7f41656c-70ff-4bb2-b7e8-7262993e8080} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4649 | 2024.06.28 23:43:25.159649 [ 3 ] {} <Debug> HTTP-Session: 5d513315-3b43-47b6-921e-993d1f1987d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4650 | 2024.06.28 23:43:25.159809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4651 | 2024.06.28 23:43:25.159901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4652 | 2024.06.28 23:43:25.159915 [ 198 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4653 | 2024.06.28 23:43:25.159935 [ 3 ] {} <Debug> HTTP-Session: 0fdca266-a2d2-4fcf-b8be-e1e6a32335af Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4654 | 2024.06.28 23:43:25.159984 [ 3 ] {} <Debug> HTTP-Session: 0fdca266-a2d2-4fcf-b8be-e1e6a32335af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4655 | 2024.06.28 23:43:25.160011 [ 3 ] {} <Debug> HTTP-Session: 0fdca266-a2d2-4fcf-b8be-e1e6a32335af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4656 | 2024.06.28 23:43:25.160067 [ 3 ] {} <Trace> HTTP-Session: 0fdca266-a2d2-4fcf-b8be-e1e6a32335af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4657 | 2024.06.28 23:43:25.160083 [ 198 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_26_5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4658 | 2024.06.28 23:43:25.160242 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4659 | 2024.06.28 23:43:25.160296 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4660 | 2024.06.28 23:43:25.160346 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4661 | 2024.06.28 23:43:25.160491 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4662 | 2024.06.28 23:43:25.160849 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4663 | 2024.06.28 23:43:25.160887 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4664 | 2024.06.28 23:43:25.161215 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4665 | 2024.06.28 23:43:25.161551 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4666 | 2024.06.28 23:43:25.161684 [ 132 ] {} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4667 | 2024.06.28 23:43:25.161690 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001483 sec., 57316.250842886046 rows/sec., 4.48 MiB/sec. | ||
| 4668 | 2024.06.28 23:43:25.161732 [ 132 ] {} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4669 | 2024.06.28 23:43:25.161772 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4670 | 2024.06.28 23:43:25.161911 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4671 | 2024.06.28 23:43:25.161928 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 4672 | 2024.06.28 23:43:25.161952 [ 3 ] {20cb98e1-a666-4c8c-b88f-7b3f1a7958cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4673 | 2024.06.28 23:43:25.162006 [ 3 ] {} <Debug> HTTP-Session: 0fdca266-a2d2-4fcf-b8be-e1e6a32335af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4674 | 2024.06.28 23:43:25.162130 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4675 | 2024.06.28 23:43:25.162169 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 148 rows starting from the beginning of the part | ||
| 4676 | 2024.06.28 23:43:25.162214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4677 | 2024.06.28 23:43:25.162403 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part | ||
| 4678 | 2024.06.28 23:43:25.162411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4679 | 2024.06.28 23:43:25.162514 [ 3 ] {} <Debug> HTTP-Session: 09111b8c-d0e0-42a7-8491-1bc8fd25ab43 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4680 | 2024.06.28 23:43:25.162591 [ 3 ] {} <Debug> HTTP-Session: 09111b8c-d0e0-42a7-8491-1bc8fd25ab43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4681 | 2024.06.28 23:43:25.162640 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 75 rows starting from the beginning of the part | ||
| 4682 | 2024.06.28 23:43:25.162684 [ 3 ] {} <Debug> HTTP-Session: 09111b8c-d0e0-42a7-8491-1bc8fd25ab43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4683 | 2024.06.28 23:43:25.162824 [ 3 ] {} <Trace> HTTP-Session: 09111b8c-d0e0-42a7-8491-1bc8fd25ab43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4684 | 2024.06.28 23:43:25.162901 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 83 rows starting from the beginning of the part | ||
| 4685 | 2024.06.28 23:43:25.163148 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 75 rows starting from the beginning of the part | ||
| 4686 | 2024.06.28 23:43:25.163383 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 85 rows starting from the beginning of the part | ||
| 4687 | 2024.06.28 23:43:25.163399 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4688 | 2024.06.28 23:43:25.163628 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4689 | 2024.06.28 23:43:25.164237 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4690 | 2024.06.28 23:43:25.165186 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2024.06.28 23:43:25.165268 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4692 | 2024.06.28 23:43:25.166250 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 4 columns (4 merged, 0 gathered) in 0.004399525 sec., 125695.38757024908 rows/sec., 9.82 MiB/sec. | ||
| 4693 | 2024.06.28 23:43:25.166342 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4694 | 2024.06.28 23:43:25.166487 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4695 | 2024.06.28 23:43:25.167226 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4696 | 2024.06.28 23:43:25.167596 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004458 sec., 36114.84970838941 rows/sec., 2.52 MiB/sec. | ||
| 4697 | 2024.06.28 23:43:25.167631 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4698 | 2024.06.28 23:43:25.168065 [ 187 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_26_5} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4699 | 2024.06.28 23:43:25.168199 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Debug> DynamicQueryHandler: Done processing query | ||
| 4700 | 2024.06.28 23:43:25.168286 [ 3 ] {b2a7abd2-e4c2-4798-875c-d14d85b8fbce} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4701 | 2024.06.28 23:43:25.168318 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4702 | 2024.06.28 23:43:25.168328 [ 3 ] {} <Debug> HTTP-Session: 09111b8c-d0e0-42a7-8491-1bc8fd25ab43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4703 | 2024.06.28 23:43:25.168528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4704 | 2024.06.28 23:43:25.168579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4705 | 2024.06.28 23:43:25.168600 [ 3 ] {} <Debug> HTTP-Session: 076d23bf-3e3f-4522-9695-d322bc7f9ccf Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4706 | 2024.06.28 23:43:25.168617 [ 3 ] {} <Debug> HTTP-Session: 076d23bf-3e3f-4522-9695-d322bc7f9ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4707 | 2024.06.28 23:43:25.168632 [ 3 ] {} <Debug> HTTP-Session: 076d23bf-3e3f-4522-9695-d322bc7f9ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4708 | 2024.06.28 23:43:25.168664 [ 3 ] {} <Trace> HTTP-Session: 076d23bf-3e3f-4522-9695-d322bc7f9ccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4709 | 2024.06.28 23:43:25.169009 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4710 | 2024.06.28 23:43:25.169080 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <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_histogramf64 | ||
| 4711 | 2024.06.28 23:43:25.169510 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4712 | 2024.06.28 23:43:25.170049 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2024.06.28 23:43:25.170085 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4714 | 2024.06.28 23:43:25.170693 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4715 | 2024.06.28 23:43:25.171113 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2024.06.28 23:43:25.171262 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002514 sec., 7557.677008750994 rows/sec., 13.54 MiB/sec. | ||
| 4717 | 2024.06.28 23:43:25.171463 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4718 | 2024.06.28 23:43:25.171488 [ 3 ] {628b9801-c4ca-4f16-b08b-4f3ca2e77a0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4719 | 2024.06.28 23:43:25.171505 [ 3 ] {} <Debug> HTTP-Session: 076d23bf-3e3f-4522-9695-d322bc7f9ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4720 | 2024.06.28 23:43:25.171626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4721 | 2024.06.28 23:43:25.171675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4722 | 2024.06.28 23:43:25.171697 [ 3 ] {} <Debug> HTTP-Session: a8a428b2-1a98-4ae5-b3db-10a5b01bef2c Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4723 | 2024.06.28 23:43:25.171713 [ 3 ] {} <Debug> HTTP-Session: a8a428b2-1a98-4ae5-b3db-10a5b01bef2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4724 | 2024.06.28 23:43:25.171727 [ 3 ] {} <Debug> HTTP-Session: a8a428b2-1a98-4ae5-b3db-10a5b01bef2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4725 | 2024.06.28 23:43:25.171758 [ 3 ] {} <Trace> HTTP-Session: a8a428b2-1a98-4ae5-b3db-10a5b01bef2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4726 | 2024.06.28 23:43:25.171876 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4727 | 2024.06.28 23:43:25.171921 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4728 | 2024.06.28 23:43:25.172046 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4729 | 2024.06.28 23:43:25.172344 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2024.06.28 23:43:25.172380 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4731 | 2024.06.28 23:43:25.172761 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4732 | 2024.06.28 23:43:25.173095 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2024.06.28 23:43:25.173229 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
| 4734 | 2024.06.28 23:43:25.173391 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Debug> DynamicQueryHandler: Done processing query | ||
| 4735 | 2024.06.28 23:43:25.173415 [ 3 ] {318e4f71-2247-46c6-9bb7-18bfd288c470} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4736 | 2024.06.28 23:43:25.173432 [ 3 ] {} <Debug> HTTP-Session: a8a428b2-1a98-4ae5-b3db-10a5b01bef2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4737 | 2024.06.28 23:43:30.148329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4738 | 2024.06.28 23:43:30.148461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4739 | 2024.06.28 23:43:30.148486 [ 3 ] {} <Debug> HTTP-Session: 6cbc6f2e-ed02-43b5-8c5a-38f20b36ec3c Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4740 | 2024.06.28 23:43:30.148510 [ 3 ] {} <Debug> HTTP-Session: 6cbc6f2e-ed02-43b5-8c5a-38f20b36ec3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4741 | 2024.06.28 23:43:30.148525 [ 3 ] {} <Debug> HTTP-Session: 6cbc6f2e-ed02-43b5-8c5a-38f20b36ec3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4742 | 2024.06.28 23:43:30.148573 [ 3 ] {} <Trace> HTTP-Session: 6cbc6f2e-ed02-43b5-8c5a-38f20b36ec3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2024.06.28 23:43:30.148752 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4744 | 2024.06.28 23:43:30.148816 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4745 | 2024.06.28 23:43:30.148998 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4746 | 2024.06.28 23:43:30.149402 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4747 | 2024.06.28 23:43:30.149443 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4748 | 2024.06.28 23:43:30.149804 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4749 | 2024.06.28 23:43:30.150149 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2024.06.28 23:43:30.150318 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001616 sec., 6806.9306930693065 rows/sec., 551.73 KiB/sec. | ||
| 4751 | 2024.06.28 23:43:30.150624 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Debug> DynamicQueryHandler: Done processing query | ||
| 4752 | 2024.06.28 23:43:30.150652 [ 3 ] {f8da7d00-734c-41f4-b1f2-4b5643f9b699} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4753 | 2024.06.28 23:43:30.150669 [ 3 ] {} <Debug> HTTP-Session: 6cbc6f2e-ed02-43b5-8c5a-38f20b36ec3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4754 | 2024.06.28 23:43:30.150915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4755 | 2024.06.28 23:43:30.150964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4756 | 2024.06.28 23:43:30.150985 [ 3 ] {} <Debug> HTTP-Session: a0cc2138-fb54-40bb-b310-a78f47dd8f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4757 | 2024.06.28 23:43:30.151002 [ 3 ] {} <Debug> HTTP-Session: a0cc2138-fb54-40bb-b310-a78f47dd8f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4758 | 2024.06.28 23:43:30.151018 [ 3 ] {} <Debug> HTTP-Session: a0cc2138-fb54-40bb-b310-a78f47dd8f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4759 | 2024.06.28 23:43:30.151049 [ 3 ] {} <Trace> HTTP-Session: a0cc2138-fb54-40bb-b310-a78f47dd8f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4760 | 2024.06.28 23:43:30.151193 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4761 | 2024.06.28 23:43:30.151237 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4762 | 2024.06.28 23:43:30.151380 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4763 | 2024.06.28 23:43:30.151822 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2024.06.28 23:43:30.151861 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4765 | 2024.06.28 23:43:30.152183 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4766 | 2024.06.28 23:43:30.152500 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4767 | 2024.06.28 23:43:30.152633 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Debug> executeQuery: Read 125 rows, 10.13 KiB in 0.0015 sec., 83333.33333333333 rows/sec., 6.59 MiB/sec. | ||
| 4768 | 2024.06.28 23:43:30.152825 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Debug> DynamicQueryHandler: Done processing query | ||
| 4769 | 2024.06.28 23:43:30.152851 [ 3 ] {48fca99c-e23a-435c-8d32-7cfc14cf1355} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4770 | 2024.06.28 23:43:30.152868 [ 3 ] {} <Debug> HTTP-Session: a0cc2138-fb54-40bb-b310-a78f47dd8f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4771 | 2024.06.28 23:43:30.153009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4772 | 2024.06.28 23:43:30.153060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4773 | 2024.06.28 23:43:30.153080 [ 3 ] {} <Debug> HTTP-Session: bd97cb66-f184-4bbb-b01d-3d9234177a2e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4774 | 2024.06.28 23:43:30.153096 [ 3 ] {} <Debug> HTTP-Session: bd97cb66-f184-4bbb-b01d-3d9234177a2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4775 | 2024.06.28 23:43:30.153112 [ 3 ] {} <Debug> HTTP-Session: bd97cb66-f184-4bbb-b01d-3d9234177a2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4776 | 2024.06.28 23:43:30.153143 [ 3 ] {} <Trace> HTTP-Session: bd97cb66-f184-4bbb-b01d-3d9234177a2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4777 | 2024.06.28 23:43:30.153265 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4778 | 2024.06.28 23:43:30.153308 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4779 | 2024.06.28 23:43:30.153434 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4780 | 2024.06.28 23:43:30.153817 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4781 | 2024.06.28 23:43:30.153855 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4782 | 2024.06.28 23:43:30.154187 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4783 | 2024.06.28 23:43:30.154500 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4784 | 2024.06.28 23:43:30.154660 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001434 sec., 69037.65690376569 rows/sec., 5.38 MiB/sec. | ||
| 4785 | 2024.06.28 23:43:30.154852 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Debug> DynamicQueryHandler: Done processing query | ||
| 4786 | 2024.06.28 23:43:30.154880 [ 3 ] {9ceff586-8dcd-4738-962d-0fb078ba3b26} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4787 | 2024.06.28 23:43:30.154897 [ 3 ] {} <Debug> HTTP-Session: bd97cb66-f184-4bbb-b01d-3d9234177a2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4788 | 2024.06.28 23:43:30.155083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 37606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4789 | 2024.06.28 23:43:30.155134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4790 | 2024.06.28 23:43:30.155155 [ 3 ] {} <Debug> HTTP-Session: c50c08d8-dd58-4d12-9fcc-37ab2fcd80d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4791 | 2024.06.28 23:43:30.155173 [ 3 ] {} <Debug> HTTP-Session: c50c08d8-dd58-4d12-9fcc-37ab2fcd80d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4792 | 2024.06.28 23:43:30.155187 [ 3 ] {} <Debug> HTTP-Session: c50c08d8-dd58-4d12-9fcc-37ab2fcd80d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4793 | 2024.06.28 23:43:30.155219 [ 3 ] {} <Trace> HTTP-Session: c50c08d8-dd58-4d12-9fcc-37ab2fcd80d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4794 | 2024.06.28 23:43:30.155400 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4795 | 2024.06.28 23:43:30.155448 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4796 | 2024.06.28 23:43:30.155592 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4797 | 2024.06.28 23:43:30.156044 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4798 | 2024.06.28 23:43:30.156083 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4799 | 2024.06.28 23:43:30.156490 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4800 | 2024.06.28 23:43:30.156843 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2024.06.28 23:43:30.157017 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001702 sec., 115158.63689776734 rows/sec., 8.04 MiB/sec. | ||
| 4802 | 2024.06.28 23:43:30.157032 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4803 | 2024.06.28 23:43:30.157165 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4804 | 2024.06.28 23:43:30.157228 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4805 | 2024.06.28 23:43:30.157259 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Debug> DynamicQueryHandler: Done processing query | ||
| 4806 | 2024.06.28 23:43:30.157327 [ 3 ] {b262f0b3-171e-436f-b1e5-3d4d27723261} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4807 | 2024.06.28 23:43:30.157380 [ 3 ] {} <Debug> HTTP-Session: c50c08d8-dd58-4d12-9fcc-37ab2fcd80d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4808 | 2024.06.28 23:43:30.157491 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 4809 | 2024.06.28 23:43:30.157595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4810 | 2024.06.28 23:43:30.157696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4811 | 2024.06.28 23:43:30.157755 [ 3 ] {} <Debug> HTTP-Session: 658727b7-5aa9-476a-8da5-172b0bb72538 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4812 | 2024.06.28 23:43:30.157794 [ 3 ] {} <Debug> HTTP-Session: 658727b7-5aa9-476a-8da5-172b0bb72538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4813 | 2024.06.28 23:43:30.157825 [ 3 ] {} <Debug> HTTP-Session: 658727b7-5aa9-476a-8da5-172b0bb72538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4814 | 2024.06.28 23:43:30.157867 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4815 | 2024.06.28 23:43:30.157888 [ 3 ] {} <Trace> HTTP-Session: 658727b7-5aa9-476a-8da5-172b0bb72538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4816 | 2024.06.28 23:43:30.157953 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3124 rows starting from the beginning of the part | ||
| 4817 | 2024.06.28 23:43:30.158117 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 4818 | 2024.06.28 23:43:30.158323 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4819 | 2024.06.28 23:43:30.158459 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4820 | 2024.06.28 23:43:30.158652 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <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_histogramf64 | ||
| 4821 | 2024.06.28 23:43:30.158812 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 4822 | 2024.06.28 23:43:30.159246 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
| 4823 | 2024.06.28 23:43:30.159595 [ 186 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 196 rows starting from the beginning of the part | ||
| 4824 | 2024.06.28 23:43:30.161321 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4825 | 2024.06.28 23:43:30.163162 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4826 | 2024.06.28 23:43:30.163209 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4827 | 2024.06.28 23:43:30.164511 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4828 | 2024.06.28 23:43:30.164566 [ 187 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3961 rows, containing 5 columns (5 merged, 0 gathered) in 0.007199352 sec., 550188.405845415 rows/sec., 38.38 MiB/sec. | ||
| 4829 | 2024.06.28 23:43:30.165094 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2024.06.28 23:43:30.165333 [ 187 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4831 | 2024.06.28 23:43:30.165398 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00735 sec., 1496.5986394557824 rows/sec., 2.68 MiB/sec. | ||
| 4832 | 2024.06.28 23:43:30.166009 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 4833 | 2024.06.28 23:43:30.166064 [ 3 ] {29b0263c-42e6-4a77-b960-0c3cb40d93ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4834 | 2024.06.28 23:43:30.166093 [ 3 ] {} <Debug> HTTP-Session: 658727b7-5aa9-476a-8da5-172b0bb72538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4835 | 2024.06.28 23:43:30.166284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4836 | 2024.06.28 23:43:30.166301 [ 187 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4837 | 2024.06.28 23:43:30.166415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4838 | 2024.06.28 23:43:30.166509 [ 3 ] {} <Debug> HTTP-Session: dd746221-1192-46a5-8dff-04e072b26a51 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4839 | 2024.06.28 23:43:30.166566 [ 3 ] {} <Debug> HTTP-Session: dd746221-1192-46a5-8dff-04e072b26a51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4840 | 2024.06.28 23:43:30.166564 [ 187 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4841 | 2024.06.28 23:43:30.166624 [ 3 ] {} <Debug> HTTP-Session: dd746221-1192-46a5-8dff-04e072b26a51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4842 | 2024.06.28 23:43:30.166718 [ 3 ] {} <Trace> HTTP-Session: dd746221-1192-46a5-8dff-04e072b26a51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4843 | 2024.06.28 23:43:30.166819 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 4844 | 2024.06.28 23:43:30.166927 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4845 | 2024.06.28 23:43:30.166978 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4846 | 2024.06.28 23:43:30.167119 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4847 | 2024.06.28 23:43:30.167430 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2024.06.28 23:43:30.167469 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4849 | 2024.06.28 23:43:30.167847 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4850 | 2024.06.28 23:43:30.168183 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2024.06.28 23:43:30.168342 [ 129 ] {} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4852 | 2024.06.28 23:43:30.168350 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
| 4853 | 2024.06.28 23:43:30.168388 [ 129 ] {} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2024.06.28 23:43:30.168452 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4855 | 2024.06.28 23:43:30.168662 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 4856 | 2024.06.28 23:43:30.168692 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Debug> DynamicQueryHandler: Done processing query | ||
| 4857 | 2024.06.28 23:43:30.168741 [ 3 ] {6f761c11-11c1-4c58-b8f8-0ffc48df9bec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4858 | 2024.06.28 23:43:30.168783 [ 3 ] {} <Debug> HTTP-Session: dd746221-1192-46a5-8dff-04e072b26a51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4859 | 2024.06.28 23:43:30.168901 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4860 | 2024.06.28 23:43:30.168937 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 950 rows starting from the beginning of the part | ||
| 4861 | 2024.06.28 23:43:30.169002 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 4862 | 2024.06.28 23:43:30.169251 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4863 | 2024.06.28 23:43:30.169376 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 4864 | 2024.06.28 23:43:30.169563 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4865 | 2024.06.28 23:43:30.169653 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 4866 | 2024.06.28 23:43:30.170897 [ 192 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 4 columns (4 merged, 0 gathered) in 0.002337756 sec., 534700.7985435606 rows/sec., 36.13 MiB/sec. | ||
| 4867 | 2024.06.28 23:43:30.171120 [ 192 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4868 | 2024.06.28 23:43:30.171555 [ 192 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2024.06.28 23:43:30.171632 [ 192 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_26_5} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4870 | 2024.06.28 23:43:30.171719 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 4871 | 2024.06.28 23:43:33.569127 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4872 | 2024.06.28 23:43:33.569180 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4873 | 2024.06.28 23:43:35.147177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4874 | 2024.06.28 23:43:35.147313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4875 | 2024.06.28 23:43:35.147340 [ 3 ] {} <Debug> HTTP-Session: 8c56b764-7d81-438b-b713-a42e72a76aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4876 | 2024.06.28 23:43:35.147365 [ 3 ] {} <Debug> HTTP-Session: 8c56b764-7d81-438b-b713-a42e72a76aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4877 | 2024.06.28 23:43:35.147380 [ 3 ] {} <Debug> HTTP-Session: 8c56b764-7d81-438b-b713-a42e72a76aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4878 | 2024.06.28 23:43:35.147429 [ 3 ] {} <Trace> HTTP-Session: 8c56b764-7d81-438b-b713-a42e72a76aa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4879 | 2024.06.28 23:43:35.147619 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4880 | 2024.06.28 23:43:35.147686 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4881 | 2024.06.28 23:43:35.147896 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4882 | 2024.06.28 23:43:35.148341 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2024.06.28 23:43:35.148382 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4884 | 2024.06.28 23:43:35.148750 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4885 | 2024.06.28 23:43:35.149084 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2024.06.28 23:43:35.149241 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001678 sec., 11323.00357568534 rows/sec., 917.78 KiB/sec. | ||
| 4887 | 2024.06.28 23:43:35.149450 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4888 | 2024.06.28 23:43:35.149476 [ 3 ] {12879761-6345-4abd-8eb0-a543357c24a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4889 | 2024.06.28 23:43:35.149492 [ 3 ] {} <Debug> HTTP-Session: 8c56b764-7d81-438b-b713-a42e72a76aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4890 | 2024.06.28 23:43:35.149668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4891 | 2024.06.28 23:43:35.149719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4892 | 2024.06.28 23:43:35.149739 [ 3 ] {} <Debug> HTTP-Session: 42b75281-f765-49c5-a83a-75d0f52bf785 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4893 | 2024.06.28 23:43:35.149755 [ 3 ] {} <Debug> HTTP-Session: 42b75281-f765-49c5-a83a-75d0f52bf785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4894 | 2024.06.28 23:43:35.149769 [ 3 ] {} <Debug> HTTP-Session: 42b75281-f765-49c5-a83a-75d0f52bf785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4895 | 2024.06.28 23:43:35.149799 [ 3 ] {} <Trace> HTTP-Session: 42b75281-f765-49c5-a83a-75d0f52bf785 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4896 | 2024.06.28 23:43:35.149922 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4897 | 2024.06.28 23:43:35.149965 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4898 | 2024.06.28 23:43:35.150087 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4899 | 2024.06.28 23:43:35.150462 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2024.06.28 23:43:35.150500 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4901 | 2024.06.28 23:43:35.150884 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4902 | 2024.06.28 23:43:35.151259 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2024.06.28 23:43:35.151427 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001539 sec., 73424.30149447694 rows/sec., 6.05 MiB/sec. | ||
| 4904 | 2024.06.28 23:43:35.151621 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4905 | 2024.06.28 23:43:35.151649 [ 3 ] {5c77b7ab-d998-4d2d-a802-66d3f27ec1d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4906 | 2024.06.28 23:43:35.151667 [ 3 ] {} <Debug> HTTP-Session: 42b75281-f765-49c5-a83a-75d0f52bf785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4907 | 2024.06.28 23:43:35.151802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4908 | 2024.06.28 23:43:35.151850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4909 | 2024.06.28 23:43:35.151871 [ 3 ] {} <Debug> HTTP-Session: 9b3b8965-e9cf-4434-bb61-898956e8937e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4910 | 2024.06.28 23:43:35.151887 [ 3 ] {} <Debug> HTTP-Session: 9b3b8965-e9cf-4434-bb61-898956e8937e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4911 | 2024.06.28 23:43:35.151901 [ 3 ] {} <Debug> HTTP-Session: 9b3b8965-e9cf-4434-bb61-898956e8937e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4912 | 2024.06.28 23:43:35.151932 [ 3 ] {} <Trace> HTTP-Session: 9b3b8965-e9cf-4434-bb61-898956e8937e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4913 | 2024.06.28 23:43:35.152048 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4914 | 2024.06.28 23:43:35.152090 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4915 | 2024.06.28 23:43:35.152212 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4916 | 2024.06.28 23:43:35.152623 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4917 | 2024.06.28 23:43:35.152659 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4918 | 2024.06.28 23:43:35.152978 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4919 | 2024.06.28 23:43:35.153283 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4920 | 2024.06.28 23:43:35.153437 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.00142 sec., 58450.704225352114 rows/sec., 4.56 MiB/sec. | ||
| 4921 | 2024.06.28 23:43:35.153610 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4922 | 2024.06.28 23:43:35.153634 [ 3 ] {bb166a0c-4708-4d6b-bba2-08afe9bcee2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4923 | 2024.06.28 23:43:35.153650 [ 3 ] {} <Debug> HTTP-Session: 9b3b8965-e9cf-4434-bb61-898956e8937e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4924 | 2024.06.28 23:43:35.153821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4925 | 2024.06.28 23:43:35.153869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4926 | 2024.06.28 23:43:35.153889 [ 3 ] {} <Debug> HTTP-Session: 1348b22b-097a-4c1f-87dd-378bbc2f77e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4927 | 2024.06.28 23:43:35.153905 [ 3 ] {} <Debug> HTTP-Session: 1348b22b-097a-4c1f-87dd-378bbc2f77e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4928 | 2024.06.28 23:43:35.153920 [ 3 ] {} <Debug> HTTP-Session: 1348b22b-097a-4c1f-87dd-378bbc2f77e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4929 | 2024.06.28 23:43:35.153950 [ 3 ] {} <Trace> HTTP-Session: 1348b22b-097a-4c1f-87dd-378bbc2f77e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4930 | 2024.06.28 23:43:35.154093 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4931 | 2024.06.28 23:43:35.154138 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4932 | 2024.06.28 23:43:35.154282 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4933 | 2024.06.28 23:43:35.154668 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4934 | 2024.06.28 23:43:35.154703 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4935 | 2024.06.28 23:43:35.155091 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4936 | 2024.06.28 23:43:35.155436 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4937 | 2024.06.28 23:43:35.155588 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
| 4938 | 2024.06.28 23:43:35.155757 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4939 | 2024.06.28 23:43:35.155781 [ 3 ] {ab2df56f-c8ab-497f-9711-a5923070e4e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4940 | 2024.06.28 23:43:35.155797 [ 3 ] {} <Debug> HTTP-Session: 1348b22b-097a-4c1f-87dd-378bbc2f77e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4941 | 2024.06.28 23:43:35.155965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4942 | 2024.06.28 23:43:35.156014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4943 | 2024.06.28 23:43:35.156033 [ 3 ] {} <Debug> HTTP-Session: 51d67588-60d7-4be2-a9fb-666fc7db0f59 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4944 | 2024.06.28 23:43:35.156049 [ 3 ] {} <Debug> HTTP-Session: 51d67588-60d7-4be2-a9fb-666fc7db0f59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4945 | 2024.06.28 23:43:35.156063 [ 3 ] {} <Debug> HTTP-Session: 51d67588-60d7-4be2-a9fb-666fc7db0f59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4946 | 2024.06.28 23:43:35.156093 [ 3 ] {} <Trace> HTTP-Session: 51d67588-60d7-4be2-a9fb-666fc7db0f59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4947 | 2024.06.28 23:43:35.156408 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4948 | 2024.06.28 23:43:35.156471 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <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_histogramf64 | ||
| 4949 | 2024.06.28 23:43:35.156882 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4950 | 2024.06.28 23:43:35.157511 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2024.06.28 23:43:35.157546 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4952 | 2024.06.28 23:43:35.158156 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4953 | 2024.06.28 23:43:35.158571 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2024.06.28 23:43:35.158761 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002593 sec., 7327.41997686078 rows/sec., 13.13 MiB/sec. | ||
| 4955 | 2024.06.28 23:43:35.158983 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4956 | 2024.06.28 23:43:35.159008 [ 3 ] {7c2e32e6-6ed7-449e-87a3-def36892e27e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4957 | 2024.06.28 23:43:35.159024 [ 3 ] {} <Debug> HTTP-Session: 51d67588-60d7-4be2-a9fb-666fc7db0f59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4958 | 2024.06.28 23:43:35.159145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4959 | 2024.06.28 23:43:35.159194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4960 | 2024.06.28 23:43:35.159215 [ 3 ] {} <Debug> HTTP-Session: b16c2ce5-8ea8-4040-afed-cdcec530085a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 4961 | 2024.06.28 23:43:35.159231 [ 3 ] {} <Debug> HTTP-Session: b16c2ce5-8ea8-4040-afed-cdcec530085a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4962 | 2024.06.28 23:43:35.159245 [ 3 ] {} <Debug> HTTP-Session: b16c2ce5-8ea8-4040-afed-cdcec530085a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4963 | 2024.06.28 23:43:35.159275 [ 3 ] {} <Trace> HTTP-Session: b16c2ce5-8ea8-4040-afed-cdcec530085a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4964 | 2024.06.28 23:43:35.159387 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4965 | 2024.06.28 23:43:35.159430 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4966 | 2024.06.28 23:43:35.159558 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4967 | 2024.06.28 23:43:35.159945 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4968 | 2024.06.28 23:43:35.159980 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4969 | 2024.06.28 23:43:35.160339 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4970 | 2024.06.28 23:43:35.160658 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4971 | 2024.06.28 23:43:35.160810 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
| 4972 | 2024.06.28 23:43:35.160978 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4973 | 2024.06.28 23:43:35.161002 [ 3 ] {41a2d34a-b068-4747-92d7-c276032b110e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4974 | 2024.06.28 23:43:35.161018 [ 3 ] {} <Debug> HTTP-Session: b16c2ce5-8ea8-4040-afed-cdcec530085a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4975 | 2024.06.28 23:43:37.238500 [ 122 ] {} <Debug> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4976 | 2024.06.28 23:43:37.238563 [ 122 ] {} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4977 | 2024.06.28 23:43:37.238585 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4978 | 2024.06.28 23:43:37.238747 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::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 | ||
| 4979 | 2024.06.28 23:43:37.238954 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4980 | 2024.06.28 23:43:37.238993 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::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 | ||
| 4981 | 2024.06.28 23:43:37.239082 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::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 | ||
| 4982 | 2024.06.28 23:43:37.239328 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 4983 | 2024.06.28 23:43:37.239512 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 4984 | 2024.06.28 23:43:37.239711 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::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 | ||
| 4985 | 2024.06.28 23:43:37.240701 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002056069 sec., 8754.570007134973 rows/sec., 611.28 KiB/sec. | ||
| 4986 | 2024.06.28 23:43:37.240809 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4987 | 2024.06.28 23:43:37.241147 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::all_1_5_1} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2024.06.28 23:43:37.241223 [ 190 ] {706b43a7-70d4-44d1-9fad-7fc90f09dc23::all_1_5_1} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4989 | 2024.06.28 23:43:37.241294 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4990 | 2024.06.28 23:43:37.292707 [ 122 ] {} <Debug> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4991 | 2024.06.28 23:43:37.292747 [ 122 ] {} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4992 | 2024.06.28 23:43:37.292771 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4993 | 2024.06.28 23:43:37.292886 [ 194 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::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 | ||
| 4994 | 2024.06.28 23:43:37.293027 [ 194 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4995 | 2024.06.28 23:43:37.293062 [ 194 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::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 | ||
| 4996 | 2024.06.28 23:43:37.293149 [ 194 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::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 | ||
| 4997 | 2024.06.28 23:43:37.293239 [ 194 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 4998 | 2024.06.28 23:43:37.293485 [ 194 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 4999 | 2024.06.28 23:43:37.293661 [ 194 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::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 | ||
| 5000 | 2024.06.28 23:43:37.294538 [ 199 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.00170535 sec., 10555.018031489137 rows/sec., 860.69 KiB/sec. | ||
| 5001 | 2024.06.28 23:43:37.294749 [ 199 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5002 | 2024.06.28 23:43:37.295250 [ 199 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::all_1_5_1} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5003 | 2024.06.28 23:43:37.295353 [ 199 ] {19a94e63-b3ab-49c7-ac8c-0f74f2588d69::all_1_5_1} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5004 | 2024.06.28 23:43:37.295462 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5005 | 2024.06.28 23:43:40.146563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5006 | 2024.06.28 23:43:40.146708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5007 | 2024.06.28 23:43:40.146737 [ 3 ] {} <Debug> HTTP-Session: c31b1270-f2a8-4188-9ee3-62ecd679c811 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5008 | 2024.06.28 23:43:40.146765 [ 3 ] {} <Debug> HTTP-Session: c31b1270-f2a8-4188-9ee3-62ecd679c811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5009 | 2024.06.28 23:43:40.146783 [ 3 ] {} <Debug> HTTP-Session: c31b1270-f2a8-4188-9ee3-62ecd679c811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5010 | 2024.06.28 23:43:40.146855 [ 3 ] {} <Trace> HTTP-Session: c31b1270-f2a8-4188-9ee3-62ecd679c811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5011 | 2024.06.28 23:43:40.147141 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5012 | 2024.06.28 23:43:40.147246 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5013 | 2024.06.28 23:43:40.147555 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5014 | 2024.06.28 23:43:40.148056 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2024.06.28 23:43:40.148098 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5016 | 2024.06.28 23:43:40.148469 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5017 | 2024.06.28 23:43:40.148808 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2024.06.28 23:43:40.148972 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001919 sec., 5732.15216258468 rows/sec., 464.62 KiB/sec. | ||
| 5019 | 2024.06.28 23:43:40.149220 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Debug> DynamicQueryHandler: Done processing query | ||
| 5020 | 2024.06.28 23:43:40.149247 [ 3 ] {1f7ff8fb-2182-45b9-aa5e-b0a5499787af} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5021 | 2024.06.28 23:43:40.149264 [ 3 ] {} <Debug> HTTP-Session: c31b1270-f2a8-4188-9ee3-62ecd679c811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5022 | 2024.06.28 23:43:40.149424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5023 | 2024.06.28 23:43:40.149480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5024 | 2024.06.28 23:43:40.149500 [ 3 ] {} <Debug> HTTP-Session: baa7ca90-4fce-45d3-a76b-7a797618ba1c Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5025 | 2024.06.28 23:43:40.149518 [ 3 ] {} <Debug> HTTP-Session: baa7ca90-4fce-45d3-a76b-7a797618ba1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5026 | 2024.06.28 23:43:40.149531 [ 3 ] {} <Debug> HTTP-Session: baa7ca90-4fce-45d3-a76b-7a797618ba1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5027 | 2024.06.28 23:43:40.149565 [ 3 ] {} <Trace> HTTP-Session: baa7ca90-4fce-45d3-a76b-7a797618ba1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2024.06.28 23:43:40.149691 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5029 | 2024.06.28 23:43:40.149735 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5030 | 2024.06.28 23:43:40.149863 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5031 | 2024.06.28 23:43:40.150211 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2024.06.28 23:43:40.150247 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5033 | 2024.06.28 23:43:40.150567 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5034 | 2024.06.28 23:43:40.150886 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2024.06.28 23:43:40.151037 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001387 sec., 64167.26748377794 rows/sec., 5.18 MiB/sec. | ||
| 5036 | 2024.06.28 23:43:40.151214 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 5037 | 2024.06.28 23:43:40.151239 [ 3 ] {e6a1291a-33d2-4c29-a272-7a30cd2b78ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5038 | 2024.06.28 23:43:40.151255 [ 3 ] {} <Debug> HTTP-Session: baa7ca90-4fce-45d3-a76b-7a797618ba1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5039 | 2024.06.28 23:43:40.151415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5040 | 2024.06.28 23:43:40.151467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5041 | 2024.06.28 23:43:40.151487 [ 3 ] {} <Debug> HTTP-Session: b3a2cf32-bf47-4e09-967e-1ad21510ab90 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5042 | 2024.06.28 23:43:40.151503 [ 3 ] {} <Debug> HTTP-Session: b3a2cf32-bf47-4e09-967e-1ad21510ab90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5043 | 2024.06.28 23:43:40.151518 [ 3 ] {} <Debug> HTTP-Session: b3a2cf32-bf47-4e09-967e-1ad21510ab90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5044 | 2024.06.28 23:43:40.151549 [ 3 ] {} <Trace> HTTP-Session: b3a2cf32-bf47-4e09-967e-1ad21510ab90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5045 | 2024.06.28 23:43:40.151666 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5046 | 2024.06.28 23:43:40.151708 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5047 | 2024.06.28 23:43:40.151836 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5048 | 2024.06.28 23:43:40.152166 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5049 | 2024.06.28 23:43:40.152201 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5050 | 2024.06.28 23:43:40.152512 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5051 | 2024.06.28 23:43:40.152819 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5052 | 2024.06.28 23:43:40.152972 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001342 sec., 55886.736214605065 rows/sec., 4.36 MiB/sec. | ||
| 5053 | 2024.06.28 23:43:40.153137 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5054 | 2024.06.28 23:43:40.153161 [ 3 ] {4a6266c8-1505-4a92-8a69-f6571c05c7b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5055 | 2024.06.28 23:43:40.153177 [ 3 ] {} <Debug> HTTP-Session: b3a2cf32-bf47-4e09-967e-1ad21510ab90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5056 | 2024.06.28 23:43:40.153342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5057 | 2024.06.28 23:43:40.153392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5058 | 2024.06.28 23:43:40.153411 [ 3 ] {} <Debug> HTTP-Session: 12fe5a07-723f-48e3-ac45-e1ad22d7e50e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5059 | 2024.06.28 23:43:40.153427 [ 3 ] {} <Debug> HTTP-Session: 12fe5a07-723f-48e3-ac45-e1ad22d7e50e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5060 | 2024.06.28 23:43:40.153441 [ 3 ] {} <Debug> HTTP-Session: 12fe5a07-723f-48e3-ac45-e1ad22d7e50e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5061 | 2024.06.28 23:43:40.153472 [ 3 ] {} <Trace> HTTP-Session: 12fe5a07-723f-48e3-ac45-e1ad22d7e50e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5062 | 2024.06.28 23:43:40.153615 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5063 | 2024.06.28 23:43:40.153661 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5064 | 2024.06.28 23:43:40.153808 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5065 | 2024.06.28 23:43:40.154178 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5066 | 2024.06.28 23:43:40.154214 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5067 | 2024.06.28 23:43:40.154604 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5068 | 2024.06.28 23:43:40.154939 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5069 | 2024.06.28 23:43:40.155096 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
| 5070 | 2024.06.28 23:43:40.155265 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Debug> DynamicQueryHandler: Done processing query | ||
| 5071 | 2024.06.28 23:43:40.155290 [ 3 ] {076d01c8-95f4-46bc-a103-d863f2821895} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5072 | 2024.06.28 23:43:40.155305 [ 3 ] {} <Debug> HTTP-Session: 12fe5a07-723f-48e3-ac45-e1ad22d7e50e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5073 | 2024.06.28 23:43:40.155428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5074 | 2024.06.28 23:43:40.155478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5075 | 2024.06.28 23:43:40.155497 [ 3 ] {} <Debug> HTTP-Session: 3206f5a7-2fd9-410e-acd9-a775e32690a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5076 | 2024.06.28 23:43:40.155514 [ 3 ] {} <Debug> HTTP-Session: 3206f5a7-2fd9-410e-acd9-a775e32690a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5077 | 2024.06.28 23:43:40.155528 [ 3 ] {} <Debug> HTTP-Session: 3206f5a7-2fd9-410e-acd9-a775e32690a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5078 | 2024.06.28 23:43:40.155558 [ 3 ] {} <Trace> HTTP-Session: 3206f5a7-2fd9-410e-acd9-a775e32690a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5079 | 2024.06.28 23:43:40.155749 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5080 | 2024.06.28 23:43:40.155812 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <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_histogramf64 | ||
| 5081 | 2024.06.28 23:43:40.156226 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5082 | 2024.06.28 23:43:40.156764 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5083 | 2024.06.28 23:43:40.156798 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5084 | 2024.06.28 23:43:40.157454 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5085 | 2024.06.28 23:43:40.157873 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5086 | 2024.06.28 23:43:40.158075 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002438 sec., 4511.894995898278 rows/sec., 8.09 MiB/sec. | ||
| 5087 | 2024.06.28 23:43:40.158297 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Debug> DynamicQueryHandler: Done processing query | ||
| 5088 | 2024.06.28 23:43:40.158323 [ 3 ] {85eaa65b-0e40-4b38-9f3f-cc66166d8a96} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5089 | 2024.06.28 23:43:40.158339 [ 3 ] {} <Debug> HTTP-Session: 3206f5a7-2fd9-410e-acd9-a775e32690a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5090 | 2024.06.28 23:43:40.158458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5091 | 2024.06.28 23:43:40.158506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5092 | 2024.06.28 23:43:40.158527 [ 3 ] {} <Debug> HTTP-Session: 385d415d-7d29-4d68-bf28-838e65dbbb9d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5093 | 2024.06.28 23:43:40.158543 [ 3 ] {} <Debug> HTTP-Session: 385d415d-7d29-4d68-bf28-838e65dbbb9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5094 | 2024.06.28 23:43:40.158556 [ 3 ] {} <Debug> HTTP-Session: 385d415d-7d29-4d68-bf28-838e65dbbb9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5095 | 2024.06.28 23:43:40.158587 [ 3 ] {} <Trace> HTTP-Session: 385d415d-7d29-4d68-bf28-838e65dbbb9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5096 | 2024.06.28 23:43:40.158710 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5097 | 2024.06.28 23:43:40.158755 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5098 | 2024.06.28 23:43:40.158885 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5099 | 2024.06.28 23:43:40.159166 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5100 | 2024.06.28 23:43:40.159202 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5101 | 2024.06.28 23:43:40.159559 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5102 | 2024.06.28 23:43:40.159873 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5103 | 2024.06.28 23:43:40.160028 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
| 5104 | 2024.06.28 23:43:40.160190 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Debug> DynamicQueryHandler: Done processing query | ||
| 5105 | 2024.06.28 23:43:40.160219 [ 3 ] {ba0c271f-39bd-4edc-bd53-db7de0828b85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5106 | 2024.06.28 23:43:40.160234 [ 3 ] {} <Debug> HTTP-Session: 385d415d-7d29-4d68-bf28-838e65dbbb9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5107 | 2024.06.28 23:43:45.147815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5108 | 2024.06.28 23:43:45.147959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5109 | 2024.06.28 23:43:45.147988 [ 3 ] {} <Debug> HTTP-Session: 2cbd97c3-fdc1-4887-abbb-88491797ad34 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5110 | 2024.06.28 23:43:45.148013 [ 3 ] {} <Debug> HTTP-Session: 2cbd97c3-fdc1-4887-abbb-88491797ad34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5111 | 2024.06.28 23:43:45.148027 [ 3 ] {} <Debug> HTTP-Session: 2cbd97c3-fdc1-4887-abbb-88491797ad34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5112 | 2024.06.28 23:43:45.148075 [ 3 ] {} <Trace> HTTP-Session: 2cbd97c3-fdc1-4887-abbb-88491797ad34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5113 | 2024.06.28 23:43:45.148260 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5114 | 2024.06.28 23:43:45.148324 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5115 | 2024.06.28 23:43:45.148514 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5116 | 2024.06.28 23:43:45.148938 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5117 | 2024.06.28 23:43:45.148977 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5118 | 2024.06.28 23:43:45.149340 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5119 | 2024.06.28 23:43:45.149680 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2024.06.28 23:43:45.149843 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001642 sec., 11571.254567600487 rows/sec., 937.90 KiB/sec. | ||
| 5121 | 2024.06.28 23:43:45.149896 [ 115 ] {} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5122 | 2024.06.28 23:43:45.150004 [ 115 ] {} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5123 | 2024.06.28 23:43:45.150033 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5124 | 2024.06.28 23:43:45.150121 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 5125 | 2024.06.28 23:43:45.150195 [ 3 ] {8f438f82-4b7b-49da-8f91-83558c0717ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5126 | 2024.06.28 23:43:45.150274 [ 3 ] {} <Debug> HTTP-Session: 2cbd97c3-fdc1-4887-abbb-88491797ad34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5127 | 2024.06.28 23:43:45.150503 [ 190 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 5128 | 2024.06.28 23:43:45.150548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5129 | 2024.06.28 23:43:45.150685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5130 | 2024.06.28 23:43:45.150719 [ 3 ] {} <Debug> HTTP-Session: c1c9023f-4b7a-4c9e-9209-aa5e3b7aced8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5131 | 2024.06.28 23:43:45.150754 [ 3 ] {} <Debug> HTTP-Session: c1c9023f-4b7a-4c9e-9209-aa5e3b7aced8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5132 | 2024.06.28 23:43:45.150798 [ 3 ] {} <Debug> HTTP-Session: c1c9023f-4b7a-4c9e-9209-aa5e3b7aced8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5133 | 2024.06.28 23:43:45.150888 [ 3 ] {} <Trace> HTTP-Session: c1c9023f-4b7a-4c9e-9209-aa5e3b7aced8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5134 | 2024.06.28 23:43:45.150949 [ 190 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5135 | 2024.06.28 23:43:45.151011 [ 190 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 30 rows starting from the beginning of the part | ||
| 5136 | 2024.06.28 23:43:45.151204 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5137 | 2024.06.28 23:43:45.151233 [ 190 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 19 rows starting from the beginning of the part | ||
| 5138 | 2024.06.28 23:43:45.151404 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5139 | 2024.06.28 23:43:45.151525 [ 190 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part | ||
| 5140 | 2024.06.28 23:43:45.151887 [ 190 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 19 rows starting from the beginning of the part | ||
| 5141 | 2024.06.28 23:43:45.152169 [ 190 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part | ||
| 5142 | 2024.06.28 23:43:45.152512 [ 190 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 19 rows starting from the beginning of the part | ||
| 5143 | 2024.06.28 23:43:45.152929 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5144 | 2024.06.28 23:43:45.153912 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5145 | 2024.06.28 23:43:45.153980 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5146 | 2024.06.28 23:43:45.154972 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5147 | 2024.06.28 23:43:45.155211 [ 199 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.005053951 sec., 21567.284684794133 rows/sec., 1.71 MiB/sec. | ||
| 5148 | 2024.06.28 23:43:45.155503 [ 199 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5149 | 2024.06.28 23:43:45.155682 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2024.06.28 23:43:45.156118 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.00503 sec., 22465.208747514913 rows/sec., 1.85 MiB/sec. | ||
| 5151 | 2024.06.28 23:43:45.156828 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5152 | 2024.06.28 23:43:45.156879 [ 3 ] {896edf90-114a-48d5-b680-5326a09578cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5153 | 2024.06.28 23:43:45.156902 [ 3 ] {} <Debug> HTTP-Session: c1c9023f-4b7a-4c9e-9209-aa5e3b7aced8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5154 | 2024.06.28 23:43:45.157044 [ 199 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5155 | 2024.06.28 23:43:45.157060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5156 | 2024.06.28 23:43:45.157166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5157 | 2024.06.28 23:43:45.157207 [ 3 ] {} <Debug> HTTP-Session: d4fb43c5-715e-405d-951d-d60f4d28b6ac Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5158 | 2024.06.28 23:43:45.157218 [ 199 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_26_5} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5159 | 2024.06.28 23:43:45.157242 [ 3 ] {} <Debug> HTTP-Session: d4fb43c5-715e-405d-951d-d60f4d28b6ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5160 | 2024.06.28 23:43:45.157270 [ 3 ] {} <Debug> HTTP-Session: d4fb43c5-715e-405d-951d-d60f4d28b6ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5161 | 2024.06.28 23:43:45.157352 [ 3 ] {} <Trace> HTTP-Session: d4fb43c5-715e-405d-951d-d60f4d28b6ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5162 | 2024.06.28 23:43:45.157388 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5163 | 2024.06.28 23:43:45.157522 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5164 | 2024.06.28 23:43:45.157570 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5165 | 2024.06.28 23:43:45.157722 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5166 | 2024.06.28 23:43:45.158086 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5167 | 2024.06.28 23:43:45.158123 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5168 | 2024.06.28 23:43:45.158449 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5169 | 2024.06.28 23:43:45.158760 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5170 | 2024.06.28 23:43:45.158916 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001438 sec., 57719.05424200278 rows/sec., 4.51 MiB/sec. | ||
| 5171 | 2024.06.28 23:43:45.159079 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5172 | 2024.06.28 23:43:45.159104 [ 3 ] {9792473d-4e5b-4ec6-86b5-5465852fb5c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5173 | 2024.06.28 23:43:45.159120 [ 3 ] {} <Debug> HTTP-Session: d4fb43c5-715e-405d-951d-d60f4d28b6ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5174 | 2024.06.28 23:43:45.159264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5175 | 2024.06.28 23:43:45.159312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5176 | 2024.06.28 23:43:45.159332 [ 3 ] {} <Debug> HTTP-Session: ae5931ef-b0b4-49a2-becc-fef185ef600e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5177 | 2024.06.28 23:43:45.159349 [ 3 ] {} <Debug> HTTP-Session: ae5931ef-b0b4-49a2-becc-fef185ef600e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5178 | 2024.06.28 23:43:45.159363 [ 3 ] {} <Debug> HTTP-Session: ae5931ef-b0b4-49a2-becc-fef185ef600e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5179 | 2024.06.28 23:43:45.159396 [ 3 ] {} <Trace> HTTP-Session: ae5931ef-b0b4-49a2-becc-fef185ef600e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5180 | 2024.06.28 23:43:45.159593 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5181 | 2024.06.28 23:43:45.159640 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5182 | 2024.06.28 23:43:45.159787 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5183 | 2024.06.28 23:43:45.160174 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2024.06.28 23:43:45.160212 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5185 | 2024.06.28 23:43:45.160598 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5186 | 2024.06.28 23:43:45.160937 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2024.06.28 23:43:45.161100 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
| 5188 | 2024.06.28 23:43:45.161268 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5189 | 2024.06.28 23:43:45.161292 [ 3 ] {bdfd370b-7774-4d11-9702-4db895d2d3a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5190 | 2024.06.28 23:43:45.161308 [ 3 ] {} <Debug> HTTP-Session: ae5931ef-b0b4-49a2-becc-fef185ef600e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5191 | 2024.06.28 23:43:45.161445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5192 | 2024.06.28 23:43:45.161494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5193 | 2024.06.28 23:43:45.161513 [ 3 ] {} <Debug> HTTP-Session: 4c3206a4-cd0c-40b2-90f2-11a0965e73f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5194 | 2024.06.28 23:43:45.161530 [ 3 ] {} <Debug> HTTP-Session: 4c3206a4-cd0c-40b2-90f2-11a0965e73f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5195 | 2024.06.28 23:43:45.161545 [ 3 ] {} <Debug> HTTP-Session: 4c3206a4-cd0c-40b2-90f2-11a0965e73f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5196 | 2024.06.28 23:43:45.161575 [ 3 ] {} <Trace> HTTP-Session: 4c3206a4-cd0c-40b2-90f2-11a0965e73f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5197 | 2024.06.28 23:43:45.161992 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5198 | 2024.06.28 23:43:45.162058 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <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_histogramf64 | ||
| 5199 | 2024.06.28 23:43:45.162484 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5200 | 2024.06.28 23:43:45.163048 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2024.06.28 23:43:45.163083 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5202 | 2024.06.28 23:43:45.163664 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5203 | 2024.06.28 23:43:45.164062 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2024.06.28 23:43:45.164224 [ 115 ] {} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5205 | 2024.06.28 23:43:45.164249 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.00259 sec., 7335.907335907336 rows/sec., 13.15 MiB/sec. | ||
| 5206 | 2024.06.28 23:43:45.164293 [ 115 ] {} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5207 | 2024.06.28 23:43:45.164366 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5208 | 2024.06.28 23:43:45.164680 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 5209 | 2024.06.28 23:43:45.164782 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5210 | 2024.06.28 23:43:45.164830 [ 3 ] {44680f9d-2c26-47b9-a0dc-9569fea624c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 5211 | 2024.06.28 23:43:45.164862 [ 3 ] {} <Debug> HTTP-Session: 4c3206a4-cd0c-40b2-90f2-11a0965e73f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5212 | 2024.06.28 23:43:45.165058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5213 | 2024.06.28 23:43:45.165173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5214 | 2024.06.28 23:43:45.165237 [ 3 ] {} <Debug> HTTP-Session: 79e89d8a-d61d-43d7-9aaf-037186b12512 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5215 | 2024.06.28 23:43:45.165290 [ 3 ] {} <Debug> HTTP-Session: 79e89d8a-d61d-43d7-9aaf-037186b12512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5216 | 2024.06.28 23:43:45.165333 [ 3 ] {} <Debug> HTTP-Session: 79e89d8a-d61d-43d7-9aaf-037186b12512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5217 | 2024.06.28 23:43:45.165420 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5218 | 2024.06.28 23:43:45.165430 [ 3 ] {} <Trace> HTTP-Session: 79e89d8a-d61d-43d7-9aaf-037186b12512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5219 | 2024.06.28 23:43:45.165539 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 330 rows starting from the beginning of the part | ||
| 5220 | 2024.06.28 23:43:45.165708 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5221 | 2024.06.28 23:43:45.165900 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5222 | 2024.06.28 23:43:45.166322 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 19 rows starting from the beginning of the part | ||
| 5223 | 2024.06.28 23:43:45.166738 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5224 | 2024.06.28 23:43:45.167181 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part | ||
| 5225 | 2024.06.28 23:43:45.167816 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 19 rows starting from the beginning of the part | ||
| 5226 | 2024.06.28 23:43:45.167949 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2024.06.28 23:43:45.168033 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5228 | 2024.06.28 23:43:45.168457 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part | ||
| 5229 | 2024.06.28 23:43:45.169114 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 19 rows starting from the beginning of the part | ||
| 5230 | 2024.06.28 23:43:45.169298 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5231 | 2024.06.28 23:43:45.170350 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2024.06.28 23:43:45.170646 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005049 sec., 11883.541295306002 rows/sec., 820.09 KiB/sec. | ||
| 5233 | 2024.06.28 23:43:45.171029 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5234 | 2024.06.28 23:43:45.171080 [ 3 ] {be12d9ff-752c-457e-b09a-69da0d2b5e9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5235 | 2024.06.28 23:43:45.171127 [ 3 ] {} <Debug> HTTP-Session: 79e89d8a-d61d-43d7-9aaf-037186b12512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5236 | 2024.06.28 23:43:45.173924 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 409 rows, containing 19 columns (19 merged, 0 gathered) in 0.009440865 sec., 43322.30150521165 rows/sec., 77.63 MiB/sec. | ||
| 5237 | 2024.06.28 23:43:45.174361 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5238 | 2024.06.28 23:43:45.174920 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5239 | 2024.06.28 23:43:45.175003 [ 193 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5240 | 2024.06.28 23:43:45.175119 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 5241 | 2024.06.28 23:43:48.569430 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5242 | 2024.06.28 23:43:48.569508 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5243 | 2024.06.28 23:43:50.147034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5244 | 2024.06.28 23:43:50.147190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5245 | 2024.06.28 23:43:50.147234 [ 3 ] {} <Debug> HTTP-Session: fdab4209-c354-4de9-97bf-a861d085c9e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5246 | 2024.06.28 23:43:50.147293 [ 3 ] {} <Debug> HTTP-Session: fdab4209-c354-4de9-97bf-a861d085c9e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5247 | 2024.06.28 23:43:50.147318 [ 3 ] {} <Debug> HTTP-Session: fdab4209-c354-4de9-97bf-a861d085c9e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5248 | 2024.06.28 23:43:50.147376 [ 3 ] {} <Trace> HTTP-Session: fdab4209-c354-4de9-97bf-a861d085c9e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5249 | 2024.06.28 23:43:50.147593 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5250 | 2024.06.28 23:43:50.147666 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5251 | 2024.06.28 23:43:50.147883 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5252 | 2024.06.28 23:43:50.148343 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2024.06.28 23:43:50.148381 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5254 | 2024.06.28 23:43:50.148742 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5255 | 2024.06.28 23:43:50.149075 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5256 | 2024.06.28 23:43:50.149218 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001688 sec., 6516.587677725119 rows/sec., 528.20 KiB/sec. | ||
| 5257 | 2024.06.28 23:43:50.149497 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Debug> DynamicQueryHandler: Done processing query | ||
| 5258 | 2024.06.28 23:43:50.149564 [ 3 ] {55e6daea-daf6-4a02-add3-539407f7eeae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5259 | 2024.06.28 23:43:50.149625 [ 3 ] {} <Debug> HTTP-Session: fdab4209-c354-4de9-97bf-a861d085c9e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5260 | 2024.06.28 23:43:50.149808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5261 | 2024.06.28 23:43:50.149861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5262 | 2024.06.28 23:43:50.149881 [ 3 ] {} <Debug> HTTP-Session: 13b32bb3-111a-4d8c-aa31-c8058f1610ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5263 | 2024.06.28 23:43:50.149898 [ 3 ] {} <Debug> HTTP-Session: 13b32bb3-111a-4d8c-aa31-c8058f1610ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5264 | 2024.06.28 23:43:50.149912 [ 3 ] {} <Debug> HTTP-Session: 13b32bb3-111a-4d8c-aa31-c8058f1610ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5265 | 2024.06.28 23:43:50.149945 [ 3 ] {} <Trace> HTTP-Session: 13b32bb3-111a-4d8c-aa31-c8058f1610ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5266 | 2024.06.28 23:43:50.150073 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5267 | 2024.06.28 23:43:50.150117 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5268 | 2024.06.28 23:43:50.150256 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5269 | 2024.06.28 23:43:50.150628 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5270 | 2024.06.28 23:43:50.150664 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5271 | 2024.06.28 23:43:50.150970 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5272 | 2024.06.28 23:43:50.151273 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2024.06.28 23:43:50.151399 [ 112 ] {} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5274 | 2024.06.28 23:43:50.151400 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001374 sec., 64774.38136826783 rows/sec., 5.23 MiB/sec. | ||
| 5275 | 2024.06.28 23:43:50.151449 [ 112 ] {} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2024.06.28 23:43:50.151494 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5277 | 2024.06.28 23:43:50.151698 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5278 | 2024.06.28 23:43:50.151789 [ 3 ] {574bfb3d-8193-4884-a7e9-734d6e43033a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5279 | 2024.06.28 23:43:50.151844 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::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 | ||
| 5280 | 2024.06.28 23:43:50.151865 [ 3 ] {} <Debug> HTTP-Session: 13b32bb3-111a-4d8c-aa31-c8058f1610ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5281 | 2024.06.28 23:43:50.152193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5282 | 2024.06.28 23:43:50.152338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5283 | 2024.06.28 23:43:50.152360 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5284 | 2024.06.28 23:43:50.152387 [ 3 ] {} <Debug> HTTP-Session: 35c7a5e8-7920-4081-973d-5127bf7c384b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5285 | 2024.06.28 23:43:50.152430 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 190 rows starting from the beginning of the part | ||
| 5286 | 2024.06.28 23:43:50.152428 [ 3 ] {} <Debug> HTTP-Session: 35c7a5e8-7920-4081-973d-5127bf7c384b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5287 | 2024.06.28 23:43:50.152487 [ 3 ] {} <Debug> HTTP-Session: 35c7a5e8-7920-4081-973d-5127bf7c384b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5288 | 2024.06.28 23:43:50.152589 [ 3 ] {} <Trace> HTTP-Session: 35c7a5e8-7920-4081-973d-5127bf7c384b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5289 | 2024.06.28 23:43:50.152696 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 125 rows starting from the beginning of the part | ||
| 5290 | 2024.06.28 23:43:50.152961 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5291 | 2024.06.28 23:43:50.153008 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 5292 | 2024.06.28 23:43:50.153095 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5293 | 2024.06.28 23:43:50.153269 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 89 rows starting from the beginning of the part | ||
| 5294 | 2024.06.28 23:43:50.153609 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
| 5295 | 2024.06.28 23:43:50.153947 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 89 rows starting from the beginning of the part | ||
| 5296 | 2024.06.28 23:43:50.154290 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5297 | 2024.06.28 23:43:50.155235 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2024.06.28 23:43:50.155285 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5299 | 2024.06.28 23:43:50.156185 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5300 | 2024.06.28 23:43:50.156982 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2024.06.28 23:43:50.157022 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 719 rows, containing 4 columns (4 merged, 0 gathered) in 0.005426139 sec., 132506.7419024835 rows/sec., 10.77 MiB/sec. | ||
| 5302 | 2024.06.28 23:43:50.157219 [ 112 ] {} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5303 | 2024.06.28 23:43:50.157271 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.004464 sec., 16801.075268817203 rows/sec., 1.31 MiB/sec. | ||
| 5304 | 2024.06.28 23:43:50.157285 [ 112 ] {} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5305 | 2024.06.28 23:43:50.157313 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5306 | 2024.06.28 23:43:50.157364 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5307 | 2024.06.28 23:43:50.158046 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5308 | 2024.06.28 23:43:50.158117 [ 188 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 5309 | 2024.06.28 23:43:50.158118 [ 3 ] {8028f37c-e788-47bd-964c-8f2b719cfce3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5310 | 2024.06.28 23:43:50.158213 [ 3 ] {} <Debug> HTTP-Session: 35c7a5e8-7920-4081-973d-5127bf7c384b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5311 | 2024.06.28 23:43:50.158498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5312 | 2024.06.28 23:43:50.158694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5313 | 2024.06.28 23:43:50.158728 [ 188 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5314 | 2024.06.28 23:43:50.158836 [ 3 ] {} <Debug> HTTP-Session: 47a8661f-836c-4838-bebc-7e4af803208e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5315 | 2024.06.28 23:43:50.158886 [ 188 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 150 rows starting from the beginning of the part | ||
| 5316 | 2024.06.28 23:43:50.158954 [ 3 ] {} <Debug> HTTP-Session: 47a8661f-836c-4838-bebc-7e4af803208e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5317 | 2024.06.28 23:43:50.159057 [ 3 ] {} <Debug> HTTP-Session: 47a8661f-836c-4838-bebc-7e4af803208e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5318 | 2024.06.28 23:43:50.159408 [ 188 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 99 rows starting from the beginning of the part | ||
| 5319 | 2024.06.28 23:43:50.159452 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2024.06.28 23:43:50.159875 [ 188 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 83 rows starting from the beginning of the part | ||
| 5321 | 2024.06.28 23:43:50.159892 [ 3 ] {} <Trace> HTTP-Session: 47a8661f-836c-4838-bebc-7e4af803208e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5322 | 2024.06.28 23:43:50.159983 [ 190 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_31_6} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5323 | 2024.06.28 23:43:50.160319 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5324 | 2024.06.28 23:43:50.160384 [ 188 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 5325 | 2024.06.28 23:43:50.160537 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5326 | 2024.06.28 23:43:50.160690 [ 188 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 83 rows starting from the beginning of the part | ||
| 5327 | 2024.06.28 23:43:50.160713 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5328 | 2024.06.28 23:43:50.161113 [ 188 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 5329 | 2024.06.28 23:43:50.161725 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5330 | 2024.06.28 23:43:50.162405 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2024.06.28 23:43:50.162445 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5332 | 2024.06.28 23:43:50.163085 [ 195 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 4 columns (4 merged, 0 gathered) in 0.005517192 sec., 102407.16654414058 rows/sec., 7.99 MiB/sec. | ||
| 5333 | 2024.06.28 23:43:50.163102 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5334 | 2024.06.28 23:43:50.163401 [ 195 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5335 | 2024.06.28 23:43:50.163975 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5336 | 2024.06.28 23:43:50.164275 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004027 sec., 39731.81028060591 rows/sec., 2.77 MiB/sec. | ||
| 5337 | 2024.06.28 23:43:50.164467 [ 195 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2024.06.28 23:43:50.164888 [ 195 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_31_6} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5339 | 2024.06.28 23:43:50.164995 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5340 | 2024.06.28 23:43:50.165072 [ 3 ] {4b88cd3b-01cc-4b2a-a5e2-708366cebad3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5341 | 2024.06.28 23:43:50.165098 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5342 | 2024.06.28 23:43:50.165108 [ 3 ] {} <Debug> HTTP-Session: 47a8661f-836c-4838-bebc-7e4af803208e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5343 | 2024.06.28 23:43:50.165264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5344 | 2024.06.28 23:43:50.165314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5345 | 2024.06.28 23:43:50.165332 [ 3 ] {} <Debug> HTTP-Session: 10366c23-0a8d-4424-9690-f53d33b2fc91 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5346 | 2024.06.28 23:43:50.165349 [ 3 ] {} <Debug> HTTP-Session: 10366c23-0a8d-4424-9690-f53d33b2fc91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5347 | 2024.06.28 23:43:50.165388 [ 3 ] {} <Debug> HTTP-Session: 10366c23-0a8d-4424-9690-f53d33b2fc91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5348 | 2024.06.28 23:43:50.165420 [ 3 ] {} <Trace> HTTP-Session: 10366c23-0a8d-4424-9690-f53d33b2fc91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5349 | 2024.06.28 23:43:50.165624 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5350 | 2024.06.28 23:43:50.165692 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <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_histogramf64 | ||
| 5351 | 2024.06.28 23:43:50.166105 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5352 | 2024.06.28 23:43:50.166667 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5353 | 2024.06.28 23:43:50.166701 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5354 | 2024.06.28 23:43:50.167302 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5355 | 2024.06.28 23:43:50.167713 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5356 | 2024.06.28 23:43:50.167858 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002358 sec., 4664.970313825276 rows/sec., 8.36 MiB/sec. | ||
| 5357 | 2024.06.28 23:43:50.168075 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5358 | 2024.06.28 23:43:50.168098 [ 3 ] {e187dbd5-13e7-4f12-8682-ae04de524cd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5359 | 2024.06.28 23:43:50.168114 [ 3 ] {} <Debug> HTTP-Session: 10366c23-0a8d-4424-9690-f53d33b2fc91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5360 | 2024.06.28 23:43:50.168236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5361 | 2024.06.28 23:43:50.168285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5362 | 2024.06.28 23:43:50.168303 [ 3 ] {} <Debug> HTTP-Session: 063ba81c-424b-4c62-8bf5-2cf6714a1104 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5363 | 2024.06.28 23:43:50.168319 [ 3 ] {} <Debug> HTTP-Session: 063ba81c-424b-4c62-8bf5-2cf6714a1104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5364 | 2024.06.28 23:43:50.168333 [ 3 ] {} <Debug> HTTP-Session: 063ba81c-424b-4c62-8bf5-2cf6714a1104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5365 | 2024.06.28 23:43:50.168364 [ 3 ] {} <Trace> HTTP-Session: 063ba81c-424b-4c62-8bf5-2cf6714a1104 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2024.06.28 23:43:50.168478 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5367 | 2024.06.28 23:43:50.168521 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5368 | 2024.06.28 23:43:50.168645 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5369 | 2024.06.28 23:43:50.169004 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2024.06.28 23:43:50.169039 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5371 | 2024.06.28 23:43:50.169394 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5372 | 2024.06.28 23:43:50.169722 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2024.06.28 23:43:50.169856 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
| 5374 | 2024.06.28 23:43:50.170329 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Debug> DynamicQueryHandler: Done processing query | ||
| 5375 | 2024.06.28 23:43:50.170412 [ 3 ] {a98f36e5-eac1-4e03-9e29-71b01483a055} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5376 | 2024.06.28 23:43:50.170503 [ 3 ] {} <Debug> HTTP-Session: 063ba81c-424b-4c62-8bf5-2cf6714a1104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5377 | 2024.06.28 23:43:55.147838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5378 | 2024.06.28 23:43:55.147986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5379 | 2024.06.28 23:43:55.148015 [ 3 ] {} <Debug> HTTP-Session: d5324982-fd40-4531-a00e-0fac7c7a4108 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5380 | 2024.06.28 23:43:55.148044 [ 3 ] {} <Debug> HTTP-Session: d5324982-fd40-4531-a00e-0fac7c7a4108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5381 | 2024.06.28 23:43:55.148063 [ 3 ] {} <Debug> HTTP-Session: d5324982-fd40-4531-a00e-0fac7c7a4108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5382 | 2024.06.28 23:43:55.148120 [ 3 ] {} <Trace> HTTP-Session: d5324982-fd40-4531-a00e-0fac7c7a4108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5383 | 2024.06.28 23:43:55.148330 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5384 | 2024.06.28 23:43:55.148396 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5385 | 2024.06.28 23:43:55.148584 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5386 | 2024.06.28 23:43:55.149058 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2024.06.28 23:43:55.149100 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5388 | 2024.06.28 23:43:55.149468 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5389 | 2024.06.28 23:43:55.149809 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2024.06.28 23:43:55.149959 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001693 sec., 11222.681630242174 rows/sec., 909.65 KiB/sec. | ||
| 5391 | 2024.06.28 23:43:55.150276 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5392 | 2024.06.28 23:43:55.150329 [ 3 ] {7ecfed69-a7ef-40bc-9c69-547a60bfcd4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5393 | 2024.06.28 23:43:55.150375 [ 3 ] {} <Debug> HTTP-Session: d5324982-fd40-4531-a00e-0fac7c7a4108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5394 | 2024.06.28 23:43:55.150527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5395 | 2024.06.28 23:43:55.150578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5396 | 2024.06.28 23:43:55.150597 [ 3 ] {} <Debug> HTTP-Session: 395e9a50-1bb7-4b94-b9f0-9d143c4f06a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5397 | 2024.06.28 23:43:55.150615 [ 3 ] {} <Debug> HTTP-Session: 395e9a50-1bb7-4b94-b9f0-9d143c4f06a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5398 | 2024.06.28 23:43:55.150629 [ 3 ] {} <Debug> HTTP-Session: 395e9a50-1bb7-4b94-b9f0-9d143c4f06a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5399 | 2024.06.28 23:43:55.150661 [ 3 ] {} <Trace> HTTP-Session: 395e9a50-1bb7-4b94-b9f0-9d143c4f06a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5400 | 2024.06.28 23:43:55.150794 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5401 | 2024.06.28 23:43:55.150837 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5402 | 2024.06.28 23:43:55.150984 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5403 | 2024.06.28 23:43:55.151442 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5404 | 2024.06.28 23:43:55.151479 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5405 | 2024.06.28 23:43:55.151803 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5406 | 2024.06.28 23:43:55.152115 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5407 | 2024.06.28 23:43:55.152267 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001524 sec., 74146.98162729658 rows/sec., 6.11 MiB/sec. | ||
| 5408 | 2024.06.28 23:43:55.152436 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5409 | 2024.06.28 23:43:55.152461 [ 3 ] {836395bb-6ec6-4902-85f8-4df699764a1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5410 | 2024.06.28 23:43:55.152477 [ 3 ] {} <Debug> HTTP-Session: 395e9a50-1bb7-4b94-b9f0-9d143c4f06a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5411 | 2024.06.28 23:43:55.152601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5412 | 2024.06.28 23:43:55.152652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5413 | 2024.06.28 23:43:55.152672 [ 3 ] {} <Debug> HTTP-Session: 28516d44-780e-48b0-be99-2f1150f5ab68 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5414 | 2024.06.28 23:43:55.152689 [ 3 ] {} <Debug> HTTP-Session: 28516d44-780e-48b0-be99-2f1150f5ab68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5415 | 2024.06.28 23:43:55.152702 [ 3 ] {} <Debug> HTTP-Session: 28516d44-780e-48b0-be99-2f1150f5ab68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5416 | 2024.06.28 23:43:55.152736 [ 3 ] {} <Trace> HTTP-Session: 28516d44-780e-48b0-be99-2f1150f5ab68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5417 | 2024.06.28 23:43:55.152859 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5418 | 2024.06.28 23:43:55.152900 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5419 | 2024.06.28 23:43:55.153027 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5420 | 2024.06.28 23:43:55.153369 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5421 | 2024.06.28 23:43:55.153405 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5422 | 2024.06.28 23:43:55.153719 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5423 | 2024.06.28 23:43:55.154041 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5424 | 2024.06.28 23:43:55.154190 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001376 sec., 60319.767441860466 rows/sec., 4.71 MiB/sec. | ||
| 5425 | 2024.06.28 23:43:55.154364 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Debug> DynamicQueryHandler: Done processing query | ||
| 5426 | 2024.06.28 23:43:55.154389 [ 3 ] {ef3ff057-0282-49cd-88c3-87710d5e2f42} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5427 | 2024.06.28 23:43:55.154405 [ 3 ] {} <Debug> HTTP-Session: 28516d44-780e-48b0-be99-2f1150f5ab68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5428 | 2024.06.28 23:43:55.154549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5429 | 2024.06.28 23:43:55.154599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5430 | 2024.06.28 23:43:55.154618 [ 3 ] {} <Debug> HTTP-Session: 52858008-9616-458c-b0df-e6c7a24d7edc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5431 | 2024.06.28 23:43:55.154635 [ 3 ] {} <Debug> HTTP-Session: 52858008-9616-458c-b0df-e6c7a24d7edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5432 | 2024.06.28 23:43:55.154649 [ 3 ] {} <Debug> HTTP-Session: 52858008-9616-458c-b0df-e6c7a24d7edc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5433 | 2024.06.28 23:43:55.154679 [ 3 ] {} <Trace> HTTP-Session: 52858008-9616-458c-b0df-e6c7a24d7edc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5434 | 2024.06.28 23:43:55.154832 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5435 | 2024.06.28 23:43:55.154878 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5436 | 2024.06.28 23:43:55.155024 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5437 | 2024.06.28 23:43:55.155444 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2024.06.28 23:43:55.155480 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5439 | 2024.06.28 23:43:55.155874 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5440 | 2024.06.28 23:43:55.156220 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2024.06.28 23:43:55.156387 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 5442 | 2024.06.28 23:43:55.156386 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5443 | 2024.06.28 23:43:55.156507 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5444 | 2024.06.28 23:43:55.156555 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5445 | 2024.06.28 23:43:55.156628 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Debug> DynamicQueryHandler: Done processing query | ||
| 5446 | 2024.06.28 23:43:55.156667 [ 3 ] {2e6404eb-7766-478c-a3b5-0f692e5ebf13} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5447 | 2024.06.28 23:43:55.156691 [ 3 ] {} <Debug> HTTP-Session: 52858008-9616-458c-b0df-e6c7a24d7edc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5448 | 2024.06.28 23:43:55.156712 [ 188 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 5449 | 2024.06.28 23:43:55.156850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5450 | 2024.06.28 23:43:55.156881 [ 188 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5451 | 2024.06.28 23:43:55.156918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5452 | 2024.06.28 23:43:55.156930 [ 188 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3961 rows starting from the beginning of the part | ||
| 5453 | 2024.06.28 23:43:55.156944 [ 3 ] {} <Debug> HTTP-Session: fbf36f0c-9f7d-4a14-9016-fcf65b4b0c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5454 | 2024.06.28 23:43:55.156971 [ 3 ] {} <Debug> HTTP-Session: fbf36f0c-9f7d-4a14-9016-fcf65b4b0c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5455 | 2024.06.28 23:43:55.156989 [ 3 ] {} <Debug> HTTP-Session: fbf36f0c-9f7d-4a14-9016-fcf65b4b0c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5456 | 2024.06.28 23:43:55.157052 [ 3 ] {} <Trace> HTTP-Session: fbf36f0c-9f7d-4a14-9016-fcf65b4b0c24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2024.06.28 23:43:55.157092 [ 188 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 5458 | 2024.06.28 23:43:55.157489 [ 188 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 5459 | 2024.06.28 23:43:55.157608 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5460 | 2024.06.28 23:43:55.157752 [ 188 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 5461 | 2024.06.28 23:43:55.157821 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <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_histogramf64 | ||
| 5462 | 2024.06.28 23:43:55.157942 [ 188 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 5463 | 2024.06.28 23:43:55.158405 [ 188 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 5464 | 2024.06.28 23:43:55.159362 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5465 | 2024.06.28 23:43:55.160616 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2024.06.28 23:43:55.160653 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5467 | 2024.06.28 23:43:55.161501 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4761 rows, containing 5 columns (5 merged, 0 gathered) in 0.004857306 sec., 980172.9600729294 rows/sec., 68.35 MiB/sec. | ||
| 5468 | 2024.06.28 23:43:55.161792 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5469 | 2024.06.28 23:43:55.162025 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5470 | 2024.06.28 23:43:55.162940 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5471 | 2024.06.28 23:43:55.163291 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.006025 sec., 3153.526970954357 rows/sec., 5.65 MiB/sec. | ||
| 5472 | 2024.06.28 23:43:55.163307 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2024.06.28 23:43:55.163602 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5474 | 2024.06.28 23:43:55.163811 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 5475 | 2024.06.28 23:43:55.163878 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Debug> DynamicQueryHandler: Done processing query | ||
| 5476 | 2024.06.28 23:43:55.163908 [ 3 ] {3e322c68-6919-4931-8bf0-c376dd6bb107} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 5477 | 2024.06.28 23:43:55.163925 [ 3 ] {} <Debug> HTTP-Session: fbf36f0c-9f7d-4a14-9016-fcf65b4b0c24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5478 | 2024.06.28 23:43:55.164036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5479 | 2024.06.28 23:43:55.164086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5480 | 2024.06.28 23:43:55.164105 [ 3 ] {} <Debug> HTTP-Session: e6ad4d73-c14d-4a7c-a7f3-a22ef9b358fd Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5481 | 2024.06.28 23:43:55.164122 [ 3 ] {} <Debug> HTTP-Session: e6ad4d73-c14d-4a7c-a7f3-a22ef9b358fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5482 | 2024.06.28 23:43:55.164136 [ 3 ] {} <Debug> HTTP-Session: e6ad4d73-c14d-4a7c-a7f3-a22ef9b358fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5483 | 2024.06.28 23:43:55.164167 [ 3 ] {} <Trace> HTTP-Session: e6ad4d73-c14d-4a7c-a7f3-a22ef9b358fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5484 | 2024.06.28 23:43:55.164293 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5485 | 2024.06.28 23:43:55.164340 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5486 | 2024.06.28 23:43:55.164489 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5487 | 2024.06.28 23:43:55.164810 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2024.06.28 23:43:55.164846 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5489 | 2024.06.28 23:43:55.165231 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5490 | 2024.06.28 23:43:55.165566 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5491 | 2024.06.28 23:43:55.165724 [ 110 ] {} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5492 | 2024.06.28 23:43:55.165735 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
| 5493 | 2024.06.28 23:43:55.165775 [ 110 ] {} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2024.06.28 23:43:55.165844 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5495 | 2024.06.28 23:43:55.166021 [ 188 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 5496 | 2024.06.28 23:43:55.166025 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Debug> DynamicQueryHandler: Done processing query | ||
| 5497 | 2024.06.28 23:43:55.166076 [ 3 ] {eb6f1676-9429-4403-82ce-abcac7cce616} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5498 | 2024.06.28 23:43:55.166101 [ 3 ] {} <Debug> HTTP-Session: e6ad4d73-c14d-4a7c-a7f3-a22ef9b358fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5499 | 2024.06.28 23:43:55.166185 [ 188 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5500 | 2024.06.28 23:43:55.166221 [ 188 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1250 rows starting from the beginning of the part | ||
| 5501 | 2024.06.28 23:43:55.166293 [ 188 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 5502 | 2024.06.28 23:43:55.166419 [ 188 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 5503 | 2024.06.28 23:43:55.166652 [ 188 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 5504 | 2024.06.28 23:43:55.166793 [ 188 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 5505 | 2024.06.28 23:43:55.166982 [ 188 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 5506 | 2024.06.28 23:43:55.168232 [ 196 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 4 columns (4 merged, 0 gathered) in 0.002279995 sec., 679826.0522501146 rows/sec., 45.91 MiB/sec. | ||
| 5507 | 2024.06.28 23:43:55.168486 [ 189 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5508 | 2024.06.28 23:43:55.168956 [ 189 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5509 | 2024.06.28 23:43:55.169053 [ 189 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_31_6} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5510 | 2024.06.28 23:43:55.169159 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5511 | 2024.06.28 23:44:00.148497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5512 | 2024.06.28 23:44:00.148634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5513 | 2024.06.28 23:44:00.148660 [ 3 ] {} <Debug> HTTP-Session: 66a2f0ab-cc13-443a-b6b1-1e41a896d1c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5514 | 2024.06.28 23:44:00.148685 [ 3 ] {} <Debug> HTTP-Session: 66a2f0ab-cc13-443a-b6b1-1e41a896d1c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5515 | 2024.06.28 23:44:00.148700 [ 3 ] {} <Debug> HTTP-Session: 66a2f0ab-cc13-443a-b6b1-1e41a896d1c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5516 | 2024.06.28 23:44:00.148751 [ 3 ] {} <Trace> HTTP-Session: 66a2f0ab-cc13-443a-b6b1-1e41a896d1c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5517 | 2024.06.28 23:44:00.148937 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5518 | 2024.06.28 23:44:00.149003 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5519 | 2024.06.28 23:44:00.149197 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5520 | 2024.06.28 23:44:00.149618 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5521 | 2024.06.28 23:44:00.149660 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5522 | 2024.06.28 23:44:00.150036 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5523 | 2024.06.28 23:44:00.150375 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5524 | 2024.06.28 23:44:00.150542 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001659 sec., 6630.500301386377 rows/sec., 537.43 KiB/sec. | ||
| 5525 | 2024.06.28 23:44:00.150753 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5526 | 2024.06.28 23:44:00.150779 [ 3 ] {ea639e69-e702-4786-8dab-22c8bb8f2faf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5527 | 2024.06.28 23:44:00.150796 [ 3 ] {} <Debug> HTTP-Session: 66a2f0ab-cc13-443a-b6b1-1e41a896d1c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5528 | 2024.06.28 23:44:00.150958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5529 | 2024.06.28 23:44:00.151008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5530 | 2024.06.28 23:44:00.151027 [ 3 ] {} <Debug> HTTP-Session: b595c44b-8ceb-4546-ab2e-914ecc1d7b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5531 | 2024.06.28 23:44:00.151043 [ 3 ] {} <Debug> HTTP-Session: b595c44b-8ceb-4546-ab2e-914ecc1d7b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5532 | 2024.06.28 23:44:00.151057 [ 3 ] {} <Debug> HTTP-Session: b595c44b-8ceb-4546-ab2e-914ecc1d7b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5533 | 2024.06.28 23:44:00.151088 [ 3 ] {} <Trace> HTTP-Session: b595c44b-8ceb-4546-ab2e-914ecc1d7b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5534 | 2024.06.28 23:44:00.151187 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5535 | 2024.06.28 23:44:00.151231 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5536 | 2024.06.28 23:44:00.151361 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5537 | 2024.06.28 23:44:00.151641 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5538 | 2024.06.28 23:44:00.151679 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5539 | 2024.06.28 23:44:00.151984 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5540 | 2024.06.28 23:44:00.152292 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5541 | 2024.06.28 23:44:00.152455 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001284 sec., 6230.529595015576 rows/sec., 508.06 KiB/sec. | ||
| 5542 | 2024.06.28 23:44:00.152759 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Debug> DynamicQueryHandler: Done processing query | ||
| 5543 | 2024.06.28 23:44:00.152785 [ 3 ] {db67278c-8769-4026-a4f9-62e324f0a624} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5544 | 2024.06.28 23:44:00.152802 [ 3 ] {} <Debug> HTTP-Session: b595c44b-8ceb-4546-ab2e-914ecc1d7b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5545 | 2024.06.28 23:44:00.152942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 18261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5546 | 2024.06.28 23:44:00.152990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5547 | 2024.06.28 23:44:00.153009 [ 3 ] {} <Debug> HTTP-Session: 4ed4995a-45b3-48b6-b1b0-259fefaeb57d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5548 | 2024.06.28 23:44:00.153026 [ 3 ] {} <Debug> HTTP-Session: 4ed4995a-45b3-48b6-b1b0-259fefaeb57d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5549 | 2024.06.28 23:44:00.153040 [ 3 ] {} <Debug> HTTP-Session: 4ed4995a-45b3-48b6-b1b0-259fefaeb57d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5550 | 2024.06.28 23:44:00.153071 [ 3 ] {} <Trace> HTTP-Session: 4ed4995a-45b3-48b6-b1b0-259fefaeb57d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2024.06.28 23:44:00.153215 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5552 | 2024.06.28 23:44:00.153260 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5553 | 2024.06.28 23:44:00.153406 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5554 | 2024.06.28 23:44:00.153783 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5555 | 2024.06.28 23:44:00.153819 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5556 | 2024.06.28 23:44:00.154143 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5557 | 2024.06.28 23:44:00.154454 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2024.06.28 23:44:00.154616 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Debug> executeQuery: Read 129 rows, 10.42 KiB in 0.001448 sec., 89088.39779005524 rows/sec., 7.03 MiB/sec. | ||
| 5559 | 2024.06.28 23:44:00.154787 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Debug> DynamicQueryHandler: Done processing query | ||
| 5560 | 2024.06.28 23:44:00.154811 [ 3 ] {73394b1a-fb0a-4acf-b764-e661cbde3a71} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5561 | 2024.06.28 23:44:00.154829 [ 3 ] {} <Debug> HTTP-Session: 4ed4995a-45b3-48b6-b1b0-259fefaeb57d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5562 | 2024.06.28 23:44:00.154954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5563 | 2024.06.28 23:44:00.155004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5564 | 2024.06.28 23:44:00.155023 [ 3 ] {} <Debug> HTTP-Session: 929a9993-eae6-4bb4-8164-411394825e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5565 | 2024.06.28 23:44:00.155041 [ 3 ] {} <Debug> HTTP-Session: 929a9993-eae6-4bb4-8164-411394825e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5566 | 2024.06.28 23:44:00.155055 [ 3 ] {} <Debug> HTTP-Session: 929a9993-eae6-4bb4-8164-411394825e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5567 | 2024.06.28 23:44:00.155085 [ 3 ] {} <Trace> HTTP-Session: 929a9993-eae6-4bb4-8164-411394825e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5568 | 2024.06.28 23:44:00.155183 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5569 | 2024.06.28 23:44:00.155225 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5570 | 2024.06.28 23:44:00.155355 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5571 | 2024.06.28 23:44:00.155625 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5572 | 2024.06.28 23:44:00.155661 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5573 | 2024.06.28 23:44:00.155976 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5574 | 2024.06.28 23:44:00.156296 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2024.06.28 23:44:00.156455 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001296 sec., 6172.839506172839 rows/sec., 431.01 KiB/sec. | ||
| 5576 | 2024.06.28 23:44:00.156731 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Debug> DynamicQueryHandler: Done processing query | ||
| 5577 | 2024.06.28 23:44:00.156757 [ 3 ] {cfb720fe-5cf5-431d-bbfc-ee4c3a2c3656} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5578 | 2024.06.28 23:44:00.156773 [ 3 ] {} <Debug> HTTP-Session: 929a9993-eae6-4bb4-8164-411394825e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5579 | 2024.06.28 23:44:00.156896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 18164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5580 | 2024.06.28 23:44:00.156944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5581 | 2024.06.28 23:44:00.156964 [ 3 ] {} <Debug> HTTP-Session: 0701cdde-9315-4a82-a2fd-c5d4a1634097 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5582 | 2024.06.28 23:44:00.156981 [ 3 ] {} <Debug> HTTP-Session: 0701cdde-9315-4a82-a2fd-c5d4a1634097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5583 | 2024.06.28 23:44:00.156995 [ 3 ] {} <Debug> HTTP-Session: 0701cdde-9315-4a82-a2fd-c5d4a1634097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5584 | 2024.06.28 23:44:00.157025 [ 3 ] {} <Trace> HTTP-Session: 0701cdde-9315-4a82-a2fd-c5d4a1634097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5585 | 2024.06.28 23:44:00.157152 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5586 | 2024.06.28 23:44:00.157195 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5587 | 2024.06.28 23:44:00.157340 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5588 | 2024.06.28 23:44:00.157686 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2024.06.28 23:44:00.157723 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5590 | 2024.06.28 23:44:00.158040 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5591 | 2024.06.28 23:44:00.158354 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.06.28 23:44:00.158513 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Debug> executeQuery: Read 107 rows, 8.55 KiB in 0.001403 sec., 76265.14611546687 rows/sec., 5.95 MiB/sec. | ||
| 5593 | 2024.06.28 23:44:00.158782 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5594 | 2024.06.28 23:44:00.158821 [ 3 ] {428eee0d-b88e-43df-94d6-a17dd8404eb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5595 | 2024.06.28 23:44:00.158857 [ 3 ] {} <Debug> HTTP-Session: 0701cdde-9315-4a82-a2fd-c5d4a1634097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5596 | 2024.06.28 23:44:00.159032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 38368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5597 | 2024.06.28 23:44:00.159083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5598 | 2024.06.28 23:44:00.159103 [ 3 ] {} <Debug> HTTP-Session: 4c132ec2-7814-4cfb-b1d5-9e5fe2230e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5599 | 2024.06.28 23:44:00.159120 [ 3 ] {} <Debug> HTTP-Session: 4c132ec2-7814-4cfb-b1d5-9e5fe2230e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5600 | 2024.06.28 23:44:00.159135 [ 3 ] {} <Debug> HTTP-Session: 4c132ec2-7814-4cfb-b1d5-9e5fe2230e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5601 | 2024.06.28 23:44:00.159166 [ 3 ] {} <Trace> HTTP-Session: 4c132ec2-7814-4cfb-b1d5-9e5fe2230e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5602 | 2024.06.28 23:44:00.159340 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5603 | 2024.06.28 23:44:00.159389 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5604 | 2024.06.28 23:44:00.159563 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5605 | 2024.06.28 23:44:00.159976 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5606 | 2024.06.28 23:44:00.160013 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5607 | 2024.06.28 23:44:00.160414 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5608 | 2024.06.28 23:44:00.160755 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2024.06.28 23:44:00.160913 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Debug> executeQuery: Read 200 rows, 14.29 KiB in 0.001654 sec., 120918.98428053204 rows/sec., 8.44 MiB/sec. | ||
| 5610 | 2024.06.28 23:44:00.161091 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5611 | 2024.06.28 23:44:00.161115 [ 3 ] {c2c63f59-6595-49e2-840e-c1c6bf89c66d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5612 | 2024.06.28 23:44:00.161132 [ 3 ] {} <Debug> HTTP-Session: 4c132ec2-7814-4cfb-b1d5-9e5fe2230e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5613 | 2024.06.28 23:44:00.161263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5614 | 2024.06.28 23:44:00.161313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5615 | 2024.06.28 23:44:00.161332 [ 3 ] {} <Debug> HTTP-Session: 81cf23bd-34dc-45dc-8e96-21adcca7b624 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5616 | 2024.06.28 23:44:00.161349 [ 3 ] {} <Debug> HTTP-Session: 81cf23bd-34dc-45dc-8e96-21adcca7b624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5617 | 2024.06.28 23:44:00.161362 [ 3 ] {} <Debug> HTTP-Session: 81cf23bd-34dc-45dc-8e96-21adcca7b624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5618 | 2024.06.28 23:44:00.161393 [ 3 ] {} <Trace> HTTP-Session: 81cf23bd-34dc-45dc-8e96-21adcca7b624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5619 | 2024.06.28 23:44:00.161598 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5620 | 2024.06.28 23:44:00.161663 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <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_histogramf64 | ||
| 5621 | 2024.06.28 23:44:00.162095 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5622 | 2024.06.28 23:44:00.162657 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5623 | 2024.06.28 23:44:00.162694 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5624 | 2024.06.28 23:44:00.163313 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5625 | 2024.06.28 23:44:00.163736 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5626 | 2024.06.28 23:44:00.163923 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002452 sec., 4486.133768352365 rows/sec., 8.04 MiB/sec. | ||
| 5627 | 2024.06.28 23:44:00.164149 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5628 | 2024.06.28 23:44:00.164174 [ 3 ] {340b17e6-d0f3-4603-b355-f5c7b825bfdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5629 | 2024.06.28 23:44:00.164192 [ 3 ] {} <Debug> HTTP-Session: 81cf23bd-34dc-45dc-8e96-21adcca7b624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5630 | 2024.06.28 23:44:00.164320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5631 | 2024.06.28 23:44:00.164370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5632 | 2024.06.28 23:44:00.164389 [ 3 ] {} <Debug> HTTP-Session: 5ba89969-ae4e-4eeb-90a7-2121f67ae43e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5633 | 2024.06.28 23:44:00.164407 [ 3 ] {} <Debug> HTTP-Session: 5ba89969-ae4e-4eeb-90a7-2121f67ae43e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5634 | 2024.06.28 23:44:00.164421 [ 3 ] {} <Debug> HTTP-Session: 5ba89969-ae4e-4eeb-90a7-2121f67ae43e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5635 | 2024.06.28 23:44:00.164452 [ 3 ] {} <Trace> HTTP-Session: 5ba89969-ae4e-4eeb-90a7-2121f67ae43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5636 | 2024.06.28 23:44:00.164569 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5637 | 2024.06.28 23:44:00.164614 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5638 | 2024.06.28 23:44:00.164743 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5639 | 2024.06.28 23:44:00.165049 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2024.06.28 23:44:00.165085 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5641 | 2024.06.28 23:44:00.165448 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5642 | 2024.06.28 23:44:00.165780 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2024.06.28 23:44:00.165931 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
| 5644 | 2024.06.28 23:44:00.166094 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5645 | 2024.06.28 23:44:00.166119 [ 3 ] {a5350d77-011d-400d-aa09-e45ac710c5e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5646 | 2024.06.28 23:44:00.166135 [ 3 ] {} <Debug> HTTP-Session: 5ba89969-ae4e-4eeb-90a7-2121f67ae43e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5647 | 2024.06.28 23:44:03.569761 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5648 | 2024.06.28 23:44:03.569814 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5649 | 2024.06.28 23:44:05.147252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5650 | 2024.06.28 23:44:05.147395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5651 | 2024.06.28 23:44:05.147425 [ 3 ] {} <Debug> HTTP-Session: 9c34db37-524f-432c-b5ed-fb85176fdd8b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5652 | 2024.06.28 23:44:05.147454 [ 3 ] {} <Debug> HTTP-Session: 9c34db37-524f-432c-b5ed-fb85176fdd8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5653 | 2024.06.28 23:44:05.147472 [ 3 ] {} <Debug> HTTP-Session: 9c34db37-524f-432c-b5ed-fb85176fdd8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5654 | 2024.06.28 23:44:05.147529 [ 3 ] {} <Trace> HTTP-Session: 9c34db37-524f-432c-b5ed-fb85176fdd8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5655 | 2024.06.28 23:44:05.147732 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5656 | 2024.06.28 23:44:05.147800 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5657 | 2024.06.28 23:44:05.147994 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5658 | 2024.06.28 23:44:05.148419 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5659 | 2024.06.28 23:44:05.148461 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5660 | 2024.06.28 23:44:05.148828 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5661 | 2024.06.28 23:44:05.149159 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5662 | 2024.06.28 23:44:05.149339 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001655 sec., 11480.362537764351 rows/sec., 930.54 KiB/sec. | ||
| 5663 | 2024.06.28 23:44:05.149537 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Debug> DynamicQueryHandler: Done processing query | ||
| 5664 | 2024.06.28 23:44:05.149562 [ 3 ] {7dc6c397-43f6-4686-b591-c1513ea54d54} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5665 | 2024.06.28 23:44:05.149580 [ 3 ] {} <Debug> HTTP-Session: 9c34db37-524f-432c-b5ed-fb85176fdd8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5666 | 2024.06.28 23:44:05.149705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5667 | 2024.06.28 23:44:05.149755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5668 | 2024.06.28 23:44:05.149775 [ 3 ] {} <Debug> HTTP-Session: 18395ee3-7bbc-4959-b288-18f3a3a115a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5669 | 2024.06.28 23:44:05.149791 [ 3 ] {} <Debug> HTTP-Session: 18395ee3-7bbc-4959-b288-18f3a3a115a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5670 | 2024.06.28 23:44:05.149805 [ 3 ] {} <Debug> HTTP-Session: 18395ee3-7bbc-4959-b288-18f3a3a115a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5671 | 2024.06.28 23:44:05.149836 [ 3 ] {} <Trace> HTTP-Session: 18395ee3-7bbc-4959-b288-18f3a3a115a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5672 | 2024.06.28 23:44:05.149932 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5673 | 2024.06.28 23:44:05.149976 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5674 | 2024.06.28 23:44:05.150102 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5675 | 2024.06.28 23:44:05.150429 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2024.06.28 23:44:05.150466 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5677 | 2024.06.28 23:44:05.150765 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5678 | 2024.06.28 23:44:05.151074 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2024.06.28 23:44:05.151235 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001326 sec., 3016.5912518853697 rows/sec., 245.98 KiB/sec. | ||
| 5680 | 2024.06.28 23:44:05.151402 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5681 | 2024.06.28 23:44:05.151427 [ 3 ] {973fb1ad-9a27-4574-acc3-4c7cee59820f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5682 | 2024.06.28 23:44:05.151443 [ 3 ] {} <Debug> HTTP-Session: 18395ee3-7bbc-4959-b288-18f3a3a115a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5683 | 2024.06.28 23:44:05.151561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5684 | 2024.06.28 23:44:05.151610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5685 | 2024.06.28 23:44:05.151630 [ 3 ] {} <Debug> HTTP-Session: b0022495-2c09-4f61-b710-94d50c589d42 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5686 | 2024.06.28 23:44:05.151646 [ 3 ] {} <Debug> HTTP-Session: b0022495-2c09-4f61-b710-94d50c589d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5687 | 2024.06.28 23:44:05.151660 [ 3 ] {} <Debug> HTTP-Session: b0022495-2c09-4f61-b710-94d50c589d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5688 | 2024.06.28 23:44:05.151691 [ 3 ] {} <Trace> HTTP-Session: b0022495-2c09-4f61-b710-94d50c589d42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5689 | 2024.06.28 23:44:05.151816 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5690 | 2024.06.28 23:44:05.151858 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5691 | 2024.06.28 23:44:05.151985 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5692 | 2024.06.28 23:44:05.152348 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5693 | 2024.06.28 23:44:05.152385 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5694 | 2024.06.28 23:44:05.152705 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5695 | 2024.06.28 23:44:05.153020 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5696 | 2024.06.28 23:44:05.153178 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Debug> executeQuery: Read 115 rows, 9.68 KiB in 0.001404 sec., 81908.8319088319 rows/sec., 6.73 MiB/sec. | ||
| 5697 | 2024.06.28 23:44:05.153333 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Debug> DynamicQueryHandler: Done processing query | ||
| 5698 | 2024.06.28 23:44:05.153357 [ 3 ] {f556ff21-6b84-4d93-82b8-b257eeed4a07} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5699 | 2024.06.28 23:44:05.153373 [ 3 ] {} <Debug> HTTP-Session: b0022495-2c09-4f61-b710-94d50c589d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5700 | 2024.06.28 23:44:05.153470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5701 | 2024.06.28 23:44:05.153517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5702 | 2024.06.28 23:44:05.153537 [ 3 ] {} <Debug> HTTP-Session: 7aa2af0a-9e0a-4e0f-bbbf-14993ba6dbf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5703 | 2024.06.28 23:44:05.153554 [ 3 ] {} <Debug> HTTP-Session: 7aa2af0a-9e0a-4e0f-bbbf-14993ba6dbf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5704 | 2024.06.28 23:44:05.153568 [ 3 ] {} <Debug> HTTP-Session: 7aa2af0a-9e0a-4e0f-bbbf-14993ba6dbf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5705 | 2024.06.28 23:44:05.153597 [ 3 ] {} <Trace> HTTP-Session: 7aa2af0a-9e0a-4e0f-bbbf-14993ba6dbf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2024.06.28 23:44:05.153693 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5707 | 2024.06.28 23:44:05.153735 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5708 | 2024.06.28 23:44:05.153860 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5709 | 2024.06.28 23:44:05.154125 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2024.06.28 23:44:05.154161 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5711 | 2024.06.28 23:44:05.154458 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5712 | 2024.06.28 23:44:05.154761 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5713 | 2024.06.28 23:44:05.154916 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001243 sec., 3218.0209171359616 rows/sec., 224.70 KiB/sec. | ||
| 5714 | 2024.06.28 23:44:05.155087 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Debug> DynamicQueryHandler: Done processing query | ||
| 5715 | 2024.06.28 23:44:05.155112 [ 3 ] {e397cd66-d9e0-482c-b632-849825cf47de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5716 | 2024.06.28 23:44:05.155128 [ 3 ] {} <Debug> HTTP-Session: 7aa2af0a-9e0a-4e0f-bbbf-14993ba6dbf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5717 | 2024.06.28 23:44:05.155238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5718 | 2024.06.28 23:44:05.155288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5719 | 2024.06.28 23:44:05.155307 [ 3 ] {} <Debug> HTTP-Session: 36c62dd7-e5c1-4d72-9def-662a11b41435 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5720 | 2024.06.28 23:44:05.155324 [ 3 ] {} <Debug> HTTP-Session: 36c62dd7-e5c1-4d72-9def-662a11b41435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5721 | 2024.06.28 23:44:05.155337 [ 3 ] {} <Debug> HTTP-Session: 36c62dd7-e5c1-4d72-9def-662a11b41435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5722 | 2024.06.28 23:44:05.155368 [ 3 ] {} <Trace> HTTP-Session: 36c62dd7-e5c1-4d72-9def-662a11b41435 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5723 | 2024.06.28 23:44:05.155484 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5724 | 2024.06.28 23:44:05.155525 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5725 | 2024.06.28 23:44:05.155651 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5726 | 2024.06.28 23:44:05.155973 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2024.06.28 23:44:05.156009 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5728 | 2024.06.28 23:44:05.156321 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5729 | 2024.06.28 23:44:05.156615 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2024.06.28 23:44:05.156758 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001312 sec., 66310.9756097561 rows/sec., 5.18 MiB/sec. | ||
| 5731 | 2024.06.28 23:44:05.156911 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5732 | 2024.06.28 23:44:05.156935 [ 3 ] {a1899596-8ed6-4462-b1f2-e550c6cb26f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5733 | 2024.06.28 23:44:05.156950 [ 3 ] {} <Debug> HTTP-Session: 36c62dd7-e5c1-4d72-9def-662a11b41435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5734 | 2024.06.28 23:44:05.157094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 31018, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5735 | 2024.06.28 23:44:05.157143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5736 | 2024.06.28 23:44:05.157163 [ 3 ] {} <Debug> HTTP-Session: 83811bbd-b0a7-4de7-a152-37d15903214d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5737 | 2024.06.28 23:44:05.157179 [ 3 ] {} <Debug> HTTP-Session: 83811bbd-b0a7-4de7-a152-37d15903214d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5738 | 2024.06.28 23:44:05.157193 [ 3 ] {} <Debug> HTTP-Session: 83811bbd-b0a7-4de7-a152-37d15903214d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5739 | 2024.06.28 23:44:05.157224 [ 3 ] {} <Trace> HTTP-Session: 83811bbd-b0a7-4de7-a152-37d15903214d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5740 | 2024.06.28 23:44:05.157371 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5741 | 2024.06.28 23:44:05.157418 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5742 | 2024.06.28 23:44:05.157561 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5743 | 2024.06.28 23:44:05.157924 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2024.06.28 23:44:05.157960 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5745 | 2024.06.28 23:44:05.158351 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5746 | 2024.06.28 23:44:05.158688 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5747 | 2024.06.28 23:44:05.158849 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00154 sec., 105194.8051948052 rows/sec., 7.33 MiB/sec. | ||
| 5748 | 2024.06.28 23:44:05.159144 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Debug> DynamicQueryHandler: Done processing query | ||
| 5749 | 2024.06.28 23:44:05.159224 [ 3 ] {2cb73e98-77be-4253-b5e6-96626df86557} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5750 | 2024.06.28 23:44:05.159295 [ 3 ] {} <Debug> HTTP-Session: 83811bbd-b0a7-4de7-a152-37d15903214d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5751 | 2024.06.28 23:44:05.159503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5752 | 2024.06.28 23:44:05.159558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5753 | 2024.06.28 23:44:05.159577 [ 3 ] {} <Debug> HTTP-Session: 497f867d-900f-4138-be60-0f34adb51c1a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5754 | 2024.06.28 23:44:05.159595 [ 3 ] {} <Debug> HTTP-Session: 497f867d-900f-4138-be60-0f34adb51c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5755 | 2024.06.28 23:44:05.159609 [ 3 ] {} <Debug> HTTP-Session: 497f867d-900f-4138-be60-0f34adb51c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5756 | 2024.06.28 23:44:05.159641 [ 3 ] {} <Trace> HTTP-Session: 497f867d-900f-4138-be60-0f34adb51c1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5757 | 2024.06.28 23:44:05.159893 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5758 | 2024.06.28 23:44:05.159964 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <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_histogramf64 | ||
| 5759 | 2024.06.28 23:44:05.160389 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5760 | 2024.06.28 23:44:05.160953 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5761 | 2024.06.28 23:44:05.160990 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5762 | 2024.06.28 23:44:05.161578 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5763 | 2024.06.28 23:44:05.161980 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5764 | 2024.06.28 23:44:05.162204 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002472 sec., 7686.084142394822 rows/sec., 13.77 MiB/sec. | ||
| 5765 | 2024.06.28 23:44:05.162751 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Debug> DynamicQueryHandler: Done processing query | ||
| 5766 | 2024.06.28 23:44:05.162776 [ 3 ] {999f4118-87c7-4491-8c8a-bdc664817588} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 5767 | 2024.06.28 23:44:05.162792 [ 3 ] {} <Debug> HTTP-Session: 497f867d-900f-4138-be60-0f34adb51c1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5768 | 2024.06.28 23:44:05.162903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5769 | 2024.06.28 23:44:05.162950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5770 | 2024.06.28 23:44:05.162970 [ 3 ] {} <Debug> HTTP-Session: 217ecdb1-dcd7-418a-8700-e11b9c6c9b6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5771 | 2024.06.28 23:44:05.162987 [ 3 ] {} <Debug> HTTP-Session: 217ecdb1-dcd7-418a-8700-e11b9c6c9b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5772 | 2024.06.28 23:44:05.163000 [ 3 ] {} <Debug> HTTP-Session: 217ecdb1-dcd7-418a-8700-e11b9c6c9b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5773 | 2024.06.28 23:44:05.163031 [ 3 ] {} <Trace> HTTP-Session: 217ecdb1-dcd7-418a-8700-e11b9c6c9b6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5774 | 2024.06.28 23:44:05.163158 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5775 | 2024.06.28 23:44:05.163205 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5776 | 2024.06.28 23:44:05.163363 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5777 | 2024.06.28 23:44:05.163717 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2024.06.28 23:44:05.163754 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5779 | 2024.06.28 23:44:05.164118 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5780 | 2024.06.28 23:44:05.164443 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2024.06.28 23:44:05.164599 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec. | ||
| 5782 | 2024.06.28 23:44:05.164768 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Debug> DynamicQueryHandler: Done processing query | ||
| 5783 | 2024.06.28 23:44:05.164792 [ 3 ] {2b50fae5-b089-4cf0-a429-2964f8052c10} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5784 | 2024.06.28 23:44:05.164808 [ 3 ] {} <Debug> HTTP-Session: 217ecdb1-dcd7-418a-8700-e11b9c6c9b6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5785 | 2024.06.28 23:44:10.146672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5786 | 2024.06.28 23:44:10.146811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5787 | 2024.06.28 23:44:10.146840 [ 3 ] {} <Debug> HTTP-Session: 6e0dcceb-6774-478f-ae29-3170221e6a4b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5788 | 2024.06.28 23:44:10.146869 [ 3 ] {} <Debug> HTTP-Session: 6e0dcceb-6774-478f-ae29-3170221e6a4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5789 | 2024.06.28 23:44:10.146888 [ 3 ] {} <Debug> HTTP-Session: 6e0dcceb-6774-478f-ae29-3170221e6a4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5790 | 2024.06.28 23:44:10.146944 [ 3 ] {} <Trace> HTTP-Session: 6e0dcceb-6774-478f-ae29-3170221e6a4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5791 | 2024.06.28 23:44:10.147162 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5792 | 2024.06.28 23:44:10.147237 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5793 | 2024.06.28 23:44:10.147454 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5794 | 2024.06.28 23:44:10.147931 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5795 | 2024.06.28 23:44:10.147975 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5796 | 2024.06.28 23:44:10.148350 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5797 | 2024.06.28 23:44:10.148690 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5798 | 2024.06.28 23:44:10.148868 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001762 sec., 6242.905788876277 rows/sec., 506.02 KiB/sec. | ||
| 5799 | 2024.06.28 23:44:10.148879 [ 99 ] {} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5800 | 2024.06.28 23:44:10.148971 [ 99 ] {} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5801 | 2024.06.28 23:44:10.149025 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5802 | 2024.06.28 23:44:10.149160 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5803 | 2024.06.28 23:44:10.149187 [ 188 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 5804 | 2024.06.28 23:44:10.149194 [ 3 ] {fd7aa2f3-b062-42ef-a07f-0928e90778c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5805 | 2024.06.28 23:44:10.149237 [ 3 ] {} <Debug> HTTP-Session: 6e0dcceb-6774-478f-ae29-3170221e6a4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5806 | 2024.06.28 23:44:10.149349 [ 188 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5807 | 2024.06.28 23:44:10.149396 [ 188 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 30 rows starting from the beginning of the part | ||
| 5808 | 2024.06.28 23:44:10.149468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5809 | 2024.06.28 23:44:10.149523 [ 188 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part | ||
| 5810 | 2024.06.28 23:44:10.149590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5811 | 2024.06.28 23:44:10.149742 [ 3 ] {} <Debug> HTTP-Session: c72858af-6d0d-4182-a07b-f3668de7beab Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5812 | 2024.06.28 23:44:10.149866 [ 3 ] {} <Debug> HTTP-Session: c72858af-6d0d-4182-a07b-f3668de7beab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5813 | 2024.06.28 23:44:10.149978 [ 188 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 19 rows starting from the beginning of the part | ||
| 5814 | 2024.06.28 23:44:10.149995 [ 3 ] {} <Debug> HTTP-Session: c72858af-6d0d-4182-a07b-f3668de7beab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5815 | 2024.06.28 23:44:10.150266 [ 3 ] {} <Trace> HTTP-Session: c72858af-6d0d-4182-a07b-f3668de7beab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5816 | 2024.06.28 23:44:10.150501 [ 188 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part | ||
| 5817 | 2024.06.28 23:44:10.150679 [ 188 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 19 rows starting from the beginning of the part | ||
| 5818 | 2024.06.28 23:44:10.150690 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5819 | 2024.06.28 23:44:10.150841 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5820 | 2024.06.28 23:44:10.150943 [ 188 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part | ||
| 5821 | 2024.06.28 23:44:10.151494 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5822 | 2024.06.28 23:44:10.152132 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5823 | 2024.06.28 23:44:10.152180 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5824 | 2024.06.28 23:44:10.152661 [ 196 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 4 columns (4 merged, 0 gathered) in 0.003548075 sec., 28466.14009004883 rows/sec., 2.25 MiB/sec. | ||
| 5825 | 2024.06.28 23:44:10.152728 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5826 | 2024.06.28 23:44:10.152894 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5827 | 2024.06.28 23:44:10.153425 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5828 | 2024.06.28 23:44:10.153842 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.003241 sec., 27460.660290033942 rows/sec., 2.22 MiB/sec. | ||
| 5829 | 2024.06.28 23:44:10.154005 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5830 | 2024.06.28 23:44:10.154343 [ 197 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_31_6} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5831 | 2024.06.28 23:44:10.154483 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Debug> DynamicQueryHandler: Done processing query | ||
| 5832 | 2024.06.28 23:44:10.154537 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5833 | 2024.06.28 23:44:10.154549 [ 3 ] {63b912e0-59d3-43f7-8a18-f3e1caac8cce} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5834 | 2024.06.28 23:44:10.154587 [ 3 ] {} <Debug> HTTP-Session: c72858af-6d0d-4182-a07b-f3668de7beab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5835 | 2024.06.28 23:44:10.154725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5836 | 2024.06.28 23:44:10.154779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5837 | 2024.06.28 23:44:10.154799 [ 3 ] {} <Debug> HTTP-Session: afdf76ca-361b-45fb-aca7-d74e5e2ccf4c Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5838 | 2024.06.28 23:44:10.154816 [ 3 ] {} <Debug> HTTP-Session: afdf76ca-361b-45fb-aca7-d74e5e2ccf4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5839 | 2024.06.28 23:44:10.154831 [ 3 ] {} <Debug> HTTP-Session: afdf76ca-361b-45fb-aca7-d74e5e2ccf4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5840 | 2024.06.28 23:44:10.154864 [ 3 ] {} <Trace> HTTP-Session: afdf76ca-361b-45fb-aca7-d74e5e2ccf4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5841 | 2024.06.28 23:44:10.155005 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5842 | 2024.06.28 23:44:10.155050 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5843 | 2024.06.28 23:44:10.155208 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5844 | 2024.06.28 23:44:10.155585 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5845 | 2024.06.28 23:44:10.155623 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5846 | 2024.06.28 23:44:10.155951 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5847 | 2024.06.28 23:44:10.156279 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5848 | 2024.06.28 23:44:10.156445 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.00149 sec., 50335.57046979866 rows/sec., 3.93 MiB/sec. | ||
| 5849 | 2024.06.28 23:44:10.156617 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5850 | 2024.06.28 23:44:10.156641 [ 3 ] {af3e2454-70b4-42e5-aad3-34c60543d8d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5851 | 2024.06.28 23:44:10.156657 [ 3 ] {} <Debug> HTTP-Session: afdf76ca-361b-45fb-aca7-d74e5e2ccf4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5852 | 2024.06.28 23:44:10.156821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5853 | 2024.06.28 23:44:10.156871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5854 | 2024.06.28 23:44:10.156891 [ 3 ] {} <Debug> HTTP-Session: 3f527543-7734-4215-92b9-e13002d8751b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5855 | 2024.06.28 23:44:10.156907 [ 3 ] {} <Debug> HTTP-Session: 3f527543-7734-4215-92b9-e13002d8751b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5856 | 2024.06.28 23:44:10.156921 [ 3 ] {} <Debug> HTTP-Session: 3f527543-7734-4215-92b9-e13002d8751b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5857 | 2024.06.28 23:44:10.156953 [ 3 ] {} <Trace> HTTP-Session: 3f527543-7734-4215-92b9-e13002d8751b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5858 | 2024.06.28 23:44:10.157111 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5859 | 2024.06.28 23:44:10.157158 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5860 | 2024.06.28 23:44:10.157513 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5861 | 2024.06.28 23:44:10.157902 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2024.06.28 23:44:10.157940 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5863 | 2024.06.28 23:44:10.158350 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5864 | 2024.06.28 23:44:10.158693 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2024.06.28 23:44:10.158855 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001817 sec., 88057.23720418272 rows/sec., 6.13 MiB/sec. | ||
| 5866 | 2024.06.28 23:44:10.159030 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5867 | 2024.06.28 23:44:10.159054 [ 3 ] {9a48ac19-b2c7-491f-8f3f-34c0c3559f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5868 | 2024.06.28 23:44:10.159071 [ 3 ] {} <Debug> HTTP-Session: 3f527543-7734-4215-92b9-e13002d8751b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5869 | 2024.06.28 23:44:10.159191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5870 | 2024.06.28 23:44:10.159245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5871 | 2024.06.28 23:44:10.159265 [ 3 ] {} <Debug> HTTP-Session: a105cbfb-55d8-4c53-a55d-b426ff2994f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5872 | 2024.06.28 23:44:10.159282 [ 3 ] {} <Debug> HTTP-Session: a105cbfb-55d8-4c53-a55d-b426ff2994f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5873 | 2024.06.28 23:44:10.159295 [ 3 ] {} <Debug> HTTP-Session: a105cbfb-55d8-4c53-a55d-b426ff2994f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5874 | 2024.06.28 23:44:10.159325 [ 3 ] {} <Trace> HTTP-Session: a105cbfb-55d8-4c53-a55d-b426ff2994f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5875 | 2024.06.28 23:44:10.159521 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5876 | 2024.06.28 23:44:10.159586 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <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_histogramf64 | ||
| 5877 | 2024.06.28 23:44:10.159996 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5878 | 2024.06.28 23:44:10.160589 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5879 | 2024.06.28 23:44:10.160624 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5880 | 2024.06.28 23:44:10.161204 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5881 | 2024.06.28 23:44:10.161614 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5882 | 2024.06.28 23:44:10.161791 [ 99 ] {} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5883 | 2024.06.28 23:44:10.161826 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002422 sec., 4541.701073492981 rows/sec., 8.14 MiB/sec. | ||
| 5884 | 2024.06.28 23:44:10.161886 [ 99 ] {} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5885 | 2024.06.28 23:44:10.161997 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5886 | 2024.06.28 23:44:10.162465 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 5887 | 2024.06.28 23:44:10.162464 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Debug> DynamicQueryHandler: Done processing query | ||
| 5888 | 2024.06.28 23:44:10.162605 [ 3 ] {7afb0f22-dc86-421a-976f-dc4e958b1e67} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5889 | 2024.06.28 23:44:10.162689 [ 3 ] {} <Debug> HTTP-Session: a105cbfb-55d8-4c53-a55d-b426ff2994f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5890 | 2024.06.28 23:44:10.163052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5891 | 2024.06.28 23:44:10.163233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5892 | 2024.06.28 23:44:10.163327 [ 3 ] {} <Debug> HTTP-Session: ac3ccbf2-6330-426d-82ef-0be7bfc2704f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5893 | 2024.06.28 23:44:10.163399 [ 3 ] {} <Debug> HTTP-Session: ac3ccbf2-6330-426d-82ef-0be7bfc2704f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5894 | 2024.06.28 23:44:10.163439 [ 3 ] {} <Debug> HTTP-Session: ac3ccbf2-6330-426d-82ef-0be7bfc2704f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5895 | 2024.06.28 23:44:10.163494 [ 3 ] {} <Trace> HTTP-Session: ac3ccbf2-6330-426d-82ef-0be7bfc2704f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5896 | 2024.06.28 23:44:10.163656 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5897 | 2024.06.28 23:44:10.163666 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5898 | 2024.06.28 23:44:10.163737 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 409 rows starting from the beginning of the part | ||
| 5899 | 2024.06.28 23:44:10.163738 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5900 | 2024.06.28 23:44:10.164307 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part | ||
| 5901 | 2024.06.28 23:44:10.164307 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5902 | 2024.06.28 23:44:10.164807 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 19 rows starting from the beginning of the part | ||
| 5903 | 2024.06.28 23:44:10.165133 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2024.06.28 23:44:10.165187 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5905 | 2024.06.28 23:44:10.165195 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part | ||
| 5906 | 2024.06.28 23:44:10.165553 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 19 rows starting from the beginning of the part | ||
| 5907 | 2024.06.28 23:44:10.165904 [ 188 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part | ||
| 5908 | 2024.06.28 23:44:10.165974 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5909 | 2024.06.28 23:44:10.166595 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5910 | 2024.06.28 23:44:10.166885 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003267 sec., 18365.472910927456 rows/sec., 1.24 MiB/sec. | ||
| 5911 | 2024.06.28 23:44:10.167341 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5912 | 2024.06.28 23:44:10.167399 [ 3 ] {a5ab71f0-9239-4369-967b-7c0ff29d83fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5913 | 2024.06.28 23:44:10.167450 [ 3 ] {} <Debug> HTTP-Session: ac3ccbf2-6330-426d-82ef-0be7bfc2704f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5914 | 2024.06.28 23:44:10.170132 [ 197 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 19 columns (19 merged, 0 gathered) in 0.00796301 sec., 60278.71370248185 rows/sec., 108.02 MiB/sec. | ||
| 5915 | 2024.06.28 23:44:10.170915 [ 200 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5916 | 2024.06.28 23:44:10.171527 [ 200 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2024.06.28 23:44:10.171614 [ 200 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5918 | 2024.06.28 23:44:10.171716 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 5919 | 2024.06.28 23:44:15.147655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5920 | 2024.06.28 23:44:15.147800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5921 | 2024.06.28 23:44:15.147829 [ 3 ] {} <Debug> HTTP-Session: 3a61a27f-4e29-43c2-8af2-522321c48fc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5922 | 2024.06.28 23:44:15.147857 [ 3 ] {} <Debug> HTTP-Session: 3a61a27f-4e29-43c2-8af2-522321c48fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5923 | 2024.06.28 23:44:15.147874 [ 3 ] {} <Debug> HTTP-Session: 3a61a27f-4e29-43c2-8af2-522321c48fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5924 | 2024.06.28 23:44:15.147931 [ 3 ] {} <Trace> HTTP-Session: 3a61a27f-4e29-43c2-8af2-522321c48fc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5925 | 2024.06.28 23:44:15.148129 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5926 | 2024.06.28 23:44:15.148197 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5927 | 2024.06.28 23:44:15.148391 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5928 | 2024.06.28 23:44:15.148839 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5929 | 2024.06.28 23:44:15.148882 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5930 | 2024.06.28 23:44:15.149244 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5931 | 2024.06.28 23:44:15.149583 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5932 | 2024.06.28 23:44:15.149753 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001679 sec., 11316.259678379989 rows/sec., 917.24 KiB/sec. | ||
| 5933 | 2024.06.28 23:44:15.150054 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5934 | 2024.06.28 23:44:15.150103 [ 3 ] {7585056a-6db2-44d0-a831-6231d31fb90a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5935 | 2024.06.28 23:44:15.150121 [ 3 ] {} <Debug> HTTP-Session: 3a61a27f-4e29-43c2-8af2-522321c48fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5936 | 2024.06.28 23:44:15.150282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5937 | 2024.06.28 23:44:15.150331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5938 | 2024.06.28 23:44:15.150351 [ 3 ] {} <Debug> HTTP-Session: 1b0acb6d-1787-485e-b71e-eccf770e3294 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5939 | 2024.06.28 23:44:15.150368 [ 3 ] {} <Debug> HTTP-Session: 1b0acb6d-1787-485e-b71e-eccf770e3294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5940 | 2024.06.28 23:44:15.150382 [ 3 ] {} <Debug> HTTP-Session: 1b0acb6d-1787-485e-b71e-eccf770e3294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5941 | 2024.06.28 23:44:15.150414 [ 3 ] {} <Trace> HTTP-Session: 1b0acb6d-1787-485e-b71e-eccf770e3294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5942 | 2024.06.28 23:44:15.150544 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5943 | 2024.06.28 23:44:15.150588 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5944 | 2024.06.28 23:44:15.150734 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5945 | 2024.06.28 23:44:15.151198 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2024.06.28 23:44:15.151236 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5947 | 2024.06.28 23:44:15.151564 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5948 | 2024.06.28 23:44:15.151871 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2024.06.28 23:44:15.152026 [ 29 ] {} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5950 | 2024.06.28 23:44:15.152031 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001531 sec., 73807.96864794251 rows/sec., 6.08 MiB/sec. | ||
| 5951 | 2024.06.28 23:44:15.152114 [ 29 ] {} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5952 | 2024.06.28 23:44:15.152181 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5953 | 2024.06.28 23:44:15.152353 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::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 | ||
| 5954 | 2024.06.28 23:44:15.152372 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5955 | 2024.06.28 23:44:15.152417 [ 3 ] {f14f5d11-9b92-417c-b2f9-23a17ec182dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5956 | 2024.06.28 23:44:15.152450 [ 3 ] {} <Debug> HTTP-Session: 1b0acb6d-1787-485e-b71e-eccf770e3294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5957 | 2024.06.28 23:44:15.152555 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5958 | 2024.06.28 23:44:15.152593 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 190 rows starting from the beginning of the part | ||
| 5959 | 2024.06.28 23:44:15.152654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5960 | 2024.06.28 23:44:15.152809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5961 | 2024.06.28 23:44:15.152825 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
| 5962 | 2024.06.28 23:44:15.152873 [ 3 ] {} <Debug> HTTP-Session: 9632a06d-3c26-4864-a7f0-bee64d04f0f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5963 | 2024.06.28 23:44:15.152946 [ 3 ] {} <Debug> HTTP-Session: 9632a06d-3c26-4864-a7f0-bee64d04f0f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5964 | 2024.06.28 23:44:15.153042 [ 3 ] {} <Debug> HTTP-Session: 9632a06d-3c26-4864-a7f0-bee64d04f0f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5965 | 2024.06.28 23:44:15.153181 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 129 rows starting from the beginning of the part | ||
| 5966 | 2024.06.28 23:44:15.153208 [ 3 ] {} <Trace> HTTP-Session: 9632a06d-3c26-4864-a7f0-bee64d04f0f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5967 | 2024.06.28 23:44:15.153462 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 115 rows starting from the beginning of the part | ||
| 5968 | 2024.06.28 23:44:15.153614 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5969 | 2024.06.28 23:44:15.153762 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 89 rows starting from the beginning of the part | ||
| 5970 | 2024.06.28 23:44:15.153783 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5971 | 2024.06.28 23:44:15.154083 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part | ||
| 5972 | 2024.06.28 23:44:15.154806 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5973 | 2024.06.28 23:44:15.155777 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2024.06.28 23:44:15.155845 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5975 | 2024.06.28 23:44:15.156634 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5976 | 2024.06.28 23:44:15.157246 [ 201 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 749 rows, containing 4 columns (4 merged, 0 gathered) in 0.004968359 sec., 150754.00147211584 rows/sec., 12.27 MiB/sec. | ||
| 5977 | 2024.06.28 23:44:15.157460 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5978 | 2024.06.28 23:44:15.157487 [ 200 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5979 | 2024.06.28 23:44:15.157706 [ 29 ] {} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5980 | 2024.06.28 23:44:15.157715 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.004241 sec., 19570.85593020514 rows/sec., 1.53 MiB/sec. | ||
| 5981 | 2024.06.28 23:44:15.157812 [ 29 ] {} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2024.06.28 23:44:15.157938 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5983 | 2024.06.28 23:44:15.158429 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5984 | 2024.06.28 23:44:15.158521 [ 3 ] {cb17ff6f-c945-42dc-a84c-938fcacc0a7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5985 | 2024.06.28 23:44:15.158573 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 5986 | 2024.06.28 23:44:15.158598 [ 3 ] {} <Debug> HTTP-Session: 9632a06d-3c26-4864-a7f0-bee64d04f0f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5987 | 2024.06.28 23:44:15.158941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5988 | 2024.06.28 23:44:15.158963 [ 200 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5989 | 2024.06.28 23:44:15.158946 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5990 | 2024.06.28 23:44:15.159075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5991 | 2024.06.28 23:44:15.159089 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 150 rows starting from the beginning of the part | ||
| 5992 | 2024.06.28 23:44:15.159135 [ 3 ] {} <Debug> HTTP-Session: acc93de4-b036-4724-b04c-d80b57ec5d85 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 5993 | 2024.06.28 23:44:15.159176 [ 200 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_36_7} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5994 | 2024.06.28 23:44:15.159209 [ 3 ] {} <Debug> HTTP-Session: acc93de4-b036-4724-b04c-d80b57ec5d85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5995 | 2024.06.28 23:44:15.159385 [ 3 ] {} <Debug> HTTP-Session: acc93de4-b036-4724-b04c-d80b57ec5d85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5996 | 2024.06.28 23:44:15.159514 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 83 rows starting from the beginning of the part | ||
| 5997 | 2024.06.28 23:44:15.159549 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5998 | 2024.06.28 23:44:15.159605 [ 3 ] {} <Trace> HTTP-Session: acc93de4-b036-4724-b04c-d80b57ec5d85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5999 | 2024.06.28 23:44:15.159823 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 107 rows starting from the beginning of the part | ||
| 6000 | 2024.06.28 23:44:15.160062 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 87 rows starting from the beginning of the part | ||
| 6001 | 2024.06.28 23:44:15.160365 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6002 | 2024.06.28 23:44:15.160400 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 75 rows starting from the beginning of the part | ||
| 6003 | 2024.06.28 23:44:15.160614 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6004 | 2024.06.28 23:44:15.160639 [ 197 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 83 rows starting from the beginning of the part | ||
| 6005 | 2024.06.28 23:44:15.161529 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6006 | 2024.06.28 23:44:15.162633 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6007 | 2024.06.28 23:44:15.162697 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6008 | 2024.06.28 23:44:15.163724 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6009 | 2024.06.28 23:44:15.163720 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 585 rows, containing 4 columns (4 merged, 0 gathered) in 0.005554933 sec., 105311.801240447 rows/sec., 8.22 MiB/sec. | ||
| 6010 | 2024.06.28 23:44:15.164006 [ 191 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6011 | 2024.06.28 23:44:15.164411 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6012 | 2024.06.28 23:44:15.164821 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004877 sec., 32807.05351650605 rows/sec., 2.28 MiB/sec. | ||
| 6013 | 2024.06.28 23:44:15.165005 [ 200 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6014 | 2024.06.28 23:44:15.165108 [ 200 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_36_7} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6015 | 2024.06.28 23:44:15.165114 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6016 | 2024.06.28 23:44:15.165146 [ 3 ] {90839706-d2a9-4358-ae18-89872d5377d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6017 | 2024.06.28 23:44:15.165178 [ 3 ] {} <Debug> HTTP-Session: acc93de4-b036-4724-b04c-d80b57ec5d85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6018 | 2024.06.28 23:44:15.165217 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6019 | 2024.06.28 23:44:15.165385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6020 | 2024.06.28 23:44:15.165436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6021 | 2024.06.28 23:44:15.165456 [ 3 ] {} <Debug> HTTP-Session: b387e3c0-e8d3-4063-b9f4-e74d318b714d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6022 | 2024.06.28 23:44:15.165473 [ 3 ] {} <Debug> HTTP-Session: b387e3c0-e8d3-4063-b9f4-e74d318b714d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6023 | 2024.06.28 23:44:15.165487 [ 3 ] {} <Debug> HTTP-Session: b387e3c0-e8d3-4063-b9f4-e74d318b714d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6024 | 2024.06.28 23:44:15.165518 [ 3 ] {} <Trace> HTTP-Session: b387e3c0-e8d3-4063-b9f4-e74d318b714d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2024.06.28 23:44:15.165792 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6026 | 2024.06.28 23:44:15.165860 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <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_histogramf64 | ||
| 6027 | 2024.06.28 23:44:15.166303 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6028 | 2024.06.28 23:44:15.166922 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6029 | 2024.06.28 23:44:15.166959 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6030 | 2024.06.28 23:44:15.167600 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6031 | 2024.06.28 23:44:15.168019 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6032 | 2024.06.28 23:44:15.168236 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002626 sec., 7235.338918507236 rows/sec., 12.97 MiB/sec. | ||
| 6033 | 2024.06.28 23:44:15.168791 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Debug> DynamicQueryHandler: Done processing query | ||
| 6034 | 2024.06.28 23:44:15.168817 [ 3 ] {3956c442-09cf-4ea3-992a-847a2406c438} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6035 | 2024.06.28 23:44:15.168833 [ 3 ] {} <Debug> HTTP-Session: b387e3c0-e8d3-4063-b9f4-e74d318b714d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6036 | 2024.06.28 23:44:15.168954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6037 | 2024.06.28 23:44:15.169004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6038 | 2024.06.28 23:44:15.169024 [ 3 ] {} <Debug> HTTP-Session: 64710bab-8676-4a4f-a219-27ead3c63766 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6039 | 2024.06.28 23:44:15.169041 [ 3 ] {} <Debug> HTTP-Session: 64710bab-8676-4a4f-a219-27ead3c63766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6040 | 2024.06.28 23:44:15.169055 [ 3 ] {} <Debug> HTTP-Session: 64710bab-8676-4a4f-a219-27ead3c63766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6041 | 2024.06.28 23:44:15.169087 [ 3 ] {} <Trace> HTTP-Session: 64710bab-8676-4a4f-a219-27ead3c63766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6042 | 2024.06.28 23:44:15.169218 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6043 | 2024.06.28 23:44:15.169264 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6044 | 2024.06.28 23:44:15.169414 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6045 | 2024.06.28 23:44:15.169728 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6046 | 2024.06.28 23:44:15.169790 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6047 | 2024.06.28 23:44:15.170168 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6048 | 2024.06.28 23:44:15.170492 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6049 | 2024.06.28 23:44:15.170656 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
| 6050 | 2024.06.28 23:44:15.170998 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Debug> DynamicQueryHandler: Done processing query | ||
| 6051 | 2024.06.28 23:44:15.171039 [ 3 ] {d6aa537c-8478-491f-9dae-602a071fe265} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6052 | 2024.06.28 23:44:15.171057 [ 3 ] {} <Debug> HTTP-Session: 64710bab-8676-4a4f-a219-27ead3c63766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6053 | 2024.06.28 23:44:18.570068 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6054 | 2024.06.28 23:44:18.570158 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6055 | 2024.06.28 23:44:20.147100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6056 | 2024.06.28 23:44:20.147242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6057 | 2024.06.28 23:44:20.147274 [ 3 ] {} <Debug> HTTP-Session: 55415420-a67b-4fb6-ab87-f03660284b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6058 | 2024.06.28 23:44:20.147333 [ 3 ] {} <Debug> HTTP-Session: 55415420-a67b-4fb6-ab87-f03660284b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6059 | 2024.06.28 23:44:20.147353 [ 3 ] {} <Debug> HTTP-Session: 55415420-a67b-4fb6-ab87-f03660284b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6060 | 2024.06.28 23:44:20.147412 [ 3 ] {} <Trace> HTTP-Session: 55415420-a67b-4fb6-ab87-f03660284b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6061 | 2024.06.28 23:44:20.147620 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6062 | 2024.06.28 23:44:20.147696 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6063 | 2024.06.28 23:44:20.147918 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6064 | 2024.06.28 23:44:20.148389 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6065 | 2024.06.28 23:44:20.148437 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6066 | 2024.06.28 23:44:20.148826 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6067 | 2024.06.28 23:44:20.149177 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6068 | 2024.06.28 23:44:20.149353 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001793 sec., 6134.969325153374 rows/sec., 497.27 KiB/sec. | ||
| 6069 | 2024.06.28 23:44:20.149576 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Debug> DynamicQueryHandler: Done processing query | ||
| 6070 | 2024.06.28 23:44:20.149603 [ 3 ] {00414279-8b20-4f83-805d-ad944ca12354} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6071 | 2024.06.28 23:44:20.149620 [ 3 ] {} <Debug> HTTP-Session: 55415420-a67b-4fb6-ab87-f03660284b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6072 | 2024.06.28 23:44:20.149754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6073 | 2024.06.28 23:44:20.149814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6074 | 2024.06.28 23:44:20.149835 [ 3 ] {} <Debug> HTTP-Session: 10dcb89f-134c-4cd6-b3ee-96c89e6895d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6075 | 2024.06.28 23:44:20.149852 [ 3 ] {} <Debug> HTTP-Session: 10dcb89f-134c-4cd6-b3ee-96c89e6895d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6076 | 2024.06.28 23:44:20.149868 [ 3 ] {} <Debug> HTTP-Session: 10dcb89f-134c-4cd6-b3ee-96c89e6895d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6077 | 2024.06.28 23:44:20.149907 [ 3 ] {} <Trace> HTTP-Session: 10dcb89f-134c-4cd6-b3ee-96c89e6895d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6078 | 2024.06.28 23:44:20.150044 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6079 | 2024.06.28 23:44:20.150091 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6080 | 2024.06.28 23:44:20.150229 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6081 | 2024.06.28 23:44:20.150625 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6082 | 2024.06.28 23:44:20.150663 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6083 | 2024.06.28 23:44:20.151001 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6084 | 2024.06.28 23:44:20.151322 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6085 | 2024.06.28 23:44:20.151485 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001488 sec., 59811.82795698925 rows/sec., 4.83 MiB/sec. | ||
| 6086 | 2024.06.28 23:44:20.151666 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6087 | 2024.06.28 23:44:20.151691 [ 3 ] {b27ef2fb-2b39-45e6-8e00-210b3cce20a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6088 | 2024.06.28 23:44:20.151708 [ 3 ] {} <Debug> HTTP-Session: 10dcb89f-134c-4cd6-b3ee-96c89e6895d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6089 | 2024.06.28 23:44:20.151823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6090 | 2024.06.28 23:44:20.151878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6091 | 2024.06.28 23:44:20.151897 [ 3 ] {} <Debug> HTTP-Session: 5ddfa3fe-e331-4aa5-a800-daaab4bb6f03 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6092 | 2024.06.28 23:44:20.151914 [ 3 ] {} <Debug> HTTP-Session: 5ddfa3fe-e331-4aa5-a800-daaab4bb6f03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6093 | 2024.06.28 23:44:20.151928 [ 3 ] {} <Debug> HTTP-Session: 5ddfa3fe-e331-4aa5-a800-daaab4bb6f03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6094 | 2024.06.28 23:44:20.151962 [ 3 ] {} <Trace> HTTP-Session: 5ddfa3fe-e331-4aa5-a800-daaab4bb6f03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6095 | 2024.06.28 23:44:20.152098 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6096 | 2024.06.28 23:44:20.152143 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6097 | 2024.06.28 23:44:20.152277 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6098 | 2024.06.28 23:44:20.152628 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6099 | 2024.06.28 23:44:20.152665 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6100 | 2024.06.28 23:44:20.152987 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6101 | 2024.06.28 23:44:20.153308 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6102 | 2024.06.28 23:44:20.153474 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001411 sec., 53153.79163713678 rows/sec., 4.15 MiB/sec. | ||
| 6103 | 2024.06.28 23:44:20.153728 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6104 | 2024.06.28 23:44:20.153771 [ 3 ] {5a331344-a665-469d-bb45-cc031b974c5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6105 | 2024.06.28 23:44:20.153796 [ 3 ] {} <Debug> HTTP-Session: 5ddfa3fe-e331-4aa5-a800-daaab4bb6f03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6106 | 2024.06.28 23:44:20.153959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6107 | 2024.06.28 23:44:20.154014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6108 | 2024.06.28 23:44:20.154036 [ 3 ] {} <Debug> HTTP-Session: 7d7fe621-28c6-4f95-aa9d-41bf12da984b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6109 | 2024.06.28 23:44:20.154055 [ 3 ] {} <Debug> HTTP-Session: 7d7fe621-28c6-4f95-aa9d-41bf12da984b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6110 | 2024.06.28 23:44:20.154072 [ 3 ] {} <Debug> HTTP-Session: 7d7fe621-28c6-4f95-aa9d-41bf12da984b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6111 | 2024.06.28 23:44:20.154105 [ 3 ] {} <Trace> HTTP-Session: 7d7fe621-28c6-4f95-aa9d-41bf12da984b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6112 | 2024.06.28 23:44:20.154260 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6113 | 2024.06.28 23:44:20.154311 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6114 | 2024.06.28 23:44:20.154483 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6115 | 2024.06.28 23:44:20.154905 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2024.06.28 23:44:20.154943 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6117 | 2024.06.28 23:44:20.155341 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6118 | 2024.06.28 23:44:20.155684 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6119 | 2024.06.28 23:44:20.155842 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6120 | 2024.06.28 23:44:20.155851 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
| 6121 | 2024.06.28 23:44:20.155929 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6122 | 2024.06.28 23:44:20.155998 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6123 | 2024.06.28 23:44:20.156198 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6124 | 2024.06.28 23:44:20.156215 [ 198 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 6125 | 2024.06.28 23:44:20.156240 [ 3 ] {ecb0e7da-86dc-425c-97ee-de02d45195fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6126 | 2024.06.28 23:44:20.156299 [ 3 ] {} <Debug> HTTP-Session: 7d7fe621-28c6-4f95-aa9d-41bf12da984b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6127 | 2024.06.28 23:44:20.156469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6128 | 2024.06.28 23:44:20.156512 [ 198 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6129 | 2024.06.28 23:44:20.156576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6130 | 2024.06.28 23:44:20.156596 [ 198 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4761 rows starting from the beginning of the part | ||
| 6131 | 2024.06.28 23:44:20.156625 [ 3 ] {} <Debug> HTTP-Session: 6128c728-a414-42a0-b857-84216b138ede Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6132 | 2024.06.28 23:44:20.156669 [ 3 ] {} <Debug> HTTP-Session: 6128c728-a414-42a0-b857-84216b138ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6133 | 2024.06.28 23:44:20.156710 [ 3 ] {} <Debug> HTTP-Session: 6128c728-a414-42a0-b857-84216b138ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6134 | 2024.06.28 23:44:20.156861 [ 198 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 200 rows starting from the beginning of the part | ||
| 6135 | 2024.06.28 23:44:20.156894 [ 3 ] {} <Trace> HTTP-Session: 6128c728-a414-42a0-b857-84216b138ede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6136 | 2024.06.28 23:44:20.157155 [ 198 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 162 rows starting from the beginning of the part | ||
| 6137 | 2024.06.28 23:44:20.157380 [ 198 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 6138 | 2024.06.28 23:44:20.157637 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6139 | 2024.06.28 23:44:20.157676 [ 198 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 6140 | 2024.06.28 23:44:20.158013 [ 198 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 6141 | 2024.06.28 23:44:20.158051 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <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_histogramf64 | ||
| 6142 | 2024.06.28 23:44:20.159928 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6143 | 2024.06.28 23:44:20.161570 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2024.06.28 23:44:20.161644 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6145 | 2024.06.28 23:44:20.162681 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6146 | 2024.06.28 23:44:20.163531 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6147 | 2024.06.28 23:44:20.163604 [ 187 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5603 rows, containing 5 columns (5 merged, 0 gathered) in 0.007492749 sec., 747789.6296806419 rows/sec., 52.14 MiB/sec. | ||
| 6148 | 2024.06.28 23:44:20.163874 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.006705 sec., 1640.566741237882 rows/sec., 2.94 MiB/sec. | ||
| 6149 | 2024.06.28 23:44:20.164371 [ 187 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6150 | 2024.06.28 23:44:20.164870 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6151 | 2024.06.28 23:44:20.164919 [ 3 ] {c3210c9a-8644-4f00-83ed-461e4621cbd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6152 | 2024.06.28 23:44:20.164944 [ 3 ] {} <Debug> HTTP-Session: 6128c728-a414-42a0-b857-84216b138ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6153 | 2024.06.28 23:44:20.165135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6154 | 2024.06.28 23:44:20.165219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6155 | 2024.06.28 23:44:20.165269 [ 3 ] {} <Debug> HTTP-Session: e9ee4c2e-533c-4e02-afef-f7fa325f4150 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6156 | 2024.06.28 23:44:20.165304 [ 3 ] {} <Debug> HTTP-Session: e9ee4c2e-533c-4e02-afef-f7fa325f4150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6157 | 2024.06.28 23:44:20.165338 [ 3 ] {} <Debug> HTTP-Session: e9ee4c2e-533c-4e02-afef-f7fa325f4150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6158 | 2024.06.28 23:44:20.165400 [ 3 ] {} <Trace> HTTP-Session: e9ee4c2e-533c-4e02-afef-f7fa325f4150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2024.06.28 23:44:20.165446 [ 187 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6160 | 2024.06.28 23:44:20.165632 [ 187 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6161 | 2024.06.28 23:44:20.165634 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6162 | 2024.06.28 23:44:20.165748 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6163 | 2024.06.28 23:44:20.165811 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 6164 | 2024.06.28 23:44:20.165984 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6165 | 2024.06.28 23:44:20.166322 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6166 | 2024.06.28 23:44:20.166363 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6167 | 2024.06.28 23:44:20.166764 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6168 | 2024.06.28 23:44:20.167125 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2024.06.28 23:44:20.167280 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001731 sec., 34662.04506065858 rows/sec., 2.34 MiB/sec. | ||
| 6170 | 2024.06.28 23:44:20.167326 [ 37 ] {} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6171 | 2024.06.28 23:44:20.167418 [ 37 ] {} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2024.06.28 23:44:20.167475 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6173 | 2024.06.28 23:44:20.167585 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Debug> DynamicQueryHandler: Done processing query | ||
| 6174 | 2024.06.28 23:44:20.167651 [ 3 ] {7634c36e-e9bf-4aba-bbbf-414454d62257} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6175 | 2024.06.28 23:44:20.167685 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 6176 | 2024.06.28 23:44:20.167692 [ 3 ] {} <Debug> HTTP-Session: e9ee4c2e-533c-4e02-afef-f7fa325f4150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6177 | 2024.06.28 23:44:20.167855 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6178 | 2024.06.28 23:44:20.167890 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1550 rows starting from the beginning of the part | ||
| 6179 | 2024.06.28 23:44:20.167956 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 6180 | 2024.06.28 23:44:20.168092 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 6181 | 2024.06.28 23:44:20.168303 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 6182 | 2024.06.28 23:44:20.168389 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 6183 | 2024.06.28 23:44:20.168445 [ 186 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 6184 | 2024.06.28 23:44:20.169855 [ 192 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1850 rows, containing 4 columns (4 merged, 0 gathered) in 0.002282365 sec., 810562.7276969283 rows/sec., 54.73 MiB/sec. | ||
| 6185 | 2024.06.28 23:44:20.170093 [ 198 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6186 | 2024.06.28 23:44:20.170511 [ 198 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2024.06.28 23:44:20.170592 [ 198 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_36_7} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6188 | 2024.06.28 23:44:20.170669 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6189 | 2024.06.28 23:44:25.147853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6190 | 2024.06.28 23:44:25.147992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6191 | 2024.06.28 23:44:25.148018 [ 3 ] {} <Debug> HTTP-Session: 222e0746-ff11-4a03-8ec9-9ac191acc660 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6192 | 2024.06.28 23:44:25.148042 [ 3 ] {} <Debug> HTTP-Session: 222e0746-ff11-4a03-8ec9-9ac191acc660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6193 | 2024.06.28 23:44:25.148058 [ 3 ] {} <Debug> HTTP-Session: 222e0746-ff11-4a03-8ec9-9ac191acc660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6194 | 2024.06.28 23:44:25.148110 [ 3 ] {} <Trace> HTTP-Session: 222e0746-ff11-4a03-8ec9-9ac191acc660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6195 | 2024.06.28 23:44:25.148303 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6196 | 2024.06.28 23:44:25.148371 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6197 | 2024.06.28 23:44:25.148566 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6198 | 2024.06.28 23:44:25.148970 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6199 | 2024.06.28 23:44:25.149014 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6200 | 2024.06.28 23:44:25.149376 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6201 | 2024.06.28 23:44:25.149717 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6202 | 2024.06.28 23:44:25.149873 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001623 sec., 11706.715958102279 rows/sec., 948.88 KiB/sec. | ||
| 6203 | 2024.06.28 23:44:25.150091 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6204 | 2024.06.28 23:44:25.150117 [ 3 ] {8d57ad12-9ae1-4dab-973d-c3bfda65df4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6205 | 2024.06.28 23:44:25.150135 [ 3 ] {} <Debug> HTTP-Session: 222e0746-ff11-4a03-8ec9-9ac191acc660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6206 | 2024.06.28 23:44:25.150258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6207 | 2024.06.28 23:44:25.150307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6208 | 2024.06.28 23:44:25.150326 [ 3 ] {} <Debug> HTTP-Session: ba3f6cf7-e1da-48b1-b512-316fa1307f71 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6209 | 2024.06.28 23:44:25.150342 [ 3 ] {} <Debug> HTTP-Session: ba3f6cf7-e1da-48b1-b512-316fa1307f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6210 | 2024.06.28 23:44:25.150355 [ 3 ] {} <Debug> HTTP-Session: ba3f6cf7-e1da-48b1-b512-316fa1307f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6211 | 2024.06.28 23:44:25.150388 [ 3 ] {} <Trace> HTTP-Session: ba3f6cf7-e1da-48b1-b512-316fa1307f71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6212 | 2024.06.28 23:44:25.150484 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6213 | 2024.06.28 23:44:25.150527 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6214 | 2024.06.28 23:44:25.150662 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6215 | 2024.06.28 23:44:25.150957 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2024.06.28 23:44:25.150994 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6217 | 2024.06.28 23:44:25.151299 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6218 | 2024.06.28 23:44:25.151611 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2024.06.28 23:44:25.151762 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001291 sec., 1549.1866769945777 rows/sec., 126.33 KiB/sec. | ||
| 6220 | 2024.06.28 23:44:25.151931 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Debug> DynamicQueryHandler: Done processing query | ||
| 6221 | 2024.06.28 23:44:25.151957 [ 3 ] {1c02bd57-ad11-4837-bef1-b6ffbe038e26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6222 | 2024.06.28 23:44:25.151973 [ 3 ] {} <Debug> HTTP-Session: ba3f6cf7-e1da-48b1-b512-316fa1307f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6223 | 2024.06.28 23:44:25.152091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6224 | 2024.06.28 23:44:25.152141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6225 | 2024.06.28 23:44:25.152161 [ 3 ] {} <Debug> HTTP-Session: 3fcbc798-2bf7-4879-887c-2c04bf561497 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6226 | 2024.06.28 23:44:25.152178 [ 3 ] {} <Debug> HTTP-Session: 3fcbc798-2bf7-4879-887c-2c04bf561497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6227 | 2024.06.28 23:44:25.152192 [ 3 ] {} <Debug> HTTP-Session: 3fcbc798-2bf7-4879-887c-2c04bf561497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6228 | 2024.06.28 23:44:25.152223 [ 3 ] {} <Trace> HTTP-Session: 3fcbc798-2bf7-4879-887c-2c04bf561497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6229 | 2024.06.28 23:44:25.152347 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6230 | 2024.06.28 23:44:25.152390 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6231 | 2024.06.28 23:44:25.152515 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6232 | 2024.06.28 23:44:25.152858 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6233 | 2024.06.28 23:44:25.152896 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6234 | 2024.06.28 23:44:25.153219 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6235 | 2024.06.28 23:44:25.153539 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2024.06.28 23:44:25.153690 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Debug> executeQuery: Read 114 rows, 9.61 KiB in 0.001386 sec., 82251.08225108225 rows/sec., 6.77 MiB/sec. | ||
| 6237 | 2024.06.28 23:44:25.153914 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6238 | 2024.06.28 23:44:25.153953 [ 3 ] {58bbfbeb-71d7-4382-a919-90333de700e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6239 | 2024.06.28 23:44:25.153973 [ 3 ] {} <Debug> HTTP-Session: 3fcbc798-2bf7-4879-887c-2c04bf561497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6240 | 2024.06.28 23:44:25.154101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6241 | 2024.06.28 23:44:25.154159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6242 | 2024.06.28 23:44:25.154183 [ 3 ] {} <Debug> HTTP-Session: 55dcabae-9312-476a-86dc-21515b2cb9a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6243 | 2024.06.28 23:44:25.154204 [ 3 ] {} <Debug> HTTP-Session: 55dcabae-9312-476a-86dc-21515b2cb9a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6244 | 2024.06.28 23:44:25.154221 [ 3 ] {} <Debug> HTTP-Session: 55dcabae-9312-476a-86dc-21515b2cb9a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6245 | 2024.06.28 23:44:25.154261 [ 3 ] {} <Trace> HTTP-Session: 55dcabae-9312-476a-86dc-21515b2cb9a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6246 | 2024.06.28 23:44:25.154379 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6247 | 2024.06.28 23:44:25.154423 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6248 | 2024.06.28 23:44:25.154553 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6249 | 2024.06.28 23:44:25.154819 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6250 | 2024.06.28 23:44:25.154855 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6251 | 2024.06.28 23:44:25.155166 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6252 | 2024.06.28 23:44:25.155481 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6253 | 2024.06.28 23:44:25.155635 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 109.02 KiB/sec. | ||
| 6254 | 2024.06.28 23:44:25.155929 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Debug> DynamicQueryHandler: Done processing query | ||
| 6255 | 2024.06.28 23:44:25.155954 [ 3 ] {a2bea44b-8a5d-4105-b265-f9b337c50495} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6256 | 2024.06.28 23:44:25.155970 [ 3 ] {} <Debug> HTTP-Session: 55dcabae-9312-476a-86dc-21515b2cb9a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6257 | 2024.06.28 23:44:25.156082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6258 | 2024.06.28 23:44:25.156129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6259 | 2024.06.28 23:44:25.156148 [ 3 ] {} <Debug> HTTP-Session: 33214f8d-a813-47cf-878d-ec4e57b8eb1e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6260 | 2024.06.28 23:44:25.156163 [ 3 ] {} <Debug> HTTP-Session: 33214f8d-a813-47cf-878d-ec4e57b8eb1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6261 | 2024.06.28 23:44:25.156178 [ 3 ] {} <Debug> HTTP-Session: 33214f8d-a813-47cf-878d-ec4e57b8eb1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6262 | 2024.06.28 23:44:25.156208 [ 3 ] {} <Trace> HTTP-Session: 33214f8d-a813-47cf-878d-ec4e57b8eb1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6263 | 2024.06.28 23:44:25.156332 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6264 | 2024.06.28 23:44:25.156373 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6265 | 2024.06.28 23:44:25.156518 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6266 | 2024.06.28 23:44:25.156834 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6267 | 2024.06.28 23:44:25.156870 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6268 | 2024.06.28 23:44:25.157183 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6269 | 2024.06.28 23:44:25.157490 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6270 | 2024.06.28 23:44:25.157653 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001365 sec., 62271.06227106228 rows/sec., 4.86 MiB/sec. | ||
| 6271 | 2024.06.28 23:44:25.157804 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6272 | 2024.06.28 23:44:25.157827 [ 3 ] {415cad38-0b48-4d92-9fbb-8bbd216d43eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6273 | 2024.06.28 23:44:25.157843 [ 3 ] {} <Debug> HTTP-Session: 33214f8d-a813-47cf-878d-ec4e57b8eb1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6274 | 2024.06.28 23:44:25.157978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6275 | 2024.06.28 23:44:25.158025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6276 | 2024.06.28 23:44:25.158043 [ 3 ] {} <Debug> HTTP-Session: 121b882e-982b-45f0-a265-e385b46c7683 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6277 | 2024.06.28 23:44:25.158059 [ 3 ] {} <Debug> HTTP-Session: 121b882e-982b-45f0-a265-e385b46c7683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6278 | 2024.06.28 23:44:25.158072 [ 3 ] {} <Debug> HTTP-Session: 121b882e-982b-45f0-a265-e385b46c7683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6279 | 2024.06.28 23:44:25.158102 [ 3 ] {} <Trace> HTTP-Session: 121b882e-982b-45f0-a265-e385b46c7683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2024.06.28 23:44:25.158256 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6281 | 2024.06.28 23:44:25.158301 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6282 | 2024.06.28 23:44:25.158444 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6283 | 2024.06.28 23:44:25.158884 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6284 | 2024.06.28 23:44:25.158919 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6285 | 2024.06.28 23:44:25.159305 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6286 | 2024.06.28 23:44:25.159640 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6287 | 2024.06.28 23:44:25.159797 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001602 sec., 100499.37578027467 rows/sec., 7.00 MiB/sec. | ||
| 6288 | 2024.06.28 23:44:25.159967 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6289 | 2024.06.28 23:44:25.159991 [ 3 ] {0a6fb85b-7483-43f2-aaef-992cd4458daa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6290 | 2024.06.28 23:44:25.160007 [ 3 ] {} <Debug> HTTP-Session: 121b882e-982b-45f0-a265-e385b46c7683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6291 | 2024.06.28 23:44:25.160133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6292 | 2024.06.28 23:44:25.160181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6293 | 2024.06.28 23:44:25.160199 [ 3 ] {} <Debug> HTTP-Session: d1b4fefd-82f7-4022-bad9-537ad84f9736 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6294 | 2024.06.28 23:44:25.160215 [ 3 ] {} <Debug> HTTP-Session: d1b4fefd-82f7-4022-bad9-537ad84f9736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6295 | 2024.06.28 23:44:25.160228 [ 3 ] {} <Debug> HTTP-Session: d1b4fefd-82f7-4022-bad9-537ad84f9736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6296 | 2024.06.28 23:44:25.160259 [ 3 ] {} <Trace> HTTP-Session: d1b4fefd-82f7-4022-bad9-537ad84f9736 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6297 | 2024.06.28 23:44:25.160603 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6298 | 2024.06.28 23:44:25.160669 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <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_histogramf64 | ||
| 6299 | 2024.06.28 23:44:25.161075 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6300 | 2024.06.28 23:44:25.161730 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6301 | 2024.06.28 23:44:25.161765 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6302 | 2024.06.28 23:44:25.162372 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6303 | 2024.06.28 23:44:25.162781 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6304 | 2024.06.28 23:44:25.162972 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002637 sec., 7205.15737580584 rows/sec., 12.91 MiB/sec. | ||
| 6305 | 2024.06.28 23:44:25.163192 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6306 | 2024.06.28 23:44:25.163215 [ 3 ] {d6ac1a9f-2d04-4e6c-b3c2-624ed76d6df3} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6307 | 2024.06.28 23:44:25.163231 [ 3 ] {} <Debug> HTTP-Session: d1b4fefd-82f7-4022-bad9-537ad84f9736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6308 | 2024.06.28 23:44:25.163340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6309 | 2024.06.28 23:44:25.163387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6310 | 2024.06.28 23:44:25.163405 [ 3 ] {} <Debug> HTTP-Session: d0efbb2c-7778-4793-94c4-5e964b7abf9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6311 | 2024.06.28 23:44:25.163421 [ 3 ] {} <Debug> HTTP-Session: d0efbb2c-7778-4793-94c4-5e964b7abf9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6312 | 2024.06.28 23:44:25.163435 [ 3 ] {} <Debug> HTTP-Session: d0efbb2c-7778-4793-94c4-5e964b7abf9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6313 | 2024.06.28 23:44:25.163466 [ 3 ] {} <Trace> HTTP-Session: d0efbb2c-7778-4793-94c4-5e964b7abf9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6314 | 2024.06.28 23:44:25.163598 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6315 | 2024.06.28 23:44:25.163642 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6316 | 2024.06.28 23:44:25.163769 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6317 | 2024.06.28 23:44:25.164081 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6318 | 2024.06.28 23:44:25.164116 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6319 | 2024.06.28 23:44:25.164475 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6320 | 2024.06.28 23:44:25.164797 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6321 | 2024.06.28 23:44:25.164948 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
| 6322 | 2024.06.28 23:44:25.165110 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6323 | 2024.06.28 23:44:25.165134 [ 3 ] {a4642907-9954-48b6-bd46-8dfb8cb6d9a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6324 | 2024.06.28 23:44:25.165149 [ 3 ] {} <Debug> HTTP-Session: d0efbb2c-7778-4793-94c4-5e964b7abf9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6325 | 2024.06.28 23:44:30.149233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6326 | 2024.06.28 23:44:30.149378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6327 | 2024.06.28 23:44:30.149409 [ 3 ] {} <Debug> HTTP-Session: ad6462dc-fdab-4bd1-a56a-6c2e1b12e84c Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6328 | 2024.06.28 23:44:30.149438 [ 3 ] {} <Debug> HTTP-Session: ad6462dc-fdab-4bd1-a56a-6c2e1b12e84c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6329 | 2024.06.28 23:44:30.149456 [ 3 ] {} <Debug> HTTP-Session: ad6462dc-fdab-4bd1-a56a-6c2e1b12e84c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6330 | 2024.06.28 23:44:30.149511 [ 3 ] {} <Trace> HTTP-Session: ad6462dc-fdab-4bd1-a56a-6c2e1b12e84c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6331 | 2024.06.28 23:44:30.149702 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6332 | 2024.06.28 23:44:30.149767 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6333 | 2024.06.28 23:44:30.149956 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6334 | 2024.06.28 23:44:30.150411 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6335 | 2024.06.28 23:44:30.150451 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6336 | 2024.06.28 23:44:30.150823 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6337 | 2024.06.28 23:44:30.151163 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6338 | 2024.06.28 23:44:30.151332 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001677 sec., 6559.332140727489 rows/sec., 531.66 KiB/sec. | ||
| 6339 | 2024.06.28 23:44:30.151626 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6340 | 2024.06.28 23:44:30.151670 [ 3 ] {3fae1e9a-63f0-42c7-96cb-e6923b9bcba8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6341 | 2024.06.28 23:44:30.151688 [ 3 ] {} <Debug> HTTP-Session: ad6462dc-fdab-4bd1-a56a-6c2e1b12e84c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6342 | 2024.06.28 23:44:30.151880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6343 | 2024.06.28 23:44:30.151930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6344 | 2024.06.28 23:44:30.151950 [ 3 ] {} <Debug> HTTP-Session: ebd2ba9d-79d3-4967-a07e-cc1e1bd8ffcf Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6345 | 2024.06.28 23:44:30.151967 [ 3 ] {} <Debug> HTTP-Session: ebd2ba9d-79d3-4967-a07e-cc1e1bd8ffcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6346 | 2024.06.28 23:44:30.151980 [ 3 ] {} <Debug> HTTP-Session: ebd2ba9d-79d3-4967-a07e-cc1e1bd8ffcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6347 | 2024.06.28 23:44:30.152012 [ 3 ] {} <Trace> HTTP-Session: ebd2ba9d-79d3-4967-a07e-cc1e1bd8ffcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6348 | 2024.06.28 23:44:30.152149 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6349 | 2024.06.28 23:44:30.152192 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6350 | 2024.06.28 23:44:30.152339 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6351 | 2024.06.28 23:44:30.152736 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6352 | 2024.06.28 23:44:30.152773 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6353 | 2024.06.28 23:44:30.153092 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6354 | 2024.06.28 23:44:30.153401 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2024.06.28 23:44:30.153554 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Debug> executeQuery: Read 125 rows, 10.13 KiB in 0.001458 sec., 85733.88203017833 rows/sec., 6.78 MiB/sec. | ||
| 6356 | 2024.06.28 23:44:30.153849 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Debug> DynamicQueryHandler: Done processing query | ||
| 6357 | 2024.06.28 23:44:30.153913 [ 3 ] {69a4a3d5-5e0a-45f7-aa80-c7b619e96120} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6358 | 2024.06.28 23:44:30.153968 [ 3 ] {} <Debug> HTTP-Session: ebd2ba9d-79d3-4967-a07e-cc1e1bd8ffcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6359 | 2024.06.28 23:44:30.154161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6360 | 2024.06.28 23:44:30.154215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6361 | 2024.06.28 23:44:30.154234 [ 3 ] {} <Debug> HTTP-Session: e63af5e5-8199-467d-9033-ebc1745364d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6362 | 2024.06.28 23:44:30.154252 [ 3 ] {} <Debug> HTTP-Session: e63af5e5-8199-467d-9033-ebc1745364d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6363 | 2024.06.28 23:44:30.154267 [ 3 ] {} <Debug> HTTP-Session: e63af5e5-8199-467d-9033-ebc1745364d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6364 | 2024.06.28 23:44:30.154302 [ 3 ] {} <Trace> HTTP-Session: e63af5e5-8199-467d-9033-ebc1745364d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6365 | 2024.06.28 23:44:30.154432 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6366 | 2024.06.28 23:44:30.154476 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6367 | 2024.06.28 23:44:30.154629 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6368 | 2024.06.28 23:44:30.154986 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6369 | 2024.06.28 23:44:30.155022 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6370 | 2024.06.28 23:44:30.155341 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6371 | 2024.06.28 23:44:30.155656 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6372 | 2024.06.28 23:44:30.155818 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001429 sec., 69279.21623512947 rows/sec., 5.40 MiB/sec. | ||
| 6373 | 2024.06.28 23:44:30.155981 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Debug> DynamicQueryHandler: Done processing query | ||
| 6374 | 2024.06.28 23:44:30.156005 [ 3 ] {06710558-cd7f-4809-b8ac-9c50e77dce40} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6375 | 2024.06.28 23:44:30.156022 [ 3 ] {} <Debug> HTTP-Session: e63af5e5-8199-467d-9033-ebc1745364d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6376 | 2024.06.28 23:44:30.156206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 37606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6377 | 2024.06.28 23:44:30.156255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6378 | 2024.06.28 23:44:30.156275 [ 3 ] {} <Debug> HTTP-Session: 272ff9e0-3b2b-4dae-9c13-692285aba70b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6379 | 2024.06.28 23:44:30.156292 [ 3 ] {} <Debug> HTTP-Session: 272ff9e0-3b2b-4dae-9c13-692285aba70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6380 | 2024.06.28 23:44:30.156305 [ 3 ] {} <Debug> HTTP-Session: 272ff9e0-3b2b-4dae-9c13-692285aba70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6381 | 2024.06.28 23:44:30.156336 [ 3 ] {} <Trace> HTTP-Session: 272ff9e0-3b2b-4dae-9c13-692285aba70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6382 | 2024.06.28 23:44:30.156506 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6383 | 2024.06.28 23:44:30.156552 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6384 | 2024.06.28 23:44:30.156700 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6385 | 2024.06.28 23:44:30.157124 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2024.06.28 23:44:30.157160 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6387 | 2024.06.28 23:44:30.157556 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6388 | 2024.06.28 23:44:30.157892 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6389 | 2024.06.28 23:44:30.158055 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001625 sec., 120615.38461538462 rows/sec., 8.42 MiB/sec. | ||
| 6390 | 2024.06.28 23:44:30.158225 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6391 | 2024.06.28 23:44:30.158249 [ 3 ] {42f7eb49-5a47-4af5-99ae-16f1a56ffef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6392 | 2024.06.28 23:44:30.158266 [ 3 ] {} <Debug> HTTP-Session: 272ff9e0-3b2b-4dae-9c13-692285aba70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6393 | 2024.06.28 23:44:30.158395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6394 | 2024.06.28 23:44:30.158443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6395 | 2024.06.28 23:44:30.158461 [ 3 ] {} <Debug> HTTP-Session: 79725a04-56d8-45ae-baac-d49846557e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6396 | 2024.06.28 23:44:30.158477 [ 3 ] {} <Debug> HTTP-Session: 79725a04-56d8-45ae-baac-d49846557e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6397 | 2024.06.28 23:44:30.158491 [ 3 ] {} <Debug> HTTP-Session: 79725a04-56d8-45ae-baac-d49846557e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6398 | 2024.06.28 23:44:30.158521 [ 3 ] {} <Trace> HTTP-Session: 79725a04-56d8-45ae-baac-d49846557e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6399 | 2024.06.28 23:44:30.158722 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6400 | 2024.06.28 23:44:30.158788 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <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_histogramf64 | ||
| 6401 | 2024.06.28 23:44:30.159201 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6402 | 2024.06.28 23:44:30.159728 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6403 | 2024.06.28 23:44:30.159763 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6404 | 2024.06.28 23:44:30.160350 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6405 | 2024.06.28 23:44:30.160768 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6406 | 2024.06.28 23:44:30.160963 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002368 sec., 4645.270270270271 rows/sec., 8.32 MiB/sec. | ||
| 6407 | 2024.06.28 23:44:30.161189 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Debug> DynamicQueryHandler: Done processing query | ||
| 6408 | 2024.06.28 23:44:30.161214 [ 3 ] {37527be9-91da-4526-a1fd-7f8e72fcb773} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6409 | 2024.06.28 23:44:30.161230 [ 3 ] {} <Debug> HTTP-Session: 79725a04-56d8-45ae-baac-d49846557e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6410 | 2024.06.28 23:44:30.161356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6411 | 2024.06.28 23:44:30.161405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6412 | 2024.06.28 23:44:30.161424 [ 3 ] {} <Debug> HTTP-Session: 6be2ff8b-db65-44f1-a431-7eb913cb6914 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6413 | 2024.06.28 23:44:30.161440 [ 3 ] {} <Debug> HTTP-Session: 6be2ff8b-db65-44f1-a431-7eb913cb6914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6414 | 2024.06.28 23:44:30.161453 [ 3 ] {} <Debug> HTTP-Session: 6be2ff8b-db65-44f1-a431-7eb913cb6914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6415 | 2024.06.28 23:44:30.161484 [ 3 ] {} <Trace> HTTP-Session: 6be2ff8b-db65-44f1-a431-7eb913cb6914 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6416 | 2024.06.28 23:44:30.161604 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6417 | 2024.06.28 23:44:30.161647 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6418 | 2024.06.28 23:44:30.161774 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6419 | 2024.06.28 23:44:30.162113 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6420 | 2024.06.28 23:44:30.162148 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6421 | 2024.06.28 23:44:30.162517 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6422 | 2024.06.28 23:44:30.162839 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6423 | 2024.06.28 23:44:30.163010 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
| 6424 | 2024.06.28 23:44:30.163179 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6425 | 2024.06.28 23:44:30.163203 [ 3 ] {12dadc4e-ad8f-41c5-bb2d-b30216185fdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6426 | 2024.06.28 23:44:30.163219 [ 3 ] {} <Debug> HTTP-Session: 6be2ff8b-db65-44f1-a431-7eb913cb6914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6427 | 2024.06.28 23:44:33.570223 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6428 | 2024.06.28 23:44:33.570304 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6429 | 2024.06.28 23:44:35.147194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6430 | 2024.06.28 23:44:35.147327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6431 | 2024.06.28 23:44:35.147353 [ 3 ] {} <Debug> HTTP-Session: 81adbada-e9fa-4376-bc5d-4c603e98586d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6432 | 2024.06.28 23:44:35.147378 [ 3 ] {} <Debug> HTTP-Session: 81adbada-e9fa-4376-bc5d-4c603e98586d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6433 | 2024.06.28 23:44:35.147393 [ 3 ] {} <Debug> HTTP-Session: 81adbada-e9fa-4376-bc5d-4c603e98586d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6434 | 2024.06.28 23:44:35.147444 [ 3 ] {} <Trace> HTTP-Session: 81adbada-e9fa-4376-bc5d-4c603e98586d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6435 | 2024.06.28 23:44:35.147632 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6436 | 2024.06.28 23:44:35.147701 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6437 | 2024.06.28 23:44:35.147897 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6438 | 2024.06.28 23:44:35.148364 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6439 | 2024.06.28 23:44:35.148407 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6440 | 2024.06.28 23:44:35.148786 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6441 | 2024.06.28 23:44:35.149124 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6442 | 2024.06.28 23:44:35.149300 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001718 sec., 11059.371362048894 rows/sec., 896.41 KiB/sec. | ||
| 6443 | 2024.06.28 23:44:35.149312 [ 87 ] {} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6444 | 2024.06.28 23:44:35.149419 [ 87 ] {} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6445 | 2024.06.28 23:44:35.149469 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6446 | 2024.06.28 23:44:35.149596 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6447 | 2024.06.28 23:44:35.149657 [ 3 ] {a36ad175-06a7-4944-b0bf-e0a278f16b0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6448 | 2024.06.28 23:44:35.149692 [ 3 ] {} <Debug> HTTP-Session: 81adbada-e9fa-4376-bc5d-4c603e98586d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6449 | 2024.06.28 23:44:35.149706 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 6450 | 2024.06.28 23:44:35.149891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6451 | 2024.06.28 23:44:35.149980 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6452 | 2024.06.28 23:44:35.149994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6453 | 2024.06.28 23:44:35.150044 [ 3 ] {} <Debug> HTTP-Session: 30875be5-78b9-477d-8d3c-a14d5b3ed8d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6454 | 2024.06.28 23:44:35.150050 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 30 rows starting from the beginning of the part | ||
| 6455 | 2024.06.28 23:44:35.150072 [ 3 ] {} <Debug> HTTP-Session: 30875be5-78b9-477d-8d3c-a14d5b3ed8d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6456 | 2024.06.28 23:44:35.150113 [ 3 ] {} <Debug> HTTP-Session: 30875be5-78b9-477d-8d3c-a14d5b3ed8d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6457 | 2024.06.28 23:44:35.150226 [ 3 ] {} <Trace> HTTP-Session: 30875be5-78b9-477d-8d3c-a14d5b3ed8d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2024.06.28 23:44:35.150323 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 19 rows starting from the beginning of the part | ||
| 6459 | 2024.06.28 23:44:35.150632 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6460 | 2024.06.28 23:44:35.150652 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 11 rows starting from the beginning of the part | ||
| 6461 | 2024.06.28 23:44:35.150749 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6462 | 2024.06.28 23:44:35.150874 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 19 rows starting from the beginning of the part | ||
| 6463 | 2024.06.28 23:44:35.151232 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part | ||
| 6464 | 2024.06.28 23:44:35.151588 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 19 rows starting from the beginning of the part | ||
| 6465 | 2024.06.28 23:44:35.152161 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6466 | 2024.06.28 23:44:35.153043 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6467 | 2024.06.28 23:44:35.153106 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6468 | 2024.06.28 23:44:35.153974 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6469 | 2024.06.28 23:44:35.154079 [ 194 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004515858 sec., 24137.162860302516 rows/sec., 1.91 MiB/sec. | ||
| 6470 | 2024.06.28 23:44:35.154373 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6471 | 2024.06.28 23:44:35.154644 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2024.06.28 23:44:35.155064 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.004619 sec., 24464.169733708597 rows/sec., 2.02 MiB/sec. | ||
| 6473 | 2024.06.28 23:44:35.155346 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6474 | 2024.06.28 23:44:35.155466 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6475 | 2024.06.28 23:44:35.155498 [ 198 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_36_7} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6476 | 2024.06.28 23:44:35.155510 [ 3 ] {2b9d2872-3ff5-4b3b-aa52-1599996a76a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6477 | 2024.06.28 23:44:35.155548 [ 3 ] {} <Debug> HTTP-Session: 30875be5-78b9-477d-8d3c-a14d5b3ed8d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6478 | 2024.06.28 23:44:35.155679 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6479 | 2024.06.28 23:44:35.155755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6480 | 2024.06.28 23:44:35.155814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6481 | 2024.06.28 23:44:35.155833 [ 3 ] {} <Debug> HTTP-Session: 41fdd26f-bbf1-4a1c-938d-de01760e10e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6482 | 2024.06.28 23:44:35.155850 [ 3 ] {} <Debug> HTTP-Session: 41fdd26f-bbf1-4a1c-938d-de01760e10e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6483 | 2024.06.28 23:44:35.155864 [ 3 ] {} <Debug> HTTP-Session: 41fdd26f-bbf1-4a1c-938d-de01760e10e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6484 | 2024.06.28 23:44:35.155897 [ 3 ] {} <Trace> HTTP-Session: 41fdd26f-bbf1-4a1c-938d-de01760e10e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2024.06.28 23:44:35.156034 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6486 | 2024.06.28 23:44:35.156079 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6487 | 2024.06.28 23:44:35.156230 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6488 | 2024.06.28 23:44:35.156601 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2024.06.28 23:44:35.156639 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6490 | 2024.06.28 23:44:35.156963 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6491 | 2024.06.28 23:44:35.157283 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6492 | 2024.06.28 23:44:35.157450 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001462 sec., 56771.54582763338 rows/sec., 4.43 MiB/sec. | ||
| 6493 | 2024.06.28 23:44:35.157619 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Debug> DynamicQueryHandler: Done processing query | ||
| 6494 | 2024.06.28 23:44:35.157644 [ 3 ] {e059ffca-fb5e-43f7-9149-36411d1cc681} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6495 | 2024.06.28 23:44:35.157660 [ 3 ] {} <Debug> HTTP-Session: 41fdd26f-bbf1-4a1c-938d-de01760e10e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6496 | 2024.06.28 23:44:35.157811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6497 | 2024.06.28 23:44:35.157860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6498 | 2024.06.28 23:44:35.157878 [ 3 ] {} <Debug> HTTP-Session: dd4f8cfd-5278-442b-83e0-d6f699a3db37 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6499 | 2024.06.28 23:44:35.157895 [ 3 ] {} <Debug> HTTP-Session: dd4f8cfd-5278-442b-83e0-d6f699a3db37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6500 | 2024.06.28 23:44:35.157909 [ 3 ] {} <Debug> HTTP-Session: dd4f8cfd-5278-442b-83e0-d6f699a3db37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6501 | 2024.06.28 23:44:35.157940 [ 3 ] {} <Trace> HTTP-Session: dd4f8cfd-5278-442b-83e0-d6f699a3db37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6502 | 2024.06.28 23:44:35.158105 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6503 | 2024.06.28 23:44:35.158153 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6504 | 2024.06.28 23:44:35.158310 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6505 | 2024.06.28 23:44:35.158701 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6506 | 2024.06.28 23:44:35.158737 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6507 | 2024.06.28 23:44:35.159133 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6508 | 2024.06.28 23:44:35.159485 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2024.06.28 23:44:35.159648 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec. | ||
| 6510 | 2024.06.28 23:44:35.159842 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Debug> DynamicQueryHandler: Done processing query | ||
| 6511 | 2024.06.28 23:44:35.159876 [ 3 ] {9df49848-bec9-458c-bc0f-0eb51a539719} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6512 | 2024.06.28 23:44:35.159899 [ 3 ] {} <Debug> HTTP-Session: dd4f8cfd-5278-442b-83e0-d6f699a3db37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6513 | 2024.06.28 23:44:35.160059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6514 | 2024.06.28 23:44:35.160109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6515 | 2024.06.28 23:44:35.160128 [ 3 ] {} <Debug> HTTP-Session: 0f5fb51b-24d2-4c5f-b789-6f1a4c719c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6516 | 2024.06.28 23:44:35.160145 [ 3 ] {} <Debug> HTTP-Session: 0f5fb51b-24d2-4c5f-b789-6f1a4c719c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6517 | 2024.06.28 23:44:35.160159 [ 3 ] {} <Debug> HTTP-Session: 0f5fb51b-24d2-4c5f-b789-6f1a4c719c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6518 | 2024.06.28 23:44:35.160189 [ 3 ] {} <Trace> HTTP-Session: 0f5fb51b-24d2-4c5f-b789-6f1a4c719c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6519 | 2024.06.28 23:44:35.160460 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6520 | 2024.06.28 23:44:35.160526 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <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_histogramf64 | ||
| 6521 | 2024.06.28 23:44:35.160950 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6522 | 2024.06.28 23:44:35.161602 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6523 | 2024.06.28 23:44:35.161639 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6524 | 2024.06.28 23:44:35.162245 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6525 | 2024.06.28 23:44:35.162661 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6526 | 2024.06.28 23:44:35.162834 [ 87 ] {} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6527 | 2024.06.28 23:44:35.162868 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002589 sec., 7338.740826573966 rows/sec., 13.15 MiB/sec. | ||
| 6528 | 2024.06.28 23:44:35.162890 [ 87 ] {} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6529 | 2024.06.28 23:44:35.162959 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6530 | 2024.06.28 23:44:35.163271 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 6531 | 2024.06.28 23:44:35.163495 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6532 | 2024.06.28 23:44:35.163548 [ 3 ] {23197691-261f-49a7-ae2a-b9dca447d50e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6533 | 2024.06.28 23:44:35.163602 [ 3 ] {} <Debug> HTTP-Session: 0f5fb51b-24d2-4c5f-b789-6f1a4c719c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6534 | 2024.06.28 23:44:35.163820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6535 | 2024.06.28 23:44:35.163886 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6536 | 2024.06.28 23:44:35.163915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6537 | 2024.06.28 23:44:35.163980 [ 3 ] {} <Debug> HTTP-Session: 1ca6cbb9-c58b-4f97-a8d7-343c6941c3e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6538 | 2024.06.28 23:44:35.164034 [ 3 ] {} <Debug> HTTP-Session: 1ca6cbb9-c58b-4f97-a8d7-343c6941c3e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6539 | 2024.06.28 23:44:35.164040 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 480 rows starting from the beginning of the part | ||
| 6540 | 2024.06.28 23:44:35.164055 [ 3 ] {} <Debug> HTTP-Session: 1ca6cbb9-c58b-4f97-a8d7-343c6941c3e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6541 | 2024.06.28 23:44:35.164140 [ 3 ] {} <Trace> HTTP-Session: 1ca6cbb9-c58b-4f97-a8d7-343c6941c3e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6542 | 2024.06.28 23:44:35.164593 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6543 | 2024.06.28 23:44:35.164672 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 19 rows starting from the beginning of the part | ||
| 6544 | 2024.06.28 23:44:35.164707 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6545 | 2024.06.28 23:44:35.165623 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 11 rows starting from the beginning of the part | ||
| 6546 | 2024.06.28 23:44:35.165631 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6547 | 2024.06.28 23:44:35.166133 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 19 rows starting from the beginning of the part | ||
| 6548 | 2024.06.28 23:44:35.166877 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2024.06.28 23:44:35.166914 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part | ||
| 6550 | 2024.06.28 23:44:35.166949 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6551 | 2024.06.28 23:44:35.167521 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 19 rows starting from the beginning of the part | ||
| 6552 | 2024.06.28 23:44:35.168384 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6553 | 2024.06.28 23:44:35.169212 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6554 | 2024.06.28 23:44:35.169604 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005219 sec., 11496.455259628283 rows/sec., 793.38 KiB/sec. | ||
| 6555 | 2024.06.28 23:44:35.169990 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Debug> DynamicQueryHandler: Done processing query | ||
| 6556 | 2024.06.28 23:44:35.170055 [ 3 ] {0cf354c2-6829-4dfc-b1c3-002f088dc809} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6557 | 2024.06.28 23:44:35.170088 [ 3 ] {} <Debug> HTTP-Session: 1ca6cbb9-c58b-4f97-a8d7-343c6941c3e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6558 | 2024.06.28 23:44:35.185756 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 559 rows, containing 19 columns (19 merged, 0 gathered) in 0.022659452 sec., 24669.616899826175 rows/sec., 44.21 MiB/sec. | ||
| 6559 | 2024.06.28 23:44:35.186627 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6560 | 2024.06.28 23:44:35.187204 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6561 | 2024.06.28 23:44:35.187364 [ 194 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6562 | 2024.06.28 23:44:35.187494 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 6563 | 2024.06.28 23:44:40.147099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6564 | 2024.06.28 23:44:40.147234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6565 | 2024.06.28 23:44:40.147265 [ 3 ] {} <Debug> HTTP-Session: 1a937d18-88e1-48eb-b079-26866838bbe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6566 | 2024.06.28 23:44:40.147295 [ 3 ] {} <Debug> HTTP-Session: 1a937d18-88e1-48eb-b079-26866838bbe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6567 | 2024.06.28 23:44:40.147312 [ 3 ] {} <Debug> HTTP-Session: 1a937d18-88e1-48eb-b079-26866838bbe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6568 | 2024.06.28 23:44:40.147367 [ 3 ] {} <Trace> HTTP-Session: 1a937d18-88e1-48eb-b079-26866838bbe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2024.06.28 23:44:40.147567 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6570 | 2024.06.28 23:44:40.147638 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6571 | 2024.06.28 23:44:40.147855 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6572 | 2024.06.28 23:44:40.148311 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2024.06.28 23:44:40.148349 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6574 | 2024.06.28 23:44:40.148721 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6575 | 2024.06.28 23:44:40.149062 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2024.06.28 23:44:40.149202 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001698 sec., 6478.209658421672 rows/sec., 525.09 KiB/sec. | ||
| 6577 | 2024.06.28 23:44:40.149407 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6578 | 2024.06.28 23:44:40.149434 [ 3 ] {2b02cf55-1dd3-414a-abbf-733d6814282a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6579 | 2024.06.28 23:44:40.149450 [ 3 ] {} <Debug> HTTP-Session: 1a937d18-88e1-48eb-b079-26866838bbe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6580 | 2024.06.28 23:44:40.149616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6581 | 2024.06.28 23:44:40.149666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6582 | 2024.06.28 23:44:40.149687 [ 3 ] {} <Debug> HTTP-Session: 0bc0de72-3b9f-44d2-9e50-fa78e8b4e3bd Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6583 | 2024.06.28 23:44:40.149704 [ 3 ] {} <Debug> HTTP-Session: 0bc0de72-3b9f-44d2-9e50-fa78e8b4e3bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6584 | 2024.06.28 23:44:40.149718 [ 3 ] {} <Debug> HTTP-Session: 0bc0de72-3b9f-44d2-9e50-fa78e8b4e3bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6585 | 2024.06.28 23:44:40.149750 [ 3 ] {} <Trace> HTTP-Session: 0bc0de72-3b9f-44d2-9e50-fa78e8b4e3bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6586 | 2024.06.28 23:44:40.149872 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6587 | 2024.06.28 23:44:40.149914 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6588 | 2024.06.28 23:44:40.150041 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6589 | 2024.06.28 23:44:40.150428 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6590 | 2024.06.28 23:44:40.150465 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6591 | 2024.06.28 23:44:40.150789 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6592 | 2024.06.28 23:44:40.151105 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6593 | 2024.06.28 23:44:40.151231 [ 84 ] {} <Debug> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6594 | 2024.06.28 23:44:40.151237 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001408 sec., 63210.22727272727 rows/sec., 5.11 MiB/sec. | ||
| 6595 | 2024.06.28 23:44:40.151283 [ 84 ] {} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2024.06.28 23:44:40.151327 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6597 | 2024.06.28 23:44:40.151446 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Debug> DynamicQueryHandler: Done processing query | ||
| 6598 | 2024.06.28 23:44:40.151452 [ 192 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::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 | ||
| 6599 | 2024.06.28 23:44:40.151472 [ 3 ] {fe984c8e-60aa-4421-a0b8-2ddb2397a650} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6600 | 2024.06.28 23:44:40.151503 [ 3 ] {} <Debug> HTTP-Session: 0bc0de72-3b9f-44d2-9e50-fa78e8b4e3bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6601 | 2024.06.28 23:44:40.151587 [ 192 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6602 | 2024.06.28 23:44:40.151617 [ 192 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 190 rows starting from the beginning of the part | ||
| 6603 | 2024.06.28 23:44:40.151650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6604 | 2024.06.28 23:44:40.151711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6605 | 2024.06.28 23:44:40.151714 [ 192 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 89 rows starting from the beginning of the part | ||
| 6606 | 2024.06.28 23:44:40.151774 [ 3 ] {} <Debug> HTTP-Session: 04b7dd57-c53a-4df6-b55f-0ba536d1d984 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6607 | 2024.06.28 23:44:40.151860 [ 3 ] {} <Debug> HTTP-Session: 04b7dd57-c53a-4df6-b55f-0ba536d1d984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6608 | 2024.06.28 23:44:40.151995 [ 3 ] {} <Debug> HTTP-Session: 04b7dd57-c53a-4df6-b55f-0ba536d1d984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6609 | 2024.06.28 23:44:40.152148 [ 192 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 114 rows starting from the beginning of the part | ||
| 6610 | 2024.06.28 23:44:40.152153 [ 3 ] {} <Trace> HTTP-Session: 04b7dd57-c53a-4df6-b55f-0ba536d1d984 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6611 | 2024.06.28 23:44:40.152263 [ 192 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 125 rows starting from the beginning of the part | ||
| 6612 | 2024.06.28 23:44:40.152566 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6613 | 2024.06.28 23:44:40.152602 [ 192 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part | ||
| 6614 | 2024.06.28 23:44:40.152702 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6615 | 2024.06.28 23:44:40.152938 [ 192 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 89 rows starting from the beginning of the part | ||
| 6616 | 2024.06.28 23:44:40.153553 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6617 | 2024.06.28 23:44:40.154132 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6618 | 2024.06.28 23:44:40.154180 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6619 | 2024.06.28 23:44:40.154616 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6620 | 2024.06.28 23:44:40.154925 [ 199 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 4 columns (4 merged, 0 gathered) in 0.003514925 sec., 204840.78607651658 rows/sec., 16.64 MiB/sec. | ||
| 6621 | 2024.06.28 23:44:40.155197 [ 199 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6622 | 2024.06.28 23:44:40.155199 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2024.06.28 23:44:40.155484 [ 84 ] {} <Debug> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6624 | 2024.06.28 23:44:40.155567 [ 84 ] {} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6625 | 2024.06.28 23:44:40.155566 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.003197 sec., 23459.49327494526 rows/sec., 1.83 MiB/sec. | ||
| 6626 | 2024.06.28 23:44:40.155674 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6627 | 2024.06.28 23:44:40.156166 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::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 | ||
| 6628 | 2024.06.28 23:44:40.156306 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Debug> DynamicQueryHandler: Done processing query | ||
| 6629 | 2024.06.28 23:44:40.156392 [ 3 ] {487c96c8-3097-4780-8acf-861946a7c233} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6630 | 2024.06.28 23:44:40.156468 [ 3 ] {} <Debug> HTTP-Session: 04b7dd57-c53a-4df6-b55f-0ba536d1d984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6631 | 2024.06.28 23:44:40.156628 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6632 | 2024.06.28 23:44:40.156679 [ 199 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6633 | 2024.06.28 23:44:40.156704 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 150 rows starting from the beginning of the part | ||
| 6634 | 2024.06.28 23:44:40.156816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6635 | 2024.06.28 23:44:40.157038 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 75 rows starting from the beginning of the part | ||
| 6636 | 2024.06.28 23:44:40.157066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6637 | 2024.06.28 23:44:40.157169 [ 3 ] {} <Debug> HTTP-Session: 6215fe68-a659-4a12-b764-16407ad36da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6638 | 2024.06.28 23:44:40.157322 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 85 rows starting from the beginning of the part | ||
| 6639 | 2024.06.28 23:44:40.157311 [ 3 ] {} <Debug> HTTP-Session: 6215fe68-a659-4a12-b764-16407ad36da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6640 | 2024.06.28 23:44:40.157429 [ 3 ] {} <Debug> HTTP-Session: 6215fe68-a659-4a12-b764-16407ad36da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6641 | 2024.06.28 23:44:40.157416 [ 199 ] {01250d3b-5bc6-4baf-b44f-a0727dfac2c7::all_1_41_8} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6642 | 2024.06.28 23:44:40.157590 [ 3 ] {} <Trace> HTTP-Session: 6215fe68-a659-4a12-b764-16407ad36da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6643 | 2024.06.28 23:44:40.157643 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 99 rows starting from the beginning of the part | ||
| 6644 | 2024.06.28 23:44:40.157984 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 83 rows starting from the beginning of the part | ||
| 6645 | 2024.06.28 23:44:40.158235 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6646 | 2024.06.28 23:44:40.158417 [ 193 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 75 rows starting from the beginning of the part | ||
| 6647 | 2024.06.28 23:44:40.158456 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6648 | 2024.06.28 23:44:40.158437 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6649 | 2024.06.28 23:44:40.159276 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6650 | 2024.06.28 23:44:40.160290 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6651 | 2024.06.28 23:44:40.160354 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6652 | 2024.06.28 23:44:40.161418 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6653 | 2024.06.28 23:44:40.161475 [ 199 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 4 columns (4 merged, 0 gathered) in 0.005624354 sec., 100811.57764962874 rows/sec., 7.87 MiB/sec. | ||
| 6654 | 2024.06.28 23:44:40.161768 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6655 | 2024.06.28 23:44:40.162079 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6656 | 2024.06.28 23:44:40.162538 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004626 sec., 34587.11629917855 rows/sec., 2.41 MiB/sec. | ||
| 6657 | 2024.06.28 23:44:40.162799 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6658 | 2024.06.28 23:44:40.162879 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6659 | 2024.06.28 23:44:40.162916 [ 3 ] {9abe373d-c04a-4d46-9eca-60d5c1dd6dc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6660 | 2024.06.28 23:44:40.162949 [ 190 ] {086efb65-6a2a-42d8-a1d2-08d3395e09f8::all_1_41_8} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6661 | 2024.06.28 23:44:40.162958 [ 3 ] {} <Debug> HTTP-Session: 6215fe68-a659-4a12-b764-16407ad36da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6662 | 2024.06.28 23:44:40.163087 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6663 | 2024.06.28 23:44:40.163145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6664 | 2024.06.28 23:44:40.163201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6665 | 2024.06.28 23:44:40.163220 [ 3 ] {} <Debug> HTTP-Session: 72c13025-b476-4d0e-81e1-e5b55712d048 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6666 | 2024.06.28 23:44:40.163237 [ 3 ] {} <Debug> HTTP-Session: 72c13025-b476-4d0e-81e1-e5b55712d048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6667 | 2024.06.28 23:44:40.163251 [ 3 ] {} <Debug> HTTP-Session: 72c13025-b476-4d0e-81e1-e5b55712d048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6668 | 2024.06.28 23:44:40.163285 [ 3 ] {} <Trace> HTTP-Session: 72c13025-b476-4d0e-81e1-e5b55712d048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6669 | 2024.06.28 23:44:40.163500 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6670 | 2024.06.28 23:44:40.163572 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <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_histogramf64 | ||
| 6671 | 2024.06.28 23:44:40.164015 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6672 | 2024.06.28 23:44:40.164629 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6673 | 2024.06.28 23:44:40.164667 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6674 | 2024.06.28 23:44:40.165307 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6675 | 2024.06.28 23:44:40.165735 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6676 | 2024.06.28 23:44:40.165882 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002513 sec., 4377.238360525269 rows/sec., 7.84 MiB/sec. | ||
| 6677 | 2024.06.28 23:44:40.166123 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Debug> DynamicQueryHandler: Done processing query | ||
| 6678 | 2024.06.28 23:44:40.166147 [ 3 ] {934a3e30-549a-4b80-93bc-729a81a8e3be} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6679 | 2024.06.28 23:44:40.166163 [ 3 ] {} <Debug> HTTP-Session: 72c13025-b476-4d0e-81e1-e5b55712d048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6680 | 2024.06.28 23:44:40.166286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6681 | 2024.06.28 23:44:40.166334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6682 | 2024.06.28 23:44:40.166352 [ 3 ] {} <Debug> HTTP-Session: 6ae1db40-7454-47c2-9894-f634aeb62a4b Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6683 | 2024.06.28 23:44:40.166368 [ 3 ] {} <Debug> HTTP-Session: 6ae1db40-7454-47c2-9894-f634aeb62a4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6684 | 2024.06.28 23:44:40.166382 [ 3 ] {} <Debug> HTTP-Session: 6ae1db40-7454-47c2-9894-f634aeb62a4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6685 | 2024.06.28 23:44:40.166414 [ 3 ] {} <Trace> HTTP-Session: 6ae1db40-7454-47c2-9894-f634aeb62a4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6686 | 2024.06.28 23:44:40.166538 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6687 | 2024.06.28 23:44:40.166582 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6688 | 2024.06.28 23:44:40.166709 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6689 | 2024.06.28 23:44:40.167017 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6690 | 2024.06.28 23:44:40.167053 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6691 | 2024.06.28 23:44:40.167431 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6692 | 2024.06.28 23:44:40.167754 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6693 | 2024.06.28 23:44:40.167883 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
| 6694 | 2024.06.28 23:44:40.168044 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6695 | 2024.06.28 23:44:40.168069 [ 3 ] {a4d3def2-8c0e-4e7b-b093-cb01ff6f5ac0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6696 | 2024.06.28 23:44:40.168084 [ 3 ] {} <Debug> HTTP-Session: 6ae1db40-7454-47c2-9894-f634aeb62a4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6697 | 2024.06.28 23:44:45.147313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6698 | 2024.06.28 23:44:45.147462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6699 | 2024.06.28 23:44:45.147491 [ 3 ] {} <Debug> HTTP-Session: cc55cfe2-36ee-4ab1-b8d6-ab60db69440e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6700 | 2024.06.28 23:44:45.147521 [ 3 ] {} <Debug> HTTP-Session: cc55cfe2-36ee-4ab1-b8d6-ab60db69440e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6701 | 2024.06.28 23:44:45.147539 [ 3 ] {} <Debug> HTTP-Session: cc55cfe2-36ee-4ab1-b8d6-ab60db69440e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6702 | 2024.06.28 23:44:45.147597 [ 3 ] {} <Trace> HTTP-Session: cc55cfe2-36ee-4ab1-b8d6-ab60db69440e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6703 | 2024.06.28 23:44:45.147809 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6704 | 2024.06.28 23:44:45.147884 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6705 | 2024.06.28 23:44:45.148105 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6706 | 2024.06.28 23:44:45.148571 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2024.06.28 23:44:45.148615 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6708 | 2024.06.28 23:44:45.148987 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6709 | 2024.06.28 23:44:45.149348 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2024.06.28 23:44:45.149524 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001776 sec., 10698.198198198199 rows/sec., 867.14 KiB/sec. | ||
| 6711 | 2024.06.28 23:44:45.149835 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Debug> DynamicQueryHandler: Done processing query | ||
| 6712 | 2024.06.28 23:44:45.149881 [ 3 ] {b7234af8-188a-4a2a-a96d-24d887e69b06} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6713 | 2024.06.28 23:44:45.149906 [ 3 ] {} <Debug> HTTP-Session: cc55cfe2-36ee-4ab1-b8d6-ab60db69440e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6714 | 2024.06.28 23:44:45.150099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6715 | 2024.06.28 23:44:45.150151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6716 | 2024.06.28 23:44:45.150170 [ 3 ] {} <Debug> HTTP-Session: 79d9c818-5603-44b3-a101-6900c07a440a Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6717 | 2024.06.28 23:44:45.150188 [ 3 ] {} <Debug> HTTP-Session: 79d9c818-5603-44b3-a101-6900c07a440a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6718 | 2024.06.28 23:44:45.150202 [ 3 ] {} <Debug> HTTP-Session: 79d9c818-5603-44b3-a101-6900c07a440a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6719 | 2024.06.28 23:44:45.150233 [ 3 ] {} <Trace> HTTP-Session: 79d9c818-5603-44b3-a101-6900c07a440a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6720 | 2024.06.28 23:44:45.150367 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6721 | 2024.06.28 23:44:45.150411 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6722 | 2024.06.28 23:44:45.150558 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6723 | 2024.06.28 23:44:45.151018 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6724 | 2024.06.28 23:44:45.151057 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6725 | 2024.06.28 23:44:45.151382 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6726 | 2024.06.28 23:44:45.151693 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6727 | 2024.06.28 23:44:45.151849 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001532 sec., 73759.79112271541 rows/sec., 6.08 MiB/sec. | ||
| 6728 | 2024.06.28 23:44:45.152021 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6729 | 2024.06.28 23:44:45.152047 [ 3 ] {216de2d3-88c9-453d-acca-66695d70c36f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6730 | 2024.06.28 23:44:45.152063 [ 3 ] {} <Debug> HTTP-Session: 79d9c818-5603-44b3-a101-6900c07a440a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6731 | 2024.06.28 23:44:45.152198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6732 | 2024.06.28 23:44:45.152247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6733 | 2024.06.28 23:44:45.152267 [ 3 ] {} <Debug> HTTP-Session: de473a69-80db-4e1b-b5a0-ffc3bb39bcb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6734 | 2024.06.28 23:44:45.152285 [ 3 ] {} <Debug> HTTP-Session: de473a69-80db-4e1b-b5a0-ffc3bb39bcb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6735 | 2024.06.28 23:44:45.152300 [ 3 ] {} <Debug> HTTP-Session: de473a69-80db-4e1b-b5a0-ffc3bb39bcb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6736 | 2024.06.28 23:44:45.152331 [ 3 ] {} <Trace> HTTP-Session: de473a69-80db-4e1b-b5a0-ffc3bb39bcb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6737 | 2024.06.28 23:44:45.152453 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6738 | 2024.06.28 23:44:45.152496 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6739 | 2024.06.28 23:44:45.152625 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6740 | 2024.06.28 23:44:45.152960 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6741 | 2024.06.28 23:44:45.152998 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6742 | 2024.06.28 23:44:45.153310 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6743 | 2024.06.28 23:44:45.153616 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6744 | 2024.06.28 23:44:45.153773 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001362 sec., 60939.79441997063 rows/sec., 4.76 MiB/sec. | ||
| 6745 | 2024.06.28 23:44:45.154045 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Debug> DynamicQueryHandler: Done processing query | ||
| 6746 | 2024.06.28 23:44:45.154101 [ 3 ] {efbf95c7-ac96-408b-af8c-684e9502f216} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6747 | 2024.06.28 23:44:45.154145 [ 3 ] {} <Debug> HTTP-Session: de473a69-80db-4e1b-b5a0-ffc3bb39bcb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6748 | 2024.06.28 23:44:45.154349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6749 | 2024.06.28 23:44:45.154402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6750 | 2024.06.28 23:44:45.154421 [ 3 ] {} <Debug> HTTP-Session: 09da985f-a8b9-496d-b285-be96ee84f932 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6751 | 2024.06.28 23:44:45.154438 [ 3 ] {} <Debug> HTTP-Session: 09da985f-a8b9-496d-b285-be96ee84f932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6752 | 2024.06.28 23:44:45.154452 [ 3 ] {} <Debug> HTTP-Session: 09da985f-a8b9-496d-b285-be96ee84f932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6753 | 2024.06.28 23:44:45.154484 [ 3 ] {} <Trace> HTTP-Session: 09da985f-a8b9-496d-b285-be96ee84f932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6754 | 2024.06.28 23:44:45.154644 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6755 | 2024.06.28 23:44:45.154692 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6756 | 2024.06.28 23:44:45.154856 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6757 | 2024.06.28 23:44:45.155243 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6758 | 2024.06.28 23:44:45.155307 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6759 | 2024.06.28 23:44:45.155695 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6760 | 2024.06.28 23:44:45.156045 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6761 | 2024.06.28 23:44:45.156203 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
| 6762 | 2024.06.28 23:44:45.156231 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6763 | 2024.06.28 23:44:45.156359 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6764 | 2024.06.28 23:44:45.156416 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6765 | 2024.06.28 23:44:45.156437 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6766 | 2024.06.28 23:44:45.156486 [ 3 ] {8870cc23-18b2-4d33-b75f-8e058b7e1e7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6767 | 2024.06.28 23:44:45.156549 [ 3 ] {} <Debug> HTTP-Session: 09da985f-a8b9-496d-b285-be96ee84f932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6768 | 2024.06.28 23:44:45.156774 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::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 | ||
| 6769 | 2024.06.28 23:44:45.156793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6770 | 2024.06.28 23:44:45.157034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6771 | 2024.06.28 23:44:45.157131 [ 3 ] {} <Debug> HTTP-Session: 1ed4691e-ce2b-40d6-9961-0a8cbadc401d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6772 | 2024.06.28 23:44:45.157221 [ 3 ] {} <Debug> HTTP-Session: 1ed4691e-ce2b-40d6-9961-0a8cbadc401d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6773 | 2024.06.28 23:44:45.157305 [ 3 ] {} <Debug> HTTP-Session: 1ed4691e-ce2b-40d6-9961-0a8cbadc401d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6774 | 2024.06.28 23:44:45.157501 [ 3 ] {} <Trace> HTTP-Session: 1ed4691e-ce2b-40d6-9961-0a8cbadc401d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6775 | 2024.06.28 23:44:45.157620 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6776 | 2024.06.28 23:44:45.157714 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5603 rows starting from the beginning of the part | ||
| 6777 | 2024.06.28 23:44:45.157855 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
| 6778 | 2024.06.28 23:44:45.158007 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6779 | 2024.06.28 23:44:45.158253 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 196 rows starting from the beginning of the part | ||
| 6780 | 2024.06.28 23:44:45.158341 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <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_histogramf64 | ||
| 6781 | 2024.06.28 23:44:45.158635 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 6782 | 2024.06.28 23:44:45.159005 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 6783 | 2024.06.28 23:44:45.159434 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 6784 | 2024.06.28 23:44:45.160780 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6785 | 2024.06.28 23:44:45.162443 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6786 | 2024.06.28 23:44:45.162535 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6787 | 2024.06.28 23:44:45.164124 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6788 | 2024.06.28 23:44:45.164699 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6789 | 2024.06.28 23:44:45.164862 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.007169 sec., 2650.299902357372 rows/sec., 4.75 MiB/sec. | ||
| 6790 | 2024.06.28 23:44:45.165572 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6440 rows, containing 5 columns (5 merged, 0 gathered) in 0.009022385 sec., 713780.2255168671 rows/sec., 49.77 MiB/sec. | ||
| 6791 | 2024.06.28 23:44:45.165663 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6792 | 2024.06.28 23:44:45.165696 [ 3 ] {41360f45-07e5-4ebe-99b1-f7465b6fdcc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6793 | 2024.06.28 23:44:45.165713 [ 3 ] {} <Debug> HTTP-Session: 1ed4691e-ce2b-40d6-9961-0a8cbadc401d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6794 | 2024.06.28 23:44:45.165852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6795 | 2024.06.28 23:44:45.165907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6796 | 2024.06.28 23:44:45.165927 [ 3 ] {} <Debug> HTTP-Session: 277393c5-f6a9-4924-98d0-bbf485d5c290 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6797 | 2024.06.28 23:44:45.165969 [ 3 ] {} <Debug> HTTP-Session: 277393c5-f6a9-4924-98d0-bbf485d5c290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6798 | 2024.06.28 23:44:45.165993 [ 3 ] {} <Debug> HTTP-Session: 277393c5-f6a9-4924-98d0-bbf485d5c290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6799 | 2024.06.28 23:44:45.166049 [ 3 ] {} <Trace> HTTP-Session: 277393c5-f6a9-4924-98d0-bbf485d5c290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2024.06.28 23:44:45.166079 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6801 | 2024.06.28 23:44:45.166288 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6802 | 2024.06.28 23:44:45.166367 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6803 | 2024.06.28 23:44:45.166985 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6804 | 2024.06.28 23:44:45.167161 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6805 | 2024.06.28 23:44:45.167345 [ 195 ] {0254697f-f64c-4fc7-9730-a74bf87f700f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6806 | 2024.06.28 23:44:45.167540 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
| 6807 | 2024.06.28 23:44:45.167623 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2024.06.28 23:44:45.167666 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6809 | 2024.06.28 23:44:45.168045 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6810 | 2024.06.28 23:44:45.168387 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6811 | 2024.06.28 23:44:45.168518 [ 80 ] {} <Debug> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6812 | 2024.06.28 23:44:45.168521 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002335 sec., 25695.93147751606 rows/sec., 1.73 MiB/sec. | ||
| 6813 | 2024.06.28 23:44:45.168569 [ 80 ] {} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6814 | 2024.06.28 23:44:45.168618 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6815 | 2024.06.28 23:44:45.168764 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6816 | 2024.06.28 23:44:45.168815 [ 3 ] {9952e4d8-e2cf-4bfa-873a-fe3dc3fc7ff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6817 | 2024.06.28 23:44:45.168829 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 6818 | 2024.06.28 23:44:45.168843 [ 3 ] {} <Debug> HTTP-Session: 277393c5-f6a9-4924-98d0-bbf485d5c290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6819 | 2024.06.28 23:44:45.169050 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6820 | 2024.06.28 23:44:45.169094 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1850 rows starting from the beginning of the part | ||
| 6821 | 2024.06.28 23:44:45.169217 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 6822 | 2024.06.28 23:44:45.169414 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 6823 | 2024.06.28 23:44:45.169520 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::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 | ||
| 6824 | 2024.06.28 23:44:45.169696 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 6825 | 2024.06.28 23:44:45.169859 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 6826 | 2024.06.28 23:44:45.171348 [ 190 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002636823 sec., 815375.1692851587 rows/sec., 55.04 MiB/sec. | ||
| 6827 | 2024.06.28 23:44:45.171579 [ 196 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6828 | 2024.06.28 23:44:45.172003 [ 196 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6829 | 2024.06.28 23:44:45.172078 [ 196 ] {e28d1eda-23a4-463a-b0d7-84568fbd5752::all_1_41_8} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6830 | 2024.06.28 23:44:45.172162 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 6831 | 2024.06.28 23:44:48.570357 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6832 | 2024.06.28 23:44:48.570415 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6833 | 2024.06.28 23:44:49.001248 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000869891 sec. | ||
| 6834 | 2024.06.28 23:44:50.147437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6835 | 2024.06.28 23:44:50.147564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6836 | 2024.06.28 23:44:50.147590 [ 3 ] {} <Debug> HTTP-Session: 7bd66a5f-5d9c-4cea-91fc-2197d4bfaaf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6837 | 2024.06.28 23:44:50.147614 [ 3 ] {} <Debug> HTTP-Session: 7bd66a5f-5d9c-4cea-91fc-2197d4bfaaf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6838 | 2024.06.28 23:44:50.147628 [ 3 ] {} <Debug> HTTP-Session: 7bd66a5f-5d9c-4cea-91fc-2197d4bfaaf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6839 | 2024.06.28 23:44:50.147676 [ 3 ] {} <Trace> HTTP-Session: 7bd66a5f-5d9c-4cea-91fc-2197d4bfaaf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6840 | 2024.06.28 23:44:50.147859 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6841 | 2024.06.28 23:44:50.147922 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6842 | 2024.06.28 23:44:50.148112 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6843 | 2024.06.28 23:44:50.148601 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6844 | 2024.06.28 23:44:50.148642 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6845 | 2024.06.28 23:44:50.149029 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6846 | 2024.06.28 23:44:50.149379 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6847 | 2024.06.28 23:44:50.149526 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001717 sec., 6406.523005241701 rows/sec., 519.28 KiB/sec. | ||
| 6848 | 2024.06.28 23:44:50.149760 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6849 | 2024.06.28 23:44:50.149795 [ 3 ] {1681d443-5495-4d69-b282-d1da72d08c1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6850 | 2024.06.28 23:44:50.149816 [ 3 ] {} <Debug> HTTP-Session: 7bd66a5f-5d9c-4cea-91fc-2197d4bfaaf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6851 | 2024.06.28 23:44:50.150000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6852 | 2024.06.28 23:44:50.150049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6853 | 2024.06.28 23:44:50.150068 [ 3 ] {} <Debug> HTTP-Session: 6db0ee31-bc7d-4c30-847a-6a587f5a08e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6854 | 2024.06.28 23:44:50.150085 [ 3 ] {} <Debug> HTTP-Session: 6db0ee31-bc7d-4c30-847a-6a587f5a08e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6855 | 2024.06.28 23:44:50.150099 [ 3 ] {} <Debug> HTTP-Session: 6db0ee31-bc7d-4c30-847a-6a587f5a08e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6856 | 2024.06.28 23:44:50.150130 [ 3 ] {} <Trace> HTTP-Session: 6db0ee31-bc7d-4c30-847a-6a587f5a08e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6857 | 2024.06.28 23:44:50.150251 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6858 | 2024.06.28 23:44:50.150301 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6859 | 2024.06.28 23:44:50.150436 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6860 | 2024.06.28 23:44:50.150830 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6861 | 2024.06.28 23:44:50.150866 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6862 | 2024.06.28 23:44:50.151185 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6863 | 2024.06.28 23:44:50.151491 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6864 | 2024.06.28 23:44:50.151643 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001431 sec., 62194.26974143955 rows/sec., 5.02 MiB/sec. | ||
| 6865 | 2024.06.28 23:44:50.151812 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Debug> DynamicQueryHandler: Done processing query | ||
| 6866 | 2024.06.28 23:44:50.151837 [ 3 ] {4d7fab18-8ed2-42e6-8dd5-16578fa41e41} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6867 | 2024.06.28 23:44:50.151853 [ 3 ] {} <Debug> HTTP-Session: 6db0ee31-bc7d-4c30-847a-6a587f5a08e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6868 | 2024.06.28 23:44:50.151984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 12752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6869 | 2024.06.28 23:44:50.152033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6870 | 2024.06.28 23:44:50.152053 [ 3 ] {} <Debug> HTTP-Session: 5d5546b7-f58a-410e-b175-690473c4a6ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6871 | 2024.06.28 23:44:50.152070 [ 3 ] {} <Debug> HTTP-Session: 5d5546b7-f58a-410e-b175-690473c4a6ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6872 | 2024.06.28 23:44:50.152084 [ 3 ] {} <Debug> HTTP-Session: 5d5546b7-f58a-410e-b175-690473c4a6ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6873 | 2024.06.28 23:44:50.152115 [ 3 ] {} <Trace> HTTP-Session: 5d5546b7-f58a-410e-b175-690473c4a6ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6874 | 2024.06.28 23:44:50.152239 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6875 | 2024.06.28 23:44:50.152281 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6876 | 2024.06.28 23:44:50.152410 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6877 | 2024.06.28 23:44:50.152748 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6878 | 2024.06.28 23:44:50.152784 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6879 | 2024.06.28 23:44:50.153096 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6880 | 2024.06.28 23:44:50.153414 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6881 | 2024.06.28 23:44:50.153575 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001378 sec., 54426.70537010159 rows/sec., 4.25 MiB/sec. | ||
| 6882 | 2024.06.28 23:44:50.153738 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 6883 | 2024.06.28 23:44:50.153762 [ 3 ] {ddd5563a-ef7b-4e9f-809c-34fde74e13fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6884 | 2024.06.28 23:44:50.153779 [ 3 ] {} <Debug> HTTP-Session: 5d5546b7-f58a-410e-b175-690473c4a6ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6885 | 2024.06.28 23:44:50.153952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6886 | 2024.06.28 23:44:50.154001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6887 | 2024.06.28 23:44:50.154020 [ 3 ] {} <Debug> HTTP-Session: db607684-2e34-430c-a86a-1af073df1c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6888 | 2024.06.28 23:44:50.154036 [ 3 ] {} <Debug> HTTP-Session: db607684-2e34-430c-a86a-1af073df1c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6889 | 2024.06.28 23:44:50.154050 [ 3 ] {} <Debug> HTTP-Session: db607684-2e34-430c-a86a-1af073df1c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6890 | 2024.06.28 23:44:50.154081 [ 3 ] {} <Trace> HTTP-Session: db607684-2e34-430c-a86a-1af073df1c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6891 | 2024.06.28 23:44:50.154235 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6892 | 2024.06.28 23:44:50.154282 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6893 | 2024.06.28 23:44:50.154427 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6894 | 2024.06.28 23:44:50.154807 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6895 | 2024.06.28 23:44:50.154843 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6896 | 2024.06.28 23:44:50.155244 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6897 | 2024.06.28 23:44:50.155584 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6898 | 2024.06.28 23:44:50.155741 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 6899 | 2024.06.28 23:44:50.155919 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6900 | 2024.06.28 23:44:50.155944 [ 3 ] {5f91a925-0a79-4087-9b2d-8eb07dcdfff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6901 | 2024.06.28 23:44:50.155959 [ 3 ] {} <Debug> HTTP-Session: db607684-2e34-430c-a86a-1af073df1c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6902 | 2024.06.28 23:44:50.156092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6903 | 2024.06.28 23:44:50.156142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6904 | 2024.06.28 23:44:50.156161 [ 3 ] {} <Debug> HTTP-Session: ab6e5429-5628-40b2-987f-dc1ba7cb47cc Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6905 | 2024.06.28 23:44:50.156177 [ 3 ] {} <Debug> HTTP-Session: ab6e5429-5628-40b2-987f-dc1ba7cb47cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6906 | 2024.06.28 23:44:50.156191 [ 3 ] {} <Debug> HTTP-Session: ab6e5429-5628-40b2-987f-dc1ba7cb47cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6907 | 2024.06.28 23:44:50.156221 [ 3 ] {} <Trace> HTTP-Session: ab6e5429-5628-40b2-987f-dc1ba7cb47cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6908 | 2024.06.28 23:44:50.156433 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6909 | 2024.06.28 23:44:50.156497 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <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_histogramf64 | ||
| 6910 | 2024.06.28 23:44:50.156914 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6911 | 2024.06.28 23:44:50.157566 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6912 | 2024.06.28 23:44:50.157603 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6913 | 2024.06.28 23:44:50.158191 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6914 | 2024.06.28 23:44:50.158604 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6915 | 2024.06.28 23:44:50.158755 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002451 sec., 4487.96409628723 rows/sec., 8.04 MiB/sec. | ||
| 6916 | 2024.06.28 23:44:50.159242 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Debug> DynamicQueryHandler: Done processing query | ||
| 6917 | 2024.06.28 23:44:50.159281 [ 3 ] {95c80a00-247e-4ccf-b83a-3b22ffb5e001} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6918 | 2024.06.28 23:44:50.159300 [ 3 ] {} <Debug> HTTP-Session: ab6e5429-5628-40b2-987f-dc1ba7cb47cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6919 | 2024.06.28 23:44:50.159465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6920 | 2024.06.28 23:44:50.159515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6921 | 2024.06.28 23:44:50.159534 [ 3 ] {} <Debug> HTTP-Session: 532574c9-a18e-4d85-a19d-6b96497850d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6922 | 2024.06.28 23:44:50.159550 [ 3 ] {} <Debug> HTTP-Session: 532574c9-a18e-4d85-a19d-6b96497850d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6923 | 2024.06.28 23:44:50.159564 [ 3 ] {} <Debug> HTTP-Session: 532574c9-a18e-4d85-a19d-6b96497850d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6924 | 2024.06.28 23:44:50.159595 [ 3 ] {} <Trace> HTTP-Session: 532574c9-a18e-4d85-a19d-6b96497850d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6925 | 2024.06.28 23:44:50.159739 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6926 | 2024.06.28 23:44:50.159785 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6927 | 2024.06.28 23:44:50.159929 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6928 | 2024.06.28 23:44:50.160331 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6929 | 2024.06.28 23:44:50.160365 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6930 | 2024.06.28 23:44:50.160731 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6931 | 2024.06.28 23:44:50.161061 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6932 | 2024.06.28 23:44:50.161190 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 6933 | 2024.06.28 23:44:50.161413 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6934 | 2024.06.28 23:44:50.161439 [ 3 ] {7dc68233-1202-4a67-b510-693f96b1a3b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6935 | 2024.06.28 23:44:50.161455 [ 3 ] {} <Debug> HTTP-Session: 532574c9-a18e-4d85-a19d-6b96497850d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6936 | 2024.06.28 23:44:55.147760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 2774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6937 | 2024.06.28 23:44:55.147907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6938 | 2024.06.28 23:44:55.147938 [ 3 ] {} <Debug> HTTP-Session: b610c058-76dc-4171-829d-8a5dbe61e47d Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6939 | 2024.06.28 23:44:55.147965 [ 3 ] {} <Debug> HTTP-Session: b610c058-76dc-4171-829d-8a5dbe61e47d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6940 | 2024.06.28 23:44:55.147984 [ 3 ] {} <Debug> HTTP-Session: b610c058-76dc-4171-829d-8a5dbe61e47d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6941 | 2024.06.28 23:44:55.148042 [ 3 ] {} <Trace> HTTP-Session: b610c058-76dc-4171-829d-8a5dbe61e47d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6942 | 2024.06.28 23:44:55.148253 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6943 | 2024.06.28 23:44:55.148327 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6944 | 2024.06.28 23:44:55.148533 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6945 | 2024.06.28 23:44:55.148997 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6946 | 2024.06.28 23:44:55.149039 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6947 | 2024.06.28 23:44:55.149410 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6948 | 2024.06.28 23:44:55.149764 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6949 | 2024.06.28 23:44:55.149916 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001731 sec., 10976.314269208551 rows/sec., 889.68 KiB/sec. | ||
| 6950 | 2024.06.28 23:44:55.150145 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Debug> DynamicQueryHandler: Done processing query | ||
| 6951 | 2024.06.28 23:44:55.150173 [ 3 ] {6fbc5ea1-2f00-4973-92f1-2dbfd7619954} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6952 | 2024.06.28 23:44:55.150189 [ 3 ] {} <Debug> HTTP-Session: b610c058-76dc-4171-829d-8a5dbe61e47d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6953 | 2024.06.28 23:44:55.150352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 16419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6954 | 2024.06.28 23:44:55.150401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6955 | 2024.06.28 23:44:55.150421 [ 3 ] {} <Debug> HTTP-Session: 8ddd95e2-5380-44e9-aae8-785d943c8bab Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6956 | 2024.06.28 23:44:55.150438 [ 3 ] {} <Debug> HTTP-Session: 8ddd95e2-5380-44e9-aae8-785d943c8bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6957 | 2024.06.28 23:44:55.150453 [ 3 ] {} <Debug> HTTP-Session: 8ddd95e2-5380-44e9-aae8-785d943c8bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6958 | 2024.06.28 23:44:55.150483 [ 3 ] {} <Trace> HTTP-Session: 8ddd95e2-5380-44e9-aae8-785d943c8bab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6959 | 2024.06.28 23:44:55.150608 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6960 | 2024.06.28 23:44:55.150651 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6961 | 2024.06.28 23:44:55.150785 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6962 | 2024.06.28 23:44:55.151248 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6963 | 2024.06.28 23:44:55.151285 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6964 | 2024.06.28 23:44:55.151612 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6965 | 2024.06.28 23:44:55.151923 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6966 | 2024.06.28 23:44:55.152077 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Debug> executeQuery: Read 113 rows, 9.53 KiB in 0.001509 sec., 74884.02915838304 rows/sec., 6.17 MiB/sec. | ||
| 6967 | 2024.06.28 23:44:55.152244 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Debug> DynamicQueryHandler: Done processing query | ||
| 6968 | 2024.06.28 23:44:55.152269 [ 3 ] {8acfad53-5440-4afb-9952-4d7d2895b964} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6969 | 2024.06.28 23:44:55.152285 [ 3 ] {} <Debug> HTTP-Session: 8ddd95e2-5380-44e9-aae8-785d943c8bab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6970 | 2024.06.28 23:44:55.152408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 14109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6971 | 2024.06.28 23:44:55.152456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6972 | 2024.06.28 23:44:55.152476 [ 3 ] {} <Debug> HTTP-Session: 24fe5863-b093-4dd9-89fe-96170502ccb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6973 | 2024.06.28 23:44:55.152492 [ 3 ] {} <Debug> HTTP-Session: 24fe5863-b093-4dd9-89fe-96170502ccb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6974 | 2024.06.28 23:44:55.152506 [ 3 ] {} <Debug> HTTP-Session: 24fe5863-b093-4dd9-89fe-96170502ccb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6975 | 2024.06.28 23:44:55.152537 [ 3 ] {} <Trace> HTTP-Session: 24fe5863-b093-4dd9-89fe-96170502ccb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6976 | 2024.06.28 23:44:55.152667 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6977 | 2024.06.28 23:44:55.152709 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6978 | 2024.06.28 23:44:55.152834 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6979 | 2024.06.28 23:44:55.153182 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6980 | 2024.06.28 23:44:55.153218 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6981 | 2024.06.28 23:44:55.153524 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6982 | 2024.06.28 23:44:55.153826 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6983 | 2024.06.28 23:44:55.153984 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.00137 sec., 60583.94160583942 rows/sec., 4.73 MiB/sec. | ||
| 6984 | 2024.06.28 23:44:55.154142 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Debug> DynamicQueryHandler: Done processing query | ||
| 6985 | 2024.06.28 23:44:55.154167 [ 3 ] {2b5c43c3-6ddc-4fb0-b1a5-fd4d25a38668} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6986 | 2024.06.28 23:44:55.154183 [ 3 ] {} <Debug> HTTP-Session: 24fe5863-b093-4dd9-89fe-96170502ccb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6987 | 2024.06.28 23:44:55.154346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6988 | 2024.06.28 23:44:55.154394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6989 | 2024.06.28 23:44:55.154413 [ 3 ] {} <Debug> HTTP-Session: 371e214e-72d0-46ec-883d-d54606ddffb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 6990 | 2024.06.28 23:44:55.154429 [ 3 ] {} <Debug> HTTP-Session: 371e214e-72d0-46ec-883d-d54606ddffb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6991 | 2024.06.28 23:44:55.154443 [ 3 ] {} <Debug> HTTP-Session: 371e214e-72d0-46ec-883d-d54606ddffb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6992 | 2024.06.28 23:44:55.154473 [ 3 ] {} <Trace> HTTP-Session: 371e214e-72d0-46ec-883d-d54606ddffb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6993 | 2024.06.28 23:44:55.154624 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6994 | 2024.06.28 23:44:55.154669 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6995 | 2024.06.28 23:44:55.154813 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6996 | 2024.06.28 23:44:55.155281 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6997 | 2024.06.28 23:44:55.155317 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 6998 | 2024.06.28 23:44:55.155707 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6999 | 2024.06.28 23:44:55.156047 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7000 | 2024.06.28 23:44:55.156208 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 7001 | 2024.06.28 23:44:55.156482 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7002 | 2024.06.28 23:44:55.156541 [ 3 ] {5cfc0f3d-cd4c-4856-a666-cf8aeb1550c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7003 | 2024.06.28 23:44:55.156574 [ 3 ] {} <Debug> HTTP-Session: 371e214e-72d0-46ec-883d-d54606ddffb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7004 | 2024.06.28 23:44:55.156735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 30599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7005 | 2024.06.28 23:44:55.156786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7006 | 2024.06.28 23:44:55.156804 [ 3 ] {} <Debug> HTTP-Session: 9d16967a-6239-41f4-b2b9-a91da6e84d52 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7007 | 2024.06.28 23:44:55.156821 [ 3 ] {} <Debug> HTTP-Session: 9d16967a-6239-41f4-b2b9-a91da6e84d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7008 | 2024.06.28 23:44:55.156835 [ 3 ] {} <Debug> HTTP-Session: 9d16967a-6239-41f4-b2b9-a91da6e84d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7009 | 2024.06.28 23:44:55.156866 [ 3 ] {} <Trace> HTTP-Session: 9d16967a-6239-41f4-b2b9-a91da6e84d52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7010 | 2024.06.28 23:44:55.157150 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7011 | 2024.06.28 23:44:55.157222 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <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_histogramf64 | ||
| 7012 | 2024.06.28 23:44:55.157662 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7013 | 2024.06.28 23:44:55.158266 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7014 | 2024.06.28 23:44:55.158302 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7015 | 2024.06.28 23:44:55.158898 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7016 | 2024.06.28 23:44:55.159300 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7017 | 2024.06.28 23:44:55.159491 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002538 sec., 7486.209613869189 rows/sec., 13.41 MiB/sec. | ||
| 7018 | 2024.06.28 23:44:55.159726 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 7019 | 2024.06.28 23:44:55.159751 [ 3 ] {22d0b3d7-05ac-4b32-86bb-9d371c74d8ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 7020 | 2024.06.28 23:44:55.159766 [ 3 ] {} <Debug> HTTP-Session: 9d16967a-6239-41f4-b2b9-a91da6e84d52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7021 | 2024.06.28 23:44:55.159903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7022 | 2024.06.28 23:44:55.159951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7023 | 2024.06.28 23:44:55.159971 [ 3 ] {} <Debug> HTTP-Session: 489acd15-0308-4566-a7a9-7b8cafe6119e Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7024 | 2024.06.28 23:44:55.159987 [ 3 ] {} <Debug> HTTP-Session: 489acd15-0308-4566-a7a9-7b8cafe6119e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7025 | 2024.06.28 23:44:55.160000 [ 3 ] {} <Debug> HTTP-Session: 489acd15-0308-4566-a7a9-7b8cafe6119e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7026 | 2024.06.28 23:44:55.160031 [ 3 ] {} <Trace> HTTP-Session: 489acd15-0308-4566-a7a9-7b8cafe6119e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7027 | 2024.06.28 23:44:55.160144 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7028 | 2024.06.28 23:44:55.160187 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7029 | 2024.06.28 23:44:55.160313 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7030 | 2024.06.28 23:44:55.160639 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7031 | 2024.06.28 23:44:55.160676 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7032 | 2024.06.28 23:44:55.161029 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7033 | 2024.06.28 23:44:55.161345 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7034 | 2024.06.28 23:44:55.161496 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
| 7035 | 2024.06.28 23:44:55.161659 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 7036 | 2024.06.28 23:44:55.161683 [ 3 ] {a086482a-1485-468e-925e-59924769a3ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7037 | 2024.06.28 23:44:55.161699 [ 3 ] {} <Debug> HTTP-Session: 489acd15-0308-4566-a7a9-7b8cafe6119e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7038 | 2024.06.28 23:45:00.148404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7039 | 2024.06.28 23:45:00.148541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7040 | 2024.06.28 23:45:00.148573 [ 3 ] {} <Debug> HTTP-Session: 2d236d11-7ffb-4f0d-8c09-3b65b920b173 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7041 | 2024.06.28 23:45:00.148604 [ 3 ] {} <Debug> HTTP-Session: 2d236d11-7ffb-4f0d-8c09-3b65b920b173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7042 | 2024.06.28 23:45:00.148622 [ 3 ] {} <Debug> HTTP-Session: 2d236d11-7ffb-4f0d-8c09-3b65b920b173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7043 | 2024.06.28 23:45:00.148677 [ 3 ] {} <Trace> HTTP-Session: 2d236d11-7ffb-4f0d-8c09-3b65b920b173 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7044 | 2024.06.28 23:45:00.148870 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7045 | 2024.06.28 23:45:00.148939 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7046 | 2024.06.28 23:45:00.149133 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7047 | 2024.06.28 23:45:00.149576 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7048 | 2024.06.28 23:45:00.149623 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7049 | 2024.06.28 23:45:00.149996 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7050 | 2024.06.28 23:45:00.150350 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7051 | 2024.06.28 23:45:00.150497 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001683 sec., 6535.9477124183 rows/sec., 529.77 KiB/sec. | ||
| 7052 | 2024.06.28 23:45:00.150510 [ 72 ] {} <Debug> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7053 | 2024.06.28 23:45:00.150565 [ 72 ] {} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7054 | 2024.06.28 23:45:00.150605 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7055 | 2024.06.28 23:45:00.150737 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7056 | 2024.06.28 23:45:00.150802 [ 3 ] {f8b5efd5-c331-499f-92d0-88074779b0f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7057 | 2024.06.28 23:45:00.150834 [ 3 ] {} <Debug> HTTP-Session: 2d236d11-7ffb-4f0d-8c09-3b65b920b173 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7058 | 2024.06.28 23:45:00.150845 [ 189 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::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 | ||
| 7059 | 2024.06.28 23:45:00.151005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7060 | 2024.06.28 23:45:00.151122 [ 189 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7061 | 2024.06.28 23:45:00.151128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7062 | 2024.06.28 23:45:00.151185 [ 189 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 30 rows starting from the beginning of the part | ||
| 7063 | 2024.06.28 23:45:00.151196 [ 3 ] {} <Debug> HTTP-Session: 1154f9fe-8957-4178-a006-6e0af02e5df5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7064 | 2024.06.28 23:45:00.151233 [ 3 ] {} <Debug> HTTP-Session: 1154f9fe-8957-4178-a006-6e0af02e5df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7065 | 2024.06.28 23:45:00.151265 [ 3 ] {} <Debug> HTTP-Session: 1154f9fe-8957-4178-a006-6e0af02e5df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7066 | 2024.06.28 23:45:00.151387 [ 3 ] {} <Trace> HTTP-Session: 1154f9fe-8957-4178-a006-6e0af02e5df5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7067 | 2024.06.28 23:45:00.151446 [ 189 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part | ||
| 7068 | 2024.06.28 23:45:00.151726 [ 189 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 19 rows starting from the beginning of the part | ||
| 7069 | 2024.06.28 23:45:00.151777 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7070 | 2024.06.28 23:45:00.151986 [ 189 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part | ||
| 7071 | 2024.06.28 23:45:00.152021 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7072 | 2024.06.28 23:45:00.152238 [ 189 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 19 rows starting from the beginning of the part | ||
| 7073 | 2024.06.28 23:45:00.152512 [ 189 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 11 rows starting from the beginning of the part | ||
| 7074 | 2024.06.28 23:45:00.153185 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7075 | 2024.06.28 23:45:00.153968 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7076 | 2024.06.28 23:45:00.154039 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7077 | 2024.06.28 23:45:00.154980 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7078 | 2024.06.28 23:45:00.155287 [ 199 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 4 columns (4 merged, 0 gathered) in 0.00457464 sec., 22078.24003637445 rows/sec., 1.75 MiB/sec. | ||
| 7079 | 2024.06.28 23:45:00.155549 [ 199 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7080 | 2024.06.28 23:45:00.155680 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Trace> oximeter.fields_ipaddr (19a94e63-b3ab-49c7-ac8c-0f74f2588d69): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7081 | 2024.06.28 23:45:00.156036 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.004436 sec., 1803.4265103697026 rows/sec., 147.06 KiB/sec. | ||
| 7082 | 2024.06.28 23:45:00.156749 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Debug> DynamicQueryHandler: Done processing query | ||
| 7083 | 2024.06.28 23:45:00.156801 [ 3 ] {be1cdc72-cdeb-44b6-a769-1a3e3e5caa32} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7084 | 2024.06.28 23:45:00.156844 [ 3 ] {} <Debug> HTTP-Session: 1154f9fe-8957-4178-a006-6e0af02e5df5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7085 | 2024.06.28 23:45:00.156930 [ 199 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7086 | 2024.06.28 23:45:00.157017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 18261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7087 | 2024.06.28 23:45:00.157104 [ 199 ] {e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5::all_1_41_8} <Trace> oximeter.fields_i64 (e3a9db34-fb4c-4cfd-ae4a-f9deb2de91d5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7088 | 2024.06.28 23:45:00.157117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7089 | 2024.06.28 23:45:00.157156 [ 3 ] {} <Debug> HTTP-Session: 64b7002a-0795-4af9-8ae4-ff38a65e6574 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7090 | 2024.06.28 23:45:00.157200 [ 3 ] {} <Debug> HTTP-Session: 64b7002a-0795-4af9-8ae4-ff38a65e6574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7091 | 2024.06.28 23:45:00.157242 [ 3 ] {} <Debug> HTTP-Session: 64b7002a-0795-4af9-8ae4-ff38a65e6574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7092 | 2024.06.28 23:45:00.157275 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7093 | 2024.06.28 23:45:00.157299 [ 3 ] {} <Trace> HTTP-Session: 64b7002a-0795-4af9-8ae4-ff38a65e6574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7094 | 2024.06.28 23:45:00.157465 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7095 | 2024.06.28 23:45:00.157510 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7096 | 2024.06.28 23:45:00.157653 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7097 | 2024.06.28 23:45:00.158064 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7098 | 2024.06.28 23:45:00.158102 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7099 | 2024.06.28 23:45:00.158433 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7100 | 2024.06.28 23:45:00.158748 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Trace> oximeter.fields_string (01250d3b-5bc6-4baf-b44f-a0727dfac2c7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7101 | 2024.06.28 23:45:00.158881 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Debug> executeQuery: Read 129 rows, 10.42 KiB in 0.001482 sec., 87044.53441295546 rows/sec., 6.87 MiB/sec. | ||
| 7102 | 2024.06.28 23:45:00.159048 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7103 | 2024.06.28 23:45:00.159072 [ 3 ] {1a1e3c40-0447-4594-aa7c-a5223e0db8a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7104 | 2024.06.28 23:45:00.159089 [ 3 ] {} <Debug> HTTP-Session: 64b7002a-0795-4af9-8ae4-ff38a65e6574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7105 | 2024.06.28 23:45:00.159190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7106 | 2024.06.28 23:45:00.159239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7107 | 2024.06.28 23:45:00.159258 [ 3 ] {} <Debug> HTTP-Session: 57600f8c-f0f9-4b91-8974-5ec385e0afc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7108 | 2024.06.28 23:45:00.159276 [ 3 ] {} <Debug> HTTP-Session: 57600f8c-f0f9-4b91-8974-5ec385e0afc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7109 | 2024.06.28 23:45:00.159290 [ 3 ] {} <Debug> HTTP-Session: 57600f8c-f0f9-4b91-8974-5ec385e0afc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7110 | 2024.06.28 23:45:00.159323 [ 3 ] {} <Trace> HTTP-Session: 57600f8c-f0f9-4b91-8974-5ec385e0afc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7111 | 2024.06.28 23:45:00.159421 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7112 | 2024.06.28 23:45:00.159465 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7113 | 2024.06.28 23:45:00.159592 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7114 | 2024.06.28 23:45:00.159877 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7115 | 2024.06.28 23:45:00.159917 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7116 | 2024.06.28 23:45:00.160231 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7117 | 2024.06.28 23:45:00.160555 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Trace> oximeter.fields_u16 (706b43a7-70d4-44d1-9fad-7fc90f09dc23): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7118 | 2024.06.28 23:45:00.160693 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001293 sec., 6187.161639597834 rows/sec., 432.01 KiB/sec. | ||
| 7119 | 2024.06.28 23:45:00.160862 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 7120 | 2024.06.28 23:45:00.160887 [ 3 ] {dfb688e3-4ff3-47bc-833a-a7098b73d6ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7121 | 2024.06.28 23:45:00.160905 [ 3 ] {} <Debug> HTTP-Session: 57600f8c-f0f9-4b91-8974-5ec385e0afc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7122 | 2024.06.28 23:45:00.161022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 18164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7123 | 2024.06.28 23:45:00.161071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7124 | 2024.06.28 23:45:00.161091 [ 3 ] {} <Debug> HTTP-Session: ba8dc4e2-95cd-4c28-af09-9cfd7ad3c856 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7125 | 2024.06.28 23:45:00.161110 [ 3 ] {} <Debug> HTTP-Session: ba8dc4e2-95cd-4c28-af09-9cfd7ad3c856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7126 | 2024.06.28 23:45:00.161126 [ 3 ] {} <Debug> HTTP-Session: ba8dc4e2-95cd-4c28-af09-9cfd7ad3c856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7127 | 2024.06.28 23:45:00.161158 [ 3 ] {} <Trace> HTTP-Session: ba8dc4e2-95cd-4c28-af09-9cfd7ad3c856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7128 | 2024.06.28 23:45:00.161290 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7129 | 2024.06.28 23:45:00.161334 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7130 | 2024.06.28 23:45:00.161464 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7131 | 2024.06.28 23:45:00.161833 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7132 | 2024.06.28 23:45:00.161871 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7133 | 2024.06.28 23:45:00.162207 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7134 | 2024.06.28 23:45:00.162529 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Trace> oximeter.fields_uuid (086efb65-6a2a-42d8-a1d2-08d3395e09f8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7135 | 2024.06.28 23:45:00.162705 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Debug> executeQuery: Read 107 rows, 8.55 KiB in 0.001456 sec., 73489.01098901099 rows/sec., 5.73 MiB/sec. | ||
| 7136 | 2024.06.28 23:45:00.162999 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7137 | 2024.06.28 23:45:00.163049 [ 3 ] {2fbde556-b6e3-4e2b-901a-23ac1b396ed1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7138 | 2024.06.28 23:45:00.163079 [ 3 ] {} <Debug> HTTP-Session: ba8dc4e2-95cd-4c28-af09-9cfd7ad3c856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7139 | 2024.06.28 23:45:00.163234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 38368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7140 | 2024.06.28 23:45:00.163286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7141 | 2024.06.28 23:45:00.163307 [ 3 ] {} <Debug> HTTP-Session: ae673470-980c-48cf-bd6f-f5916963cc43 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7142 | 2024.06.28 23:45:00.163327 [ 3 ] {} <Debug> HTTP-Session: ae673470-980c-48cf-bd6f-f5916963cc43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7143 | 2024.06.28 23:45:00.163345 [ 3 ] {} <Debug> HTTP-Session: ae673470-980c-48cf-bd6f-f5916963cc43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7144 | 2024.06.28 23:45:00.163377 [ 3 ] {} <Trace> HTTP-Session: ae673470-980c-48cf-bd6f-f5916963cc43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7145 | 2024.06.28 23:45:00.163564 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7146 | 2024.06.28 23:45:00.163613 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7147 | 2024.06.28 23:45:00.163782 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7148 | 2024.06.28 23:45:00.164207 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7149 | 2024.06.28 23:45:00.164245 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7150 | 2024.06.28 23:45:00.164656 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7151 | 2024.06.28 23:45:00.165019 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Trace> oximeter.measurements_cumulativeu64 (0254697f-f64c-4fc7-9730-a74bf87f700f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7152 | 2024.06.28 23:45:00.165192 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Debug> executeQuery: Read 200 rows, 14.29 KiB in 0.001718 sec., 116414.43538998837 rows/sec., 8.13 MiB/sec. | ||
| 7153 | 2024.06.28 23:45:00.165405 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Debug> DynamicQueryHandler: Done processing query | ||
| 7154 | 2024.06.28 23:45:00.165438 [ 3 ] {e2d0266a-09a8-4c18-8530-19970f11f233} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7155 | 2024.06.28 23:45:00.165455 [ 3 ] {} <Debug> HTTP-Session: ae673470-980c-48cf-bd6f-f5916963cc43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7156 | 2024.06.28 23:45:00.165576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 17713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7157 | 2024.06.28 23:45:00.165627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7158 | 2024.06.28 23:45:00.165649 [ 3 ] {} <Debug> HTTP-Session: 444b92fd-859d-429b-800f-dfd700dbc046 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7159 | 2024.06.28 23:45:00.165667 [ 3 ] {} <Debug> HTTP-Session: 444b92fd-859d-429b-800f-dfd700dbc046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7160 | 2024.06.28 23:45:00.165682 [ 3 ] {} <Debug> HTTP-Session: 444b92fd-859d-429b-800f-dfd700dbc046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7161 | 2024.06.28 23:45:00.165713 [ 3 ] {} <Trace> HTTP-Session: 444b92fd-859d-429b-800f-dfd700dbc046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7162 | 2024.06.28 23:45:00.165914 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7163 | 2024.06.28 23:45:00.165978 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <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_histogramf64 | ||
| 7164 | 2024.06.28 23:45:00.166401 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7165 | 2024.06.28 23:45:00.166954 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7166 | 2024.06.28 23:45:00.166993 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7167 | 2024.06.28 23:45:00.167592 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7168 | 2024.06.28 23:45:00.168021 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2024.06.28 23:45:00.168208 [ 71 ] {} <Debug> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7170 | 2024.06.28 23:45:00.168238 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002441 sec., 4506.349856616141 rows/sec., 8.08 MiB/sec. | ||
| 7171 | 2024.06.28 23:45:00.168282 [ 71 ] {} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7172 | 2024.06.28 23:45:00.168359 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7173 | 2024.06.28 23:45:00.168650 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::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 | ||
| 7174 | 2024.06.28 23:45:00.168817 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7175 | 2024.06.28 23:45:00.168870 [ 3 ] {12a40f6e-6139-4cd1-9aca-b89036b9b12f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 7176 | 2024.06.28 23:45:00.168918 [ 3 ] {} <Debug> HTTP-Session: 444b92fd-859d-429b-800f-dfd700dbc046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7177 | 2024.06.28 23:45:00.169115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50015, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7178 | 2024.06.28 23:45:00.169235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7179 | 2024.06.28 23:45:00.169286 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7180 | 2024.06.28 23:45:00.169299 [ 3 ] {} <Debug> HTTP-Session: 9573b2d1-2fd4-4602-b5a8-65d4553c5388 Authenticating user 'default' from [fd00:1122:3344:101::d]:50015 | ||
| 7181 | 2024.06.28 23:45:00.169358 [ 3 ] {} <Debug> HTTP-Session: 9573b2d1-2fd4-4602-b5a8-65d4553c5388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7182 | 2024.06.28 23:45:00.169402 [ 3 ] {} <Debug> HTTP-Session: 9573b2d1-2fd4-4602-b5a8-65d4553c5388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7183 | 2024.06.28 23:45:00.169443 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 559 rows starting from the beginning of the part | ||
| 7184 | 2024.06.28 23:45:00.169466 [ 3 ] {} <Trace> HTTP-Session: 9573b2d1-2fd4-4602-b5a8-65d4553c5388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7185 | 2024.06.28 23:45:00.169849 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50015) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7186 | 2024.06.28 23:45:00.170039 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7187 | 2024.06.28 23:45:00.170080 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part | ||
| 7188 | 2024.06.28 23:45:00.170895 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7189 | 2024.06.28 23:45:00.170917 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 19 rows starting from the beginning of the part | ||
| 7190 | 2024.06.28 23:45:00.171549 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part | ||
| 7191 | 2024.06.28 23:45:00.171978 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7192 | 2024.06.28 23:45:00.172081 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7193 | 2024.06.28 23:45:00.172202 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 19 rows starting from the beginning of the part | ||
| 7194 | 2024.06.28 23:45:00.172769 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 11 rows starting from the beginning of the part | ||
| 7195 | 2024.06.28 23:45:00.173446 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7196 | 2024.06.28 23:45:00.174302 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Trace> oximeter.measurements_u64 (e28d1eda-23a4-463a-b0d7-84568fbd5752): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2024.06.28 23:45:00.174736 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005099 sec., 11767.013139831339 rows/sec., 812.05 KiB/sec. | ||
| 7198 | 2024.06.28 23:45:00.175023 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7199 | 2024.06.28 23:45:00.175048 [ 3 ] {c78d2541-c46a-43ab-89fb-fb94be770c2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7200 | 2024.06.28 23:45:00.175065 [ 3 ] {} <Debug> HTTP-Session: 9573b2d1-2fd4-4602-b5a8-65d4553c5388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7201 | 2024.06.28 23:45:00.178382 [ 199 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 19 columns (19 merged, 0 gathered) in 0.009899967 sec., 63636.57575828282 rows/sec., 114.03 MiB/sec. | ||
| 7202 | 2024.06.28 23:45:00.179358 [ 201 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7203 | 2024.06.28 23:45:00.180036 [ 201 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7204 | 2024.06.28 23:45:00.180130 [ 201 ] {5e41c395-8f26-4af1-b318-8190ee62b1d3::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (5e41c395-8f26-4af1-b318-8190ee62b1d3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7205 | 2024.06.28 23:45:00.180289 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||