| 1 | [ Aug 16 04:35:06 Enabled. ] | ||
| 2 | [ Aug 16 04:35:06 Rereading configuration. ] | ||
| 3 | [ Aug 16 04:35:07 Rereading configuration. ] | ||
| 4 | [ Aug 16 04:35:18 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 | [ Aug 16 04:35:18 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.08.16 04:35:19.234856 [ 1 ] {} <Information> Application: Will watch for the process with pid 22681 | ||
| 33 | 2024.08.16 04:35:19.235417 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.08.16 04:35:19.509991 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22681 | ||
| 35 | 2024.08.16 04:35:19.510746 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.08.16 04:35:19.511503 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.08.16 04:35:19.602888 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.08.16 04:35:19.639508 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.08.16 04:35:19.639555 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.08.16 04:35:19.639573 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.08.16 04:35:19.639638 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.08.16 04:35:19.640199 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.08.16 04:35:19.641727 [ 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.08.16 04:35:19.642284 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.08.16 04:35:19.643139 [ 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.08.16 04:35:19.643212 [ 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.08.16 04:35:19.643226 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.08.16 04:35:19.643399 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.08.16 04:35:19.644379 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.08.16 04:35:19.649820 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.08.16 04:35:19.650556 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.08.16 04:35:19.652139 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.08.16 04:35:19.652243 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.08.16 04:35:19.654082 [ 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.08.16 04:35:19.654452 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.08.16 04:35:19.659307 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.08.16 04:35:19.660088 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.08.16 04:35:19.661759 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.08.16 04:35:19.662198 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.08.16 04:35:19.662608 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.08.16 04:35:19.663018 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.08.16 04:35:19.664536 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.08.16 04:35:19.664560 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.08.16 04:35:19.664655 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.08.16 04:35:19.664823 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.08.16 04:35:19.673198 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.08.16 04:35:19.673267 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000213995 sec | ||
| 74 | 2024.08.16 04:35:19.673314 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.08.16 04:35:19.673331 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.08.16 04:35:19.674932 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.08.16 04:35:19.676102 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.08.16 04:35:19.676160 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.08.16 04:35:19.676197 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.08.16 04:35:19.676237 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.08.16 04:35:19.676251 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.08.16 04:35:19.676310 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.08.16 04:35:19.676322 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.08.16 04:35:19.676370 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.08.16 04:35:19.676430 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.08.16 04:35:19.676444 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.08.16 04:35:19.676483 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.08.16 04:35:19.676526 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.08.16 04:35:19.676560 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.08.16 04:35:19.676608 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.08.16 04:35:19.676660 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.08.16 04:35:19.676697 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.08.16 04:35:19.676740 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.08.16 04:35:19.718138 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.08.16 04:35:19.719492 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.08.16 04:35:19.719545 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.2092e-05 sec | ||
| 97 | 2024.08.16 04:35:19.719560 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.08.16 04:35:19.719598 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.08.16 04:35:19.719624 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.08.16 04:35:19.719822 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.08.16 04:35:19.719893 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.08.16 04:35:19.719907 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.08.16 04:35:19.719948 [ 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.08.16 04:35:19.719960 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.08.16 04:35:19.762284 [ 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.08.16 04:35:19.982374 [ 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.08.16 04:35:19.982456 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.08.16 04:35:20.070927 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.08.16 04:35:20.071134 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.11 MiB (RSS), difference: 147.24 MiB | ||
| 110 | 2024.08.16 04:35:20.072037 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2521e-05 sec. | ||
| 111 | 2024.08.16 04:35:20.072424 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.08.16 04:35:20.072520 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.08.16 04:35:20.072588 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.08.16 04:35:20.072606 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.08.16 04:35:22.507852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.08.16 04:35:22.508109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.08.16 04:35:22.508173 [ 3 ] {} <Debug> HTTP-Session: c024604a-2e74-4dae-a047-413333f305d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 118 | 2024.08.16 04:35:22.508207 [ 3 ] {} <Debug> HTTP-Session: c024604a-2e74-4dae-a047-413333f305d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.08.16 04:35:22.508256 [ 3 ] {} <Debug> HTTP-Session: c024604a-2e74-4dae-a047-413333f305d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.08.16 04:35:22.508366 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.08.16 04:35:22.508402 [ 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.08.16 04:35:22.508474 [ 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.08.16 04:35:22.508564 [ 3 ] {} <Trace> HTTP-Session: c024604a-2e74-4dae-a047-413333f305d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.08.16 04:35:22.509820 [ 3 ] {a09134a2-d8c0-4cd2-b7d3-e1d1629d687c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.08.16 04:35:22.554153 [ 3 ] {a09134a2-d8c0-4cd2-b7d3-e1d1629d687c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57365) (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 @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.08.16 04:35:22.555059 [ 3 ] {a09134a2-d8c0-4cd2-b7d3-e1d1629d687c} <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 @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.08.16 04:35:22.556705 [ 3 ] {} <Debug> HTTP-Session: c024604a-2e74-4dae-a047-413333f305d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.08.16 04:35:22.557692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.08.16 04:35:22.557761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.08.16 04:35:22.557820 [ 3 ] {} <Debug> HTTP-Session: ddde85c3-0127-4105-834e-359c7af337af Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 179 | 2024.08.16 04:35:22.557885 [ 3 ] {} <Debug> HTTP-Session: ddde85c3-0127-4105-834e-359c7af337af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.08.16 04:35:22.557900 [ 3 ] {} <Debug> HTTP-Session: ddde85c3-0127-4105-834e-359c7af337af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.08.16 04:35:22.557975 [ 3 ] {} <Trace> HTTP-Session: ddde85c3-0127-4105-834e-359c7af337af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.08.16 04:35:22.559268 [ 3 ] {3b129339-7498-4590-a171-73ae47702afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.08.16 04:35:22.559430 [ 3 ] {3b129339-7498-4590-a171-73ae47702afd} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.08.16 04:35:22.561658 [ 3 ] {3b129339-7498-4590-a171-73ae47702afd} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.08.16 04:35:22.564904 [ 3 ] {3b129339-7498-4590-a171-73ae47702afd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.08.16 04:35:22.571300 [ 3 ] {3b129339-7498-4590-a171-73ae47702afd} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.08.16 04:35:22.571376 [ 3 ] {3b129339-7498-4590-a171-73ae47702afd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.08.16 04:35:22.571429 [ 3 ] {} <Debug> HTTP-Session: ddde85c3-0127-4105-834e-359c7af337af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.08.16 04:35:22.575051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.08.16 04:35:22.575148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.08.16 04:35:22.575220 [ 3 ] {} <Debug> HTTP-Session: 2c6549a3-2b20-401f-bb9f-aeb9982d547c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 192 | 2024.08.16 04:35:22.575241 [ 3 ] {} <Debug> HTTP-Session: 2c6549a3-2b20-401f-bb9f-aeb9982d547c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.08.16 04:35:22.575291 [ 3 ] {} <Debug> HTTP-Session: 2c6549a3-2b20-401f-bb9f-aeb9982d547c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.08.16 04:35:22.575366 [ 3 ] {} <Trace> HTTP-Session: 2c6549a3-2b20-401f-bb9f-aeb9982d547c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.08.16 04:35:22.575516 [ 3 ] {7126120f-93a1-4eda-8ae0-47f14f1dc695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.08.16 04:35:22.575854 [ 3 ] {7126120f-93a1-4eda-8ae0-47f14f1dc695} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57365) (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 @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.08.16 04:35:22.576145 [ 3 ] {7126120f-93a1-4eda-8ae0-47f14f1dc695} <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 @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.08.16 04:35:22.576426 [ 3 ] {} <Debug> HTTP-Session: 2c6549a3-2b20-401f-bb9f-aeb9982d547c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.08.16 04:35:22.577907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.08.16 04:35:22.577992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.08.16 04:35:22.578012 [ 3 ] {} <Debug> HTTP-Session: bd525a76-3b6c-418c-9bd6-815ee051d06b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 250 | 2024.08.16 04:35:22.578059 [ 3 ] {} <Debug> HTTP-Session: bd525a76-3b6c-418c-9bd6-815ee051d06b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.08.16 04:35:22.578108 [ 3 ] {} <Debug> HTTP-Session: bd525a76-3b6c-418c-9bd6-815ee051d06b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.08.16 04:35:22.578138 [ 3 ] {} <Trace> HTTP-Session: bd525a76-3b6c-418c-9bd6-815ee051d06b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.08.16 04:35:22.578330 [ 3 ] {39f6b20d-b2a6-4b5d-a8ae-72dcf625fbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.08.16 04:35:22.578531 [ 3 ] {39f6b20d-b2a6-4b5d-a8ae-72dcf625fbee} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.08.16 04:35:22.578557 [ 3 ] {} <Debug> HTTP-Session: bd525a76-3b6c-418c-9bd6-815ee051d06b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.08.16 04:35:22.578778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.08.16 04:35:22.578855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.08.16 04:35:22.578906 [ 3 ] {} <Debug> HTTP-Session: e79f8d78-6fc7-41e6-9aba-8d2adcb9333f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 259 | 2024.08.16 04:35:22.578923 [ 3 ] {} <Debug> HTTP-Session: e79f8d78-6fc7-41e6-9aba-8d2adcb9333f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.08.16 04:35:22.578968 [ 3 ] {} <Debug> HTTP-Session: e79f8d78-6fc7-41e6-9aba-8d2adcb9333f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.08.16 04:35:22.579025 [ 3 ] {} <Trace> HTTP-Session: e79f8d78-6fc7-41e6-9aba-8d2adcb9333f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.08.16 04:35:22.579149 [ 3 ] {80a88238-c8e6-4faf-9687-54ab43a39771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.08.16 04:35:22.579205 [ 3 ] {80a88238-c8e6-4faf-9687-54ab43a39771} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.08.16 04:35:22.580517 [ 3 ] {80a88238-c8e6-4faf-9687-54ab43a39771} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.08.16 04:35:22.580579 [ 3 ] {80a88238-c8e6-4faf-9687-54ab43a39771} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.3242e-05 sec | ||
| 266 | 2024.08.16 04:35:22.580593 [ 3 ] {80a88238-c8e6-4faf-9687-54ab43a39771} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.08.16 04:35:22.580634 [ 3 ] {80a88238-c8e6-4faf-9687-54ab43a39771} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.08.16 04:35:22.580658 [ 3 ] {80a88238-c8e6-4faf-9687-54ab43a39771} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.08.16 04:35:22.580808 [ 3 ] {80a88238-c8e6-4faf-9687-54ab43a39771} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.08.16 04:35:22.580831 [ 3 ] {} <Debug> HTTP-Session: e79f8d78-6fc7-41e6-9aba-8d2adcb9333f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.08.16 04:35:22.580967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.08.16 04:35:22.581041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.08.16 04:35:22.581061 [ 3 ] {} <Debug> HTTP-Session: cfd9c308-6351-41d6-9352-e6ee4ecf2a49 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 274 | 2024.08.16 04:35:22.581107 [ 3 ] {} <Debug> HTTP-Session: cfd9c308-6351-41d6-9352-e6ee4ecf2a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.08.16 04:35:22.581164 [ 3 ] {} <Debug> HTTP-Session: cfd9c308-6351-41d6-9352-e6ee4ecf2a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.08.16 04:35:22.581193 [ 3 ] {} <Trace> HTTP-Session: cfd9c308-6351-41d6-9352-e6ee4ecf2a49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.08.16 04:35:22.581360 [ 3 ] {c659eb94-4631-4e9e-bbf8-b4543d8da92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) /* 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.08.16 04:35:22.581440 [ 3 ] {c659eb94-4631-4e9e-bbf8-b4543d8da92d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.08.16 04:35:22.586100 [ 3 ] {c659eb94-4631-4e9e-bbf8-b4543d8da92d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.08.16 04:35:22.587336 [ 3 ] {c659eb94-4631-4e9e-bbf8-b4543d8da92d} <Debug> oximeter.version (bb8113a3-23e5-45d4-8fdd-49958669127e): Loading data parts | ||
| 282 | 2024.08.16 04:35:22.587704 [ 3 ] {c659eb94-4631-4e9e-bbf8-b4543d8da92d} <Debug> oximeter.version (bb8113a3-23e5-45d4-8fdd-49958669127e): There are no data parts | ||
| 283 | 2024.08.16 04:35:22.590432 [ 3 ] {c659eb94-4631-4e9e-bbf8-b4543d8da92d} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.08.16 04:35:22.590459 [ 3 ] {} <Debug> HTTP-Session: cfd9c308-6351-41d6-9352-e6ee4ecf2a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.08.16 04:35:22.590638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.08.16 04:35:22.590713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.08.16 04:35:22.590770 [ 3 ] {} <Debug> HTTP-Session: 04a7d8b7-28b6-40e5-80dd-f932acb6460b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 288 | 2024.08.16 04:35:22.590786 [ 3 ] {} <Debug> HTTP-Session: 04a7d8b7-28b6-40e5-80dd-f932acb6460b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.08.16 04:35:22.590827 [ 3 ] {} <Debug> HTTP-Session: 04a7d8b7-28b6-40e5-80dd-f932acb6460b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.08.16 04:35:22.590890 [ 3 ] {} <Trace> HTTP-Session: 04a7d8b7-28b6-40e5-80dd-f932acb6460b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.08.16 04:35:22.591086 [ 3 ] {d6d97081-858f-4596-9f15-ca7ce4cef88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) /* 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.08.16 04:35:22.591193 [ 3 ] {d6d97081-858f-4596-9f15-ca7ce4cef88e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.08.16 04:35:22.598413 [ 3 ] {d6d97081-858f-4596-9f15-ca7ce4cef88e} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Loading data parts | ||
| 304 | 2024.08.16 04:35:22.598573 [ 3 ] {d6d97081-858f-4596-9f15-ca7ce4cef88e} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): There are no data parts | ||
| 305 | 2024.08.16 04:35:22.599901 [ 3 ] {d6d97081-858f-4596-9f15-ca7ce4cef88e} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.08.16 04:35:22.599926 [ 3 ] {} <Debug> HTTP-Session: 04a7d8b7-28b6-40e5-80dd-f932acb6460b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.08.16 04:35:22.600108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.08.16 04:35:22.600187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.08.16 04:35:22.600235 [ 3 ] {} <Debug> HTTP-Session: ec16a95c-9ea1-4981-a8c6-f947dace7feb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 310 | 2024.08.16 04:35:22.600253 [ 3 ] {} <Debug> HTTP-Session: ec16a95c-9ea1-4981-a8c6-f947dace7feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.08.16 04:35:22.600294 [ 3 ] {} <Debug> HTTP-Session: ec16a95c-9ea1-4981-a8c6-f947dace7feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.08.16 04:35:22.600324 [ 3 ] {} <Trace> HTTP-Session: ec16a95c-9ea1-4981-a8c6-f947dace7feb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.08.16 04:35:22.600557 [ 3 ] {856514f4-f202-4d4d-8028-e2827b7e25d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.600637 [ 3 ] {856514f4-f202-4d4d-8028-e2827b7e25d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.08.16 04:35:22.602455 [ 3 ] {856514f4-f202-4d4d-8028-e2827b7e25d1} <Debug> oximeter.measurements_i8 (104d5c80-058a-4882-b0aa-af40828c6e46): Loading data parts | ||
| 316 | 2024.08.16 04:35:22.602602 [ 3 ] {856514f4-f202-4d4d-8028-e2827b7e25d1} <Debug> oximeter.measurements_i8 (104d5c80-058a-4882-b0aa-af40828c6e46): There are no data parts | ||
| 317 | 2024.08.16 04:35:22.603853 [ 3 ] {856514f4-f202-4d4d-8028-e2827b7e25d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.08.16 04:35:22.603936 [ 3 ] {} <Debug> HTTP-Session: ec16a95c-9ea1-4981-a8c6-f947dace7feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.08.16 04:35:22.604075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.08.16 04:35:22.604154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.08.16 04:35:22.604207 [ 3 ] {} <Debug> HTTP-Session: 39dd0748-402f-48a8-a5ae-b33d20e0c4f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 322 | 2024.08.16 04:35:22.604223 [ 3 ] {} <Debug> HTTP-Session: 39dd0748-402f-48a8-a5ae-b33d20e0c4f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.08.16 04:35:22.604266 [ 3 ] {} <Debug> HTTP-Session: 39dd0748-402f-48a8-a5ae-b33d20e0c4f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.08.16 04:35:22.604326 [ 3 ] {} <Trace> HTTP-Session: 39dd0748-402f-48a8-a5ae-b33d20e0c4f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.08.16 04:35:22.604492 [ 3 ] {b1ae4980-8b3b-4a91-a7cf-6deafe70514a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.604601 [ 3 ] {b1ae4980-8b3b-4a91-a7cf-6deafe70514a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.08.16 04:35:22.606401 [ 3 ] {b1ae4980-8b3b-4a91-a7cf-6deafe70514a} <Debug> oximeter.measurements_u8 (fbbf9db8-9e5c-4f98-a149-9317bdfa3157): Loading data parts | ||
| 328 | 2024.08.16 04:35:22.606595 [ 3 ] {b1ae4980-8b3b-4a91-a7cf-6deafe70514a} <Debug> oximeter.measurements_u8 (fbbf9db8-9e5c-4f98-a149-9317bdfa3157): There are no data parts | ||
| 329 | 2024.08.16 04:35:22.607759 [ 3 ] {b1ae4980-8b3b-4a91-a7cf-6deafe70514a} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.08.16 04:35:22.607784 [ 3 ] {} <Debug> HTTP-Session: 39dd0748-402f-48a8-a5ae-b33d20e0c4f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.08.16 04:35:22.607947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.08.16 04:35:22.608029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.08.16 04:35:22.608079 [ 3 ] {} <Debug> HTTP-Session: 65b63a49-450d-4e56-96d3-66b1fe17fe07 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 334 | 2024.08.16 04:35:22.608096 [ 3 ] {} <Debug> HTTP-Session: 65b63a49-450d-4e56-96d3-66b1fe17fe07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.08.16 04:35:22.608139 [ 3 ] {} <Debug> HTTP-Session: 65b63a49-450d-4e56-96d3-66b1fe17fe07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.08.16 04:35:22.608199 [ 3 ] {} <Trace> HTTP-Session: 65b63a49-450d-4e56-96d3-66b1fe17fe07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.08.16 04:35:22.608412 [ 3 ] {34d342a9-7142-4474-ad56-55aaf0847513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.608490 [ 3 ] {34d342a9-7142-4474-ad56-55aaf0847513} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.08.16 04:35:22.610354 [ 3 ] {34d342a9-7142-4474-ad56-55aaf0847513} <Debug> oximeter.measurements_i16 (ab44c23f-b46e-41da-b130-32723293a374): Loading data parts | ||
| 340 | 2024.08.16 04:35:22.610504 [ 3 ] {34d342a9-7142-4474-ad56-55aaf0847513} <Debug> oximeter.measurements_i16 (ab44c23f-b46e-41da-b130-32723293a374): There are no data parts | ||
| 341 | 2024.08.16 04:35:22.611877 [ 3 ] {34d342a9-7142-4474-ad56-55aaf0847513} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.08.16 04:35:22.611939 [ 3 ] {} <Debug> HTTP-Session: 65b63a49-450d-4e56-96d3-66b1fe17fe07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.08.16 04:35:22.612074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.08.16 04:35:22.612152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.08.16 04:35:22.612206 [ 3 ] {} <Debug> HTTP-Session: 13cc7063-6a02-4b55-81ba-cc77a8c0759b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 346 | 2024.08.16 04:35:22.612221 [ 3 ] {} <Debug> HTTP-Session: 13cc7063-6a02-4b55-81ba-cc77a8c0759b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.08.16 04:35:22.612265 [ 3 ] {} <Debug> HTTP-Session: 13cc7063-6a02-4b55-81ba-cc77a8c0759b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.08.16 04:35:22.612334 [ 3 ] {} <Trace> HTTP-Session: 13cc7063-6a02-4b55-81ba-cc77a8c0759b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.08.16 04:35:22.612504 [ 3 ] {379ba19e-5aaa-45b7-92a3-36c84e5ec98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.612614 [ 3 ] {379ba19e-5aaa-45b7-92a3-36c84e5ec98a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.08.16 04:35:22.614489 [ 3 ] {379ba19e-5aaa-45b7-92a3-36c84e5ec98a} <Debug> oximeter.measurements_u16 (7f7ac7fb-d32a-4665-9bbd-f4ea3f3d9fb1): Loading data parts | ||
| 352 | 2024.08.16 04:35:22.614673 [ 3 ] {379ba19e-5aaa-45b7-92a3-36c84e5ec98a} <Debug> oximeter.measurements_u16 (7f7ac7fb-d32a-4665-9bbd-f4ea3f3d9fb1): There are no data parts | ||
| 353 | 2024.08.16 04:35:22.616083 [ 3 ] {379ba19e-5aaa-45b7-92a3-36c84e5ec98a} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.08.16 04:35:22.616158 [ 3 ] {} <Debug> HTTP-Session: 13cc7063-6a02-4b55-81ba-cc77a8c0759b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.08.16 04:35:22.616286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.08.16 04:35:22.616365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.08.16 04:35:22.616415 [ 3 ] {} <Debug> HTTP-Session: 60f0e949-b302-42ae-b4de-ee36aec1b1ef Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 358 | 2024.08.16 04:35:22.616470 [ 3 ] {} <Debug> HTTP-Session: 60f0e949-b302-42ae-b4de-ee36aec1b1ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.08.16 04:35:22.616483 [ 3 ] {} <Debug> HTTP-Session: 60f0e949-b302-42ae-b4de-ee36aec1b1ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.08.16 04:35:22.616541 [ 3 ] {} <Trace> HTTP-Session: 60f0e949-b302-42ae-b4de-ee36aec1b1ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.08.16 04:35:22.616749 [ 3 ] {46a38059-e723-4edf-9fd1-93a483ee5dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.616828 [ 3 ] {46a38059-e723-4edf-9fd1-93a483ee5dc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.08.16 04:35:22.618427 [ 3 ] {46a38059-e723-4edf-9fd1-93a483ee5dc2} <Debug> oximeter.measurements_i32 (31ba6b8e-fb98-4d89-a196-029519bf1b91): Loading data parts | ||
| 364 | 2024.08.16 04:35:22.618573 [ 3 ] {46a38059-e723-4edf-9fd1-93a483ee5dc2} <Debug> oximeter.measurements_i32 (31ba6b8e-fb98-4d89-a196-029519bf1b91): There are no data parts | ||
| 365 | 2024.08.16 04:35:22.619927 [ 3 ] {46a38059-e723-4edf-9fd1-93a483ee5dc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.08.16 04:35:22.619996 [ 3 ] {} <Debug> HTTP-Session: 60f0e949-b302-42ae-b4de-ee36aec1b1ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.08.16 04:35:22.620119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.08.16 04:35:22.620203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.08.16 04:35:22.620265 [ 3 ] {} <Debug> HTTP-Session: 2f2a1a26-0c25-45f0-ab98-e6a1f5bd8208 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 370 | 2024.08.16 04:35:22.620281 [ 3 ] {} <Debug> HTTP-Session: 2f2a1a26-0c25-45f0-ab98-e6a1f5bd8208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.08.16 04:35:22.620327 [ 3 ] {} <Debug> HTTP-Session: 2f2a1a26-0c25-45f0-ab98-e6a1f5bd8208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.08.16 04:35:22.620386 [ 3 ] {} <Trace> HTTP-Session: 2f2a1a26-0c25-45f0-ab98-e6a1f5bd8208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.08.16 04:35:22.620588 [ 3 ] {06020c90-8ce7-482a-a64e-69d206cadfb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.620670 [ 3 ] {06020c90-8ce7-482a-a64e-69d206cadfb6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.08.16 04:35:22.622286 [ 3 ] {06020c90-8ce7-482a-a64e-69d206cadfb6} <Debug> oximeter.measurements_u32 (a3f2d302-dbc5-4577-8f2b-e8b0197cb7f4): Loading data parts | ||
| 376 | 2024.08.16 04:35:22.622467 [ 3 ] {06020c90-8ce7-482a-a64e-69d206cadfb6} <Debug> oximeter.measurements_u32 (a3f2d302-dbc5-4577-8f2b-e8b0197cb7f4): There are no data parts | ||
| 377 | 2024.08.16 04:35:22.623809 [ 3 ] {06020c90-8ce7-482a-a64e-69d206cadfb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.08.16 04:35:22.623874 [ 3 ] {} <Debug> HTTP-Session: 2f2a1a26-0c25-45f0-ab98-e6a1f5bd8208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.08.16 04:35:22.623994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.08.16 04:35:22.624087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.08.16 04:35:22.624138 [ 3 ] {} <Debug> HTTP-Session: 300743b3-62d9-4d4b-8aad-5807bbcb5dfc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 382 | 2024.08.16 04:35:22.624194 [ 3 ] {} <Debug> HTTP-Session: 300743b3-62d9-4d4b-8aad-5807bbcb5dfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.08.16 04:35:22.624207 [ 3 ] {} <Debug> HTTP-Session: 300743b3-62d9-4d4b-8aad-5807bbcb5dfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.08.16 04:35:22.624268 [ 3 ] {} <Trace> HTTP-Session: 300743b3-62d9-4d4b-8aad-5807bbcb5dfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.08.16 04:35:22.624472 [ 3 ] {935a3491-c863-45e2-a731-67516f24cf87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.624587 [ 3 ] {935a3491-c863-45e2-a731-67516f24cf87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.08.16 04:35:22.626171 [ 3 ] {935a3491-c863-45e2-a731-67516f24cf87} <Debug> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Loading data parts | ||
| 388 | 2024.08.16 04:35:22.626359 [ 3 ] {935a3491-c863-45e2-a731-67516f24cf87} <Debug> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): There are no data parts | ||
| 389 | 2024.08.16 04:35:22.627716 [ 3 ] {935a3491-c863-45e2-a731-67516f24cf87} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.08.16 04:35:22.627779 [ 3 ] {} <Debug> HTTP-Session: 300743b3-62d9-4d4b-8aad-5807bbcb5dfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.08.16 04:35:22.627904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.08.16 04:35:22.628013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.08.16 04:35:22.628033 [ 3 ] {} <Debug> HTTP-Session: 2401e4bb-04f0-4dd1-a6fc-0f0b2f577996 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 394 | 2024.08.16 04:35:22.628082 [ 3 ] {} <Debug> HTTP-Session: 2401e4bb-04f0-4dd1-a6fc-0f0b2f577996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.08.16 04:35:22.628097 [ 3 ] {} <Debug> HTTP-Session: 2401e4bb-04f0-4dd1-a6fc-0f0b2f577996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.08.16 04:35:22.628156 [ 3 ] {} <Trace> HTTP-Session: 2401e4bb-04f0-4dd1-a6fc-0f0b2f577996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.08.16 04:35:22.628357 [ 3 ] {3f350fa1-b0df-4b52-989e-d7a6c3b1092c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.628440 [ 3 ] {3f350fa1-b0df-4b52-989e-d7a6c3b1092c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.08.16 04:35:22.630179 [ 3 ] {3f350fa1-b0df-4b52-989e-d7a6c3b1092c} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Loading data parts | ||
| 400 | 2024.08.16 04:35:22.630367 [ 3 ] {3f350fa1-b0df-4b52-989e-d7a6c3b1092c} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): There are no data parts | ||
| 401 | 2024.08.16 04:35:22.631868 [ 3 ] {3f350fa1-b0df-4b52-989e-d7a6c3b1092c} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.08.16 04:35:22.631936 [ 3 ] {} <Debug> HTTP-Session: 2401e4bb-04f0-4dd1-a6fc-0f0b2f577996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.08.16 04:35:22.632104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.08.16 04:35:22.632149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.08.16 04:35:22.632203 [ 3 ] {} <Debug> HTTP-Session: 5a284685-8de0-439a-82f1-6a68d0826aec Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 406 | 2024.08.16 04:35:22.632253 [ 3 ] {} <Debug> HTTP-Session: 5a284685-8de0-439a-82f1-6a68d0826aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.08.16 04:35:22.632266 [ 3 ] {} <Debug> HTTP-Session: 5a284685-8de0-439a-82f1-6a68d0826aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.08.16 04:35:22.632325 [ 3 ] {} <Trace> HTTP-Session: 5a284685-8de0-439a-82f1-6a68d0826aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.08.16 04:35:22.632526 [ 3 ] {cd7f6464-82ad-49a4-ad74-3e463e5ad120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.632639 [ 3 ] {cd7f6464-82ad-49a4-ad74-3e463e5ad120} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.08.16 04:35:22.634261 [ 3 ] {cd7f6464-82ad-49a4-ad74-3e463e5ad120} <Debug> oximeter.measurements_f32 (efdbd3bc-e830-4005-a0f3-b811365cf906): Loading data parts | ||
| 412 | 2024.08.16 04:35:22.634465 [ 3 ] {cd7f6464-82ad-49a4-ad74-3e463e5ad120} <Debug> oximeter.measurements_f32 (efdbd3bc-e830-4005-a0f3-b811365cf906): There are no data parts | ||
| 413 | 2024.08.16 04:35:22.635689 [ 3 ] {cd7f6464-82ad-49a4-ad74-3e463e5ad120} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.08.16 04:35:22.635714 [ 3 ] {} <Debug> HTTP-Session: 5a284685-8de0-439a-82f1-6a68d0826aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.08.16 04:35:22.635823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.08.16 04:35:22.635941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.08.16 04:35:22.635960 [ 3 ] {} <Debug> HTTP-Session: 970e7e74-bb95-4d66-9be3-56bad68b4b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 418 | 2024.08.16 04:35:22.636007 [ 3 ] {} <Debug> HTTP-Session: 970e7e74-bb95-4d66-9be3-56bad68b4b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.08.16 04:35:22.636051 [ 3 ] {} <Debug> HTTP-Session: 970e7e74-bb95-4d66-9be3-56bad68b4b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.08.16 04:35:22.636080 [ 3 ] {} <Trace> HTTP-Session: 970e7e74-bb95-4d66-9be3-56bad68b4b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.08.16 04:35:22.636281 [ 3 ] {8f3f72b3-8a70-4248-a4e5-24f81a8d2f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.636392 [ 3 ] {8f3f72b3-8a70-4248-a4e5-24f81a8d2f9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.08.16 04:35:22.637949 [ 3 ] {8f3f72b3-8a70-4248-a4e5-24f81a8d2f9c} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Loading data parts | ||
| 424 | 2024.08.16 04:35:22.638128 [ 3 ] {8f3f72b3-8a70-4248-a4e5-24f81a8d2f9c} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): There are no data parts | ||
| 425 | 2024.08.16 04:35:22.639330 [ 3 ] {8f3f72b3-8a70-4248-a4e5-24f81a8d2f9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.08.16 04:35:22.639397 [ 3 ] {} <Debug> HTTP-Session: 970e7e74-bb95-4d66-9be3-56bad68b4b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.08.16 04:35:22.639556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.08.16 04:35:22.639634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.08.16 04:35:22.639654 [ 3 ] {} <Debug> HTTP-Session: 5b068ec9-668c-4f2c-869f-6237af0e166d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 430 | 2024.08.16 04:35:22.639705 [ 3 ] {} <Debug> HTTP-Session: 5b068ec9-668c-4f2c-869f-6237af0e166d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.08.16 04:35:22.639718 [ 3 ] {} <Debug> HTTP-Session: 5b068ec9-668c-4f2c-869f-6237af0e166d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.08.16 04:35:22.639777 [ 3 ] {} <Trace> HTTP-Session: 5b068ec9-668c-4f2c-869f-6237af0e166d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.08.16 04:35:22.639978 [ 3 ] {029c863d-388e-4452-813b-39eb4ee537af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.640090 [ 3 ] {029c863d-388e-4452-813b-39eb4ee537af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.08.16 04:35:22.641694 [ 3 ] {029c863d-388e-4452-813b-39eb4ee537af} <Debug> oximeter.measurements_string (62486e3c-111b-4786-ac39-18025aab5d64): Loading data parts | ||
| 436 | 2024.08.16 04:35:22.641882 [ 3 ] {029c863d-388e-4452-813b-39eb4ee537af} <Debug> oximeter.measurements_string (62486e3c-111b-4786-ac39-18025aab5d64): There are no data parts | ||
| 437 | 2024.08.16 04:35:22.643271 [ 3 ] {029c863d-388e-4452-813b-39eb4ee537af} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.08.16 04:35:22.643296 [ 3 ] {} <Debug> HTTP-Session: 5b068ec9-668c-4f2c-869f-6237af0e166d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.08.16 04:35:22.643460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.08.16 04:35:22.643540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.08.16 04:35:22.643559 [ 3 ] {} <Debug> HTTP-Session: d405ebf6-5555-44d1-8a10-ce6ebce4ce01 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 442 | 2024.08.16 04:35:22.643606 [ 3 ] {} <Debug> HTTP-Session: d405ebf6-5555-44d1-8a10-ce6ebce4ce01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.08.16 04:35:22.643650 [ 3 ] {} <Debug> HTTP-Session: d405ebf6-5555-44d1-8a10-ce6ebce4ce01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.08.16 04:35:22.643679 [ 3 ] {} <Trace> HTTP-Session: d405ebf6-5555-44d1-8a10-ce6ebce4ce01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.08.16 04:35:22.643880 [ 3 ] {3d54d8b3-bd21-412a-8fa1-0f6cd8486ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.643992 [ 3 ] {3d54d8b3-bd21-412a-8fa1-0f6cd8486ded} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.08.16 04:35:22.645640 [ 3 ] {3d54d8b3-bd21-412a-8fa1-0f6cd8486ded} <Debug> oximeter.measurements_bytes (84697974-c1bc-4ad1-acaa-e3ee74acae29): Loading data parts | ||
| 455 | 2024.08.16 04:35:22.645793 [ 3 ] {3d54d8b3-bd21-412a-8fa1-0f6cd8486ded} <Debug> oximeter.measurements_bytes (84697974-c1bc-4ad1-acaa-e3ee74acae29): There are no data parts | ||
| 456 | 2024.08.16 04:35:22.647004 [ 3 ] {3d54d8b3-bd21-412a-8fa1-0f6cd8486ded} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.08.16 04:35:22.647030 [ 3 ] {} <Debug> HTTP-Session: d405ebf6-5555-44d1-8a10-ce6ebce4ce01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.08.16 04:35:22.647184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.08.16 04:35:22.647263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.08.16 04:35:22.647281 [ 3 ] {} <Debug> HTTP-Session: c97bea7d-2d3c-4485-9a35-e602714a2375 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 461 | 2024.08.16 04:35:22.647329 [ 3 ] {} <Debug> HTTP-Session: c97bea7d-2d3c-4485-9a35-e602714a2375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.08.16 04:35:22.647375 [ 3 ] {} <Debug> HTTP-Session: c97bea7d-2d3c-4485-9a35-e602714a2375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.08.16 04:35:22.647404 [ 3 ] {} <Trace> HTTP-Session: c97bea7d-2d3c-4485-9a35-e602714a2375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.08.16 04:35:22.647646 [ 3 ] {37877041-b8fe-4071-897b-1f29a3a6ac52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.647728 [ 3 ] {37877041-b8fe-4071-897b-1f29a3a6ac52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.08.16 04:35:22.649565 [ 3 ] {37877041-b8fe-4071-897b-1f29a3a6ac52} <Debug> oximeter.measurements_cumulativei64 (8e333e38-586c-4aab-9849-e2cbc897e3b0): Loading data parts | ||
| 467 | 2024.08.16 04:35:22.649747 [ 3 ] {37877041-b8fe-4071-897b-1f29a3a6ac52} <Debug> oximeter.measurements_cumulativei64 (8e333e38-586c-4aab-9849-e2cbc897e3b0): There are no data parts | ||
| 468 | 2024.08.16 04:35:22.650974 [ 3 ] {37877041-b8fe-4071-897b-1f29a3a6ac52} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.08.16 04:35:22.651043 [ 3 ] {} <Debug> HTTP-Session: c97bea7d-2d3c-4485-9a35-e602714a2375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.08.16 04:35:22.651160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.08.16 04:35:22.651271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.08.16 04:35:22.651291 [ 3 ] {} <Debug> HTTP-Session: 3a190afb-7073-4f3c-90b6-412a2986275c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 473 | 2024.08.16 04:35:22.651341 [ 3 ] {} <Debug> HTTP-Session: 3a190afb-7073-4f3c-90b6-412a2986275c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.08.16 04:35:22.651355 [ 3 ] {} <Debug> HTTP-Session: 3a190afb-7073-4f3c-90b6-412a2986275c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.08.16 04:35:22.651418 [ 3 ] {} <Trace> HTTP-Session: 3a190afb-7073-4f3c-90b6-412a2986275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.08.16 04:35:22.651630 [ 3 ] {2f3a9bfe-d182-40f5-977d-491e9761b905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.651750 [ 3 ] {2f3a9bfe-d182-40f5-977d-491e9761b905} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.08.16 04:35:22.653381 [ 3 ] {2f3a9bfe-d182-40f5-977d-491e9761b905} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Loading data parts | ||
| 479 | 2024.08.16 04:35:22.653572 [ 3 ] {2f3a9bfe-d182-40f5-977d-491e9761b905} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): There are no data parts | ||
| 480 | 2024.08.16 04:35:22.655227 [ 3 ] {2f3a9bfe-d182-40f5-977d-491e9761b905} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.08.16 04:35:22.655253 [ 3 ] {} <Debug> HTTP-Session: 3a190afb-7073-4f3c-90b6-412a2986275c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.08.16 04:35:22.655415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.08.16 04:35:22.655497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.08.16 04:35:22.655517 [ 3 ] {} <Debug> HTTP-Session: 2add9712-03cf-4c81-b8b2-a3d0280adcaa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 485 | 2024.08.16 04:35:22.655569 [ 3 ] {} <Debug> HTTP-Session: 2add9712-03cf-4c81-b8b2-a3d0280adcaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.08.16 04:35:22.655614 [ 3 ] {} <Debug> HTTP-Session: 2add9712-03cf-4c81-b8b2-a3d0280adcaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.08.16 04:35:22.655645 [ 3 ] {} <Trace> HTTP-Session: 2add9712-03cf-4c81-b8b2-a3d0280adcaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.08.16 04:35:22.655861 [ 3 ] {d31f7b11-ec88-4744-a306-4e87d113066a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.655982 [ 3 ] {d31f7b11-ec88-4744-a306-4e87d113066a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.08.16 04:35:22.657966 [ 3 ] {d31f7b11-ec88-4744-a306-4e87d113066a} <Debug> oximeter.measurements_cumulativef32 (d4b266c9-ac9a-46ef-8ed5-8f9d49b3db5c): Loading data parts | ||
| 491 | 2024.08.16 04:35:22.658154 [ 3 ] {d31f7b11-ec88-4744-a306-4e87d113066a} <Debug> oximeter.measurements_cumulativef32 (d4b266c9-ac9a-46ef-8ed5-8f9d49b3db5c): There are no data parts | ||
| 492 | 2024.08.16 04:35:22.659540 [ 3 ] {d31f7b11-ec88-4744-a306-4e87d113066a} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.08.16 04:35:22.659609 [ 3 ] {} <Debug> HTTP-Session: 2add9712-03cf-4c81-b8b2-a3d0280adcaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.08.16 04:35:22.659722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.08.16 04:35:22.659863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.08.16 04:35:22.659915 [ 3 ] {} <Debug> HTTP-Session: a806dfa6-87c1-4535-98ba-4d590bfb4372 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 497 | 2024.08.16 04:35:22.659966 [ 3 ] {} <Debug> HTTP-Session: a806dfa6-87c1-4535-98ba-4d590bfb4372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.08.16 04:35:22.659978 [ 3 ] {} <Debug> HTTP-Session: a806dfa6-87c1-4535-98ba-4d590bfb4372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.08.16 04:35:22.660039 [ 3 ] {} <Trace> HTTP-Session: a806dfa6-87c1-4535-98ba-4d590bfb4372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.08.16 04:35:22.660256 [ 3 ] {5973f574-71ec-47cb-8b49-719ea19428ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.660372 [ 3 ] {5973f574-71ec-47cb-8b49-719ea19428ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.08.16 04:35:22.662152 [ 3 ] {5973f574-71ec-47cb-8b49-719ea19428ad} <Debug> oximeter.measurements_cumulativef64 (f8ddec04-cce3-4cc2-9508-ea7cf7a7c250): Loading data parts | ||
| 503 | 2024.08.16 04:35:22.662335 [ 3 ] {5973f574-71ec-47cb-8b49-719ea19428ad} <Debug> oximeter.measurements_cumulativef64 (f8ddec04-cce3-4cc2-9508-ea7cf7a7c250): There are no data parts | ||
| 504 | 2024.08.16 04:35:22.663561 [ 3 ] {5973f574-71ec-47cb-8b49-719ea19428ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.08.16 04:35:22.663586 [ 3 ] {} <Debug> HTTP-Session: a806dfa6-87c1-4535-98ba-4d590bfb4372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.08.16 04:35:22.663746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.08.16 04:35:22.663827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.08.16 04:35:22.663845 [ 3 ] {} <Debug> HTTP-Session: cb3f548c-b838-409e-88e6-362b74a90922 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 509 | 2024.08.16 04:35:22.663898 [ 3 ] {} <Debug> HTTP-Session: cb3f548c-b838-409e-88e6-362b74a90922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.08.16 04:35:22.663948 [ 3 ] {} <Debug> HTTP-Session: cb3f548c-b838-409e-88e6-362b74a90922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.08.16 04:35:22.663977 [ 3 ] {} <Trace> HTTP-Session: cb3f548c-b838-409e-88e6-362b74a90922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.08.16 04:35:22.664257 [ 3 ] {ce3589e9-0f8d-4f5b-a67e-68322404cff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.664379 [ 3 ] {ce3589e9-0f8d-4f5b-a67e-68322404cff0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.08.16 04:35:22.666383 [ 3 ] {ce3589e9-0f8d-4f5b-a67e-68322404cff0} <Debug> oximeter.measurements_histogrami8 (6eb1a3c6-a227-48c1-aecd-f8a78cc02213): Loading data parts | ||
| 525 | 2024.08.16 04:35:22.666565 [ 3 ] {ce3589e9-0f8d-4f5b-a67e-68322404cff0} <Debug> oximeter.measurements_histogrami8 (6eb1a3c6-a227-48c1-aecd-f8a78cc02213): There are no data parts | ||
| 526 | 2024.08.16 04:35:22.667811 [ 3 ] {ce3589e9-0f8d-4f5b-a67e-68322404cff0} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.08.16 04:35:22.667873 [ 3 ] {} <Debug> HTTP-Session: cb3f548c-b838-409e-88e6-362b74a90922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.08.16 04:35:22.668019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.08.16 04:35:22.668064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.08.16 04:35:22.668114 [ 3 ] {} <Debug> HTTP-Session: eac25983-a6d3-4f6d-84c5-dbcb693fb5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 531 | 2024.08.16 04:35:22.668162 [ 3 ] {} <Debug> HTTP-Session: eac25983-a6d3-4f6d-84c5-dbcb693fb5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.08.16 04:35:22.668175 [ 3 ] {} <Debug> HTTP-Session: eac25983-a6d3-4f6d-84c5-dbcb693fb5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.08.16 04:35:22.668233 [ 3 ] {} <Trace> HTTP-Session: eac25983-a6d3-4f6d-84c5-dbcb693fb5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.08.16 04:35:22.668508 [ 3 ] {d55b82ee-12b1-4d41-8f89-0167b0ab72ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.668625 [ 3 ] {d55b82ee-12b1-4d41-8f89-0167b0ab72ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.08.16 04:35:22.670671 [ 3 ] {d55b82ee-12b1-4d41-8f89-0167b0ab72ed} <Debug> oximeter.measurements_histogramu8 (6009c43e-f8c5-4854-b5fa-7be2fca8382b): Loading data parts | ||
| 537 | 2024.08.16 04:35:22.670868 [ 3 ] {d55b82ee-12b1-4d41-8f89-0167b0ab72ed} <Debug> oximeter.measurements_histogramu8 (6009c43e-f8c5-4854-b5fa-7be2fca8382b): There are no data parts | ||
| 538 | 2024.08.16 04:35:22.672164 [ 3 ] {d55b82ee-12b1-4d41-8f89-0167b0ab72ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.08.16 04:35:22.672190 [ 3 ] {} <Debug> HTTP-Session: eac25983-a6d3-4f6d-84c5-dbcb693fb5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.08.16 04:35:22.672298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.08.16 04:35:22.672407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.08.16 04:35:22.672427 [ 3 ] {} <Debug> HTTP-Session: a14da00f-a0fd-4ad3-a9f5-d2d25bbf6f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 543 | 2024.08.16 04:35:22.672472 [ 3 ] {} <Debug> HTTP-Session: a14da00f-a0fd-4ad3-a9f5-d2d25bbf6f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.08.16 04:35:22.672487 [ 3 ] {} <Debug> HTTP-Session: a14da00f-a0fd-4ad3-a9f5-d2d25bbf6f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.08.16 04:35:22.672552 [ 3 ] {} <Trace> HTTP-Session: a14da00f-a0fd-4ad3-a9f5-d2d25bbf6f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.08.16 04:35:22.672823 [ 3 ] {199a6952-9419-477c-9ed5-329d484be9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.672940 [ 3 ] {199a6952-9419-477c-9ed5-329d484be9af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.08.16 04:35:22.675014 [ 3 ] {199a6952-9419-477c-9ed5-329d484be9af} <Debug> oximeter.measurements_histogrami16 (6b9d218c-ead8-41a8-9107-0b11d1de6cfe): Loading data parts | ||
| 549 | 2024.08.16 04:35:22.675263 [ 3 ] {199a6952-9419-477c-9ed5-329d484be9af} <Debug> oximeter.measurements_histogrami16 (6b9d218c-ead8-41a8-9107-0b11d1de6cfe): There are no data parts | ||
| 550 | 2024.08.16 04:35:22.676561 [ 3 ] {199a6952-9419-477c-9ed5-329d484be9af} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.08.16 04:35:22.676624 [ 3 ] {} <Debug> HTTP-Session: a14da00f-a0fd-4ad3-a9f5-d2d25bbf6f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.08.16 04:35:22.676787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.08.16 04:35:22.676832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.08.16 04:35:22.676882 [ 3 ] {} <Debug> HTTP-Session: e01fce6e-0bd4-43ab-974b-de0987f17188 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 555 | 2024.08.16 04:35:22.676935 [ 3 ] {} <Debug> HTTP-Session: e01fce6e-0bd4-43ab-974b-de0987f17188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.08.16 04:35:22.676949 [ 3 ] {} <Debug> HTTP-Session: e01fce6e-0bd4-43ab-974b-de0987f17188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.08.16 04:35:22.677007 [ 3 ] {} <Trace> HTTP-Session: e01fce6e-0bd4-43ab-974b-de0987f17188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.08.16 04:35:22.677282 [ 3 ] {96adf5e0-c213-4614-87d4-db11aca3aaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.677401 [ 3 ] {96adf5e0-c213-4614-87d4-db11aca3aaa6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.08.16 04:35:22.679588 [ 3 ] {96adf5e0-c213-4614-87d4-db11aca3aaa6} <Debug> oximeter.measurements_histogramu16 (47bd99f1-44d5-47e2-a310-1908fc393b56): Loading data parts | ||
| 561 | 2024.08.16 04:35:22.679799 [ 3 ] {96adf5e0-c213-4614-87d4-db11aca3aaa6} <Debug> oximeter.measurements_histogramu16 (47bd99f1-44d5-47e2-a310-1908fc393b56): There are no data parts | ||
| 562 | 2024.08.16 04:35:22.681090 [ 3 ] {96adf5e0-c213-4614-87d4-db11aca3aaa6} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.08.16 04:35:22.681116 [ 3 ] {} <Debug> HTTP-Session: e01fce6e-0bd4-43ab-974b-de0987f17188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.08.16 04:35:22.681266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.08.16 04:35:22.681345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.08.16 04:35:22.681363 [ 3 ] {} <Debug> HTTP-Session: 4240e1f6-9180-4049-9ba2-b98cb7943fc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 567 | 2024.08.16 04:35:22.681417 [ 3 ] {} <Debug> HTTP-Session: 4240e1f6-9180-4049-9ba2-b98cb7943fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.08.16 04:35:22.681464 [ 3 ] {} <Debug> HTTP-Session: 4240e1f6-9180-4049-9ba2-b98cb7943fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.08.16 04:35:22.681494 [ 3 ] {} <Trace> HTTP-Session: 4240e1f6-9180-4049-9ba2-b98cb7943fc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.08.16 04:35:22.681767 [ 3 ] {d904fa5d-c115-4888-b2ff-b4b2042d92ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.681898 [ 3 ] {d904fa5d-c115-4888-b2ff-b4b2042d92ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.08.16 04:35:22.684158 [ 3 ] {d904fa5d-c115-4888-b2ff-b4b2042d92ea} <Debug> oximeter.measurements_histogrami32 (2d338c48-b5fb-4870-976d-490a453a56ca): Loading data parts | ||
| 573 | 2024.08.16 04:35:22.684380 [ 3 ] {d904fa5d-c115-4888-b2ff-b4b2042d92ea} <Debug> oximeter.measurements_histogrami32 (2d338c48-b5fb-4870-976d-490a453a56ca): There are no data parts | ||
| 574 | 2024.08.16 04:35:22.685751 [ 3 ] {d904fa5d-c115-4888-b2ff-b4b2042d92ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.08.16 04:35:22.685777 [ 3 ] {} <Debug> HTTP-Session: 4240e1f6-9180-4049-9ba2-b98cb7943fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.08.16 04:35:22.685930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.08.16 04:35:22.686008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.08.16 04:35:22.686028 [ 3 ] {} <Debug> HTTP-Session: 830c51e0-42ed-46b2-b675-fb8bbd12293f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 579 | 2024.08.16 04:35:22.686107 [ 3 ] {} <Debug> HTTP-Session: 830c51e0-42ed-46b2-b675-fb8bbd12293f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.08.16 04:35:22.686120 [ 3 ] {} <Debug> HTTP-Session: 830c51e0-42ed-46b2-b675-fb8bbd12293f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.08.16 04:35:22.686182 [ 3 ] {} <Trace> HTTP-Session: 830c51e0-42ed-46b2-b675-fb8bbd12293f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.08.16 04:35:22.686459 [ 3 ] {70a1e291-7639-451f-83d0-23ffd791c6cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.686582 [ 3 ] {70a1e291-7639-451f-83d0-23ffd791c6cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.08.16 04:35:22.688652 [ 3 ] {70a1e291-7639-451f-83d0-23ffd791c6cd} <Debug> oximeter.measurements_histogramu32 (dd2b4057-8444-47a3-8f10-bcee749a493a): Loading data parts | ||
| 585 | 2024.08.16 04:35:22.688852 [ 3 ] {70a1e291-7639-451f-83d0-23ffd791c6cd} <Debug> oximeter.measurements_histogramu32 (dd2b4057-8444-47a3-8f10-bcee749a493a): There are no data parts | ||
| 586 | 2024.08.16 04:35:22.690144 [ 3 ] {70a1e291-7639-451f-83d0-23ffd791c6cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.08.16 04:35:22.690170 [ 3 ] {} <Debug> HTTP-Session: 830c51e0-42ed-46b2-b675-fb8bbd12293f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.08.16 04:35:22.690313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.08.16 04:35:22.690396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.08.16 04:35:22.690414 [ 3 ] {} <Debug> HTTP-Session: 687f553e-b6f4-4491-a880-35aeb2b33227 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 591 | 2024.08.16 04:35:22.690462 [ 3 ] {} <Debug> HTTP-Session: 687f553e-b6f4-4491-a880-35aeb2b33227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.08.16 04:35:22.690512 [ 3 ] {} <Debug> HTTP-Session: 687f553e-b6f4-4491-a880-35aeb2b33227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.08.16 04:35:22.690542 [ 3 ] {} <Trace> HTTP-Session: 687f553e-b6f4-4491-a880-35aeb2b33227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.08.16 04:35:22.690851 [ 3 ] {7ee7e7f5-b7ff-4048-aa78-50300d5db55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.690989 [ 3 ] {7ee7e7f5-b7ff-4048-aa78-50300d5db55c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.08.16 04:35:22.693096 [ 3 ] {7ee7e7f5-b7ff-4048-aa78-50300d5db55c} <Debug> oximeter.measurements_histogrami64 (0b2eb15d-d22c-43d4-b89a-1ca7286a8c6c): Loading data parts | ||
| 597 | 2024.08.16 04:35:22.693256 [ 3 ] {7ee7e7f5-b7ff-4048-aa78-50300d5db55c} <Debug> oximeter.measurements_histogrami64 (0b2eb15d-d22c-43d4-b89a-1ca7286a8c6c): There are no data parts | ||
| 598 | 2024.08.16 04:35:22.694553 [ 3 ] {7ee7e7f5-b7ff-4048-aa78-50300d5db55c} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.08.16 04:35:22.694578 [ 3 ] {} <Debug> HTTP-Session: 687f553e-b6f4-4491-a880-35aeb2b33227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.08.16 04:35:22.694744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.08.16 04:35:22.694827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.08.16 04:35:22.694884 [ 3 ] {} <Debug> HTTP-Session: 4e2f4a81-0c5b-4014-b3f7-433b720fb3b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 603 | 2024.08.16 04:35:22.694900 [ 3 ] {} <Debug> HTTP-Session: 4e2f4a81-0c5b-4014-b3f7-433b720fb3b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.08.16 04:35:22.694946 [ 3 ] {} <Debug> HTTP-Session: 4e2f4a81-0c5b-4014-b3f7-433b720fb3b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.08.16 04:35:22.694978 [ 3 ] {} <Trace> HTTP-Session: 4e2f4a81-0c5b-4014-b3f7-433b720fb3b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.08.16 04:35:22.695268 [ 3 ] {d1a57d5c-cad5-49d4-94b6-1057a84e787f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.695405 [ 3 ] {d1a57d5c-cad5-49d4-94b6-1057a84e787f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.08.16 04:35:22.697432 [ 3 ] {d1a57d5c-cad5-49d4-94b6-1057a84e787f} <Debug> oximeter.measurements_histogramu64 (06a4c477-2615-4083-9c3b-07204ae46438): Loading data parts | ||
| 609 | 2024.08.16 04:35:22.697616 [ 3 ] {d1a57d5c-cad5-49d4-94b6-1057a84e787f} <Debug> oximeter.measurements_histogramu64 (06a4c477-2615-4083-9c3b-07204ae46438): There are no data parts | ||
| 610 | 2024.08.16 04:35:22.699006 [ 3 ] {d1a57d5c-cad5-49d4-94b6-1057a84e787f} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.08.16 04:35:22.699032 [ 3 ] {} <Debug> HTTP-Session: 4e2f4a81-0c5b-4014-b3f7-433b720fb3b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.08.16 04:35:22.699190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.08.16 04:35:22.699280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.08.16 04:35:22.699298 [ 3 ] {} <Debug> HTTP-Session: 192eac08-9a3e-41cb-93c7-afd7486d2db8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 615 | 2024.08.16 04:35:22.699350 [ 3 ] {} <Debug> HTTP-Session: 192eac08-9a3e-41cb-93c7-afd7486d2db8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.08.16 04:35:22.699402 [ 3 ] {} <Debug> HTTP-Session: 192eac08-9a3e-41cb-93c7-afd7486d2db8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.08.16 04:35:22.699431 [ 3 ] {} <Trace> HTTP-Session: 192eac08-9a3e-41cb-93c7-afd7486d2db8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.08.16 04:35:22.699708 [ 3 ] {d9f21ecd-7df6-4782-89a5-72c82a892544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.699837 [ 3 ] {d9f21ecd-7df6-4782-89a5-72c82a892544} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.08.16 04:35:22.701939 [ 3 ] {d9f21ecd-7df6-4782-89a5-72c82a892544} <Debug> oximeter.measurements_histogramf32 (bb064a2e-782b-4506-8f6e-13b3c0056dcc): Loading data parts | ||
| 621 | 2024.08.16 04:35:22.702087 [ 3 ] {d9f21ecd-7df6-4782-89a5-72c82a892544} <Debug> oximeter.measurements_histogramf32 (bb064a2e-782b-4506-8f6e-13b3c0056dcc): There are no data parts | ||
| 622 | 2024.08.16 04:35:22.703460 [ 3 ] {d9f21ecd-7df6-4782-89a5-72c82a892544} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.08.16 04:35:22.703534 [ 3 ] {} <Debug> HTTP-Session: 192eac08-9a3e-41cb-93c7-afd7486d2db8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.08.16 04:35:22.703646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.08.16 04:35:22.703728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.08.16 04:35:22.703792 [ 3 ] {} <Debug> HTTP-Session: c5a3f18b-76f4-4ec6-b21f-2b55500ccfda Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 627 | 2024.08.16 04:35:22.703808 [ 3 ] {} <Debug> HTTP-Session: c5a3f18b-76f4-4ec6-b21f-2b55500ccfda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.08.16 04:35:22.703859 [ 3 ] {} <Debug> HTTP-Session: c5a3f18b-76f4-4ec6-b21f-2b55500ccfda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.08.16 04:35:22.703926 [ 3 ] {} <Trace> HTTP-Session: c5a3f18b-76f4-4ec6-b21f-2b55500ccfda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.08.16 04:35:22.704169 [ 3 ] {24525306-7f09-4791-b90e-b48c0cbb0678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.704302 [ 3 ] {24525306-7f09-4791-b90e-b48c0cbb0678} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.08.16 04:35:22.706377 [ 3 ] {24525306-7f09-4791-b90e-b48c0cbb0678} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Loading data parts | ||
| 633 | 2024.08.16 04:35:22.706531 [ 3 ] {24525306-7f09-4791-b90e-b48c0cbb0678} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): There are no data parts | ||
| 634 | 2024.08.16 04:35:22.707885 [ 3 ] {24525306-7f09-4791-b90e-b48c0cbb0678} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.08.16 04:35:22.707910 [ 3 ] {} <Debug> HTTP-Session: c5a3f18b-76f4-4ec6-b21f-2b55500ccfda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.08.16 04:35:22.708064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.08.16 04:35:22.708148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.08.16 04:35:22.708205 [ 3 ] {} <Debug> HTTP-Session: 7f7f4880-8529-4b7b-985b-da7a7304ec28 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 639 | 2024.08.16 04:35:22.708223 [ 3 ] {} <Debug> HTTP-Session: 7f7f4880-8529-4b7b-985b-da7a7304ec28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.08.16 04:35:22.708280 [ 3 ] {} <Debug> HTTP-Session: 7f7f4880-8529-4b7b-985b-da7a7304ec28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.08.16 04:35:22.708345 [ 3 ] {} <Trace> HTTP-Session: 7f7f4880-8529-4b7b-985b-da7a7304ec28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.08.16 04:35:22.708533 [ 3 ] {cb9f9125-810d-483d-aadc-e1d8242264b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) /* 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.08.16 04:35:22.708655 [ 3 ] {cb9f9125-810d-483d-aadc-e1d8242264b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.08.16 04:35:22.710343 [ 3 ] {cb9f9125-810d-483d-aadc-e1d8242264b8} <Debug> oximeter.fields_bool (4bc3c6df-544a-49a3-9743-b60377d28c57): Loading data parts | ||
| 662 | 2024.08.16 04:35:22.710542 [ 3 ] {cb9f9125-810d-483d-aadc-e1d8242264b8} <Debug> oximeter.fields_bool (4bc3c6df-544a-49a3-9743-b60377d28c57): There are no data parts | ||
| 663 | 2024.08.16 04:35:22.711748 [ 3 ] {cb9f9125-810d-483d-aadc-e1d8242264b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.08.16 04:35:22.711818 [ 3 ] {} <Debug> HTTP-Session: 7f7f4880-8529-4b7b-985b-da7a7304ec28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.08.16 04:35:22.711981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.08.16 04:35:22.712062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.08.16 04:35:22.712081 [ 3 ] {} <Debug> HTTP-Session: 9a571175-4e2f-4414-b4bd-119e1cdc557e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 668 | 2024.08.16 04:35:22.712134 [ 3 ] {} <Debug> HTTP-Session: 9a571175-4e2f-4414-b4bd-119e1cdc557e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.08.16 04:35:22.712147 [ 3 ] {} <Debug> HTTP-Session: 9a571175-4e2f-4414-b4bd-119e1cdc557e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.08.16 04:35:22.712208 [ 3 ] {} <Trace> HTTP-Session: 9a571175-4e2f-4414-b4bd-119e1cdc557e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.08.16 04:35:22.712383 [ 3 ] {40c9bdcf-e996-4ec9-bafc-5ea8e3470c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.712494 [ 3 ] {40c9bdcf-e996-4ec9-bafc-5ea8e3470c7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.08.16 04:35:22.714101 [ 3 ] {40c9bdcf-e996-4ec9-bafc-5ea8e3470c7c} <Debug> oximeter.fields_i8 (6099a3c4-8112-439c-bf8f-b9d7fc18a042): Loading data parts | ||
| 674 | 2024.08.16 04:35:22.714283 [ 3 ] {40c9bdcf-e996-4ec9-bafc-5ea8e3470c7c} <Debug> oximeter.fields_i8 (6099a3c4-8112-439c-bf8f-b9d7fc18a042): There are no data parts | ||
| 675 | 2024.08.16 04:35:22.715499 [ 3 ] {40c9bdcf-e996-4ec9-bafc-5ea8e3470c7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.08.16 04:35:22.715568 [ 3 ] {} <Debug> HTTP-Session: 9a571175-4e2f-4414-b4bd-119e1cdc557e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.08.16 04:35:22.715688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.08.16 04:35:22.715794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.08.16 04:35:22.715814 [ 3 ] {} <Debug> HTTP-Session: 0256df74-29f1-41b9-8aec-2b9717b46477 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 680 | 2024.08.16 04:35:22.715860 [ 3 ] {} <Debug> HTTP-Session: 0256df74-29f1-41b9-8aec-2b9717b46477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.08.16 04:35:22.715875 [ 3 ] {} <Debug> HTTP-Session: 0256df74-29f1-41b9-8aec-2b9717b46477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.08.16 04:35:22.715936 [ 3 ] {} <Trace> HTTP-Session: 0256df74-29f1-41b9-8aec-2b9717b46477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.08.16 04:35:22.716106 [ 3 ] {50b61452-7d52-4d95-ab75-f1302528675c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.716188 [ 3 ] {50b61452-7d52-4d95-ab75-f1302528675c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.08.16 04:35:22.717976 [ 3 ] {50b61452-7d52-4d95-ab75-f1302528675c} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Loading data parts | ||
| 686 | 2024.08.16 04:35:22.718163 [ 3 ] {50b61452-7d52-4d95-ab75-f1302528675c} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): There are no data parts | ||
| 687 | 2024.08.16 04:35:22.719415 [ 3 ] {50b61452-7d52-4d95-ab75-f1302528675c} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.08.16 04:35:22.719475 [ 3 ] {} <Debug> HTTP-Session: 0256df74-29f1-41b9-8aec-2b9717b46477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.08.16 04:35:22.719593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.08.16 04:35:22.719670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.08.16 04:35:22.719720 [ 3 ] {} <Debug> HTTP-Session: 4309bd5e-32d0-44e5-997d-60221191a819 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 692 | 2024.08.16 04:35:22.719768 [ 3 ] {} <Debug> HTTP-Session: 4309bd5e-32d0-44e5-997d-60221191a819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.08.16 04:35:22.719781 [ 3 ] {} <Debug> HTTP-Session: 4309bd5e-32d0-44e5-997d-60221191a819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.08.16 04:35:22.719841 [ 3 ] {} <Trace> HTTP-Session: 4309bd5e-32d0-44e5-997d-60221191a819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.08.16 04:35:22.720021 [ 3 ] {e9ad4773-053a-46ca-94fb-1ef90790c85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.720094 [ 3 ] {e9ad4773-053a-46ca-94fb-1ef90790c85f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.08.16 04:35:22.721829 [ 3 ] {e9ad4773-053a-46ca-94fb-1ef90790c85f} <Debug> oximeter.fields_i16 (7d8708af-4751-4211-86cb-239c19f6ba7f): Loading data parts | ||
| 698 | 2024.08.16 04:35:22.721982 [ 3 ] {e9ad4773-053a-46ca-94fb-1ef90790c85f} <Debug> oximeter.fields_i16 (7d8708af-4751-4211-86cb-239c19f6ba7f): There are no data parts | ||
| 699 | 2024.08.16 04:35:22.723184 [ 3 ] {e9ad4773-053a-46ca-94fb-1ef90790c85f} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.08.16 04:35:22.723244 [ 3 ] {} <Debug> HTTP-Session: 4309bd5e-32d0-44e5-997d-60221191a819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.08.16 04:35:22.723363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.08.16 04:35:22.723440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.08.16 04:35:22.723492 [ 3 ] {} <Debug> HTTP-Session: c593a6bb-2bb0-4d23-8ab1-44d878a065b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 704 | 2024.08.16 04:35:22.723507 [ 3 ] {} <Debug> HTTP-Session: c593a6bb-2bb0-4d23-8ab1-44d878a065b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.08.16 04:35:22.723551 [ 3 ] {} <Debug> HTTP-Session: c593a6bb-2bb0-4d23-8ab1-44d878a065b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.08.16 04:35:22.723620 [ 3 ] {} <Trace> HTTP-Session: c593a6bb-2bb0-4d23-8ab1-44d878a065b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.08.16 04:35:22.723758 [ 3 ] {eacc10a9-2185-42e6-9097-e5ab988d9491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.723865 [ 3 ] {eacc10a9-2185-42e6-9097-e5ab988d9491} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.08.16 04:35:22.725547 [ 3 ] {eacc10a9-2185-42e6-9097-e5ab988d9491} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Loading data parts | ||
| 710 | 2024.08.16 04:35:22.725737 [ 3 ] {eacc10a9-2185-42e6-9097-e5ab988d9491} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): There are no data parts | ||
| 711 | 2024.08.16 04:35:22.726972 [ 3 ] {eacc10a9-2185-42e6-9097-e5ab988d9491} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.08.16 04:35:22.726997 [ 3 ] {} <Debug> HTTP-Session: c593a6bb-2bb0-4d23-8ab1-44d878a065b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.08.16 04:35:22.727157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.08.16 04:35:22.727235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.08.16 04:35:22.727253 [ 3 ] {} <Debug> HTTP-Session: 5f1617c8-5c27-4eff-9cfb-484a1a25da8a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 716 | 2024.08.16 04:35:22.727300 [ 3 ] {} <Debug> HTTP-Session: 5f1617c8-5c27-4eff-9cfb-484a1a25da8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.08.16 04:35:22.727354 [ 3 ] {} <Debug> HTTP-Session: 5f1617c8-5c27-4eff-9cfb-484a1a25da8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.08.16 04:35:22.727383 [ 3 ] {} <Trace> HTTP-Session: 5f1617c8-5c27-4eff-9cfb-484a1a25da8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.08.16 04:35:22.727553 [ 3 ] {7e9cc35a-09bf-4b09-89a2-ab24d31daa55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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.08.16 04:35:22.727665 [ 3 ] {7e9cc35a-09bf-4b09-89a2-ab24d31daa55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.08.16 04:35:22.729333 [ 3 ] {7e9cc35a-09bf-4b09-89a2-ab24d31daa55} <Debug> oximeter.fields_i32 (fd7c6f62-ed58-414e-b9b4-9db919f087f2): Loading data parts | ||
| 722 | 2024.08.16 04:35:22.729528 [ 3 ] {7e9cc35a-09bf-4b09-89a2-ab24d31daa55} <Debug> oximeter.fields_i32 (fd7c6f62-ed58-414e-b9b4-9db919f087f2): There are no data parts | ||
| 723 | 2024.08.16 04:35:22.730706 [ 3 ] {7e9cc35a-09bf-4b09-89a2-ab24d31daa55} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.08.16 04:35:22.730730 [ 3 ] {} <Debug> HTTP-Session: 5f1617c8-5c27-4eff-9cfb-484a1a25da8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.08.16 04:35:22.730889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.08.16 04:35:22.730966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 727 | 2024.08.16 04:35:22.730985 [ 3 ] {} <Debug> HTTP-Session: 2f2ade2f-19f9-422d-82e3-406db9967020 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 728 | 2024.08.16 04:35:22.731045 [ 3 ] {} <Debug> HTTP-Session: 2f2ade2f-19f9-422d-82e3-406db9967020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.08.16 04:35:22.731058 [ 3 ] {} <Debug> HTTP-Session: 2f2ade2f-19f9-422d-82e3-406db9967020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.08.16 04:35:22.731119 [ 3 ] {} <Trace> HTTP-Session: 2f2ade2f-19f9-422d-82e3-406db9967020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.08.16 04:35:22.731298 [ 3 ] {9018c027-73b4-4ce4-b38c-cf8739751068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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) | ||
| 732 | 2024.08.16 04:35:22.731404 [ 3 ] {9018c027-73b4-4ce4-b38c-cf8739751068} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.08.16 04:35:22.733008 [ 3 ] {9018c027-73b4-4ce4-b38c-cf8739751068} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Loading data parts | ||
| 734 | 2024.08.16 04:35:22.733199 [ 3 ] {9018c027-73b4-4ce4-b38c-cf8739751068} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): There are no data parts | ||
| 735 | 2024.08.16 04:35:22.734458 [ 3 ] {9018c027-73b4-4ce4-b38c-cf8739751068} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.08.16 04:35:22.734483 [ 3 ] {} <Debug> HTTP-Session: 2f2ade2f-19f9-422d-82e3-406db9967020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.08.16 04:35:22.734612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.08.16 04:35:22.734795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 739 | 2024.08.16 04:35:22.734815 [ 3 ] {} <Debug> HTTP-Session: b6ba2850-5fc6-4988-a63e-f9e71046ae82 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 740 | 2024.08.16 04:35:22.734864 [ 3 ] {} <Debug> HTTP-Session: b6ba2850-5fc6-4988-a63e-f9e71046ae82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.08.16 04:35:22.734880 [ 3 ] {} <Debug> HTTP-Session: b6ba2850-5fc6-4988-a63e-f9e71046ae82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.08.16 04:35:22.734909 [ 3 ] {} <Trace> HTTP-Session: b6ba2850-5fc6-4988-a63e-f9e71046ae82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.08.16 04:35:22.735080 [ 3 ] {80036fab-3b7b-4a37-b47d-cbd0efda1a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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) | ||
| 744 | 2024.08.16 04:35:22.735120 [ 3 ] {80036fab-3b7b-4a37-b47d-cbd0efda1a7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.08.16 04:35:22.736779 [ 3 ] {80036fab-3b7b-4a37-b47d-cbd0efda1a7e} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Loading data parts | ||
| 746 | 2024.08.16 04:35:22.736929 [ 3 ] {80036fab-3b7b-4a37-b47d-cbd0efda1a7e} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): There are no data parts | ||
| 747 | 2024.08.16 04:35:22.738159 [ 3 ] {80036fab-3b7b-4a37-b47d-cbd0efda1a7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.08.16 04:35:22.738232 [ 3 ] {} <Debug> HTTP-Session: b6ba2850-5fc6-4988-a63e-f9e71046ae82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.08.16 04:35:22.738358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.08.16 04:35:22.738403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 751 | 2024.08.16 04:35:22.738421 [ 3 ] {} <Debug> HTTP-Session: 067a2679-cb96-4ce8-a06e-649b3287d0e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 752 | 2024.08.16 04:35:22.738437 [ 3 ] {} <Debug> HTTP-Session: 067a2679-cb96-4ce8-a06e-649b3287d0e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.08.16 04:35:22.738450 [ 3 ] {} <Debug> HTTP-Session: 067a2679-cb96-4ce8-a06e-649b3287d0e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.08.16 04:35:22.738480 [ 3 ] {} <Trace> HTTP-Session: 067a2679-cb96-4ce8-a06e-649b3287d0e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.08.16 04:35:22.738614 [ 3 ] {ad71fe4c-6184-408f-bd8d-9fc08150e62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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) | ||
| 756 | 2024.08.16 04:35:22.738652 [ 3 ] {ad71fe4c-6184-408f-bd8d-9fc08150e62d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.08.16 04:35:22.740290 [ 3 ] {ad71fe4c-6184-408f-bd8d-9fc08150e62d} <Debug> oximeter.fields_u64 (3b98932f-15d0-4ef3-a1c8-225bfbe84fc4): Loading data parts | ||
| 758 | 2024.08.16 04:35:22.740443 [ 3 ] {ad71fe4c-6184-408f-bd8d-9fc08150e62d} <Debug> oximeter.fields_u64 (3b98932f-15d0-4ef3-a1c8-225bfbe84fc4): There are no data parts | ||
| 759 | 2024.08.16 04:35:22.741719 [ 3 ] {ad71fe4c-6184-408f-bd8d-9fc08150e62d} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.08.16 04:35:22.741744 [ 3 ] {} <Debug> HTTP-Session: 067a2679-cb96-4ce8-a06e-649b3287d0e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.08.16 04:35:22.741857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.08.16 04:35:22.741902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 763 | 2024.08.16 04:35:22.741920 [ 3 ] {} <Debug> HTTP-Session: 2133a366-5459-4160-8745-7dbad2fc3f07 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 764 | 2024.08.16 04:35:22.741935 [ 3 ] {} <Debug> HTTP-Session: 2133a366-5459-4160-8745-7dbad2fc3f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.08.16 04:35:22.741948 [ 3 ] {} <Debug> HTTP-Session: 2133a366-5459-4160-8745-7dbad2fc3f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.08.16 04:35:22.741977 [ 3 ] {} <Trace> HTTP-Session: 2133a366-5459-4160-8745-7dbad2fc3f07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.08.16 04:35:22.742112 [ 3 ] {e247fc92-41ce-46c2-ae80-4fffb26a22a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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) | ||
| 768 | 2024.08.16 04:35:22.742150 [ 3 ] {e247fc92-41ce-46c2-ae80-4fffb26a22a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.08.16 04:35:22.743976 [ 3 ] {e247fc92-41ce-46c2-ae80-4fffb26a22a5} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Loading data parts | ||
| 770 | 2024.08.16 04:35:22.744130 [ 3 ] {e247fc92-41ce-46c2-ae80-4fffb26a22a5} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): There are no data parts | ||
| 771 | 2024.08.16 04:35:22.745383 [ 3 ] {e247fc92-41ce-46c2-ae80-4fffb26a22a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.08.16 04:35:22.745410 [ 3 ] {} <Debug> HTTP-Session: 2133a366-5459-4160-8745-7dbad2fc3f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.08.16 04:35:22.745534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.08.16 04:35:22.745580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 775 | 2024.08.16 04:35:22.745598 [ 3 ] {} <Debug> HTTP-Session: 333a2e1b-914b-4c2a-befd-79e8d025b01a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 776 | 2024.08.16 04:35:22.745615 [ 3 ] {} <Debug> HTTP-Session: 333a2e1b-914b-4c2a-befd-79e8d025b01a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.08.16 04:35:22.745629 [ 3 ] {} <Debug> HTTP-Session: 333a2e1b-914b-4c2a-befd-79e8d025b01a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.08.16 04:35:22.745658 [ 3 ] {} <Trace> HTTP-Session: 333a2e1b-914b-4c2a-befd-79e8d025b01a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.08.16 04:35:22.745801 [ 3 ] {3b8c7ac7-ac47-4885-b6a3-4a59a854a567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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) | ||
| 780 | 2024.08.16 04:35:22.745841 [ 3 ] {3b8c7ac7-ac47-4885-b6a3-4a59a854a567} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.08.16 04:35:22.747531 [ 3 ] {3b8c7ac7-ac47-4885-b6a3-4a59a854a567} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Loading data parts | ||
| 782 | 2024.08.16 04:35:22.747739 [ 3 ] {3b8c7ac7-ac47-4885-b6a3-4a59a854a567} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): There are no data parts | ||
| 783 | 2024.08.16 04:35:22.749100 [ 3 ] {3b8c7ac7-ac47-4885-b6a3-4a59a854a567} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.08.16 04:35:22.749127 [ 3 ] {} <Debug> HTTP-Session: 333a2e1b-914b-4c2a-befd-79e8d025b01a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.08.16 04:35:22.749251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.08.16 04:35:22.749299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 787 | 2024.08.16 04:35:22.749319 [ 3 ] {} <Debug> HTTP-Session: 1084ea14-1371-4059-9e09-b34495547669 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 788 | 2024.08.16 04:35:22.749335 [ 3 ] {} <Debug> HTTP-Session: 1084ea14-1371-4059-9e09-b34495547669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.08.16 04:35:22.749349 [ 3 ] {} <Debug> HTTP-Session: 1084ea14-1371-4059-9e09-b34495547669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.08.16 04:35:22.749379 [ 3 ] {} <Trace> HTTP-Session: 1084ea14-1371-4059-9e09-b34495547669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.08.16 04:35:22.749523 [ 3 ] {c788bc0c-4a8e-4181-b0e2-30366f783f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) 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) | ||
| 792 | 2024.08.16 04:35:22.749563 [ 3 ] {c788bc0c-4a8e-4181-b0e2-30366f783f80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.08.16 04:35:22.751092 [ 3 ] {c788bc0c-4a8e-4181-b0e2-30366f783f80} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Loading data parts | ||
| 794 | 2024.08.16 04:35:22.751211 [ 3 ] {c788bc0c-4a8e-4181-b0e2-30366f783f80} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): There are no data parts | ||
| 795 | 2024.08.16 04:35:22.752516 [ 3 ] {c788bc0c-4a8e-4181-b0e2-30366f783f80} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.08.16 04:35:22.752541 [ 3 ] {} <Debug> HTTP-Session: 1084ea14-1371-4059-9e09-b34495547669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.08.16 04:35:22.752675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.08.16 04:35:22.752721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.08.16 04:35:22.752739 [ 3 ] {} <Debug> HTTP-Session: ea4af097-36d8-4400-adb0-89f64b57152e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 800 | 2024.08.16 04:35:22.752755 [ 3 ] {} <Debug> HTTP-Session: ea4af097-36d8-4400-adb0-89f64b57152e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.08.16 04:35:22.752768 [ 3 ] {} <Debug> HTTP-Session: ea4af097-36d8-4400-adb0-89f64b57152e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.08.16 04:35:22.752797 [ 3 ] {} <Trace> HTTP-Session: ea4af097-36d8-4400-adb0-89f64b57152e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.08.16 04:35:22.753006 [ 3 ] {37a7fbcb-c240-4793-aeca-dbdfbd21bb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) /* The timeseries schema table stores the extracted schema for the samples | ||
| 804 | * oximeter collects. | ||
| 805 | */ | ||
| 806 | 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) | ||
| 807 | 2024.08.16 04:35:22.753063 [ 3 ] {37a7fbcb-c240-4793-aeca-dbdfbd21bb68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.08.16 04:35:22.754666 [ 3 ] {37a7fbcb-c240-4793-aeca-dbdfbd21bb68} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Loading data parts | ||
| 809 | 2024.08.16 04:35:22.754794 [ 3 ] {37a7fbcb-c240-4793-aeca-dbdfbd21bb68} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): There are no data parts | ||
| 810 | 2024.08.16 04:35:22.756186 [ 3 ] {37a7fbcb-c240-4793-aeca-dbdfbd21bb68} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.08.16 04:35:22.756211 [ 3 ] {} <Debug> HTTP-Session: ea4af097-36d8-4400-adb0-89f64b57152e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.08.16 04:35:22.756350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.08.16 04:35:22.756396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 814 | 2024.08.16 04:35:22.756415 [ 3 ] {} <Debug> HTTP-Session: 298afbe0-b0eb-4029-b151-ab174479f54d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 815 | 2024.08.16 04:35:22.756430 [ 3 ] {} <Debug> HTTP-Session: 298afbe0-b0eb-4029-b151-ab174479f54d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.08.16 04:35:22.756443 [ 3 ] {} <Debug> HTTP-Session: 298afbe0-b0eb-4029-b151-ab174479f54d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.08.16 04:35:22.756472 [ 3 ] {} <Trace> HTTP-Session: 298afbe0-b0eb-4029-b151-ab174479f54d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.08.16 04:35:22.756631 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.08.16 04:35:22.758510 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.08.16 04:35:22.762663 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Trace> oximeter.version (bb8113a3-23e5-45d4-8fdd-49958669127e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.08.16 04:35:22.762701 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 822 | 2024.08.16 04:35:22.767679 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.08.16 04:35:22.768950 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Trace> oximeter.version (bb8113a3-23e5-45d4-8fdd-49958669127e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2024.08.16 04:35:22.769229 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012672 sec., 78.91414141414143 rows/sec., 1.23 KiB/sec. | ||
| 825 | 2024.08.16 04:35:22.769394 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.08.16 04:35:22.769418 [ 3 ] {124e5547-ef52-4c6f-9612-b0b0218b510d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 827 | 2024.08.16 04:35:22.769433 [ 3 ] {} <Debug> HTTP-Session: 298afbe0-b0eb-4029-b151-ab174479f54d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.08.16 04:35:23.000129 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.25 MiB, peak 166.39 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 12.45 MiB | ||
| 829 | 2024.08.16 04:35:27.772394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 830 | 2024.08.16 04:35:27.772528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 831 | 2024.08.16 04:35:27.772558 [ 3 ] {} <Debug> HTTP-Session: 45ba0a9e-abb7-49e8-9ba4-c89d20f00b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 832 | 2024.08.16 04:35:27.772586 [ 3 ] {} <Debug> HTTP-Session: 45ba0a9e-abb7-49e8-9ba4-c89d20f00b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 833 | 2024.08.16 04:35:27.772603 [ 3 ] {} <Debug> HTTP-Session: 45ba0a9e-abb7-49e8-9ba4-c89d20f00b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 834 | 2024.08.16 04:35:27.772658 [ 3 ] {} <Trace> HTTP-Session: 45ba0a9e-abb7-49e8-9ba4-c89d20f00b7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2024.08.16 04:35:27.772863 [ 3 ] {61e21fd2-132e-475c-add2-127b11d2eb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 836 | 2024.08.16 04:35:27.773245 [ 3 ] {61e21fd2-132e-475c-add2-127b11d2eb07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2024.08.16 04:35:27.773386 [ 3 ] {61e21fd2-132e-475c-add2-127b11d2eb07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2024.08.16 04:35:27.774425 [ 3 ] {61e21fd2-132e-475c-add2-127b11d2eb07} <Debug> DynamicQueryHandler: Done processing query | ||
| 839 | 2024.08.16 04:35:27.774456 [ 3 ] {61e21fd2-132e-475c-add2-127b11d2eb07} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 840 | 2024.08.16 04:35:27.774474 [ 3 ] {} <Debug> HTTP-Session: 45ba0a9e-abb7-49e8-9ba4-c89d20f00b7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 841 | 2024.08.16 04:35:27.778629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 842 | 2024.08.16 04:35:27.778715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 843 | 2024.08.16 04:35:27.778742 [ 3 ] {} <Debug> HTTP-Session: 4e520090-9420-40d5-bc71-d48c163ae6fd Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 844 | 2024.08.16 04:35:27.778769 [ 3 ] {} <Debug> HTTP-Session: 4e520090-9420-40d5-bc71-d48c163ae6fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 845 | 2024.08.16 04:35:27.778789 [ 3 ] {} <Debug> HTTP-Session: 4e520090-9420-40d5-bc71-d48c163ae6fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 846 | 2024.08.16 04:35:27.778839 [ 3 ] {} <Trace> HTTP-Session: 4e520090-9420-40d5-bc71-d48c163ae6fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 847 | 2024.08.16 04:35:27.779059 [ 3 ] {09f34890-3905-47c8-ad66-cc49ad7eb1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 848 | 2024.08.16 04:35:27.781468 [ 3 ] {09f34890-3905-47c8-ad66-cc49ad7eb1a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 849 | 2024.08.16 04:35:27.781528 [ 3 ] {09f34890-3905-47c8-ad66-cc49ad7eb1a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 850 | 2024.08.16 04:35:27.782552 [ 3 ] {09f34890-3905-47c8-ad66-cc49ad7eb1a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 851 | 2024.08.16 04:35:27.782581 [ 3 ] {09f34890-3905-47c8-ad66-cc49ad7eb1a6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 852 | 2024.08.16 04:35:27.782599 [ 3 ] {} <Debug> HTTP-Session: 4e520090-9420-40d5-bc71-d48c163ae6fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 853 | 2024.08.16 04:35:27.783520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 854 | 2024.08.16 04:35:27.783577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 855 | 2024.08.16 04:35:27.783599 [ 3 ] {} <Debug> HTTP-Session: 9c3aeae2-f388-451e-bc2c-6275fd1a0e17 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 856 | 2024.08.16 04:35:27.783618 [ 3 ] {} <Debug> HTTP-Session: 9c3aeae2-f388-451e-bc2c-6275fd1a0e17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 857 | 2024.08.16 04:35:27.783633 [ 3 ] {} <Debug> HTTP-Session: 9c3aeae2-f388-451e-bc2c-6275fd1a0e17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 858 | 2024.08.16 04:35:27.783669 [ 3 ] {} <Trace> HTTP-Session: 9c3aeae2-f388-451e-bc2c-6275fd1a0e17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2024.08.16 04:35:27.783806 [ 3 ] {ca3afa32-447c-49e4-8e6d-1a55f981750c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 860 | 2024.08.16 04:35:27.784167 [ 3 ] {ca3afa32-447c-49e4-8e6d-1a55f981750c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2024.08.16 04:35:27.784220 [ 3 ] {ca3afa32-447c-49e4-8e6d-1a55f981750c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2024.08.16 04:35:27.785113 [ 3 ] {ca3afa32-447c-49e4-8e6d-1a55f981750c} <Debug> DynamicQueryHandler: Done processing query | ||
| 863 | 2024.08.16 04:35:27.785145 [ 3 ] {ca3afa32-447c-49e4-8e6d-1a55f981750c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 864 | 2024.08.16 04:35:27.785161 [ 3 ] {} <Debug> HTTP-Session: 9c3aeae2-f388-451e-bc2c-6275fd1a0e17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 865 | 2024.08.16 04:35:27.785443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 866 | 2024.08.16 04:35:27.785495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 867 | 2024.08.16 04:35:27.785517 [ 3 ] {} <Debug> HTTP-Session: 2b7a6fdd-14bd-4e88-81c2-b291d301bc17 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 868 | 2024.08.16 04:35:27.785535 [ 3 ] {} <Debug> HTTP-Session: 2b7a6fdd-14bd-4e88-81c2-b291d301bc17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 869 | 2024.08.16 04:35:27.785552 [ 3 ] {} <Debug> HTTP-Session: 2b7a6fdd-14bd-4e88-81c2-b291d301bc17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 870 | 2024.08.16 04:35:27.785584 [ 3 ] {} <Trace> HTTP-Session: 2b7a6fdd-14bd-4e88-81c2-b291d301bc17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 871 | 2024.08.16 04:35:27.785709 [ 3 ] {a3271483-1a77-44e1-b713-4d6e1d563480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 872 | 2024.08.16 04:35:27.786029 [ 3 ] {a3271483-1a77-44e1-b713-4d6e1d563480} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 873 | 2024.08.16 04:35:27.786082 [ 3 ] {a3271483-1a77-44e1-b713-4d6e1d563480} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 874 | 2024.08.16 04:35:27.786922 [ 3 ] {a3271483-1a77-44e1-b713-4d6e1d563480} <Debug> DynamicQueryHandler: Done processing query | ||
| 875 | 2024.08.16 04:35:27.786949 [ 3 ] {a3271483-1a77-44e1-b713-4d6e1d563480} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 876 | 2024.08.16 04:35:27.786965 [ 3 ] {} <Debug> HTTP-Session: 2b7a6fdd-14bd-4e88-81c2-b291d301bc17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 877 | 2024.08.16 04:35:27.787162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 878 | 2024.08.16 04:35:27.787210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 879 | 2024.08.16 04:35:27.787231 [ 3 ] {} <Debug> HTTP-Session: 6d410702-63ac-4ebd-a6c6-8d3ce183f243 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 880 | 2024.08.16 04:35:27.787248 [ 3 ] {} <Debug> HTTP-Session: 6d410702-63ac-4ebd-a6c6-8d3ce183f243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 881 | 2024.08.16 04:35:27.787262 [ 3 ] {} <Debug> HTTP-Session: 6d410702-63ac-4ebd-a6c6-8d3ce183f243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 882 | 2024.08.16 04:35:27.787293 [ 3 ] {} <Trace> HTTP-Session: 6d410702-63ac-4ebd-a6c6-8d3ce183f243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 883 | 2024.08.16 04:35:27.787414 [ 3 ] {28d082b5-b7c9-40e6-8ba6-227845c116c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 884 | 2024.08.16 04:35:27.787728 [ 3 ] {28d082b5-b7c9-40e6-8ba6-227845c116c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 885 | 2024.08.16 04:35:27.787780 [ 3 ] {28d082b5-b7c9-40e6-8ba6-227845c116c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 886 | 2024.08.16 04:35:27.788694 [ 3 ] {28d082b5-b7c9-40e6-8ba6-227845c116c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 887 | 2024.08.16 04:35:27.788721 [ 3 ] {28d082b5-b7c9-40e6-8ba6-227845c116c8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 888 | 2024.08.16 04:35:27.788738 [ 3 ] {} <Debug> HTTP-Session: 6d410702-63ac-4ebd-a6c6-8d3ce183f243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 889 | 2024.08.16 04:35:27.788945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 890 | 2024.08.16 04:35:27.788994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 891 | 2024.08.16 04:35:27.789015 [ 3 ] {} <Debug> HTTP-Session: ee0f2af4-c294-4214-89c7-4405011a9c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 892 | 2024.08.16 04:35:27.789032 [ 3 ] {} <Debug> HTTP-Session: ee0f2af4-c294-4214-89c7-4405011a9c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 893 | 2024.08.16 04:35:27.789046 [ 3 ] {} <Debug> HTTP-Session: ee0f2af4-c294-4214-89c7-4405011a9c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 894 | 2024.08.16 04:35:27.789076 [ 3 ] {} <Trace> HTTP-Session: ee0f2af4-c294-4214-89c7-4405011a9c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 895 | 2024.08.16 04:35:27.789202 [ 3 ] {9c2b8955-63af-410d-aedc-8f5664b10350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 896 | 2024.08.16 04:35:27.789539 [ 3 ] {9c2b8955-63af-410d-aedc-8f5664b10350} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 897 | 2024.08.16 04:35:27.789592 [ 3 ] {9c2b8955-63af-410d-aedc-8f5664b10350} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 898 | 2024.08.16 04:35:27.790455 [ 3 ] {9c2b8955-63af-410d-aedc-8f5664b10350} <Debug> DynamicQueryHandler: Done processing query | ||
| 899 | 2024.08.16 04:35:27.790481 [ 3 ] {9c2b8955-63af-410d-aedc-8f5664b10350} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 900 | 2024.08.16 04:35:27.790498 [ 3 ] {} <Debug> HTTP-Session: ee0f2af4-c294-4214-89c7-4405011a9c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.08.16 04:35:27.790698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 902 | 2024.08.16 04:35:27.790748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 903 | 2024.08.16 04:35:27.790768 [ 3 ] {} <Debug> HTTP-Session: 6e78863e-4d0e-47fa-abf0-3ebc414e04aa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 904 | 2024.08.16 04:35:27.790784 [ 3 ] {} <Debug> HTTP-Session: 6e78863e-4d0e-47fa-abf0-3ebc414e04aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 905 | 2024.08.16 04:35:27.790797 [ 3 ] {} <Debug> HTTP-Session: 6e78863e-4d0e-47fa-abf0-3ebc414e04aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 906 | 2024.08.16 04:35:27.790828 [ 3 ] {} <Trace> HTTP-Session: 6e78863e-4d0e-47fa-abf0-3ebc414e04aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2024.08.16 04:35:27.790952 [ 3 ] {e787bc99-e9ce-48d4-a946-50a122ca452c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 908 | 2024.08.16 04:35:27.791273 [ 3 ] {e787bc99-e9ce-48d4-a946-50a122ca452c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 909 | 2024.08.16 04:35:27.791327 [ 3 ] {e787bc99-e9ce-48d4-a946-50a122ca452c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 910 | 2024.08.16 04:35:27.792211 [ 3 ] {e787bc99-e9ce-48d4-a946-50a122ca452c} <Debug> DynamicQueryHandler: Done processing query | ||
| 911 | 2024.08.16 04:35:27.792238 [ 3 ] {e787bc99-e9ce-48d4-a946-50a122ca452c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 912 | 2024.08.16 04:35:27.792255 [ 3 ] {} <Debug> HTTP-Session: 6e78863e-4d0e-47fa-abf0-3ebc414e04aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.08.16 04:35:27.792469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 914 | 2024.08.16 04:35:27.792518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 915 | 2024.08.16 04:35:27.792538 [ 3 ] {} <Debug> HTTP-Session: 7e5fc2d1-8994-4381-a0f2-3c7f36138364 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 916 | 2024.08.16 04:35:27.792554 [ 3 ] {} <Debug> HTTP-Session: 7e5fc2d1-8994-4381-a0f2-3c7f36138364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 917 | 2024.08.16 04:35:27.792569 [ 3 ] {} <Debug> HTTP-Session: 7e5fc2d1-8994-4381-a0f2-3c7f36138364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.08.16 04:35:27.792602 [ 3 ] {} <Trace> HTTP-Session: 7e5fc2d1-8994-4381-a0f2-3c7f36138364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 919 | 2024.08.16 04:35:27.792787 [ 3 ] {ad24ff14-c732-4b91-8848-3cd59ca42e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 920 | 2024.08.16 04:35:27.793129 [ 3 ] {ad24ff14-c732-4b91-8848-3cd59ca42e78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 921 | 2024.08.16 04:35:27.793183 [ 3 ] {ad24ff14-c732-4b91-8848-3cd59ca42e78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 922 | 2024.08.16 04:35:27.794018 [ 3 ] {ad24ff14-c732-4b91-8848-3cd59ca42e78} <Debug> DynamicQueryHandler: Done processing query | ||
| 923 | 2024.08.16 04:35:27.794045 [ 3 ] {ad24ff14-c732-4b91-8848-3cd59ca42e78} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 924 | 2024.08.16 04:35:27.794065 [ 3 ] {} <Debug> HTTP-Session: 7e5fc2d1-8994-4381-a0f2-3c7f36138364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 925 | 2024.08.16 04:35:27.794278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 926 | 2024.08.16 04:35:27.794328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 927 | 2024.08.16 04:35:27.794349 [ 3 ] {} <Debug> HTTP-Session: 924dfde8-8a1b-482e-9f85-0051cd0c0feb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 928 | 2024.08.16 04:35:27.794365 [ 3 ] {} <Debug> HTTP-Session: 924dfde8-8a1b-482e-9f85-0051cd0c0feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 929 | 2024.08.16 04:35:27.794380 [ 3 ] {} <Debug> HTTP-Session: 924dfde8-8a1b-482e-9f85-0051cd0c0feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 930 | 2024.08.16 04:35:27.794410 [ 3 ] {} <Trace> HTTP-Session: 924dfde8-8a1b-482e-9f85-0051cd0c0feb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 931 | 2024.08.16 04:35:27.794536 [ 3 ] {d9e62b2b-bb15-4ff5-8ab5-73722f2c4a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 932 | 2024.08.16 04:35:27.794869 [ 3 ] {d9e62b2b-bb15-4ff5-8ab5-73722f2c4a5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 933 | 2024.08.16 04:35:27.794922 [ 3 ] {d9e62b2b-bb15-4ff5-8ab5-73722f2c4a5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 934 | 2024.08.16 04:35:27.795794 [ 3 ] {d9e62b2b-bb15-4ff5-8ab5-73722f2c4a5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 935 | 2024.08.16 04:35:27.795821 [ 3 ] {d9e62b2b-bb15-4ff5-8ab5-73722f2c4a5e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 936 | 2024.08.16 04:35:27.795837 [ 3 ] {} <Debug> HTTP-Session: 924dfde8-8a1b-482e-9f85-0051cd0c0feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 937 | 2024.08.16 04:35:27.796054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 938 | 2024.08.16 04:35:27.796102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 939 | 2024.08.16 04:35:27.796124 [ 3 ] {} <Debug> HTTP-Session: 9a4f65f3-5a2c-41c1-8111-2f4219707deb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 940 | 2024.08.16 04:35:27.796142 [ 3 ] {} <Debug> HTTP-Session: 9a4f65f3-5a2c-41c1-8111-2f4219707deb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 941 | 2024.08.16 04:35:27.796156 [ 3 ] {} <Debug> HTTP-Session: 9a4f65f3-5a2c-41c1-8111-2f4219707deb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 942 | 2024.08.16 04:35:27.796186 [ 3 ] {} <Trace> HTTP-Session: 9a4f65f3-5a2c-41c1-8111-2f4219707deb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 943 | 2024.08.16 04:35:27.796313 [ 3 ] {ace3f74e-4786-4b2e-b5f5-1849acb9e1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 944 | 2024.08.16 04:35:27.796644 [ 3 ] {ace3f74e-4786-4b2e-b5f5-1849acb9e1c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 945 | 2024.08.16 04:35:27.796696 [ 3 ] {ace3f74e-4786-4b2e-b5f5-1849acb9e1c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 946 | 2024.08.16 04:35:27.797642 [ 3 ] {ace3f74e-4786-4b2e-b5f5-1849acb9e1c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 947 | 2024.08.16 04:35:27.797669 [ 3 ] {ace3f74e-4786-4b2e-b5f5-1849acb9e1c4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 948 | 2024.08.16 04:35:27.797685 [ 3 ] {} <Debug> HTTP-Session: 9a4f65f3-5a2c-41c1-8111-2f4219707deb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 949 | 2024.08.16 04:35:27.797904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 950 | 2024.08.16 04:35:27.797952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 951 | 2024.08.16 04:35:27.797973 [ 3 ] {} <Debug> HTTP-Session: 0e8e7382-9a02-4404-8b95-32ce4366b0f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 952 | 2024.08.16 04:35:27.797989 [ 3 ] {} <Debug> HTTP-Session: 0e8e7382-9a02-4404-8b95-32ce4366b0f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 953 | 2024.08.16 04:35:27.798004 [ 3 ] {} <Debug> HTTP-Session: 0e8e7382-9a02-4404-8b95-32ce4366b0f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 954 | 2024.08.16 04:35:27.798034 [ 3 ] {} <Trace> HTTP-Session: 0e8e7382-9a02-4404-8b95-32ce4366b0f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2024.08.16 04:35:27.798166 [ 3 ] {fd65d37d-0ebf-4a8b-bd9b-8b4601de7ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 956 | 2024.08.16 04:35:27.798501 [ 3 ] {fd65d37d-0ebf-4a8b-bd9b-8b4601de7ba4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 957 | 2024.08.16 04:35:27.798554 [ 3 ] {fd65d37d-0ebf-4a8b-bd9b-8b4601de7ba4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 958 | 2024.08.16 04:35:27.799428 [ 3 ] {fd65d37d-0ebf-4a8b-bd9b-8b4601de7ba4} <Debug> DynamicQueryHandler: Done processing query | ||
| 959 | 2024.08.16 04:35:27.799455 [ 3 ] {fd65d37d-0ebf-4a8b-bd9b-8b4601de7ba4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 960 | 2024.08.16 04:35:27.799472 [ 3 ] {} <Debug> HTTP-Session: 0e8e7382-9a02-4404-8b95-32ce4366b0f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 961 | 2024.08.16 04:35:27.799833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 962 | 2024.08.16 04:35:27.799885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 963 | 2024.08.16 04:35:27.799905 [ 3 ] {} <Debug> HTTP-Session: 3f70e445-9cb8-41bc-90ae-214fc4de2d7c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 964 | 2024.08.16 04:35:27.799922 [ 3 ] {} <Debug> HTTP-Session: 3f70e445-9cb8-41bc-90ae-214fc4de2d7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 965 | 2024.08.16 04:35:27.799937 [ 3 ] {} <Debug> HTTP-Session: 3f70e445-9cb8-41bc-90ae-214fc4de2d7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 966 | 2024.08.16 04:35:27.799978 [ 3 ] {} <Trace> HTTP-Session: 3f70e445-9cb8-41bc-90ae-214fc4de2d7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 967 | 2024.08.16 04:35:27.800109 [ 3 ] {4741ebe4-0436-4c93-8bda-33c8081b9071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 968 | 2024.08.16 04:35:27.800445 [ 3 ] {4741ebe4-0436-4c93-8bda-33c8081b9071} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 969 | 2024.08.16 04:35:27.800498 [ 3 ] {4741ebe4-0436-4c93-8bda-33c8081b9071} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 970 | 2024.08.16 04:35:27.801400 [ 3 ] {4741ebe4-0436-4c93-8bda-33c8081b9071} <Debug> DynamicQueryHandler: Done processing query | ||
| 971 | 2024.08.16 04:35:27.801427 [ 3 ] {4741ebe4-0436-4c93-8bda-33c8081b9071} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 972 | 2024.08.16 04:35:27.801443 [ 3 ] {} <Debug> HTTP-Session: 3f70e445-9cb8-41bc-90ae-214fc4de2d7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 973 | 2024.08.16 04:35:27.801693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 974 | 2024.08.16 04:35:27.801745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 975 | 2024.08.16 04:35:27.801766 [ 3 ] {} <Debug> HTTP-Session: 22d3ee38-db72-44e7-b8bd-9941b413f4b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 976 | 2024.08.16 04:35:27.801782 [ 3 ] {} <Debug> HTTP-Session: 22d3ee38-db72-44e7-b8bd-9941b413f4b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 977 | 2024.08.16 04:35:27.801798 [ 3 ] {} <Debug> HTTP-Session: 22d3ee38-db72-44e7-b8bd-9941b413f4b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 978 | 2024.08.16 04:35:27.801830 [ 3 ] {} <Trace> HTTP-Session: 22d3ee38-db72-44e7-b8bd-9941b413f4b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 979 | 2024.08.16 04:35:27.801971 [ 3 ] {8c0faedb-879d-43bc-9855-562b63fd53f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 980 | 2024.08.16 04:35:27.802308 [ 3 ] {8c0faedb-879d-43bc-9855-562b63fd53f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 981 | 2024.08.16 04:35:27.802360 [ 3 ] {8c0faedb-879d-43bc-9855-562b63fd53f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 982 | 2024.08.16 04:35:27.803224 [ 3 ] {8c0faedb-879d-43bc-9855-562b63fd53f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 983 | 2024.08.16 04:35:27.803252 [ 3 ] {8c0faedb-879d-43bc-9855-562b63fd53f2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 984 | 2024.08.16 04:35:27.803268 [ 3 ] {} <Debug> HTTP-Session: 22d3ee38-db72-44e7-b8bd-9941b413f4b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 985 | 2024.08.16 04:35:27.803502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 986 | 2024.08.16 04:35:27.803552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 987 | 2024.08.16 04:35:27.803572 [ 3 ] {} <Debug> HTTP-Session: 9a241a9d-7fbb-4b02-b8e8-c8476b36920e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 988 | 2024.08.16 04:35:27.803588 [ 3 ] {} <Debug> HTTP-Session: 9a241a9d-7fbb-4b02-b8e8-c8476b36920e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 989 | 2024.08.16 04:35:27.803603 [ 3 ] {} <Debug> HTTP-Session: 9a241a9d-7fbb-4b02-b8e8-c8476b36920e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 990 | 2024.08.16 04:35:27.803632 [ 3 ] {} <Trace> HTTP-Session: 9a241a9d-7fbb-4b02-b8e8-c8476b36920e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 991 | 2024.08.16 04:35:27.803761 [ 3 ] {6b5f0339-a9e7-4883-9991-a18c1e3e7cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 992 | 2024.08.16 04:35:27.804108 [ 3 ] {6b5f0339-a9e7-4883-9991-a18c1e3e7cd3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 993 | 2024.08.16 04:35:27.804162 [ 3 ] {6b5f0339-a9e7-4883-9991-a18c1e3e7cd3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 994 | 2024.08.16 04:35:27.805074 [ 3 ] {6b5f0339-a9e7-4883-9991-a18c1e3e7cd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 995 | 2024.08.16 04:35:27.805101 [ 3 ] {6b5f0339-a9e7-4883-9991-a18c1e3e7cd3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 996 | 2024.08.16 04:35:27.805117 [ 3 ] {} <Debug> HTTP-Session: 9a241a9d-7fbb-4b02-b8e8-c8476b36920e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 997 | 2024.08.16 04:35:27.806908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 998 | 2024.08.16 04:35:27.806960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 999 | 2024.08.16 04:35:27.806980 [ 3 ] {} <Debug> HTTP-Session: ac6b635f-406a-450e-ad9b-e0aa8efcfc7d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1000 | 2024.08.16 04:35:27.806997 [ 3 ] {} <Debug> HTTP-Session: ac6b635f-406a-450e-ad9b-e0aa8efcfc7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1001 | 2024.08.16 04:35:27.807012 [ 3 ] {} <Debug> HTTP-Session: ac6b635f-406a-450e-ad9b-e0aa8efcfc7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1002 | 2024.08.16 04:35:27.807041 [ 3 ] {} <Trace> HTTP-Session: ac6b635f-406a-450e-ad9b-e0aa8efcfc7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1003 | 2024.08.16 04:35:27.807162 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1004 | 2024.08.16 04:35:27.807207 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1005 | 2024.08.16 04:35:27.807399 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1006 | 2024.08.16 04:35:27.807880 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1007 | 2024.08.16 04:35:27.807922 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1008 | 2024.08.16 04:35:27.808611 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1009 | 2024.08.16 04:35:27.809160 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1010 | 2024.08.16 04:35:27.809330 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002214 sec., 6323.396567299007 rows/sec., 907.31 KiB/sec. | ||
| 1011 | 2024.08.16 04:35:27.809510 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 1012 | 2024.08.16 04:35:27.809535 [ 3 ] {a1791d92-4155-4a33-90e1-85415fe210ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1013 | 2024.08.16 04:35:27.809551 [ 3 ] {} <Debug> HTTP-Session: ac6b635f-406a-450e-ad9b-e0aa8efcfc7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1014 | 2024.08.16 04:35:27.809674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1015 | 2024.08.16 04:35:27.809724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1016 | 2024.08.16 04:35:27.809744 [ 3 ] {} <Debug> HTTP-Session: bdc834a8-febe-4344-848d-ca6079d9f79f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1017 | 2024.08.16 04:35:27.809761 [ 3 ] {} <Debug> HTTP-Session: bdc834a8-febe-4344-848d-ca6079d9f79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1018 | 2024.08.16 04:35:27.809775 [ 3 ] {} <Debug> HTTP-Session: bdc834a8-febe-4344-848d-ca6079d9f79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1019 | 2024.08.16 04:35:27.809804 [ 3 ] {} <Trace> HTTP-Session: bdc834a8-febe-4344-848d-ca6079d9f79f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1020 | 2024.08.16 04:35:27.809908 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1021 | 2024.08.16 04:35:27.809952 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1022 | 2024.08.16 04:35:27.810076 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1023 | 2024.08.16 04:35:27.811064 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1024 | 2024.08.16 04:35:27.811101 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1025 | 2024.08.16 04:35:27.811541 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1026 | 2024.08.16 04:35:27.812072 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1027 | 2024.08.16 04:35:27.812228 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002352 sec., 11054.421768707483 rows/sec., 876.50 KiB/sec. | ||
| 1028 | 2024.08.16 04:35:27.812388 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1029 | 2024.08.16 04:35:27.812412 [ 3 ] {8978a34d-69d3-4489-ae29-1c8236b96b5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1030 | 2024.08.16 04:35:27.812428 [ 3 ] {} <Debug> HTTP-Session: bdc834a8-febe-4344-848d-ca6079d9f79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1031 | 2024.08.16 04:35:27.812555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1032 | 2024.08.16 04:35:27.812612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1033 | 2024.08.16 04:35:27.812633 [ 3 ] {} <Debug> HTTP-Session: 6302eef2-8c68-4743-8249-ec3d2dc4bd5e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1034 | 2024.08.16 04:35:27.812650 [ 3 ] {} <Debug> HTTP-Session: 6302eef2-8c68-4743-8249-ec3d2dc4bd5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1035 | 2024.08.16 04:35:27.812664 [ 3 ] {} <Debug> HTTP-Session: 6302eef2-8c68-4743-8249-ec3d2dc4bd5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1036 | 2024.08.16 04:35:27.812695 [ 3 ] {} <Trace> HTTP-Session: 6302eef2-8c68-4743-8249-ec3d2dc4bd5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1037 | 2024.08.16 04:35:27.812800 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1038 | 2024.08.16 04:35:27.812842 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1039 | 2024.08.16 04:35:27.813575 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1040 | 2024.08.16 04:35:27.813910 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1041 | 2024.08.16 04:35:27.813948 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1042 | 2024.08.16 04:35:27.815030 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1043 | 2024.08.16 04:35:27.815605 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1044 | 2024.08.16 04:35:27.815757 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002981 sec., 9392.821200939281 rows/sec., 750.19 KiB/sec. | ||
| 1045 | 2024.08.16 04:35:27.815928 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1046 | 2024.08.16 04:35:27.815952 [ 3 ] {fa6d78de-58d2-4971-bf29-9b1c1a2ada1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1047 | 2024.08.16 04:35:27.815968 [ 3 ] {} <Debug> HTTP-Session: 6302eef2-8c68-4743-8249-ec3d2dc4bd5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1048 | 2024.08.16 04:35:27.816115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 7683, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1049 | 2024.08.16 04:35:27.816165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1050 | 2024.08.16 04:35:27.816185 [ 3 ] {} <Debug> HTTP-Session: 47005959-e695-4b6a-8c42-501e4f04cc70 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1051 | 2024.08.16 04:35:27.816202 [ 3 ] {} <Debug> HTTP-Session: 47005959-e695-4b6a-8c42-501e4f04cc70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1052 | 2024.08.16 04:35:27.816216 [ 3 ] {} <Debug> HTTP-Session: 47005959-e695-4b6a-8c42-501e4f04cc70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1053 | 2024.08.16 04:35:27.816247 [ 3 ] {} <Trace> HTTP-Session: 47005959-e695-4b6a-8c42-501e4f04cc70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2024.08.16 04:35:27.816407 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1055 | 2024.08.16 04:35:27.816456 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1056 | 2024.08.16 04:35:27.816599 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1057 | 2024.08.16 04:35:27.817525 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1058 | 2024.08.16 04:35:27.817560 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1059 | 2024.08.16 04:35:27.818140 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1060 | 2024.08.16 04:35:27.818775 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1061 | 2024.08.16 04:35:27.818925 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.002548 sec., 15698.587127158557 rows/sec., 1.09 MiB/sec. | ||
| 1062 | 2024.08.16 04:35:27.819085 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Debug> DynamicQueryHandler: Done processing query | ||
| 1063 | 2024.08.16 04:35:27.819109 [ 3 ] {cead16e1-1853-4c13-841d-904e1221c654} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1064 | 2024.08.16 04:35:27.819125 [ 3 ] {} <Debug> HTTP-Session: 47005959-e695-4b6a-8c42-501e4f04cc70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1065 | 2024.08.16 04:35:27.819257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 2493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1066 | 2024.08.16 04:35:27.819306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1067 | 2024.08.16 04:35:27.819327 [ 3 ] {} <Debug> HTTP-Session: 49dcfb33-0bf0-4e39-8943-bf8450a6f108 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1068 | 2024.08.16 04:35:27.819346 [ 3 ] {} <Debug> HTTP-Session: 49dcfb33-0bf0-4e39-8943-bf8450a6f108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1069 | 2024.08.16 04:35:27.819362 [ 3 ] {} <Debug> HTTP-Session: 49dcfb33-0bf0-4e39-8943-bf8450a6f108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1070 | 2024.08.16 04:35:27.819395 [ 3 ] {} <Trace> HTTP-Session: 49dcfb33-0bf0-4e39-8943-bf8450a6f108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1071 | 2024.08.16 04:35:27.819504 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1072 | 2024.08.16 04:35:27.819548 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1073 | 2024.08.16 04:35:27.819675 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1074 | 2024.08.16 04:35:27.819938 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1075 | 2024.08.16 04:35:27.819976 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1076 | 2024.08.16 04:35:27.820472 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1077 | 2024.08.16 04:35:27.821100 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1078 | 2024.08.16 04:35:27.821233 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.001759 sec., 9096.077316657193 rows/sec., 639.57 KiB/sec. | ||
| 1079 | 2024.08.16 04:35:27.821479 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1080 | 2024.08.16 04:35:27.821505 [ 3 ] {e9784b73-c406-49cf-9d8f-e6016368941a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1081 | 2024.08.16 04:35:27.821523 [ 3 ] {} <Debug> HTTP-Session: 49dcfb33-0bf0-4e39-8943-bf8450a6f108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1082 | 2024.08.16 04:35:32.774202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1083 | 2024.08.16 04:35:32.774368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1084 | 2024.08.16 04:35:32.774403 [ 3 ] {} <Debug> HTTP-Session: 8d9fd43f-b617-4140-b496-2f29ddf9866a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1085 | 2024.08.16 04:35:32.774435 [ 3 ] {} <Debug> HTTP-Session: 8d9fd43f-b617-4140-b496-2f29ddf9866a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1086 | 2024.08.16 04:35:32.774456 [ 3 ] {} <Debug> HTTP-Session: 8d9fd43f-b617-4140-b496-2f29ddf9866a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1087 | 2024.08.16 04:35:32.774522 [ 3 ] {} <Trace> HTTP-Session: 8d9fd43f-b617-4140-b496-2f29ddf9866a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1088 | 2024.08.16 04:35:32.774775 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1089 | 2024.08.16 04:35:32.774861 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1090 | 2024.08.16 04:35:32.775071 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1091 | 2024.08.16 04:35:32.775506 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1092 | 2024.08.16 04:35:32.775557 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1093 | 2024.08.16 04:35:32.776099 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1094 | 2024.08.16 04:35:32.776838 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1095 | 2024.08.16 04:35:32.777055 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002346 sec., 11082.693947144075 rows/sec., 878.74 KiB/sec. | ||
| 1096 | 2024.08.16 04:35:32.777279 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1097 | 2024.08.16 04:35:32.777307 [ 3 ] {8129f503-f642-4dfa-94cf-0a89a6bce1d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1098 | 2024.08.16 04:35:32.777324 [ 3 ] {} <Debug> HTTP-Session: 8d9fd43f-b617-4140-b496-2f29ddf9866a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1099 | 2024.08.16 04:35:32.777495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1100 | 2024.08.16 04:35:32.777555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1101 | 2024.08.16 04:35:32.777578 [ 3 ] {} <Debug> HTTP-Session: 4f85573f-aeec-40cd-a8d5-bf464d3c3b4d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1102 | 2024.08.16 04:35:32.777599 [ 3 ] {} <Debug> HTTP-Session: 4f85573f-aeec-40cd-a8d5-bf464d3c3b4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1103 | 2024.08.16 04:35:32.777613 [ 3 ] {} <Debug> HTTP-Session: 4f85573f-aeec-40cd-a8d5-bf464d3c3b4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1104 | 2024.08.16 04:35:32.777651 [ 3 ] {} <Trace> HTTP-Session: 4f85573f-aeec-40cd-a8d5-bf464d3c3b4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2024.08.16 04:35:32.777780 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1106 | 2024.08.16 04:35:32.777836 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1107 | 2024.08.16 04:35:32.777980 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1108 | 2024.08.16 04:35:32.778316 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1109 | 2024.08.16 04:35:32.778359 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1110 | 2024.08.16 04:35:32.778869 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1111 | 2024.08.16 04:35:32.779487 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1112 | 2024.08.16 04:35:32.779641 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001909 sec., 14667.36511262441 rows/sec., 1.14 MiB/sec. | ||
| 1113 | 2024.08.16 04:35:32.779819 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Debug> DynamicQueryHandler: Done processing query | ||
| 1114 | 2024.08.16 04:35:32.779853 [ 3 ] {522771ff-522f-4b0e-87dc-7590e736ff35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1115 | 2024.08.16 04:35:32.779873 [ 3 ] {} <Debug> HTTP-Session: 4f85573f-aeec-40cd-a8d5-bf464d3c3b4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1116 | 2024.08.16 04:35:32.780018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1117 | 2024.08.16 04:35:32.780080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1118 | 2024.08.16 04:35:32.780102 [ 3 ] {} <Debug> HTTP-Session: 93117306-0209-4dbf-bc41-866dc413a029 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1119 | 2024.08.16 04:35:32.780120 [ 3 ] {} <Debug> HTTP-Session: 93117306-0209-4dbf-bc41-866dc413a029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1120 | 2024.08.16 04:35:32.780135 [ 3 ] {} <Debug> HTTP-Session: 93117306-0209-4dbf-bc41-866dc413a029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1121 | 2024.08.16 04:35:32.780170 [ 3 ] {} <Trace> HTTP-Session: 93117306-0209-4dbf-bc41-866dc413a029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2024.08.16 04:35:32.780291 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1123 | 2024.08.16 04:35:32.780343 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1124 | 2024.08.16 04:35:32.780509 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1125 | 2024.08.16 04:35:32.780864 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1126 | 2024.08.16 04:35:32.780915 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1127 | 2024.08.16 04:35:32.781507 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1128 | 2024.08.16 04:35:32.782216 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1129 | 2024.08.16 04:35:32.782377 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.00213 sec., 23474.17840375587 rows/sec., 1.63 MiB/sec. | ||
| 1130 | 2024.08.16 04:35:32.782549 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1131 | 2024.08.16 04:35:32.782575 [ 3 ] {0aaafb29-c8bf-4049-9864-c9a89e3bf6e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1132 | 2024.08.16 04:35:32.782590 [ 3 ] {} <Debug> HTTP-Session: 93117306-0209-4dbf-bc41-866dc413a029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1133 | 2024.08.16 04:35:32.782725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1134 | 2024.08.16 04:35:32.782782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1135 | 2024.08.16 04:35:32.782804 [ 3 ] {} <Debug> HTTP-Session: 0bcbeda8-b1e9-41fd-9603-1546d97251ad Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1136 | 2024.08.16 04:35:32.782823 [ 3 ] {} <Debug> HTTP-Session: 0bcbeda8-b1e9-41fd-9603-1546d97251ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1137 | 2024.08.16 04:35:32.782838 [ 3 ] {} <Debug> HTTP-Session: 0bcbeda8-b1e9-41fd-9603-1546d97251ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1138 | 2024.08.16 04:35:32.782871 [ 3 ] {} <Trace> HTTP-Session: 0bcbeda8-b1e9-41fd-9603-1546d97251ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1139 | 2024.08.16 04:35:32.783020 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1140 | 2024.08.16 04:35:32.783069 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1141 | 2024.08.16 04:35:32.783199 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1142 | 2024.08.16 04:35:32.783496 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1143 | 2024.08.16 04:35:32.783533 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 1144 | 2024.08.16 04:35:32.784013 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1145 | 2024.08.16 04:35:32.784560 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1146 | 2024.08.16 04:35:32.784728 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001731 sec., 11554.015020219527 rows/sec., 812.39 KiB/sec. | ||
| 1147 | 2024.08.16 04:35:32.785010 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 1148 | 2024.08.16 04:35:32.785034 [ 3 ] {57c483ab-7f2f-4e60-87ac-0b88a018cfbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1149 | 2024.08.16 04:35:32.785050 [ 3 ] {} <Debug> HTTP-Session: 0bcbeda8-b1e9-41fd-9603-1546d97251ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1150 | 2024.08.16 04:35:34.664907 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1151 | 2024.08.16 04:35:34.664978 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1152 | 2024.08.16 04:35:37.772577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1153 | 2024.08.16 04:35:37.772698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1154 | 2024.08.16 04:35:37.772726 [ 3 ] {} <Debug> HTTP-Session: 851c3a96-a843-4f7f-9367-35d087bcd3a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1155 | 2024.08.16 04:35:37.772755 [ 3 ] {} <Debug> HTTP-Session: 851c3a96-a843-4f7f-9367-35d087bcd3a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1156 | 2024.08.16 04:35:37.772774 [ 3 ] {} <Debug> HTTP-Session: 851c3a96-a843-4f7f-9367-35d087bcd3a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1157 | 2024.08.16 04:35:37.772829 [ 3 ] {} <Trace> HTTP-Session: 851c3a96-a843-4f7f-9367-35d087bcd3a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2024.08.16 04:35:37.773083 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1159 | 2024.08.16 04:35:37.773547 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1160 | 2024.08.16 04:35:37.773629 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 1161 | 2024.08.16 04:35:37.773911 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1162 | 2024.08.16 04:35:37.774088 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1163 | 2024.08.16 04:35:37.774425 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1164 | 2024.08.16 04:35:37.775605 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1165 | 2024.08.16 04:35:37.775660 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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.08.16 04:35:37.775679 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1167 | 2024.08.16 04:35:37.775786 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 1168 | 2024.08.16 04:35:37.775811 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1169 | 2024.08.16 04:35:37.777894 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.004917 sec., 2847.264592231035 rows/sec., 116.19 KiB/sec. | ||
| 1170 | 2024.08.16 04:35:37.778201 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1171 | 2024.08.16 04:35:37.778228 [ 3 ] {9fa6a3f6-5b95-4c26-8781-9e1be3a257a0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1172 | 2024.08.16 04:35:37.778246 [ 3 ] {} <Debug> HTTP-Session: 851c3a96-a843-4f7f-9367-35d087bcd3a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1173 | 2024.08.16 04:35:37.778522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1174 | 2024.08.16 04:35:37.778576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1175 | 2024.08.16 04:35:37.778596 [ 3 ] {} <Debug> HTTP-Session: b2b6c7ff-5e88-4b5f-ad47-457b59610b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1176 | 2024.08.16 04:35:37.778616 [ 3 ] {} <Debug> HTTP-Session: b2b6c7ff-5e88-4b5f-ad47-457b59610b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1177 | 2024.08.16 04:35:37.778629 [ 3 ] {} <Debug> HTTP-Session: b2b6c7ff-5e88-4b5f-ad47-457b59610b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1178 | 2024.08.16 04:35:37.778665 [ 3 ] {} <Trace> HTTP-Session: b2b6c7ff-5e88-4b5f-ad47-457b59610b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1179 | 2024.08.16 04:35:37.778815 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
| 1180 | 2024.08.16 04:35:37.779078 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1181 | 2024.08.16 04:35:37.779117 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1182 | 2024.08.16 04:35:37.779358 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1183 | 2024.08.16 04:35:37.779422 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1184 | 2024.08.16 04:35:37.779563 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1185 | 2024.08.16 04:35:37.779596 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1186 | 2024.08.16 04:35:37.779618 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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.08.16 04:35:37.779635 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1188 | 2024.08.16 04:35:37.779676 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled'))" | ||
| 1189 | 2024.08.16 04:35:37.779697 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1190 | 2024.08.16 04:35:37.780545 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001797 sec., 7790.762381747357 rows/sec., 317.91 KiB/sec. | ||
| 1191 | 2024.08.16 04:35:37.780782 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1192 | 2024.08.16 04:35:37.780807 [ 3 ] {8afdec07-62f1-4238-a538-58cdc109768c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1193 | 2024.08.16 04:35:37.780823 [ 3 ] {} <Debug> HTTP-Session: b2b6c7ff-5e88-4b5f-ad47-457b59610b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1194 | 2024.08.16 04:35:37.781370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1195 | 2024.08.16 04:35:37.781418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1196 | 2024.08.16 04:35:37.781437 [ 3 ] {} <Debug> HTTP-Session: c5af5a44-5d36-496b-92f3-91f12bd3becb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1197 | 2024.08.16 04:35:37.781454 [ 3 ] {} <Debug> HTTP-Session: c5af5a44-5d36-496b-92f3-91f12bd3becb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1198 | 2024.08.16 04:35:37.781468 [ 3 ] {} <Debug> HTTP-Session: c5af5a44-5d36-496b-92f3-91f12bd3becb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1199 | 2024.08.16 04:35:37.781500 [ 3 ] {} <Trace> HTTP-Session: c5af5a44-5d36-496b-92f3-91f12bd3becb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2024.08.16 04:35:37.781636 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
| 1201 | 2024.08.16 04:35:37.781886 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1202 | 2024.08.16 04:35:37.781924 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1203 | 2024.08.16 04:35:37.782166 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1204 | 2024.08.16 04:35:37.782229 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1205 | 2024.08.16 04:35:37.782363 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1206 | 2024.08.16 04:35:37.782395 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1207 | 2024.08.16 04:35:37.782417 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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.08.16 04:35:37.782434 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1209 | 2024.08.16 04:35:37.782473 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1210 | 2024.08.16 04:35:37.782492 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1211 | 2024.08.16 04:35:37.783321 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001745 sec., 8022.9226361031515 rows/sec., 327.39 KiB/sec. | ||
| 1212 | 2024.08.16 04:35:37.783556 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Debug> DynamicQueryHandler: Done processing query | ||
| 1213 | 2024.08.16 04:35:37.783580 [ 3 ] {3df51ecf-7e27-4642-9e08-d2a6a1cf3588} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1214 | 2024.08.16 04:35:37.783597 [ 3 ] {} <Debug> HTTP-Session: c5af5a44-5d36-496b-92f3-91f12bd3becb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1215 | 2024.08.16 04:35:37.783881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1216 | 2024.08.16 04:35:37.783928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1217 | 2024.08.16 04:35:37.783946 [ 3 ] {} <Debug> HTTP-Session: 3b6d99d3-2493-4f72-9db8-baf124aadb45 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1218 | 2024.08.16 04:35:37.783962 [ 3 ] {} <Debug> HTTP-Session: 3b6d99d3-2493-4f72-9db8-baf124aadb45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1219 | 2024.08.16 04:35:37.783976 [ 3 ] {} <Debug> HTTP-Session: 3b6d99d3-2493-4f72-9db8-baf124aadb45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1220 | 2024.08.16 04:35:37.784007 [ 3 ] {} <Trace> HTTP-Session: 3b6d99d3-2493-4f72-9db8-baf124aadb45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1221 | 2024.08.16 04:35:37.784141 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1222 | 2024.08.16 04:35:37.784393 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1223 | 2024.08.16 04:35:37.784431 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1224 | 2024.08.16 04:35:37.784671 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1225 | 2024.08.16 04:35:37.784735 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1226 | 2024.08.16 04:35:37.784870 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1227 | 2024.08.16 04:35:37.784902 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1228 | 2024.08.16 04:35:37.784925 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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.08.16 04:35:37.784941 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1230 | 2024.08.16 04:35:37.784980 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1231 | 2024.08.16 04:35:37.785002 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1232 | 2024.08.16 04:35:37.785772 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00169 sec., 8284.023668639053 rows/sec., 338.04 KiB/sec. | ||
| 1233 | 2024.08.16 04:35:37.786016 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1234 | 2024.08.16 04:35:37.786041 [ 3 ] {4d615ad3-0232-49dd-a9ca-09fbfaca845c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1235 | 2024.08.16 04:35:37.786057 [ 3 ] {} <Debug> HTTP-Session: 3b6d99d3-2493-4f72-9db8-baf124aadb45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1236 | 2024.08.16 04:35:37.786306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1237 | 2024.08.16 04:35:37.786353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1238 | 2024.08.16 04:35:37.786372 [ 3 ] {} <Debug> HTTP-Session: bac38515-4c89-4d53-88d8-66fd9255d7a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1239 | 2024.08.16 04:35:37.786390 [ 3 ] {} <Debug> HTTP-Session: bac38515-4c89-4d53-88d8-66fd9255d7a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1240 | 2024.08.16 04:35:37.786403 [ 3 ] {} <Debug> HTTP-Session: bac38515-4c89-4d53-88d8-66fd9255d7a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1241 | 2024.08.16 04:35:37.786434 [ 3 ] {} <Trace> HTTP-Session: bac38515-4c89-4d53-88d8-66fd9255d7a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1242 | 2024.08.16 04:35:37.786569 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1243 | 2024.08.16 04:35:37.786820 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1244 | 2024.08.16 04:35:37.786858 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1245 | 2024.08.16 04:35:37.787103 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1246 | 2024.08.16 04:35:37.787166 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1247 | 2024.08.16 04:35:37.787297 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1248 | 2024.08.16 04:35:37.787330 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1249 | 2024.08.16 04:35:37.787352 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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.08.16 04:35:37.787368 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1251 | 2024.08.16 04:35:37.787408 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1252 | 2024.08.16 04:35:37.787428 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1253 | 2024.08.16 04:35:37.788268 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00176 sec., 7954.545454545454 rows/sec., 324.60 KiB/sec. | ||
| 1254 | 2024.08.16 04:35:37.788528 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1255 | 2024.08.16 04:35:37.788553 [ 3 ] {9e00c007-848f-4b75-a9a6-4544401928b6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1256 | 2024.08.16 04:35:37.788569 [ 3 ] {} <Debug> HTTP-Session: bac38515-4c89-4d53-88d8-66fd9255d7a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1257 | 2024.08.16 04:35:37.788788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1258 | 2024.08.16 04:35:37.788834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1259 | 2024.08.16 04:35:37.788853 [ 3 ] {} <Debug> HTTP-Session: 2e968673-eef8-470d-8ac0-a5dd429275d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1260 | 2024.08.16 04:35:37.788870 [ 3 ] {} <Debug> HTTP-Session: 2e968673-eef8-470d-8ac0-a5dd429275d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1261 | 2024.08.16 04:35:37.788883 [ 3 ] {} <Debug> HTTP-Session: 2e968673-eef8-470d-8ac0-a5dd429275d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1262 | 2024.08.16 04:35:37.788914 [ 3 ] {} <Trace> HTTP-Session: 2e968673-eef8-470d-8ac0-a5dd429275d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2024.08.16 04:35:37.789048 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1264 | 2024.08.16 04:35:37.789306 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1265 | 2024.08.16 04:35:37.789346 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1266 | 2024.08.16 04:35:37.789594 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1267 | 2024.08.16 04:35:37.789658 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1268 | 2024.08.16 04:35:37.789791 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1269 | 2024.08.16 04:35:37.789823 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1270 | 2024.08.16 04:35:37.789846 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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.08.16 04:35:37.789862 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1272 | 2024.08.16 04:35:37.789903 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1273 | 2024.08.16 04:35:37.789924 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1274 | 2024.08.16 04:35:37.790668 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001681 sec., 8328.375966686495 rows/sec., 339.85 KiB/sec. | ||
| 1275 | 2024.08.16 04:35:37.791109 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1276 | 2024.08.16 04:35:37.791135 [ 3 ] {421b464a-d91c-4ca8-8fea-74bb7f20621e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1277 | 2024.08.16 04:35:37.791151 [ 3 ] {} <Debug> HTTP-Session: 2e968673-eef8-470d-8ac0-a5dd429275d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1278 | 2024.08.16 04:35:37.791393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1279 | 2024.08.16 04:35:37.791441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1280 | 2024.08.16 04:35:37.791459 [ 3 ] {} <Debug> HTTP-Session: 86b4fb4b-d208-4fa9-a7c6-6b98b43b37ab Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1281 | 2024.08.16 04:35:37.791475 [ 3 ] {} <Debug> HTTP-Session: 86b4fb4b-d208-4fa9-a7c6-6b98b43b37ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1282 | 2024.08.16 04:35:37.791489 [ 3 ] {} <Debug> HTTP-Session: 86b4fb4b-d208-4fa9-a7c6-6b98b43b37ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1283 | 2024.08.16 04:35:37.791520 [ 3 ] {} <Trace> HTTP-Session: 86b4fb4b-d208-4fa9-a7c6-6b98b43b37ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1284 | 2024.08.16 04:35:37.791661 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1285 | 2024.08.16 04:35:37.791938 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1286 | 2024.08.16 04:35:37.791978 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1287 | 2024.08.16 04:35:37.792232 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1288 | 2024.08.16 04:35:37.792295 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1289 | 2024.08.16 04:35:37.792434 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1290 | 2024.08.16 04:35:37.792465 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1291 | 2024.08.16 04:35:37.792488 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1292 | 2024.08.16 04:35:37.792504 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1293 | 2024.08.16 04:35:37.792546 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1294 | 2024.08.16 04:35:37.792567 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1295 | 2024.08.16 04:35:37.793374 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00178 sec., 7865.168539325843 rows/sec., 320.95 KiB/sec. | ||
| 1296 | 2024.08.16 04:35:37.793624 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Debug> DynamicQueryHandler: Done processing query | ||
| 1297 | 2024.08.16 04:35:37.793649 [ 3 ] {84b6e0b1-abeb-4c0d-bab3-3fa4c0571451} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1298 | 2024.08.16 04:35:37.793665 [ 3 ] {} <Debug> HTTP-Session: 86b4fb4b-d208-4fa9-a7c6-6b98b43b37ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1299 | 2024.08.16 04:35:37.793880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1300 | 2024.08.16 04:35:37.793927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1301 | 2024.08.16 04:35:37.793945 [ 3 ] {} <Debug> HTTP-Session: be95f67e-1ca5-4804-87b1-0380027d4522 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1302 | 2024.08.16 04:35:37.793963 [ 3 ] {} <Debug> HTTP-Session: be95f67e-1ca5-4804-87b1-0380027d4522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1303 | 2024.08.16 04:35:37.793977 [ 3 ] {} <Debug> HTTP-Session: be95f67e-1ca5-4804-87b1-0380027d4522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1304 | 2024.08.16 04:35:37.794007 [ 3 ] {} <Trace> HTTP-Session: be95f67e-1ca5-4804-87b1-0380027d4522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1305 | 2024.08.16 04:35:37.794144 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1306 | 2024.08.16 04:35:37.794403 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1307 | 2024.08.16 04:35:37.794443 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1308 | 2024.08.16 04:35:37.794697 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1309 | 2024.08.16 04:35:37.794759 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1310 | 2024.08.16 04:35:37.794895 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1311 | 2024.08.16 04:35:37.794927 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1312 | 2024.08.16 04:35:37.794949 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1313 | 2024.08.16 04:35:37.794965 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1314 | 2024.08.16 04:35:37.795005 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1315 | 2024.08.16 04:35:37.795026 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1316 | 2024.08.16 04:35:37.795879 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001793 sec., 7808.1427774679305 rows/sec., 318.62 KiB/sec. | ||
| 1317 | 2024.08.16 04:35:37.796136 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Debug> DynamicQueryHandler: Done processing query | ||
| 1318 | 2024.08.16 04:35:37.796160 [ 3 ] {2c0930da-1e17-49e7-8895-cc0c080ceb13} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1319 | 2024.08.16 04:35:37.796177 [ 3 ] {} <Debug> HTTP-Session: be95f67e-1ca5-4804-87b1-0380027d4522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1320 | 2024.08.16 04:35:37.796518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1321 | 2024.08.16 04:35:37.796566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1322 | 2024.08.16 04:35:37.796585 [ 3 ] {} <Debug> HTTP-Session: 88b8ad74-3a5f-4ae8-9fa2-471cc4e9e60f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1323 | 2024.08.16 04:35:37.796601 [ 3 ] {} <Debug> HTTP-Session: 88b8ad74-3a5f-4ae8-9fa2-471cc4e9e60f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1324 | 2024.08.16 04:35:37.796615 [ 3 ] {} <Debug> HTTP-Session: 88b8ad74-3a5f-4ae8-9fa2-471cc4e9e60f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1325 | 2024.08.16 04:35:37.796646 [ 3 ] {} <Trace> HTTP-Session: 88b8ad74-3a5f-4ae8-9fa2-471cc4e9e60f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1326 | 2024.08.16 04:35:37.796782 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1327 | 2024.08.16 04:35:37.797039 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1328 | 2024.08.16 04:35:37.797079 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1329 | 2024.08.16 04:35:37.797331 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1330 | 2024.08.16 04:35:37.797394 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1331 | 2024.08.16 04:35:37.797529 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1332 | 2024.08.16 04:35:37.797560 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1333 | 2024.08.16 04:35:37.797583 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1334 | 2024.08.16 04:35:37.797598 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1335 | 2024.08.16 04:35:37.797638 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1336 | 2024.08.16 04:35:37.797659 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1337 | 2024.08.16 04:35:37.798462 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001741 sec., 8041.3555427915 rows/sec., 328.14 KiB/sec. | ||
| 1338 | 2024.08.16 04:35:37.798705 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1339 | 2024.08.16 04:35:37.798729 [ 3 ] {e8b9120c-d089-4155-8d6a-2511c33aa8dc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1340 | 2024.08.16 04:35:37.798745 [ 3 ] {} <Debug> HTTP-Session: 88b8ad74-3a5f-4ae8-9fa2-471cc4e9e60f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1341 | 2024.08.16 04:35:37.798986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1342 | 2024.08.16 04:35:37.799112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1343 | 2024.08.16 04:35:37.799134 [ 3 ] {} <Debug> HTTP-Session: 4764b7e8-1d8c-4933-8a8a-6d82b8d23260 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1344 | 2024.08.16 04:35:37.799150 [ 3 ] {} <Debug> HTTP-Session: 4764b7e8-1d8c-4933-8a8a-6d82b8d23260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1345 | 2024.08.16 04:35:37.799164 [ 3 ] {} <Debug> HTTP-Session: 4764b7e8-1d8c-4933-8a8a-6d82b8d23260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1346 | 2024.08.16 04:35:37.799195 [ 3 ] {} <Trace> HTTP-Session: 4764b7e8-1d8c-4933-8a8a-6d82b8d23260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2024.08.16 04:35:37.799333 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1348 | 2024.08.16 04:35:37.799667 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1349 | 2024.08.16 04:35:37.799710 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1350 | 2024.08.16 04:35:37.799967 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1351 | 2024.08.16 04:35:37.800029 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1352 | 2024.08.16 04:35:37.800162 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1353 | 2024.08.16 04:35:37.800193 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1354 | 2024.08.16 04:35:37.800216 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1355 | 2024.08.16 04:35:37.800231 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1356 | 2024.08.16 04:35:37.800271 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1357 | 2024.08.16 04:35:37.800292 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1358 | 2024.08.16 04:35:37.801105 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001824 sec., 7675.438596491228 rows/sec., 313.21 KiB/sec. | ||
| 1359 | 2024.08.16 04:35:37.801357 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 1360 | 2024.08.16 04:35:37.801382 [ 3 ] {5453af51-32b9-49ff-a3de-bb69068880ba} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1361 | 2024.08.16 04:35:37.801398 [ 3 ] {} <Debug> HTTP-Session: 4764b7e8-1d8c-4933-8a8a-6d82b8d23260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1362 | 2024.08.16 04:35:37.801704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1363 | 2024.08.16 04:35:37.801750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1364 | 2024.08.16 04:35:37.801769 [ 3 ] {} <Debug> HTTP-Session: 2388174b-072c-45f8-ab39-863fa671fc07 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1365 | 2024.08.16 04:35:37.801785 [ 3 ] {} <Debug> HTTP-Session: 2388174b-072c-45f8-ab39-863fa671fc07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1366 | 2024.08.16 04:35:37.801799 [ 3 ] {} <Debug> HTTP-Session: 2388174b-072c-45f8-ab39-863fa671fc07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1367 | 2024.08.16 04:35:37.801829 [ 3 ] {} <Trace> HTTP-Session: 2388174b-072c-45f8-ab39-863fa671fc07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1368 | 2024.08.16 04:35:37.801966 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1369 | 2024.08.16 04:35:37.802227 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1370 | 2024.08.16 04:35:37.802268 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1371 | 2024.08.16 04:35:37.802527 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1372 | 2024.08.16 04:35:37.802590 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1373 | 2024.08.16 04:35:37.802724 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1374 | 2024.08.16 04:35:37.802755 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1375 | 2024.08.16 04:35:37.802778 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1376 | 2024.08.16 04:35:37.802794 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1377 | 2024.08.16 04:35:37.802833 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1378 | 2024.08.16 04:35:37.802854 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1379 | 2024.08.16 04:35:37.803606 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001703 sec., 8220.786846741044 rows/sec., 335.46 KiB/sec. | ||
| 1380 | 2024.08.16 04:35:37.803852 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Debug> DynamicQueryHandler: Done processing query | ||
| 1381 | 2024.08.16 04:35:37.803876 [ 3 ] {fdfe892e-478e-4e0d-b93e-b274e5d44627} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1382 | 2024.08.16 04:35:37.803892 [ 3 ] {} <Debug> HTTP-Session: 2388174b-072c-45f8-ab39-863fa671fc07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1383 | 2024.08.16 04:35:37.808486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1384 | 2024.08.16 04:35:37.808581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1385 | 2024.08.16 04:35:37.808619 [ 3 ] {} <Debug> HTTP-Session: 3097f312-763d-4c20-80f7-80568403f3ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1386 | 2024.08.16 04:35:37.808651 [ 3 ] {} <Debug> HTTP-Session: 3097f312-763d-4c20-80f7-80568403f3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1387 | 2024.08.16 04:35:37.808678 [ 3 ] {} <Debug> HTTP-Session: 3097f312-763d-4c20-80f7-80568403f3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1388 | 2024.08.16 04:35:37.808739 [ 3 ] {} <Trace> HTTP-Session: 3097f312-763d-4c20-80f7-80568403f3ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1389 | 2024.08.16 04:35:37.809012 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1390 | 2024.08.16 04:35:37.809535 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1391 | 2024.08.16 04:35:37.809618 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1392 | 2024.08.16 04:35:37.809900 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1393 | 2024.08.16 04:35:37.809964 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1394 | 2024.08.16 04:35:37.810102 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1395 | 2024.08.16 04:35:37.810134 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1396 | 2024.08.16 04:35:37.810156 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1397 | 2024.08.16 04:35:37.810173 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1398 | 2024.08.16 04:35:37.810213 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1399 | 2024.08.16 04:35:37.810234 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1400 | 2024.08.16 04:35:37.811029 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002159 sec., 6484.4835572024085 rows/sec., 264.61 KiB/sec. | ||
| 1401 | 2024.08.16 04:35:37.811279 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Debug> DynamicQueryHandler: Done processing query | ||
| 1402 | 2024.08.16 04:35:37.811303 [ 3 ] {b9cb2bda-741c-4e5f-aa6e-421b71d58e07} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1403 | 2024.08.16 04:35:37.811319 [ 3 ] {} <Debug> HTTP-Session: 3097f312-763d-4c20-80f7-80568403f3ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1404 | 2024.08.16 04:35:37.817735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1405 | 2024.08.16 04:35:37.817825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1406 | 2024.08.16 04:35:37.817863 [ 3 ] {} <Debug> HTTP-Session: 630d21eb-da78-4e66-aa62-989e7d61e95e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1407 | 2024.08.16 04:35:37.817895 [ 3 ] {} <Debug> HTTP-Session: 630d21eb-da78-4e66-aa62-989e7d61e95e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1408 | 2024.08.16 04:35:37.817921 [ 3 ] {} <Debug> HTTP-Session: 630d21eb-da78-4e66-aa62-989e7d61e95e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1409 | 2024.08.16 04:35:37.817982 [ 3 ] {} <Trace> HTTP-Session: 630d21eb-da78-4e66-aa62-989e7d61e95e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2024.08.16 04:35:37.818201 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1411 | 2024.08.16 04:35:37.818287 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1412 | 2024.08.16 04:35:37.818598 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1413 | 2024.08.16 04:35:37.818965 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1414 | 2024.08.16 04:35:37.819004 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1415 | 2024.08.16 04:35:37.819593 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1416 | 2024.08.16 04:35:37.820128 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1417 | 2024.08.16 04:35:37.820296 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.00217 sec., 5529.953917050691 rows/sec., 949.56 KiB/sec. | ||
| 1418 | 2024.08.16 04:35:37.820600 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1419 | 2024.08.16 04:35:37.820624 [ 3 ] {94941d29-eacb-4151-8073-f5ec4f4432d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1420 | 2024.08.16 04:35:37.820640 [ 3 ] {} <Debug> HTTP-Session: 630d21eb-da78-4e66-aa62-989e7d61e95e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1421 | 2024.08.16 04:35:37.820856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 27791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1422 | 2024.08.16 04:35:37.820903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1423 | 2024.08.16 04:35:37.820921 [ 3 ] {} <Debug> HTTP-Session: 69f45f21-3618-4d0c-8693-19fbe35f183b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1424 | 2024.08.16 04:35:37.820937 [ 3 ] {} <Debug> HTTP-Session: 69f45f21-3618-4d0c-8693-19fbe35f183b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1425 | 2024.08.16 04:35:37.820950 [ 3 ] {} <Debug> HTTP-Session: 69f45f21-3618-4d0c-8693-19fbe35f183b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1426 | 2024.08.16 04:35:37.820981 [ 3 ] {} <Trace> HTTP-Session: 69f45f21-3618-4d0c-8693-19fbe35f183b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2024.08.16 04:35:37.821126 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1428 | 2024.08.16 04:35:37.821169 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1429 | 2024.08.16 04:35:37.821310 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1430 | 2024.08.16 04:35:37.821741 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1431 | 2024.08.16 04:35:37.821778 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1432 | 2024.08.16 04:35:37.822241 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1433 | 2024.08.16 04:35:37.822768 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1434 | 2024.08.16 04:35:37.822900 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Debug> executeQuery: Read 185 rows, 16.52 KiB in 0.001838 sec., 100652.88356909684 rows/sec., 8.78 MiB/sec. | ||
| 1435 | 2024.08.16 04:35:37.823083 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1436 | 2024.08.16 04:35:37.823113 [ 3 ] {28ca7d14-c251-4b42-9837-63040dd8817c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1437 | 2024.08.16 04:35:37.823128 [ 3 ] {} <Debug> HTTP-Session: 69f45f21-3618-4d0c-8693-19fbe35f183b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1438 | 2024.08.16 04:35:37.823324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1439 | 2024.08.16 04:35:37.823372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1440 | 2024.08.16 04:35:37.823390 [ 3 ] {} <Debug> HTTP-Session: 3c211357-2649-49d5-93e8-c4d812ef119f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1441 | 2024.08.16 04:35:37.823406 [ 3 ] {} <Debug> HTTP-Session: 3c211357-2649-49d5-93e8-c4d812ef119f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1442 | 2024.08.16 04:35:37.823419 [ 3 ] {} <Debug> HTTP-Session: 3c211357-2649-49d5-93e8-c4d812ef119f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1443 | 2024.08.16 04:35:37.823450 [ 3 ] {} <Trace> HTTP-Session: 3c211357-2649-49d5-93e8-c4d812ef119f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1444 | 2024.08.16 04:35:37.823547 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1445 | 2024.08.16 04:35:37.823588 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1446 | 2024.08.16 04:35:37.823712 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1447 | 2024.08.16 04:35:37.824044 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2024.08.16 04:35:37.824078 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1449 | 2024.08.16 04:35:37.824523 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1450 | 2024.08.16 04:35:37.825042 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2024.08.16 04:35:37.825197 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001675 sec., 8358.20895522388 rows/sec., 585.35 KiB/sec. | ||
| 1452 | 2024.08.16 04:35:37.825353 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Debug> DynamicQueryHandler: Done processing query | ||
| 1453 | 2024.08.16 04:35:37.825377 [ 3 ] {0f53c71d-3d37-48aa-940f-6e64360eec52} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1454 | 2024.08.16 04:35:37.825392 [ 3 ] {} <Debug> HTTP-Session: 3c211357-2649-49d5-93e8-c4d812ef119f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1455 | 2024.08.16 04:35:37.825508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1456 | 2024.08.16 04:35:37.825554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1457 | 2024.08.16 04:35:37.825572 [ 3 ] {} <Debug> HTTP-Session: 543e5dd8-90d1-49c3-b98b-4afb7b35db06 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1458 | 2024.08.16 04:35:37.825589 [ 3 ] {} <Debug> HTTP-Session: 543e5dd8-90d1-49c3-b98b-4afb7b35db06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1459 | 2024.08.16 04:35:37.825602 [ 3 ] {} <Debug> HTTP-Session: 543e5dd8-90d1-49c3-b98b-4afb7b35db06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1460 | 2024.08.16 04:35:37.825632 [ 3 ] {} <Trace> HTTP-Session: 543e5dd8-90d1-49c3-b98b-4afb7b35db06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1461 | 2024.08.16 04:35:37.825724 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1462 | 2024.08.16 04:35:37.825765 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1463 | 2024.08.16 04:35:37.825890 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1464 | 2024.08.16 04:35:37.826151 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1465 | 2024.08.16 04:35:37.826188 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1466 | 2024.08.16 04:35:37.826588 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1467 | 2024.08.16 04:35:37.827128 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1468 | 2024.08.16 04:35:37.827290 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 224.22 KiB/sec. | ||
| 1469 | 2024.08.16 04:35:37.827550 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Debug> DynamicQueryHandler: Done processing query | ||
| 1470 | 2024.08.16 04:35:37.827575 [ 3 ] {8a1de945-03ba-4b91-8644-ce273f460050} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1471 | 2024.08.16 04:35:37.827590 [ 3 ] {} <Debug> HTTP-Session: 543e5dd8-90d1-49c3-b98b-4afb7b35db06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1472 | 2024.08.16 04:35:37.827878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 60433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1473 | 2024.08.16 04:35:37.827926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1474 | 2024.08.16 04:35:37.827945 [ 3 ] {} <Debug> HTTP-Session: 3314c63c-9965-4f67-be2c-15f1d7bfe879 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1475 | 2024.08.16 04:35:37.827961 [ 3 ] {} <Debug> HTTP-Session: 3314c63c-9965-4f67-be2c-15f1d7bfe879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1476 | 2024.08.16 04:35:37.827974 [ 3 ] {} <Debug> HTTP-Session: 3314c63c-9965-4f67-be2c-15f1d7bfe879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1477 | 2024.08.16 04:35:37.828005 [ 3 ] {} <Trace> HTTP-Session: 3314c63c-9965-4f67-be2c-15f1d7bfe879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1478 | 2024.08.16 04:35:37.828203 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1479 | 2024.08.16 04:35:37.828246 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1480 | 2024.08.16 04:35:37.828385 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1481 | 2024.08.16 04:35:37.828892 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1482 | 2024.08.16 04:35:37.828928 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1483 | 2024.08.16 04:35:37.829456 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1484 | 2024.08.16 04:35:37.829979 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1485 | 2024.08.16 04:35:37.830129 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Debug> executeQuery: Read 374 rows, 27.04 KiB in 0.002034 sec., 183874.13962635203 rows/sec., 12.98 MiB/sec. | ||
| 1486 | 2024.08.16 04:35:37.830288 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Debug> DynamicQueryHandler: Done processing query | ||
| 1487 | 2024.08.16 04:35:37.830313 [ 3 ] {e10138f6-0713-49e6-898c-b7dab409c150} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 1488 | 2024.08.16 04:35:37.830328 [ 3 ] {} <Debug> HTTP-Session: 3314c63c-9965-4f67-be2c-15f1d7bfe879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1489 | 2024.08.16 04:35:37.830462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1490 | 2024.08.16 04:35:37.830508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1491 | 2024.08.16 04:35:37.830526 [ 3 ] {} <Debug> HTTP-Session: 9c539568-be1d-4354-937f-074464657004 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1492 | 2024.08.16 04:35:37.830543 [ 3 ] {} <Debug> HTTP-Session: 9c539568-be1d-4354-937f-074464657004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1493 | 2024.08.16 04:35:37.830556 [ 3 ] {} <Debug> HTTP-Session: 9c539568-be1d-4354-937f-074464657004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1494 | 2024.08.16 04:35:37.830586 [ 3 ] {} <Trace> HTTP-Session: 9c539568-be1d-4354-937f-074464657004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1495 | 2024.08.16 04:35:37.830678 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1496 | 2024.08.16 04:35:37.830720 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1497 | 2024.08.16 04:35:37.830843 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1498 | 2024.08.16 04:35:37.831094 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1499 | 2024.08.16 04:35:37.831130 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1500 | 2024.08.16 04:35:37.831646 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1501 | 2024.08.16 04:35:37.832351 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1502 | 2024.08.16 04:35:37.832520 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001865 sec., 3217.1581769437 rows/sec., 168.08 KiB/sec. | ||
| 1503 | 2024.08.16 04:35:37.832701 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1504 | 2024.08.16 04:35:37.832727 [ 3 ] {2aaf3382-287a-40bb-8144-8f7b8602d4c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1505 | 2024.08.16 04:35:37.832742 [ 3 ] {} <Debug> HTTP-Session: 9c539568-be1d-4354-937f-074464657004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1506 | 2024.08.16 04:35:37.832923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 38825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1507 | 2024.08.16 04:35:37.832972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1508 | 2024.08.16 04:35:37.832991 [ 3 ] {} <Debug> HTTP-Session: 58f32429-9e66-4fcd-ac6b-35668bdff79c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1509 | 2024.08.16 04:35:37.833007 [ 3 ] {} <Debug> HTTP-Session: 58f32429-9e66-4fcd-ac6b-35668bdff79c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1510 | 2024.08.16 04:35:37.833021 [ 3 ] {} <Debug> HTTP-Session: 58f32429-9e66-4fcd-ac6b-35668bdff79c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1511 | 2024.08.16 04:35:37.833052 [ 3 ] {} <Trace> HTTP-Session: 58f32429-9e66-4fcd-ac6b-35668bdff79c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1512 | 2024.08.16 04:35:37.833240 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1513 | 2024.08.16 04:35:37.833286 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1514 | 2024.08.16 04:35:37.833427 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1515 | 2024.08.16 04:35:37.833805 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2024.08.16 04:35:37.833842 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1517 | 2024.08.16 04:35:37.834430 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1518 | 2024.08.16 04:35:37.834989 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1519 | 2024.08.16 04:35:37.835151 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Debug> executeQuery: Read 207 rows, 14.08 KiB in 0.002021 sec., 102424.54230578922 rows/sec., 6.81 MiB/sec. | ||
| 1520 | 2024.08.16 04:35:37.835309 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Debug> DynamicQueryHandler: Done processing query | ||
| 1521 | 2024.08.16 04:35:37.835334 [ 3 ] {751950b2-b067-44de-86cf-c65b5d351507} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1522 | 2024.08.16 04:35:37.835350 [ 3 ] {} <Debug> HTTP-Session: 58f32429-9e66-4fcd-ac6b-35668bdff79c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1523 | 2024.08.16 04:35:37.835476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1524 | 2024.08.16 04:35:37.835524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1525 | 2024.08.16 04:35:37.835543 [ 3 ] {} <Debug> HTTP-Session: 87903c32-cabf-4d17-a721-e7fe4a959f83 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1526 | 2024.08.16 04:35:37.835558 [ 3 ] {} <Debug> HTTP-Session: 87903c32-cabf-4d17-a721-e7fe4a959f83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1527 | 2024.08.16 04:35:37.835572 [ 3 ] {} <Debug> HTTP-Session: 87903c32-cabf-4d17-a721-e7fe4a959f83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1528 | 2024.08.16 04:35:37.835603 [ 3 ] {} <Trace> HTTP-Session: 87903c32-cabf-4d17-a721-e7fe4a959f83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1529 | 2024.08.16 04:35:37.835693 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 1530 | 2024.08.16 04:35:37.835755 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1531 | 2024.08.16 04:35:37.835899 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1532 | 2024.08.16 04:35:37.836221 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1533 | 2024.08.16 04:35:37.836257 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1534 | 2024.08.16 04:35:37.837321 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1535 | 2024.08.16 04:35:37.837870 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1536 | 2024.08.16 04:35:37.838037 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002359 sec., 423.908435777872 rows/sec., 28.56 KiB/sec. | ||
| 1537 | 2024.08.16 04:35:37.838300 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Debug> DynamicQueryHandler: Done processing query | ||
| 1538 | 2024.08.16 04:35:37.838324 [ 3 ] {ca7f11b3-e3d6-4477-8e0d-984064d10486} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 1539 | 2024.08.16 04:35:37.838340 [ 3 ] {} <Debug> HTTP-Session: 87903c32-cabf-4d17-a721-e7fe4a959f83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1540 | 2024.08.16 04:35:37.838478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1541 | 2024.08.16 04:35:37.838526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1542 | 2024.08.16 04:35:37.838545 [ 3 ] {} <Debug> HTTP-Session: 6a7e9c2b-0d3c-4831-b627-fedb2e6db592 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1543 | 2024.08.16 04:35:37.838561 [ 3 ] {} <Debug> HTTP-Session: 6a7e9c2b-0d3c-4831-b627-fedb2e6db592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1544 | 2024.08.16 04:35:37.838574 [ 3 ] {} <Debug> HTTP-Session: 6a7e9c2b-0d3c-4831-b627-fedb2e6db592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1545 | 2024.08.16 04:35:37.838604 [ 3 ] {} <Trace> HTTP-Session: 6a7e9c2b-0d3c-4831-b627-fedb2e6db592 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2024.08.16 04:35:37.838717 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1547 | 2024.08.16 04:35:37.838761 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1548 | 2024.08.16 04:35:37.838909 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1549 | 2024.08.16 04:35:37.839187 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1550 | 2024.08.16 04:35:37.839222 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1551 | 2024.08.16 04:35:37.839662 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1552 | 2024.08.16 04:35:37.840237 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1553 | 2024.08.16 04:35:37.840403 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Debug> executeQuery: Read 66 rows, 4.28 KiB in 0.00172 sec., 38372.09302325582 rows/sec., 2.43 MiB/sec. | ||
| 1554 | 2024.08.16 04:35:37.840693 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Debug> DynamicQueryHandler: Done processing query | ||
| 1555 | 2024.08.16 04:35:37.840718 [ 3 ] {7c91afea-b194-4bb2-8bfc-0c900267d680} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1556 | 2024.08.16 04:35:37.840733 [ 3 ] {} <Debug> HTTP-Session: 6a7e9c2b-0d3c-4831-b627-fedb2e6db592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1557 | 2024.08.16 04:35:42.772810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1558 | 2024.08.16 04:35:42.772999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1559 | 2024.08.16 04:35:42.773044 [ 3 ] {} <Debug> HTTP-Session: cf8bff7f-3d42-438d-91b6-cb97ebaa8e6e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1560 | 2024.08.16 04:35:42.773087 [ 3 ] {} <Debug> HTTP-Session: cf8bff7f-3d42-438d-91b6-cb97ebaa8e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1561 | 2024.08.16 04:35:42.773116 [ 3 ] {} <Debug> HTTP-Session: cf8bff7f-3d42-438d-91b6-cb97ebaa8e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1562 | 2024.08.16 04:35:42.773195 [ 3 ] {} <Trace> HTTP-Session: cf8bff7f-3d42-438d-91b6-cb97ebaa8e6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2024.08.16 04:35:42.773567 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1564 | 2024.08.16 04:35:42.774039 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1565 | 2024.08.16 04:35:42.774086 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1566 | 2024.08.16 04:35:42.774398 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1567 | 2024.08.16 04:35:42.774478 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1568 | 2024.08.16 04:35:42.774648 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1569 | 2024.08.16 04:35:42.774745 [ 251 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1570 | 2024.08.16 04:35:42.774790 [ 253 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1571 | 2024.08.16 04:35:42.774911 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1572 | 2024.08.16 04:35:42.774942 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1573 | 2024.08.16 04:35:42.775080 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1574 | 2024.08.16 04:35:42.775119 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 26 rows with 2 streams | ||
| 1575 | 2024.08.16 04:35:42.775176 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1576 | 2024.08.16 04:35:42.775220 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1577 | 2024.08.16 04:35:42.777097 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> executeQuery: Read 26 rows, 982.00 B in 0.003712 sec., 7004.310344827586 rows/sec., 258.35 KiB/sec. | ||
| 1578 | 2024.08.16 04:35:42.777445 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> DynamicQueryHandler: Done processing query | ||
| 1579 | 2024.08.16 04:35:42.777473 [ 3 ] {0be74668-987a-4034-9ce8-bf445927ad58} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1580 | 2024.08.16 04:35:42.777490 [ 3 ] {} <Debug> HTTP-Session: cf8bff7f-3d42-438d-91b6-cb97ebaa8e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1581 | 2024.08.16 04:35:42.777694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1582 | 2024.08.16 04:35:42.777748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1583 | 2024.08.16 04:35:42.777769 [ 3 ] {} <Debug> HTTP-Session: 06f18d3f-a8a3-47e2-8815-ee28e8818d93 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1584 | 2024.08.16 04:35:42.777787 [ 3 ] {} <Debug> HTTP-Session: 06f18d3f-a8a3-47e2-8815-ee28e8818d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1585 | 2024.08.16 04:35:42.777801 [ 3 ] {} <Debug> HTTP-Session: 06f18d3f-a8a3-47e2-8815-ee28e8818d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1586 | 2024.08.16 04:35:42.777836 [ 3 ] {} <Trace> HTTP-Session: 06f18d3f-a8a3-47e2-8815-ee28e8818d93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1587 | 2024.08.16 04:35:42.777994 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1588 | 2024.08.16 04:35:42.778280 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1589 | 2024.08.16 04:35:42.778323 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1590 | 2024.08.16 04:35:42.778606 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1591 | 2024.08.16 04:35:42.778673 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1592 | 2024.08.16 04:35:42.778814 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1593 | 2024.08.16 04:35:42.778887 [ 251 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1594 | 2024.08.16 04:35:42.778908 [ 253 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1595 | 2024.08.16 04:35:42.779002 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1596 | 2024.08.16 04:35:42.779031 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1597 | 2024.08.16 04:35:42.779108 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1598 | 2024.08.16 04:35:42.779128 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 26 rows with 2 streams | ||
| 1599 | 2024.08.16 04:35:42.779165 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1600 | 2024.08.16 04:35:42.779205 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1601 | 2024.08.16 04:35:42.780701 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> executeQuery: Read 26 rows, 982.00 B in 0.002782 sec., 9345.794392523363 rows/sec., 344.71 KiB/sec. | ||
| 1602 | 2024.08.16 04:35:42.781015 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> DynamicQueryHandler: Done processing query | ||
| 1603 | 2024.08.16 04:35:42.781041 [ 3 ] {8c6b3e7e-3c73-4528-8588-b0e26e684204} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1604 | 2024.08.16 04:35:42.781058 [ 3 ] {} <Debug> HTTP-Session: 06f18d3f-a8a3-47e2-8815-ee28e8818d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1605 | 2024.08.16 04:35:42.781361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1606 | 2024.08.16 04:35:42.781410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1607 | 2024.08.16 04:35:42.781430 [ 3 ] {} <Debug> HTTP-Session: f3f45c42-8b8d-4349-8e5c-2b6eb864ce4e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1608 | 2024.08.16 04:35:42.781447 [ 3 ] {} <Debug> HTTP-Session: f3f45c42-8b8d-4349-8e5c-2b6eb864ce4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1609 | 2024.08.16 04:35:42.781460 [ 3 ] {} <Debug> HTTP-Session: f3f45c42-8b8d-4349-8e5c-2b6eb864ce4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1610 | 2024.08.16 04:35:42.781494 [ 3 ] {} <Trace> HTTP-Session: f3f45c42-8b8d-4349-8e5c-2b6eb864ce4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1611 | 2024.08.16 04:35:42.781655 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1612 | 2024.08.16 04:35:42.781932 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1613 | 2024.08.16 04:35:42.781973 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1614 | 2024.08.16 04:35:42.782249 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1615 | 2024.08.16 04:35:42.782312 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1616 | 2024.08.16 04:35:42.782449 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1617 | 2024.08.16 04:35:42.782543 [ 253 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1618 | 2024.08.16 04:35:42.782548 [ 251 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1619 | 2024.08.16 04:35:42.782659 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1620 | 2024.08.16 04:35:42.782682 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1621 | 2024.08.16 04:35:42.782758 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1622 | 2024.08.16 04:35:42.782777 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 26 rows with 2 streams | ||
| 1623 | 2024.08.16 04:35:42.782814 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1624 | 2024.08.16 04:35:42.782853 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1625 | 2024.08.16 04:35:42.784044 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> executeQuery: Read 26 rows, 982.00 B in 0.002476 sec., 10500.80775444265 rows/sec., 387.31 KiB/sec. | ||
| 1626 | 2024.08.16 04:35:42.784345 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1627 | 2024.08.16 04:35:42.784369 [ 3 ] {e7cf8259-ab5c-4d65-ba23-1069f0e871a7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1628 | 2024.08.16 04:35:42.784385 [ 3 ] {} <Debug> HTTP-Session: f3f45c42-8b8d-4349-8e5c-2b6eb864ce4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1629 | 2024.08.16 04:35:42.784610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1630 | 2024.08.16 04:35:42.784660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1631 | 2024.08.16 04:35:42.784679 [ 3 ] {} <Debug> HTTP-Session: 1c5c8097-65ca-47eb-81c4-5e06001b5489 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1632 | 2024.08.16 04:35:42.784696 [ 3 ] {} <Debug> HTTP-Session: 1c5c8097-65ca-47eb-81c4-5e06001b5489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1633 | 2024.08.16 04:35:42.784709 [ 3 ] {} <Debug> HTTP-Session: 1c5c8097-65ca-47eb-81c4-5e06001b5489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1634 | 2024.08.16 04:35:42.784741 [ 3 ] {} <Trace> HTTP-Session: 1c5c8097-65ca-47eb-81c4-5e06001b5489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1635 | 2024.08.16 04:35:42.784924 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1636 | 2024.08.16 04:35:42.785198 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1637 | 2024.08.16 04:35:42.785240 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1638 | 2024.08.16 04:35:42.785517 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1639 | 2024.08.16 04:35:42.785581 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1640 | 2024.08.16 04:35:42.785717 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1641 | 2024.08.16 04:35:42.785820 [ 253 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1642 | 2024.08.16 04:35:42.785829 [ 251 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1643 | 2024.08.16 04:35:42.785939 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 1644 | 2024.08.16 04:35:42.785962 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1645 | 2024.08.16 04:35:42.786037 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1646 | 2024.08.16 04:35:42.786056 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 26 rows with 2 streams | ||
| 1647 | 2024.08.16 04:35:42.786093 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1648 | 2024.08.16 04:35:42.786131 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1649 | 2024.08.16 04:35:42.787363 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> executeQuery: Read 26 rows, 982.00 B in 0.002509 sec., 10362.694300518135 rows/sec., 382.22 KiB/sec. | ||
| 1650 | 2024.08.16 04:35:42.787633 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1651 | 2024.08.16 04:35:42.787657 [ 3 ] {ffd52faa-32b9-4a56-81b2-fdd6181e383a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1652 | 2024.08.16 04:35:42.787673 [ 3 ] {} <Debug> HTTP-Session: 1c5c8097-65ca-47eb-81c4-5e06001b5489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1653 | 2024.08.16 04:35:42.794263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1654 | 2024.08.16 04:35:42.794354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1655 | 2024.08.16 04:35:42.794390 [ 3 ] {} <Debug> HTTP-Session: 113639dd-0e8f-4acf-be18-3c22e75d4779 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1656 | 2024.08.16 04:35:42.794422 [ 3 ] {} <Debug> HTTP-Session: 113639dd-0e8f-4acf-be18-3c22e75d4779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1657 | 2024.08.16 04:35:42.794450 [ 3 ] {} <Debug> HTTP-Session: 113639dd-0e8f-4acf-be18-3c22e75d4779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1658 | 2024.08.16 04:35:42.794510 [ 3 ] {} <Trace> HTTP-Session: 113639dd-0e8f-4acf-be18-3c22e75d4779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1659 | 2024.08.16 04:35:42.794714 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1660 | 2024.08.16 04:35:42.794800 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1661 | 2024.08.16 04:35:42.794973 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1662 | 2024.08.16 04:35:42.795350 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1663 | 2024.08.16 04:35:42.795386 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1664 | 2024.08.16 04:35:42.796015 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1665 | 2024.08.16 04:35:42.796599 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1666 | 2024.08.16 04:35:42.796765 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002116 sec., 1890.359168241966 rows/sec., 240.45 KiB/sec. | ||
| 1667 | 2024.08.16 04:35:42.796940 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1668 | 2024.08.16 04:35:42.796965 [ 3 ] {eb556ed2-112a-4487-91ef-1f18dbe6a52a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1669 | 2024.08.16 04:35:42.796981 [ 3 ] {} <Debug> HTTP-Session: 113639dd-0e8f-4acf-be18-3c22e75d4779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1670 | 2024.08.16 04:35:42.797105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1671 | 2024.08.16 04:35:42.797152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1672 | 2024.08.16 04:35:42.797171 [ 3 ] {} <Debug> HTTP-Session: df331a7e-fc47-4562-8ebc-7f5914256ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1673 | 2024.08.16 04:35:42.797187 [ 3 ] {} <Debug> HTTP-Session: df331a7e-fc47-4562-8ebc-7f5914256ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1674 | 2024.08.16 04:35:42.797201 [ 3 ] {} <Debug> HTTP-Session: df331a7e-fc47-4562-8ebc-7f5914256ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1675 | 2024.08.16 04:35:42.797231 [ 3 ] {} <Trace> HTTP-Session: df331a7e-fc47-4562-8ebc-7f5914256ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1676 | 2024.08.16 04:35:42.797341 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1677 | 2024.08.16 04:35:42.797384 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1678 | 2024.08.16 04:35:42.797510 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1679 | 2024.08.16 04:35:42.797828 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1680 | 2024.08.16 04:35:42.797864 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1681 | 2024.08.16 04:35:42.798325 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1682 | 2024.08.16 04:35:42.798950 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1683 | 2024.08.16 04:35:42.799112 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.37 MiB/sec. | ||
| 1684 | 2024.08.16 04:35:42.799269 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Debug> DynamicQueryHandler: Done processing query | ||
| 1685 | 2024.08.16 04:35:42.799294 [ 3 ] {76a496b6-0cc7-4076-bcd2-d4d1139cff41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1686 | 2024.08.16 04:35:42.799310 [ 3 ] {} <Debug> HTTP-Session: df331a7e-fc47-4562-8ebc-7f5914256ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1687 | 2024.08.16 04:35:42.799479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1688 | 2024.08.16 04:35:42.799527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1689 | 2024.08.16 04:35:42.799546 [ 3 ] {} <Debug> HTTP-Session: 8b58a8c5-5c2c-4325-b53e-b0523d06269d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1690 | 2024.08.16 04:35:42.799563 [ 3 ] {} <Debug> HTTP-Session: 8b58a8c5-5c2c-4325-b53e-b0523d06269d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1691 | 2024.08.16 04:35:42.799576 [ 3 ] {} <Debug> HTTP-Session: 8b58a8c5-5c2c-4325-b53e-b0523d06269d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1692 | 2024.08.16 04:35:42.799606 [ 3 ] {} <Trace> HTTP-Session: 8b58a8c5-5c2c-4325-b53e-b0523d06269d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2024.08.16 04:35:42.799722 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1694 | 2024.08.16 04:35:42.799763 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1695 | 2024.08.16 04:35:42.799887 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1696 | 2024.08.16 04:35:42.800198 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1697 | 2024.08.16 04:35:42.800233 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1698 | 2024.08.16 04:35:42.800666 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1699 | 2024.08.16 04:35:42.801197 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1700 | 2024.08.16 04:35:42.801355 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00167 sec., 38323.35329341317 rows/sec., 2.99 MiB/sec. | ||
| 1701 | 2024.08.16 04:35:42.801608 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Debug> DynamicQueryHandler: Done processing query | ||
| 1702 | 2024.08.16 04:35:42.801632 [ 3 ] {8f473779-3177-4798-a344-9f0782a5b557} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1703 | 2024.08.16 04:35:42.801649 [ 3 ] {} <Debug> HTTP-Session: 8b58a8c5-5c2c-4325-b53e-b0523d06269d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1704 | 2024.08.16 04:35:42.801974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1705 | 2024.08.16 04:35:42.802023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1706 | 2024.08.16 04:35:42.802042 [ 3 ] {} <Debug> HTTP-Session: 76a1b5ac-9410-4ea6-928c-2c85c6db93b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1707 | 2024.08.16 04:35:42.802059 [ 3 ] {} <Debug> HTTP-Session: 76a1b5ac-9410-4ea6-928c-2c85c6db93b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1708 | 2024.08.16 04:35:42.802074 [ 3 ] {} <Debug> HTTP-Session: 76a1b5ac-9410-4ea6-928c-2c85c6db93b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1709 | 2024.08.16 04:35:42.802104 [ 3 ] {} <Trace> HTTP-Session: 76a1b5ac-9410-4ea6-928c-2c85c6db93b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1710 | 2024.08.16 04:35:42.802256 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1711 | 2024.08.16 04:35:42.802302 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1712 | 2024.08.16 04:35:42.802463 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1713 | 2024.08.16 04:35:42.802834 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1714 | 2024.08.16 04:35:42.802870 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1715 | 2024.08.16 04:35:42.803349 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1716 | 2024.08.16 04:35:42.803939 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1717 | 2024.08.16 04:35:42.804101 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001911 sec., 82679.2255363684 rows/sec., 5.75 MiB/sec. | ||
| 1718 | 2024.08.16 04:35:42.804400 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Debug> DynamicQueryHandler: Done processing query | ||
| 1719 | 2024.08.16 04:35:42.804426 [ 3 ] {0f1a0fc5-5e31-4951-a7b6-4a6c2d11a921} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1720 | 2024.08.16 04:35:42.804442 [ 3 ] {} <Debug> HTTP-Session: 76a1b5ac-9410-4ea6-928c-2c85c6db93b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1721 | 2024.08.16 04:35:42.804632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 8828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1722 | 2024.08.16 04:35:42.804680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1723 | 2024.08.16 04:35:42.804699 [ 3 ] {} <Debug> HTTP-Session: ae392920-6526-4086-9206-fc12ebbc94ea Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1724 | 2024.08.16 04:35:42.804715 [ 3 ] {} <Debug> HTTP-Session: ae392920-6526-4086-9206-fc12ebbc94ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1725 | 2024.08.16 04:35:42.804729 [ 3 ] {} <Debug> HTTP-Session: ae392920-6526-4086-9206-fc12ebbc94ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1726 | 2024.08.16 04:35:42.804759 [ 3 ] {} <Trace> HTTP-Session: ae392920-6526-4086-9206-fc12ebbc94ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1727 | 2024.08.16 04:35:42.804869 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1728 | 2024.08.16 04:35:42.804913 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1729 | 2024.08.16 04:35:42.805059 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1730 | 2024.08.16 04:35:42.805341 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1731 | 2024.08.16 04:35:42.805376 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1732 | 2024.08.16 04:35:42.805862 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1733 | 2024.08.16 04:35:42.806481 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1734 | 2024.08.16 04:35:42.806645 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001804 sec., 32150.776053215075 rows/sec., 2.17 MiB/sec. | ||
| 1735 | 2024.08.16 04:35:42.806924 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Debug> DynamicQueryHandler: Done processing query | ||
| 1736 | 2024.08.16 04:35:42.806949 [ 3 ] {25be74f7-c013-487a-b6f6-be7ff0aba160} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1737 | 2024.08.16 04:35:42.806965 [ 3 ] {} <Debug> HTTP-Session: ae392920-6526-4086-9206-fc12ebbc94ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1738 | 2024.08.16 04:35:47.784320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 28369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1739 | 2024.08.16 04:35:47.784470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1740 | 2024.08.16 04:35:47.784501 [ 3 ] {} <Debug> HTTP-Session: 71d05bef-605f-4023-83d9-4b7434481ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1741 | 2024.08.16 04:35:47.784530 [ 3 ] {} <Debug> HTTP-Session: 71d05bef-605f-4023-83d9-4b7434481ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1742 | 2024.08.16 04:35:47.784549 [ 3 ] {} <Debug> HTTP-Session: 71d05bef-605f-4023-83d9-4b7434481ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1743 | 2024.08.16 04:35:47.784605 [ 3 ] {} <Trace> HTTP-Session: 71d05bef-605f-4023-83d9-4b7434481ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1744 | 2024.08.16 04:35:47.784874 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1745 | 2024.08.16 04:35:47.784946 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1746 | 2024.08.16 04:35:47.785141 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1747 | 2024.08.16 04:35:47.785717 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1748 | 2024.08.16 04:35:47.785766 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1749 | 2024.08.16 04:35:47.786268 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1750 | 2024.08.16 04:35:47.786856 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1751 | 2024.08.16 04:35:47.787057 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002292 sec., 82460.73298429318 rows/sec., 7.18 MiB/sec. | ||
| 1752 | 2024.08.16 04:35:47.787270 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Debug> DynamicQueryHandler: Done processing query | ||
| 1753 | 2024.08.16 04:35:47.787298 [ 3 ] {d2220a60-67cc-4438-8e16-542e72d4efcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 1754 | 2024.08.16 04:35:47.787314 [ 3 ] {} <Debug> HTTP-Session: 71d05bef-605f-4023-83d9-4b7434481ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1755 | 2024.08.16 04:35:47.787476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1756 | 2024.08.16 04:35:47.787529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1757 | 2024.08.16 04:35:47.787550 [ 3 ] {} <Debug> HTTP-Session: d13da920-37f7-4efe-a5a4-c89d90df45cb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1758 | 2024.08.16 04:35:47.787568 [ 3 ] {} <Debug> HTTP-Session: d13da920-37f7-4efe-a5a4-c89d90df45cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1759 | 2024.08.16 04:35:47.787582 [ 3 ] {} <Debug> HTTP-Session: d13da920-37f7-4efe-a5a4-c89d90df45cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1760 | 2024.08.16 04:35:47.787617 [ 3 ] {} <Trace> HTTP-Session: d13da920-37f7-4efe-a5a4-c89d90df45cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1761 | 2024.08.16 04:35:47.787724 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1762 | 2024.08.16 04:35:47.787771 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1763 | 2024.08.16 04:35:47.787901 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1764 | 2024.08.16 04:35:47.788254 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2024.08.16 04:35:47.788292 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1766 | 2024.08.16 04:35:47.788716 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1767 | 2024.08.16 04:35:47.789232 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2024.08.16 04:35:47.789361 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 588.52 KiB/sec. | ||
| 1769 | 2024.08.16 04:35:47.789563 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Debug> DynamicQueryHandler: Done processing query | ||
| 1770 | 2024.08.16 04:35:47.789588 [ 3 ] {47624850-9cbb-4025-af72-e06eaad8d584} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1771 | 2024.08.16 04:35:47.789604 [ 3 ] {} <Debug> HTTP-Session: d13da920-37f7-4efe-a5a4-c89d90df45cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1772 | 2024.08.16 04:35:47.789755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1773 | 2024.08.16 04:35:47.789805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1774 | 2024.08.16 04:35:47.789825 [ 3 ] {} <Debug> HTTP-Session: 37e5349d-3bf4-4603-9126-c0d3d71f21c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1775 | 2024.08.16 04:35:47.789841 [ 3 ] {} <Debug> HTTP-Session: 37e5349d-3bf4-4603-9126-c0d3d71f21c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1776 | 2024.08.16 04:35:47.789855 [ 3 ] {} <Debug> HTTP-Session: 37e5349d-3bf4-4603-9126-c0d3d71f21c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1777 | 2024.08.16 04:35:47.789887 [ 3 ] {} <Trace> HTTP-Session: 37e5349d-3bf4-4603-9126-c0d3d71f21c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1778 | 2024.08.16 04:35:47.789985 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1779 | 2024.08.16 04:35:47.790028 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1780 | 2024.08.16 04:35:47.790167 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1781 | 2024.08.16 04:35:47.790516 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1782 | 2024.08.16 04:35:47.790554 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1783 | 2024.08.16 04:35:47.790964 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1784 | 2024.08.16 04:35:47.791466 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1785 | 2024.08.16 04:35:47.791623 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001656 sec., 3623.1884057971015 rows/sec., 214.07 KiB/sec. | ||
| 1786 | 2024.08.16 04:35:47.791790 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1787 | 2024.08.16 04:35:47.791815 [ 3 ] {8f5c1a64-80bc-45f0-90b9-c2ad2228e08d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1788 | 2024.08.16 04:35:47.791832 [ 3 ] {} <Debug> HTTP-Session: 37e5349d-3bf4-4603-9126-c0d3d71f21c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1789 | 2024.08.16 04:35:47.792183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 61789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1790 | 2024.08.16 04:35:47.792233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1791 | 2024.08.16 04:35:47.792251 [ 3 ] {} <Debug> HTTP-Session: 681f6295-db53-4f8d-b448-f0388d33dc2d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1792 | 2024.08.16 04:35:47.792268 [ 3 ] {} <Debug> HTTP-Session: 681f6295-db53-4f8d-b448-f0388d33dc2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1793 | 2024.08.16 04:35:47.792282 [ 3 ] {} <Debug> HTTP-Session: 681f6295-db53-4f8d-b448-f0388d33dc2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1794 | 2024.08.16 04:35:47.792313 [ 3 ] {} <Trace> HTTP-Session: 681f6295-db53-4f8d-b448-f0388d33dc2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1795 | 2024.08.16 04:35:47.792516 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1796 | 2024.08.16 04:35:47.792558 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1797 | 2024.08.16 04:35:47.792684 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1798 | 2024.08.16 04:35:47.793209 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2024.08.16 04:35:47.793246 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1800 | 2024.08.16 04:35:47.793674 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1801 | 2024.08.16 04:35:47.794287 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2024.08.16 04:35:47.794478 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002066 sec., 184898.35430784122 rows/sec., 13.08 MiB/sec. | ||
| 1803 | 2024.08.16 04:35:47.794634 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Debug> DynamicQueryHandler: Done processing query | ||
| 1804 | 2024.08.16 04:35:47.794659 [ 3 ] {658cc5dc-7af9-44f9-a7e6-d3977a53e631} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 1805 | 2024.08.16 04:35:47.794674 [ 3 ] {} <Debug> HTTP-Session: 681f6295-db53-4f8d-b448-f0388d33dc2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1806 | 2024.08.16 04:35:47.794832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1807 | 2024.08.16 04:35:47.794879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1808 | 2024.08.16 04:35:47.794899 [ 3 ] {} <Debug> HTTP-Session: 6859b630-86cd-43b4-87a4-aaa22850c82f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1809 | 2024.08.16 04:35:47.794916 [ 3 ] {} <Debug> HTTP-Session: 6859b630-86cd-43b4-87a4-aaa22850c82f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1810 | 2024.08.16 04:35:47.794929 [ 3 ] {} <Debug> HTTP-Session: 6859b630-86cd-43b4-87a4-aaa22850c82f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1811 | 2024.08.16 04:35:47.794960 [ 3 ] {} <Trace> HTTP-Session: 6859b630-86cd-43b4-87a4-aaa22850c82f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1812 | 2024.08.16 04:35:47.795058 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1813 | 2024.08.16 04:35:47.795103 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1814 | 2024.08.16 04:35:47.795230 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1815 | 2024.08.16 04:35:47.795478 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1816 | 2024.08.16 04:35:47.795514 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1817 | 2024.08.16 04:35:47.795994 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1818 | 2024.08.16 04:35:47.796554 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1819 | 2024.08.16 04:35:47.796713 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001677 sec., 3577.8175313059032 rows/sec., 186.93 KiB/sec. | ||
| 1820 | 2024.08.16 04:35:47.796882 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Debug> DynamicQueryHandler: Done processing query | ||
| 1821 | 2024.08.16 04:35:47.796908 [ 3 ] {04da2fb9-4382-4d27-852f-36a564034fab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1822 | 2024.08.16 04:35:47.796923 [ 3 ] {} <Debug> HTTP-Session: 6859b630-86cd-43b4-87a4-aaa22850c82f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1823 | 2024.08.16 04:35:47.797207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1824 | 2024.08.16 04:35:47.797257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1825 | 2024.08.16 04:35:47.797276 [ 3 ] {} <Debug> HTTP-Session: 938d0c90-9319-42e3-87b3-a10a6d1acf62 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1826 | 2024.08.16 04:35:47.797293 [ 3 ] {} <Debug> HTTP-Session: 938d0c90-9319-42e3-87b3-a10a6d1acf62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1827 | 2024.08.16 04:35:47.797307 [ 3 ] {} <Debug> HTTP-Session: 938d0c90-9319-42e3-87b3-a10a6d1acf62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1828 | 2024.08.16 04:35:47.797338 [ 3 ] {} <Trace> HTTP-Session: 938d0c90-9319-42e3-87b3-a10a6d1acf62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2024.08.16 04:35:47.797511 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1830 | 2024.08.16 04:35:47.797557 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1831 | 2024.08.16 04:35:47.797698 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1832 | 2024.08.16 04:35:47.798122 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1833 | 2024.08.16 04:35:47.798159 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1834 | 2024.08.16 04:35:47.798644 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1835 | 2024.08.16 04:35:47.799208 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1836 | 2024.08.16 04:35:47.799386 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001963 sec., 120733.5710646969 rows/sec., 8.09 MiB/sec. | ||
| 1837 | 2024.08.16 04:35:47.799546 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Debug> DynamicQueryHandler: Done processing query | ||
| 1838 | 2024.08.16 04:35:47.799572 [ 3 ] {a4e70099-027d-42e9-bcb8-37fa17c4a749} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1839 | 2024.08.16 04:35:47.799587 [ 3 ] {} <Debug> HTTP-Session: 938d0c90-9319-42e3-87b3-a10a6d1acf62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1840 | 2024.08.16 04:35:47.799711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1841 | 2024.08.16 04:35:47.799758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1842 | 2024.08.16 04:35:47.799778 [ 3 ] {} <Debug> HTTP-Session: 2464aba8-8c3b-4d6a-9a13-6a80085b3c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1843 | 2024.08.16 04:35:47.799795 [ 3 ] {} <Debug> HTTP-Session: 2464aba8-8c3b-4d6a-9a13-6a80085b3c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1844 | 2024.08.16 04:35:47.799809 [ 3 ] {} <Debug> HTTP-Session: 2464aba8-8c3b-4d6a-9a13-6a80085b3c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1845 | 2024.08.16 04:35:47.799840 [ 3 ] {} <Trace> HTTP-Session: 2464aba8-8c3b-4d6a-9a13-6a80085b3c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1846 | 2024.08.16 04:35:47.799930 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 1847 | 2024.08.16 04:35:47.799973 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1848 | 2024.08.16 04:35:47.800099 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1849 | 2024.08.16 04:35:47.800343 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2024.08.16 04:35:47.800379 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1851 | 2024.08.16 04:35:47.800880 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1852 | 2024.08.16 04:35:47.801491 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2024.08.16 04:35:47.801647 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001735 sec., 576.3688760806916 rows/sec., 38.84 KiB/sec. | ||
| 1854 | 2024.08.16 04:35:47.801917 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Debug> DynamicQueryHandler: Done processing query | ||
| 1855 | 2024.08.16 04:35:47.801943 [ 3 ] {c50b6396-acf3-416b-afb8-1a16abc19e75} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 1856 | 2024.08.16 04:35:47.801959 [ 3 ] {} <Debug> HTTP-Session: 2464aba8-8c3b-4d6a-9a13-6a80085b3c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1857 | 2024.08.16 04:35:47.802084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1858 | 2024.08.16 04:35:47.802132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1859 | 2024.08.16 04:35:47.802151 [ 3 ] {} <Debug> HTTP-Session: b1819a39-a0e7-4602-9a2e-b5c171c07bb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1860 | 2024.08.16 04:35:47.802168 [ 3 ] {} <Debug> HTTP-Session: b1819a39-a0e7-4602-9a2e-b5c171c07bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1861 | 2024.08.16 04:35:47.802182 [ 3 ] {} <Debug> HTTP-Session: b1819a39-a0e7-4602-9a2e-b5c171c07bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1862 | 2024.08.16 04:35:47.802212 [ 3 ] {} <Trace> HTTP-Session: b1819a39-a0e7-4602-9a2e-b5c171c07bb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2024.08.16 04:35:47.802344 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1864 | 2024.08.16 04:35:47.802387 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1865 | 2024.08.16 04:35:47.802533 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1866 | 2024.08.16 04:35:47.802828 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1867 | 2024.08.16 04:35:47.802864 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1868 | 2024.08.16 04:35:47.803335 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1869 | 2024.08.16 04:35:47.803901 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2024.08.16 04:35:47.804090 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0018 sec., 45555.555555555555 rows/sec., 2.89 MiB/sec. | ||
| 1871 | 2024.08.16 04:35:47.804377 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Debug> DynamicQueryHandler: Done processing query | ||
| 1872 | 2024.08.16 04:35:47.804403 [ 3 ] {b309e307-cce5-4e59-995f-d5a0f2ffca72} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1873 | 2024.08.16 04:35:47.804419 [ 3 ] {} <Debug> HTTP-Session: b1819a39-a0e7-4602-9a2e-b5c171c07bb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1874 | 2024.08.16 04:35:49.665020 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1875 | 2024.08.16 04:35:49.665080 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1876 | 2024.08.16 04:35:52.779889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1877 | 2024.08.16 04:35:52.780000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1878 | 2024.08.16 04:35:52.780024 [ 3 ] {} <Debug> HTTP-Session: efd9e0bc-8a64-4f99-978d-fec547ff0d46 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1879 | 2024.08.16 04:35:52.780050 [ 3 ] {} <Debug> HTTP-Session: efd9e0bc-8a64-4f99-978d-fec547ff0d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1880 | 2024.08.16 04:35:52.780065 [ 3 ] {} <Debug> HTTP-Session: efd9e0bc-8a64-4f99-978d-fec547ff0d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1881 | 2024.08.16 04:35:52.780113 [ 3 ] {} <Trace> HTTP-Session: efd9e0bc-8a64-4f99-978d-fec547ff0d46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1882 | 2024.08.16 04:35:52.780306 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1883 | 2024.08.16 04:35:52.780372 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1884 | 2024.08.16 04:35:52.780557 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1885 | 2024.08.16 04:35:52.781088 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1886 | 2024.08.16 04:35:52.781147 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1887 | 2024.08.16 04:35:52.781759 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1888 | 2024.08.16 04:35:52.782593 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1889 | 2024.08.16 04:35:52.782825 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002565 sec., 21832.358674463936 rows/sec., 1.67 MiB/sec. | ||
| 1890 | 2024.08.16 04:35:52.782826 [ 87 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1891 | 2024.08.16 04:35:52.782963 [ 87 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1892 | 2024.08.16 04:35:52.783023 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1893 | 2024.08.16 04:35:52.783184 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1894 | 2024.08.16 04:35:52.783228 [ 3 ] {30b6d5f6-5a79-4215-bcf8-bbca0833ebf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1895 | 2024.08.16 04:35:52.783256 [ 3 ] {} <Debug> HTTP-Session: efd9e0bc-8a64-4f99-978d-fec547ff0d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1896 | 2024.08.16 04:35:52.783256 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::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 | ||
| 1897 | 2024.08.16 04:35:52.783438 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1898 | 2024.08.16 04:35:52.783443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1899 | 2024.08.16 04:35:52.783511 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1900 | 2024.08.16 04:35:52.783532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1901 | 2024.08.16 04:35:52.783569 [ 3 ] {} <Debug> HTTP-Session: 5d079ed0-7333-4b66-a181-1f380d8789b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1902 | 2024.08.16 04:35:52.783614 [ 3 ] {} <Debug> HTTP-Session: 5d079ed0-7333-4b66-a181-1f380d8789b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1903 | 2024.08.16 04:35:52.783694 [ 3 ] {} <Debug> HTTP-Session: 5d079ed0-7333-4b66-a181-1f380d8789b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1904 | 2024.08.16 04:35:52.783711 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1905 | 2024.08.16 04:35:52.783854 [ 3 ] {} <Trace> HTTP-Session: 5d079ed0-7333-4b66-a181-1f380d8789b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1906 | 2024.08.16 04:35:52.784032 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 185 rows starting from the beginning of the part | ||
| 1907 | 2024.08.16 04:35:52.784247 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1908 | 2024.08.16 04:35:52.784350 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1909 | 2024.08.16 04:35:52.784515 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1910 | 2024.08.16 04:35:52.784518 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part | ||
| 1911 | 2024.08.16 04:35:52.784813 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1912 | 2024.08.16 04:35:52.785248 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1913 | 2024.08.16 04:35:52.785892 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2024.08.16 04:35:52.785943 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1915 | 2024.08.16 04:35:52.786587 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1916 | 2024.08.16 04:35:52.786722 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 538 rows, containing 4 columns (4 merged, 0 gathered) in 0.003591237 sec., 149809.10477364762 rows/sec., 12.58 MiB/sec. | ||
| 1917 | 2024.08.16 04:35:52.787184 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1918 | 2024.08.16 04:35:52.787427 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1919 | 2024.08.16 04:35:52.787776 [ 87 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1920 | 2024.08.16 04:35:52.787888 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003739 sec., 17116.876170098956 rows/sec., 1.34 MiB/sec. | ||
| 1921 | 2024.08.16 04:35:52.787934 [ 87 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1922 | 2024.08.16 04:35:52.788063 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1923 | 2024.08.16 04:35:52.788320 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::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 | ||
| 1924 | 2024.08.16 04:35:52.788353 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Debug> DynamicQueryHandler: Done processing query | ||
| 1925 | 2024.08.16 04:35:52.788425 [ 3 ] {8a434ebb-5f35-451d-9efc-47dfd323dc54} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1926 | 2024.08.16 04:35:52.788478 [ 3 ] {} <Debug> HTTP-Session: 5d079ed0-7333-4b66-a181-1f380d8789b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1927 | 2024.08.16 04:35:52.788555 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1928 | 2024.08.16 04:35:52.788631 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1929 | 2024.08.16 04:35:52.788671 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1930 | 2024.08.16 04:35:52.788702 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_6_1} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1931 | 2024.08.16 04:35:52.788957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1932 | 2024.08.16 04:35:52.788983 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1933 | 2024.08.16 04:35:52.788989 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1934 | 2024.08.16 04:35:52.789149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1935 | 2024.08.16 04:35:52.789258 [ 3 ] {} <Debug> HTTP-Session: 2519692f-9989-4ec3-b2dc-efd525333255 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1936 | 2024.08.16 04:35:52.789334 [ 3 ] {} <Debug> HTTP-Session: 2519692f-9989-4ec3-b2dc-efd525333255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1937 | 2024.08.16 04:35:52.789333 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 374 rows starting from the beginning of the part | ||
| 1938 | 2024.08.16 04:35:52.789380 [ 3 ] {} <Debug> HTTP-Session: 2519692f-9989-4ec3-b2dc-efd525333255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1939 | 2024.08.16 04:35:52.789548 [ 3 ] {} <Trace> HTTP-Session: 2519692f-9989-4ec3-b2dc-efd525333255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1940 | 2024.08.16 04:35:52.789719 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1941 | 2024.08.16 04:35:52.789917 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1942 | 2024.08.16 04:35:52.790027 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part | ||
| 1943 | 2024.08.16 04:35:52.790100 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1944 | 2024.08.16 04:35:52.790408 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1945 | 2024.08.16 04:35:52.791169 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1946 | 2024.08.16 04:35:52.791907 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1947 | 2024.08.16 04:35:52.791980 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1948 | 2024.08.16 04:35:52.793078 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1949 | 2024.08.16 04:35:52.793122 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 4 columns (4 merged, 0 gathered) in 0.004890338 sec., 192215.75277618846 rows/sec., 13.86 MiB/sec. | ||
| 1950 | 2024.08.16 04:35:52.793638 [ 186 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1951 | 2024.08.16 04:35:52.793958 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1952 | 2024.08.16 04:35:52.794341 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1953 | 2024.08.16 04:35:52.794347 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004557 sec., 35110.81852095677 rows/sec., 2.45 MiB/sec. | ||
| 1954 | 2024.08.16 04:35:52.794418 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1955 | 2024.08.16 04:35:52.794511 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1956 | 2024.08.16 04:35:52.794845 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Debug> DynamicQueryHandler: Done processing query | ||
| 1957 | 2024.08.16 04:35:52.794847 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 1958 | 2024.08.16 04:35:52.794927 [ 3 ] {301f6f95-215d-41e9-a14b-19da6c3e2331} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1959 | 2024.08.16 04:35:52.794932 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1960 | 2024.08.16 04:35:52.795003 [ 3 ] {} <Debug> HTTP-Session: 2519692f-9989-4ec3-b2dc-efd525333255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1961 | 2024.08.16 04:35:52.795202 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_6_1} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1962 | 2024.08.16 04:35:52.795329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1963 | 2024.08.16 04:35:52.795460 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1964 | 2024.08.16 04:35:52.795498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1965 | 2024.08.16 04:35:52.795509 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1966 | 2024.08.16 04:35:52.795548 [ 3 ] {} <Debug> HTTP-Session: 80a4d34f-fd78-465e-b2cf-34c126e8814c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 1967 | 2024.08.16 04:35:52.795617 [ 3 ] {} <Debug> HTTP-Session: 80a4d34f-fd78-465e-b2cf-34c126e8814c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1968 | 2024.08.16 04:35:52.795624 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1969 | 2024.08.16 04:35:52.795641 [ 3 ] {} <Debug> HTTP-Session: 80a4d34f-fd78-465e-b2cf-34c126e8814c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1970 | 2024.08.16 04:35:52.795716 [ 3 ] {} <Trace> HTTP-Session: 80a4d34f-fd78-465e-b2cf-34c126e8814c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1971 | 2024.08.16 04:35:52.795872 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 1972 | 2024.08.16 04:35:52.796182 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1973 | 2024.08.16 04:35:52.796185 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 207 rows starting from the beginning of the part | ||
| 1974 | 2024.08.16 04:35:52.796347 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1975 | 2024.08.16 04:35:52.796502 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 158 rows starting from the beginning of the part | ||
| 1976 | 2024.08.16 04:35:52.796816 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1977 | 2024.08.16 04:35:52.797168 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1978 | 2024.08.16 04:35:52.797659 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1979 | 2024.08.16 04:35:52.798416 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1980 | 2024.08.16 04:35:52.798476 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1981 | 2024.08.16 04:35:52.799645 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1982 | 2024.08.16 04:35:52.800417 [ 186 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 852 rows, containing 5 columns (5 merged, 0 gathered) in 0.005743919 sec., 148330.78251973956 rows/sec., 10.10 MiB/sec. | ||
| 1983 | 2024.08.16 04:35:52.800852 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1984 | 2024.08.16 04:35:52.800853 [ 196 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1985 | 2024.08.16 04:35:52.801077 [ 86 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1986 | 2024.08.16 04:35:52.801101 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005134 sec., 11686.79392286716 rows/sec., 806.51 KiB/sec. | ||
| 1987 | 2024.08.16 04:35:52.801147 [ 86 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1988 | 2024.08.16 04:35:52.801236 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 1989 | 2024.08.16 04:35:52.801685 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Debug> DynamicQueryHandler: Done processing query | ||
| 1990 | 2024.08.16 04:35:52.801770 [ 3 ] {df2d0357-10f3-45f2-85f0-6f971507e075} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1991 | 2024.08.16 04:35:52.801824 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 1992 | 2024.08.16 04:35:52.801875 [ 3 ] {} <Debug> HTTP-Session: 80a4d34f-fd78-465e-b2cf-34c126e8814c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1993 | 2024.08.16 04:35:52.802497 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1994 | 2024.08.16 04:35:52.802544 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 1995 | 2024.08.16 04:35:52.802699 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 1996 | 2024.08.16 04:35:52.803017 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 66 rows starting from the beginning of the part | ||
| 1997 | 2024.08.16 04:35:52.803068 [ 196 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2024.08.16 04:35:52.803360 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part | ||
| 1999 | 2024.08.16 04:35:52.803388 [ 196 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2000 | 2024.08.16 04:35:52.803727 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2001 | 2024.08.16 04:35:52.803737 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 2002 | 2024.08.16 04:35:52.803890 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 2003 | 2024.08.16 04:35:52.805186 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 302 rows, containing 4 columns (4 merged, 0 gathered) in 0.003780302 sec., 79887.79732412913 rows/sec., 5.24 MiB/sec. | ||
| 2004 | 2024.08.16 04:35:52.805447 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2005 | 2024.08.16 04:35:52.806148 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2006 | 2024.08.16 04:35:52.806223 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_6_1} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2007 | 2024.08.16 04:35:52.806293 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2008 | 2024.08.16 04:35:57.784776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 28369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2009 | 2024.08.16 04:35:57.784934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2010 | 2024.08.16 04:35:57.784962 [ 3 ] {} <Debug> HTTP-Session: 7673e1fb-f72a-4cf9-a174-16880cdb102c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2011 | 2024.08.16 04:35:57.784989 [ 3 ] {} <Debug> HTTP-Session: 7673e1fb-f72a-4cf9-a174-16880cdb102c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2012 | 2024.08.16 04:35:57.785006 [ 3 ] {} <Debug> HTTP-Session: 7673e1fb-f72a-4cf9-a174-16880cdb102c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2013 | 2024.08.16 04:35:57.785058 [ 3 ] {} <Trace> HTTP-Session: 7673e1fb-f72a-4cf9-a174-16880cdb102c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2014 | 2024.08.16 04:35:57.785315 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2015 | 2024.08.16 04:35:57.785387 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2016 | 2024.08.16 04:35:57.785578 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2017 | 2024.08.16 04:35:57.786120 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2018 | 2024.08.16 04:35:57.786172 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2019 | 2024.08.16 04:35:57.786724 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2020 | 2024.08.16 04:35:57.787365 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2021 | 2024.08.16 04:35:57.787543 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002326 sec., 81255.37403267412 rows/sec., 7.08 MiB/sec. | ||
| 2022 | 2024.08.16 04:35:57.787794 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2023 | 2024.08.16 04:35:57.787821 [ 3 ] {f08bf20d-dc5a-4b81-842d-f45d7d7237c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2024 | 2024.08.16 04:35:57.787838 [ 3 ] {} <Debug> HTTP-Session: 7673e1fb-f72a-4cf9-a174-16880cdb102c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2025 | 2024.08.16 04:35:57.788019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2026 | 2024.08.16 04:35:57.788075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2027 | 2024.08.16 04:35:57.788095 [ 3 ] {} <Debug> HTTP-Session: 71d8efcf-4fb4-4ad1-b618-a702fc8c8c00 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2028 | 2024.08.16 04:35:57.788115 [ 3 ] {} <Debug> HTTP-Session: 71d8efcf-4fb4-4ad1-b618-a702fc8c8c00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2029 | 2024.08.16 04:35:57.788129 [ 3 ] {} <Debug> HTTP-Session: 71d8efcf-4fb4-4ad1-b618-a702fc8c8c00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2030 | 2024.08.16 04:35:57.788166 [ 3 ] {} <Trace> HTTP-Session: 71d8efcf-4fb4-4ad1-b618-a702fc8c8c00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2031 | 2024.08.16 04:35:57.788283 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2032 | 2024.08.16 04:35:57.788335 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2033 | 2024.08.16 04:35:57.788481 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2034 | 2024.08.16 04:35:57.788871 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2024.08.16 04:35:57.788922 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2036 | 2024.08.16 04:35:57.789443 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2037 | 2024.08.16 04:35:57.790145 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2024.08.16 04:35:57.790319 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002063 sec., 6786.233640329617 rows/sec., 475.26 KiB/sec. | ||
| 2039 | 2024.08.16 04:35:57.790641 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2040 | 2024.08.16 04:35:57.790669 [ 3 ] {2f74ed26-fe31-4362-9c62-7ff61d9adff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2041 | 2024.08.16 04:35:57.790685 [ 3 ] {} <Debug> HTTP-Session: 71d8efcf-4fb4-4ad1-b618-a702fc8c8c00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2042 | 2024.08.16 04:35:57.790827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2043 | 2024.08.16 04:35:57.790881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2044 | 2024.08.16 04:35:57.790900 [ 3 ] {} <Debug> HTTP-Session: 9b302cfc-4cbf-427a-8f68-87e4f4cfb750 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2045 | 2024.08.16 04:35:57.790921 [ 3 ] {} <Debug> HTTP-Session: 9b302cfc-4cbf-427a-8f68-87e4f4cfb750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2046 | 2024.08.16 04:35:57.790936 [ 3 ] {} <Debug> HTTP-Session: 9b302cfc-4cbf-427a-8f68-87e4f4cfb750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2047 | 2024.08.16 04:35:57.790974 [ 3 ] {} <Trace> HTTP-Session: 9b302cfc-4cbf-427a-8f68-87e4f4cfb750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2048 | 2024.08.16 04:35:57.791083 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2049 | 2024.08.16 04:35:57.791137 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2050 | 2024.08.16 04:35:57.791293 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2051 | 2024.08.16 04:35:57.791610 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2052 | 2024.08.16 04:35:57.791649 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2053 | 2024.08.16 04:35:57.792104 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2054 | 2024.08.16 04:35:57.792716 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2055 | 2024.08.16 04:35:57.792951 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001886 sec., 3181.3361611876985 rows/sec., 187.96 KiB/sec. | ||
| 2056 | 2024.08.16 04:35:57.793229 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2057 | 2024.08.16 04:35:57.793255 [ 3 ] {76f7e0b1-ce0c-496d-9447-6ac656ae19b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2058 | 2024.08.16 04:35:57.793272 [ 3 ] {} <Debug> HTTP-Session: 9b302cfc-4cbf-427a-8f68-87e4f4cfb750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2059 | 2024.08.16 04:35:57.793506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 61789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2060 | 2024.08.16 04:35:57.793562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2061 | 2024.08.16 04:35:57.793582 [ 3 ] {} <Debug> HTTP-Session: f150eda2-0371-433a-82b3-24223efbce36 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2062 | 2024.08.16 04:35:57.793600 [ 3 ] {} <Debug> HTTP-Session: f150eda2-0371-433a-82b3-24223efbce36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2063 | 2024.08.16 04:35:57.793615 [ 3 ] {} <Debug> HTTP-Session: f150eda2-0371-433a-82b3-24223efbce36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2064 | 2024.08.16 04:35:57.793649 [ 3 ] {} <Trace> HTTP-Session: f150eda2-0371-433a-82b3-24223efbce36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2024.08.16 04:35:57.793994 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2066 | 2024.08.16 04:35:57.794043 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2067 | 2024.08.16 04:35:57.794195 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2068 | 2024.08.16 04:35:57.794733 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2069 | 2024.08.16 04:35:57.794773 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2070 | 2024.08.16 04:35:57.795250 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2071 | 2024.08.16 04:35:57.795877 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2072 | 2024.08.16 04:35:57.796051 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.0023 sec., 166086.95652173914 rows/sec., 11.75 MiB/sec. | ||
| 2073 | 2024.08.16 04:35:57.796345 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Debug> DynamicQueryHandler: Done processing query | ||
| 2074 | 2024.08.16 04:35:57.796372 [ 3 ] {d955413f-71fe-4374-851b-98bee4d72315} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2075 | 2024.08.16 04:35:57.796388 [ 3 ] {} <Debug> HTTP-Session: f150eda2-0371-433a-82b3-24223efbce36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2076 | 2024.08.16 04:35:57.796526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2077 | 2024.08.16 04:35:57.796579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2078 | 2024.08.16 04:35:57.796598 [ 3 ] {} <Debug> HTTP-Session: a20603c2-a80b-46ec-95f6-c1cc7bc75a01 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2079 | 2024.08.16 04:35:57.796620 [ 3 ] {} <Debug> HTTP-Session: a20603c2-a80b-46ec-95f6-c1cc7bc75a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2080 | 2024.08.16 04:35:57.796635 [ 3 ] {} <Debug> HTTP-Session: a20603c2-a80b-46ec-95f6-c1cc7bc75a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2081 | 2024.08.16 04:35:57.796670 [ 3 ] {} <Trace> HTTP-Session: a20603c2-a80b-46ec-95f6-c1cc7bc75a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2024.08.16 04:35:57.796777 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2083 | 2024.08.16 04:35:57.796828 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2084 | 2024.08.16 04:35:57.796988 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2085 | 2024.08.16 04:35:57.797267 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2024.08.16 04:35:57.797305 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2087 | 2024.08.16 04:35:57.797838 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2088 | 2024.08.16 04:35:57.798621 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2024.08.16 04:35:57.798791 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00204 sec., 2941.176470588235 rows/sec., 153.66 KiB/sec. | ||
| 2090 | 2024.08.16 04:35:57.799084 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2091 | 2024.08.16 04:35:57.799111 [ 3 ] {ec9afcdd-d131-44d5-9b9d-c7b8484393d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2092 | 2024.08.16 04:35:57.799126 [ 3 ] {} <Debug> HTTP-Session: a20603c2-a80b-46ec-95f6-c1cc7bc75a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2093 | 2024.08.16 04:35:57.799342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2094 | 2024.08.16 04:35:57.799396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2095 | 2024.08.16 04:35:57.799419 [ 3 ] {} <Debug> HTTP-Session: 6bc25680-5f6c-4586-be05-423875ff52c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2096 | 2024.08.16 04:35:57.799437 [ 3 ] {} <Debug> HTTP-Session: 6bc25680-5f6c-4586-be05-423875ff52c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2097 | 2024.08.16 04:35:57.799452 [ 3 ] {} <Debug> HTTP-Session: 6bc25680-5f6c-4586-be05-423875ff52c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2098 | 2024.08.16 04:35:57.799487 [ 3 ] {} <Trace> HTTP-Session: 6bc25680-5f6c-4586-be05-423875ff52c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2024.08.16 04:35:57.799675 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2100 | 2024.08.16 04:35:57.799726 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2101 | 2024.08.16 04:35:57.799890 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2102 | 2024.08.16 04:35:57.800361 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2024.08.16 04:35:57.800405 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2104 | 2024.08.16 04:35:57.800987 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2105 | 2024.08.16 04:35:57.801669 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2106 | 2024.08.16 04:35:57.801807 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002224 sec., 106564.74820143885 rows/sec., 7.14 MiB/sec. | ||
| 2107 | 2024.08.16 04:35:57.801996 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2108 | 2024.08.16 04:35:57.802021 [ 3 ] {59059e0c-5252-4bcd-82f8-af1e1af8775e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2109 | 2024.08.16 04:35:57.802037 [ 3 ] {} <Debug> HTTP-Session: 6bc25680-5f6c-4586-be05-423875ff52c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2110 | 2024.08.16 04:35:57.802171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2111 | 2024.08.16 04:35:57.802222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2112 | 2024.08.16 04:35:57.802243 [ 3 ] {} <Debug> HTTP-Session: 4cfc19d2-0abf-4226-90b4-907e18800fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2113 | 2024.08.16 04:35:57.802259 [ 3 ] {} <Debug> HTTP-Session: 4cfc19d2-0abf-4226-90b4-907e18800fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2114 | 2024.08.16 04:35:57.802274 [ 3 ] {} <Debug> HTTP-Session: 4cfc19d2-0abf-4226-90b4-907e18800fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2115 | 2024.08.16 04:35:57.802307 [ 3 ] {} <Trace> HTTP-Session: 4cfc19d2-0abf-4226-90b4-907e18800fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2116 | 2024.08.16 04:35:57.802403 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2117 | 2024.08.16 04:35:57.802452 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2118 | 2024.08.16 04:35:57.802584 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2119 | 2024.08.16 04:35:57.802909 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2024.08.16 04:35:57.802947 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2121 | 2024.08.16 04:35:57.804566 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2122 | 2024.08.16 04:35:57.809139 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2024.08.16 04:35:57.809331 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00694 sec., 144.0922190201729 rows/sec., 9.71 KiB/sec. | ||
| 2124 | 2024.08.16 04:35:57.809632 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Debug> DynamicQueryHandler: Done processing query | ||
| 2125 | 2024.08.16 04:35:57.809660 [ 3 ] {c4f12bae-b82e-40a6-abd8-7cf68d42d718} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2126 | 2024.08.16 04:35:57.809677 [ 3 ] {} <Debug> HTTP-Session: 4cfc19d2-0abf-4226-90b4-907e18800fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2127 | 2024.08.16 04:35:57.809810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2128 | 2024.08.16 04:35:57.809863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2129 | 2024.08.16 04:35:57.809886 [ 3 ] {} <Debug> HTTP-Session: 1bed433c-9b25-43af-b9bc-265edd86dc51 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2130 | 2024.08.16 04:35:57.809904 [ 3 ] {} <Debug> HTTP-Session: 1bed433c-9b25-43af-b9bc-265edd86dc51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2131 | 2024.08.16 04:35:57.809918 [ 3 ] {} <Debug> HTTP-Session: 1bed433c-9b25-43af-b9bc-265edd86dc51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2132 | 2024.08.16 04:35:57.809952 [ 3 ] {} <Trace> HTTP-Session: 1bed433c-9b25-43af-b9bc-265edd86dc51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2133 | 2024.08.16 04:35:57.810101 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2134 | 2024.08.16 04:35:57.810153 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2135 | 2024.08.16 04:35:57.810311 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2136 | 2024.08.16 04:35:57.810656 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2024.08.16 04:35:57.810694 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 2138 | 2024.08.16 04:35:57.811232 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2139 | 2024.08.16 04:35:57.811952 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2140 | 2024.08.16 04:35:57.812122 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002088 sec., 39272.030651340996 rows/sec., 2.49 MiB/sec. | ||
| 2141 | 2024.08.16 04:35:57.812310 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Debug> DynamicQueryHandler: Done processing query | ||
| 2142 | 2024.08.16 04:35:57.812337 [ 3 ] {6848778d-5fad-4f78-8d9c-a1f522823425} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2143 | 2024.08.16 04:35:57.812353 [ 3 ] {} <Debug> HTTP-Session: 1bed433c-9b25-43af-b9bc-265edd86dc51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2144 | 2024.08.16 04:36:02.779601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2145 | 2024.08.16 04:36:02.779732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2146 | 2024.08.16 04:36:02.779760 [ 3 ] {} <Debug> HTTP-Session: 0fadcd40-674d-47be-acdf-dd3e14b82048 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2147 | 2024.08.16 04:36:02.779788 [ 3 ] {} <Debug> HTTP-Session: 0fadcd40-674d-47be-acdf-dd3e14b82048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2148 | 2024.08.16 04:36:02.779806 [ 3 ] {} <Debug> HTTP-Session: 0fadcd40-674d-47be-acdf-dd3e14b82048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2149 | 2024.08.16 04:36:02.779862 [ 3 ] {} <Trace> HTTP-Session: 0fadcd40-674d-47be-acdf-dd3e14b82048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2150 | 2024.08.16 04:36:02.780069 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2151 | 2024.08.16 04:36:02.780140 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2152 | 2024.08.16 04:36:02.780350 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2153 | 2024.08.16 04:36:02.780807 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2024.08.16 04:36:02.780846 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2155 | 2024.08.16 04:36:02.781201 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2156 | 2024.08.16 04:36:02.781528 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2024.08.16 04:36:02.781667 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001671 sec., 33512.86654697786 rows/sec., 2.56 MiB/sec. | ||
| 2158 | 2024.08.16 04:36:02.781867 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Debug> DynamicQueryHandler: Done processing query | ||
| 2159 | 2024.08.16 04:36:02.781894 [ 3 ] {b788aa1e-ef2a-4c60-9c29-c92db3f87162} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2160 | 2024.08.16 04:36:02.781910 [ 3 ] {} <Debug> HTTP-Session: 0fadcd40-674d-47be-acdf-dd3e14b82048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2161 | 2024.08.16 04:36:02.782049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2162 | 2024.08.16 04:36:02.782099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2163 | 2024.08.16 04:36:02.782118 [ 3 ] {} <Debug> HTTP-Session: cdbfda4c-efbb-4883-8262-051ad59a197b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2164 | 2024.08.16 04:36:02.782135 [ 3 ] {} <Debug> HTTP-Session: cdbfda4c-efbb-4883-8262-051ad59a197b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2165 | 2024.08.16 04:36:02.782150 [ 3 ] {} <Debug> HTTP-Session: cdbfda4c-efbb-4883-8262-051ad59a197b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2166 | 2024.08.16 04:36:02.782182 [ 3 ] {} <Trace> HTTP-Session: cdbfda4c-efbb-4883-8262-051ad59a197b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2167 | 2024.08.16 04:36:02.782295 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2168 | 2024.08.16 04:36:02.782337 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2169 | 2024.08.16 04:36:02.782463 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2170 | 2024.08.16 04:36:02.782825 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2171 | 2024.08.16 04:36:02.782863 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2172 | 2024.08.16 04:36:02.783172 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2173 | 2024.08.16 04:36:02.783492 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2174 | 2024.08.16 04:36:02.783618 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001363 sec., 46955.24578136463 rows/sec., 3.66 MiB/sec. | ||
| 2175 | 2024.08.16 04:36:02.783781 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2176 | 2024.08.16 04:36:02.783807 [ 3 ] {7bd87c05-d3ab-493c-ae75-f1685a0ade9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2177 | 2024.08.16 04:36:02.783823 [ 3 ] {} <Debug> HTTP-Session: cdbfda4c-efbb-4883-8262-051ad59a197b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2178 | 2024.08.16 04:36:02.783974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2179 | 2024.08.16 04:36:02.784023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2180 | 2024.08.16 04:36:02.784043 [ 3 ] {} <Debug> HTTP-Session: 3dc00d3b-ad6f-4d63-84bb-f4531073ea9d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2181 | 2024.08.16 04:36:02.784060 [ 3 ] {} <Debug> HTTP-Session: 3dc00d3b-ad6f-4d63-84bb-f4531073ea9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2182 | 2024.08.16 04:36:02.784075 [ 3 ] {} <Debug> HTTP-Session: 3dc00d3b-ad6f-4d63-84bb-f4531073ea9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2183 | 2024.08.16 04:36:02.784106 [ 3 ] {} <Trace> HTTP-Session: 3dc00d3b-ad6f-4d63-84bb-f4531073ea9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2184 | 2024.08.16 04:36:02.784251 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2185 | 2024.08.16 04:36:02.784298 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2186 | 2024.08.16 04:36:02.784441 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2187 | 2024.08.16 04:36:02.784836 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2024.08.16 04:36:02.784873 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2189 | 2024.08.16 04:36:02.785265 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2190 | 2024.08.16 04:36:02.785608 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2024.08.16 04:36:02.785735 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
| 2192 | 2024.08.16 04:36:02.785904 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Debug> DynamicQueryHandler: Done processing query | ||
| 2193 | 2024.08.16 04:36:02.785929 [ 3 ] {589990ce-b468-42c2-84ce-d7524dafc769} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2194 | 2024.08.16 04:36:02.785946 [ 3 ] {} <Debug> HTTP-Session: 3dc00d3b-ad6f-4d63-84bb-f4531073ea9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2195 | 2024.08.16 04:36:02.786070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2196 | 2024.08.16 04:36:02.786118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2197 | 2024.08.16 04:36:02.786137 [ 3 ] {} <Debug> HTTP-Session: 3b52ed05-f574-49fa-b96d-e18c8be6ef70 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2198 | 2024.08.16 04:36:02.786153 [ 3 ] {} <Debug> HTTP-Session: 3b52ed05-f574-49fa-b96d-e18c8be6ef70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2199 | 2024.08.16 04:36:02.786168 [ 3 ] {} <Debug> HTTP-Session: 3b52ed05-f574-49fa-b96d-e18c8be6ef70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2200 | 2024.08.16 04:36:02.786198 [ 3 ] {} <Trace> HTTP-Session: 3b52ed05-f574-49fa-b96d-e18c8be6ef70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2201 | 2024.08.16 04:36:02.786326 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2202 | 2024.08.16 04:36:02.786371 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2203 | 2024.08.16 04:36:02.786496 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2204 | 2024.08.16 04:36:02.786804 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2024.08.16 04:36:02.786841 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2206 | 2024.08.16 04:36:02.787192 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2207 | 2024.08.16 04:36:02.787511 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2024.08.16 04:36:02.787647 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 2209 | 2024.08.16 04:36:02.787845 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2210 | 2024.08.16 04:36:02.787869 [ 3 ] {2429abb7-ddf9-42bc-a441-147a013a1ab8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2211 | 2024.08.16 04:36:02.787885 [ 3 ] {} <Debug> HTTP-Session: 3b52ed05-f574-49fa-b96d-e18c8be6ef70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2212 | 2024.08.16 04:36:04.665123 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2213 | 2024.08.16 04:36:04.665180 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2214 | 2024.08.16 04:36:07.779386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2215 | 2024.08.16 04:36:07.779509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2216 | 2024.08.16 04:36:07.779534 [ 3 ] {} <Debug> HTTP-Session: 10e48712-65fa-400d-a9bc-14215d6a935c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2217 | 2024.08.16 04:36:07.779559 [ 3 ] {} <Debug> HTTP-Session: 10e48712-65fa-400d-a9bc-14215d6a935c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2218 | 2024.08.16 04:36:07.779574 [ 3 ] {} <Debug> HTTP-Session: 10e48712-65fa-400d-a9bc-14215d6a935c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2219 | 2024.08.16 04:36:07.779621 [ 3 ] {} <Trace> HTTP-Session: 10e48712-65fa-400d-a9bc-14215d6a935c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2220 | 2024.08.16 04:36:07.779853 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2221 | 2024.08.16 04:36:07.780226 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2222 | 2024.08.16 04:36:07.780274 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2223 | 2024.08.16 04:36:07.780601 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2224 | 2024.08.16 04:36:07.780682 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2225 | 2024.08.16 04:36:07.780853 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2226 | 2024.08.16 04:36:07.781022 [ 255 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2227 | 2024.08.16 04:36:07.781056 [ 253 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2228 | 2024.08.16 04:36:07.781053 [ 254 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2229 | 2024.08.16 04:36:07.781238 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 2230 | 2024.08.16 04:36:07.781272 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2231 | 2024.08.16 04:36:07.781384 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2232 | 2024.08.16 04:36:07.781408 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2233 | 2024.08.16 04:36:07.781451 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2234 | 2024.08.16 04:36:07.781496 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2235 | 2024.08.16 04:36:07.781534 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2236 | 2024.08.16 04:36:07.783423 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003675 sec., 8163.265306122449 rows/sec., 305.86 KiB/sec. | ||
| 2237 | 2024.08.16 04:36:07.783846 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> DynamicQueryHandler: Done processing query | ||
| 2238 | 2024.08.16 04:36:07.783878 [ 3 ] {12547ddd-f11f-4b4f-a80a-eb29fce92c97} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2239 | 2024.08.16 04:36:07.783899 [ 3 ] {} <Debug> HTTP-Session: 10e48712-65fa-400d-a9bc-14215d6a935c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2240 | 2024.08.16 04:36:07.785857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2241 | 2024.08.16 04:36:07.785921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2242 | 2024.08.16 04:36:07.785946 [ 3 ] {} <Debug> HTTP-Session: c6b3524b-019d-4516-9fef-6d19a7ed6a34 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2243 | 2024.08.16 04:36:07.785969 [ 3 ] {} <Debug> HTTP-Session: c6b3524b-019d-4516-9fef-6d19a7ed6a34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2244 | 2024.08.16 04:36:07.785987 [ 3 ] {} <Debug> HTTP-Session: c6b3524b-019d-4516-9fef-6d19a7ed6a34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2245 | 2024.08.16 04:36:07.786029 [ 3 ] {} <Trace> HTTP-Session: c6b3524b-019d-4516-9fef-6d19a7ed6a34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2246 | 2024.08.16 04:36:07.786220 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2247 | 2024.08.16 04:36:07.786553 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2248 | 2024.08.16 04:36:07.786599 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2249 | 2024.08.16 04:36:07.786892 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2250 | 2024.08.16 04:36:07.786958 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2251 | 2024.08.16 04:36:07.787097 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2252 | 2024.08.16 04:36:07.787215 [ 260 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2253 | 2024.08.16 04:36:07.787240 [ 259 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2254 | 2024.08.16 04:36:07.787254 [ 258 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2255 | 2024.08.16 04:36:07.787395 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 2256 | 2024.08.16 04:36:07.787425 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2257 | 2024.08.16 04:36:07.787528 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2258 | 2024.08.16 04:36:07.787549 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2259 | 2024.08.16 04:36:07.787588 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2260 | 2024.08.16 04:36:07.787630 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2261 | 2024.08.16 04:36:07.787669 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2262 | 2024.08.16 04:36:07.789335 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003212 sec., 9339.975093399751 rows/sec., 349.95 KiB/sec. | ||
| 2263 | 2024.08.16 04:36:07.789709 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> DynamicQueryHandler: Done processing query | ||
| 2264 | 2024.08.16 04:36:07.789741 [ 3 ] {0b2a80d7-c126-4301-83d3-f7b022eb5786} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2265 | 2024.08.16 04:36:07.789761 [ 3 ] {} <Debug> HTTP-Session: c6b3524b-019d-4516-9fef-6d19a7ed6a34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2266 | 2024.08.16 04:36:07.790009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2267 | 2024.08.16 04:36:07.790067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2268 | 2024.08.16 04:36:07.790092 [ 3 ] {} <Debug> HTTP-Session: f4cb3aee-98c2-4a5f-84ad-d31ff387e0f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2269 | 2024.08.16 04:36:07.790113 [ 3 ] {} <Debug> HTTP-Session: f4cb3aee-98c2-4a5f-84ad-d31ff387e0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2270 | 2024.08.16 04:36:07.790131 [ 3 ] {} <Debug> HTTP-Session: f4cb3aee-98c2-4a5f-84ad-d31ff387e0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2271 | 2024.08.16 04:36:07.790169 [ 3 ] {} <Trace> HTTP-Session: f4cb3aee-98c2-4a5f-84ad-d31ff387e0f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2272 | 2024.08.16 04:36:07.790352 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2273 | 2024.08.16 04:36:07.790656 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2274 | 2024.08.16 04:36:07.790704 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2275 | 2024.08.16 04:36:07.790999 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2276 | 2024.08.16 04:36:07.791063 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2277 | 2024.08.16 04:36:07.791201 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2278 | 2024.08.16 04:36:07.791264 [ 261 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2279 | 2024.08.16 04:36:07.791337 [ 253 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2280 | 2024.08.16 04:36:07.791353 [ 258 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2281 | 2024.08.16 04:36:07.791468 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 2282 | 2024.08.16 04:36:07.791499 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2283 | 2024.08.16 04:36:07.791601 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2284 | 2024.08.16 04:36:07.791622 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2285 | 2024.08.16 04:36:07.791662 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2286 | 2024.08.16 04:36:07.791704 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2287 | 2024.08.16 04:36:07.791742 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2288 | 2024.08.16 04:36:07.793554 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003293 sec., 9110.233829334953 rows/sec., 341.34 KiB/sec. | ||
| 2289 | 2024.08.16 04:36:07.793939 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2290 | 2024.08.16 04:36:07.793970 [ 3 ] {0cb0c2f1-f8c9-409b-a790-4af5f3e6930c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2291 | 2024.08.16 04:36:07.793990 [ 3 ] {} <Debug> HTTP-Session: f4cb3aee-98c2-4a5f-84ad-d31ff387e0f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2292 | 2024.08.16 04:36:07.794218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2293 | 2024.08.16 04:36:07.794276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2294 | 2024.08.16 04:36:07.794301 [ 3 ] {} <Debug> HTTP-Session: ccb780ff-bb78-4116-9a3a-272feef37f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2295 | 2024.08.16 04:36:07.794322 [ 3 ] {} <Debug> HTTP-Session: ccb780ff-bb78-4116-9a3a-272feef37f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2296 | 2024.08.16 04:36:07.794339 [ 3 ] {} <Debug> HTTP-Session: ccb780ff-bb78-4116-9a3a-272feef37f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2297 | 2024.08.16 04:36:07.794377 [ 3 ] {} <Trace> HTTP-Session: ccb780ff-bb78-4116-9a3a-272feef37f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2298 | 2024.08.16 04:36:07.794551 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2299 | 2024.08.16 04:36:07.794837 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2300 | 2024.08.16 04:36:07.794884 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2301 | 2024.08.16 04:36:07.795180 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2302 | 2024.08.16 04:36:07.795244 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2303 | 2024.08.16 04:36:07.795380 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2304 | 2024.08.16 04:36:07.795505 [ 261 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2305 | 2024.08.16 04:36:07.795519 [ 259 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2306 | 2024.08.16 04:36:07.795536 [ 260 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2307 | 2024.08.16 04:36:07.795652 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 2308 | 2024.08.16 04:36:07.795682 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2309 | 2024.08.16 04:36:07.795784 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2310 | 2024.08.16 04:36:07.795805 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2311 | 2024.08.16 04:36:07.795843 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2312 | 2024.08.16 04:36:07.795885 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2313 | 2024.08.16 04:36:07.795924 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2314 | 2024.08.16 04:36:07.797593 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003117 sec., 9624.63907603465 rows/sec., 360.61 KiB/sec. | ||
| 2315 | 2024.08.16 04:36:07.797941 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> DynamicQueryHandler: Done processing query | ||
| 2316 | 2024.08.16 04:36:07.797967 [ 3 ] {d57d4cba-7122-4cae-8632-3029f501d848} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2317 | 2024.08.16 04:36:07.797984 [ 3 ] {} <Debug> HTTP-Session: ccb780ff-bb78-4116-9a3a-272feef37f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2318 | 2024.08.16 04:36:07.803946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2319 | 2024.08.16 04:36:07.804005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2320 | 2024.08.16 04:36:07.804025 [ 3 ] {} <Debug> HTTP-Session: 9663a2e5-5323-4c67-b875-dec3d12fb45c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2321 | 2024.08.16 04:36:07.804043 [ 3 ] {} <Debug> HTTP-Session: 9663a2e5-5323-4c67-b875-dec3d12fb45c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2322 | 2024.08.16 04:36:07.804058 [ 3 ] {} <Debug> HTTP-Session: 9663a2e5-5323-4c67-b875-dec3d12fb45c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2323 | 2024.08.16 04:36:07.804090 [ 3 ] {} <Trace> HTTP-Session: 9663a2e5-5323-4c67-b875-dec3d12fb45c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2324 | 2024.08.16 04:36:07.804205 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2325 | 2024.08.16 04:36:07.804252 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2326 | 2024.08.16 04:36:07.804428 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2327 | 2024.08.16 04:36:07.804774 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2024.08.16 04:36:07.804812 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2329 | 2024.08.16 04:36:07.805309 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2330 | 2024.08.16 04:36:07.805629 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2331 | 2024.08.16 04:36:07.805788 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001614 sec., 2478.3147459727384 rows/sec., 268.04 KiB/sec. | ||
| 2332 | 2024.08.16 04:36:07.806006 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Debug> DynamicQueryHandler: Done processing query | ||
| 2333 | 2024.08.16 04:36:07.806031 [ 3 ] {f291b8ad-16b7-4f0a-9361-c6c62177d974} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2334 | 2024.08.16 04:36:07.806046 [ 3 ] {} <Debug> HTTP-Session: 9663a2e5-5323-4c67-b875-dec3d12fb45c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2335 | 2024.08.16 04:36:07.806166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2336 | 2024.08.16 04:36:07.806214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2337 | 2024.08.16 04:36:07.806233 [ 3 ] {} <Debug> HTTP-Session: f606462f-a68b-4cd2-b5d2-87b84eee50c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2338 | 2024.08.16 04:36:07.806250 [ 3 ] {} <Debug> HTTP-Session: f606462f-a68b-4cd2-b5d2-87b84eee50c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2339 | 2024.08.16 04:36:07.806264 [ 3 ] {} <Debug> HTTP-Session: f606462f-a68b-4cd2-b5d2-87b84eee50c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2340 | 2024.08.16 04:36:07.806294 [ 3 ] {} <Trace> HTTP-Session: f606462f-a68b-4cd2-b5d2-87b84eee50c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2024.08.16 04:36:07.806398 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2342 | 2024.08.16 04:36:07.806440 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2343 | 2024.08.16 04:36:07.806566 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2344 | 2024.08.16 04:36:07.807442 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2345 | 2024.08.16 04:36:07.807478 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2346 | 2024.08.16 04:36:07.807790 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2347 | 2024.08.16 04:36:07.808095 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2024.08.16 04:36:07.808250 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001879 sec., 13304.949441192124 rows/sec., 1.05 MiB/sec. | ||
| 2349 | 2024.08.16 04:36:07.808442 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Debug> DynamicQueryHandler: Done processing query | ||
| 2350 | 2024.08.16 04:36:07.808467 [ 3 ] {5243e6f4-6e9c-4c20-8edc-62f63a5aa811} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2351 | 2024.08.16 04:36:07.808482 [ 3 ] {} <Debug> HTTP-Session: f606462f-a68b-4cd2-b5d2-87b84eee50c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2352 | 2024.08.16 04:36:07.808662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 39686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2353 | 2024.08.16 04:36:07.808711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2354 | 2024.08.16 04:36:07.808732 [ 3 ] {} <Debug> HTTP-Session: 7333a8b0-31e2-4805-8507-750ba3bb76a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2355 | 2024.08.16 04:36:07.808749 [ 3 ] {} <Debug> HTTP-Session: 7333a8b0-31e2-4805-8507-750ba3bb76a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2356 | 2024.08.16 04:36:07.808763 [ 3 ] {} <Debug> HTTP-Session: 7333a8b0-31e2-4805-8507-750ba3bb76a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2357 | 2024.08.16 04:36:07.808793 [ 3 ] {} <Trace> HTTP-Session: 7333a8b0-31e2-4805-8507-750ba3bb76a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2358 | 2024.08.16 04:36:07.809144 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2359 | 2024.08.16 04:36:07.809188 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2360 | 2024.08.16 04:36:07.809312 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2361 | 2024.08.16 04:36:07.809792 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2362 | 2024.08.16 04:36:07.809828 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2363 | 2024.08.16 04:36:07.810148 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2364 | 2024.08.16 04:36:07.810459 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2365 | 2024.08.16 04:36:07.810613 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Debug> executeQuery: Read 264 rows, 23.62 KiB in 0.001723 sec., 153221.12594312246 rows/sec., 13.39 MiB/sec. | ||
| 2366 | 2024.08.16 04:36:07.810783 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Debug> DynamicQueryHandler: Done processing query | ||
| 2367 | 2024.08.16 04:36:07.810808 [ 3 ] {02be9c11-4faa-4b79-a47d-56f66ced5807} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2368 | 2024.08.16 04:36:07.810823 [ 3 ] {} <Debug> HTTP-Session: 7333a8b0-31e2-4805-8507-750ba3bb76a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2369 | 2024.08.16 04:36:07.810953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2370 | 2024.08.16 04:36:07.811001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2371 | 2024.08.16 04:36:07.811020 [ 3 ] {} <Debug> HTTP-Session: aceed542-8c55-4b89-b49f-4976e82cb154 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2372 | 2024.08.16 04:36:07.811036 [ 3 ] {} <Debug> HTTP-Session: aceed542-8c55-4b89-b49f-4976e82cb154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2373 | 2024.08.16 04:36:07.811050 [ 3 ] {} <Debug> HTTP-Session: aceed542-8c55-4b89-b49f-4976e82cb154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2374 | 2024.08.16 04:36:07.811081 [ 3 ] {} <Trace> HTTP-Session: aceed542-8c55-4b89-b49f-4976e82cb154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2375 | 2024.08.16 04:36:07.811177 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2376 | 2024.08.16 04:36:07.811220 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2377 | 2024.08.16 04:36:07.811344 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2378 | 2024.08.16 04:36:07.811637 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2024.08.16 04:36:07.811673 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2380 | 2024.08.16 04:36:07.811980 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2381 | 2024.08.16 04:36:07.812289 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2024.08.16 04:36:07.812443 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00129 sec., 10852.713178294574 rows/sec., 760.05 KiB/sec. | ||
| 2383 | 2024.08.16 04:36:07.812663 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Debug> DynamicQueryHandler: Done processing query | ||
| 2384 | 2024.08.16 04:36:07.812688 [ 3 ] {f6b6c0f1-31f8-4c66-9f9c-5303b229cf46} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2385 | 2024.08.16 04:36:07.812704 [ 3 ] {} <Debug> HTTP-Session: aceed542-8c55-4b89-b49f-4976e82cb154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2386 | 2024.08.16 04:36:07.812828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2387 | 2024.08.16 04:36:07.812876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2388 | 2024.08.16 04:36:07.812897 [ 3 ] {} <Debug> HTTP-Session: b713fee2-7068-4fe8-95cf-a993618c6a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2389 | 2024.08.16 04:36:07.812913 [ 3 ] {} <Debug> HTTP-Session: b713fee2-7068-4fe8-95cf-a993618c6a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2390 | 2024.08.16 04:36:07.812928 [ 3 ] {} <Debug> HTTP-Session: b713fee2-7068-4fe8-95cf-a993618c6a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2391 | 2024.08.16 04:36:07.812959 [ 3 ] {} <Trace> HTTP-Session: b713fee2-7068-4fe8-95cf-a993618c6a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2024.08.16 04:36:07.813053 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2393 | 2024.08.16 04:36:07.813095 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2394 | 2024.08.16 04:36:07.813219 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2395 | 2024.08.16 04:36:07.813492 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2396 | 2024.08.16 04:36:07.813529 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2397 | 2024.08.16 04:36:07.813831 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2398 | 2024.08.16 04:36:07.814132 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2399 | 2024.08.16 04:36:07.814287 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 282.24 KiB/sec. | ||
| 2400 | 2024.08.16 04:36:07.814503 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2401 | 2024.08.16 04:36:07.814528 [ 3 ] {b26aac28-6a43-40a1-a406-5c501b28e65c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2402 | 2024.08.16 04:36:07.814544 [ 3 ] {} <Debug> HTTP-Session: b713fee2-7068-4fe8-95cf-a993618c6a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2403 | 2024.08.16 04:36:07.814946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 69083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2404 | 2024.08.16 04:36:07.814994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2405 | 2024.08.16 04:36:07.815017 [ 3 ] {} <Debug> HTTP-Session: 3dc67977-eb16-4fd3-b88f-d7d221a946b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2406 | 2024.08.16 04:36:07.815035 [ 3 ] {} <Debug> HTTP-Session: 3dc67977-eb16-4fd3-b88f-d7d221a946b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2407 | 2024.08.16 04:36:07.815049 [ 3 ] {} <Debug> HTTP-Session: 3dc67977-eb16-4fd3-b88f-d7d221a946b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2408 | 2024.08.16 04:36:07.815080 [ 3 ] {} <Trace> HTTP-Session: 3dc67977-eb16-4fd3-b88f-d7d221a946b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2409 | 2024.08.16 04:36:07.815425 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2410 | 2024.08.16 04:36:07.815471 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2411 | 2024.08.16 04:36:07.815593 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2412 | 2024.08.16 04:36:07.816139 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2024.08.16 04:36:07.816177 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2414 | 2024.08.16 04:36:07.816508 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2415 | 2024.08.16 04:36:07.816826 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2416 | 2024.08.16 04:36:07.816984 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Debug> executeQuery: Read 425 rows, 31.13 KiB in 0.00178 sec., 238764.04494382025 rows/sec., 17.08 MiB/sec. | ||
| 2417 | 2024.08.16 04:36:07.817191 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Debug> DynamicQueryHandler: Done processing query | ||
| 2418 | 2024.08.16 04:36:07.817217 [ 3 ] {4e3b8b07-0e0c-47fa-91d7-39e16780c175} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2419 | 2024.08.16 04:36:07.817232 [ 3 ] {} <Debug> HTTP-Session: 3dc67977-eb16-4fd3-b88f-d7d221a946b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2420 | 2024.08.16 04:36:07.817371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2421 | 2024.08.16 04:36:07.817419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2422 | 2024.08.16 04:36:07.817439 [ 3 ] {} <Debug> HTTP-Session: 4d10c724-a91d-4d1b-87dd-dcebbc38e9cc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2423 | 2024.08.16 04:36:07.817456 [ 3 ] {} <Debug> HTTP-Session: 4d10c724-a91d-4d1b-87dd-dcebbc38e9cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2424 | 2024.08.16 04:36:07.817470 [ 3 ] {} <Debug> HTTP-Session: 4d10c724-a91d-4d1b-87dd-dcebbc38e9cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2425 | 2024.08.16 04:36:07.817501 [ 3 ] {} <Trace> HTTP-Session: 4d10c724-a91d-4d1b-87dd-dcebbc38e9cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2024.08.16 04:36:07.817594 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2427 | 2024.08.16 04:36:07.817637 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2428 | 2024.08.16 04:36:07.817766 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2429 | 2024.08.16 04:36:07.818044 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2430 | 2024.08.16 04:36:07.818080 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2431 | 2024.08.16 04:36:07.818427 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2432 | 2024.08.16 04:36:07.818752 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2433 | 2024.08.16 04:36:07.818908 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
| 2434 | 2024.08.16 04:36:07.819074 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2435 | 2024.08.16 04:36:07.819098 [ 3 ] {8ad0b668-22b8-46e4-a1d0-7f1f37afdf0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2436 | 2024.08.16 04:36:07.819114 [ 3 ] {} <Debug> HTTP-Session: 4d10c724-a91d-4d1b-87dd-dcebbc38e9cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2437 | 2024.08.16 04:36:07.819262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2438 | 2024.08.16 04:36:07.819311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2439 | 2024.08.16 04:36:07.819331 [ 3 ] {} <Debug> HTTP-Session: f9a6f9ae-0c3a-452b-b7e4-95373da8d2f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2440 | 2024.08.16 04:36:07.819347 [ 3 ] {} <Debug> HTTP-Session: f9a6f9ae-0c3a-452b-b7e4-95373da8d2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2441 | 2024.08.16 04:36:07.819360 [ 3 ] {} <Debug> HTTP-Session: f9a6f9ae-0c3a-452b-b7e4-95373da8d2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2442 | 2024.08.16 04:36:07.819391 [ 3 ] {} <Trace> HTTP-Session: f9a6f9ae-0c3a-452b-b7e4-95373da8d2f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2024.08.16 04:36:07.819615 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2444 | 2024.08.16 04:36:07.819662 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2445 | 2024.08.16 04:36:07.819804 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2446 | 2024.08.16 04:36:07.820227 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2024.08.16 04:36:07.820263 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2448 | 2024.08.16 04:36:07.820638 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2449 | 2024.08.16 04:36:07.820976 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2450 | 2024.08.16 04:36:07.821133 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
| 2451 | 2024.08.16 04:36:07.821307 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Debug> DynamicQueryHandler: Done processing query | ||
| 2452 | 2024.08.16 04:36:07.821332 [ 3 ] {78d003ff-5b7e-43c6-9d53-816493f963df} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2453 | 2024.08.16 04:36:07.821348 [ 3 ] {} <Debug> HTTP-Session: f9a6f9ae-0c3a-452b-b7e4-95373da8d2f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2454 | 2024.08.16 04:36:07.821462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2455 | 2024.08.16 04:36:07.821511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2456 | 2024.08.16 04:36:07.821530 [ 3 ] {} <Debug> HTTP-Session: e5ef8f60-7bf8-4f3e-b694-8bd6364e9992 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2457 | 2024.08.16 04:36:07.821546 [ 3 ] {} <Debug> HTTP-Session: e5ef8f60-7bf8-4f3e-b694-8bd6364e9992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2458 | 2024.08.16 04:36:07.821560 [ 3 ] {} <Debug> HTTP-Session: e5ef8f60-7bf8-4f3e-b694-8bd6364e9992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2459 | 2024.08.16 04:36:07.821591 [ 3 ] {} <Trace> HTTP-Session: e5ef8f60-7bf8-4f3e-b694-8bd6364e9992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2460 | 2024.08.16 04:36:07.821681 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2461 | 2024.08.16 04:36:07.821726 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2462 | 2024.08.16 04:36:07.821853 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2463 | 2024.08.16 04:36:07.822148 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2464 | 2024.08.16 04:36:07.822185 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2465 | 2024.08.16 04:36:07.822528 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2466 | 2024.08.16 04:36:07.822850 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2024.08.16 04:36:07.823001 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec. | ||
| 2468 | 2024.08.16 04:36:07.823163 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Debug> DynamicQueryHandler: Done processing query | ||
| 2469 | 2024.08.16 04:36:07.823188 [ 3 ] {c1266b8d-ce21-4c5a-a376-6187a1ed8a52} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2470 | 2024.08.16 04:36:07.823203 [ 3 ] {} <Debug> HTTP-Session: e5ef8f60-7bf8-4f3e-b694-8bd6364e9992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2471 | 2024.08.16 04:36:07.823372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40009, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2472 | 2024.08.16 04:36:07.823419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2473 | 2024.08.16 04:36:07.823439 [ 3 ] {} <Debug> HTTP-Session: 5a503b18-e2f9-44ce-87d4-ab478ae3a9b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2474 | 2024.08.16 04:36:07.823456 [ 3 ] {} <Debug> HTTP-Session: 5a503b18-e2f9-44ce-87d4-ab478ae3a9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2475 | 2024.08.16 04:36:07.823469 [ 3 ] {} <Debug> HTTP-Session: 5a503b18-e2f9-44ce-87d4-ab478ae3a9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2476 | 2024.08.16 04:36:07.823499 [ 3 ] {} <Trace> HTTP-Session: 5a503b18-e2f9-44ce-87d4-ab478ae3a9b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2477 | 2024.08.16 04:36:07.824051 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2478 | 2024.08.16 04:36:07.824116 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <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 | ||
| 2479 | 2024.08.16 04:36:07.824506 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2480 | 2024.08.16 04:36:07.825306 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2481 | 2024.08.16 04:36:07.825343 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2482 | 2024.08.16 04:36:07.828032 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2483 | 2024.08.16 04:36:07.828548 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2484 | 2024.08.16 04:36:07.828735 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.005148 sec., 4856.254856254856 rows/sec., 8.70 MiB/sec. | ||
| 2485 | 2024.08.16 04:36:07.829030 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2486 | 2024.08.16 04:36:07.829055 [ 3 ] {29a13616-0678-4d18-a2b9-f83b3955d83e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2487 | 2024.08.16 04:36:07.829071 [ 3 ] {} <Debug> HTTP-Session: 5a503b18-e2f9-44ce-87d4-ab478ae3a9b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2488 | 2024.08.16 04:36:07.829216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 4324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2489 | 2024.08.16 04:36:07.829264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2490 | 2024.08.16 04:36:07.829284 [ 3 ] {} <Debug> HTTP-Session: a9a60fb8-a641-46b0-b01b-8109c8b0b8b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2491 | 2024.08.16 04:36:07.829302 [ 3 ] {} <Debug> HTTP-Session: a9a60fb8-a641-46b0-b01b-8109c8b0b8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2492 | 2024.08.16 04:36:07.829317 [ 3 ] {} <Debug> HTTP-Session: a9a60fb8-a641-46b0-b01b-8109c8b0b8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2493 | 2024.08.16 04:36:07.829348 [ 3 ] {} <Trace> HTTP-Session: a9a60fb8-a641-46b0-b01b-8109c8b0b8b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2494 | 2024.08.16 04:36:07.829449 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2495 | 2024.08.16 04:36:07.829493 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2496 | 2024.08.16 04:36:07.829620 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2497 | 2024.08.16 04:36:07.829902 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2498 | 2024.08.16 04:36:07.829941 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2499 | 2024.08.16 04:36:07.830305 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2500 | 2024.08.16 04:36:07.830626 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2501 | 2024.08.16 04:36:07.830798 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.001373 sec., 19664.967225054625 rows/sec., 1.42 MiB/sec. | ||
| 2502 | 2024.08.16 04:36:07.831056 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2503 | 2024.08.16 04:36:07.831081 [ 3 ] {0db7804f-1979-4cc7-b683-c47a733cf21c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2504 | 2024.08.16 04:36:07.831097 [ 3 ] {} <Debug> HTTP-Session: a9a60fb8-a641-46b0-b01b-8109c8b0b8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2505 | 2024.08.16 04:36:07.831227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2506 | 2024.08.16 04:36:07.831276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2507 | 2024.08.16 04:36:07.831296 [ 3 ] {} <Debug> HTTP-Session: c7591113-523b-4004-8d03-1859928f01c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2508 | 2024.08.16 04:36:07.831312 [ 3 ] {} <Debug> HTTP-Session: c7591113-523b-4004-8d03-1859928f01c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2509 | 2024.08.16 04:36:07.831327 [ 3 ] {} <Debug> HTTP-Session: c7591113-523b-4004-8d03-1859928f01c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2510 | 2024.08.16 04:36:07.831357 [ 3 ] {} <Trace> HTTP-Session: c7591113-523b-4004-8d03-1859928f01c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2511 | 2024.08.16 04:36:07.831491 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2512 | 2024.08.16 04:36:07.831535 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2513 | 2024.08.16 04:36:07.831680 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2514 | 2024.08.16 04:36:07.831987 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2515 | 2024.08.16 04:36:07.832023 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2516 | 2024.08.16 04:36:07.832391 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2517 | 2024.08.16 04:36:07.832714 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2518 | 2024.08.16 04:36:07.832867 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001431 sec., 57302.5856044724 rows/sec., 3.64 MiB/sec. | ||
| 2519 | 2024.08.16 04:36:07.833036 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2520 | 2024.08.16 04:36:07.833061 [ 3 ] {27cd1be7-1136-4a14-b377-aac602ea468a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2521 | 2024.08.16 04:36:07.833077 [ 3 ] {} <Debug> HTTP-Session: c7591113-523b-4004-8d03-1859928f01c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2522 | 2024.08.16 04:36:11.805720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2523 | 2024.08.16 04:36:11.805832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2524 | 2024.08.16 04:36:11.805856 [ 3 ] {} <Debug> HTTP-Session: 817e68d9-7cf2-4964-bb4b-d77b1f5c8c4c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2525 | 2024.08.16 04:36:11.805880 [ 3 ] {} <Debug> HTTP-Session: 817e68d9-7cf2-4964-bb4b-d77b1f5c8c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2526 | 2024.08.16 04:36:11.805895 [ 3 ] {} <Debug> HTTP-Session: 817e68d9-7cf2-4964-bb4b-d77b1f5c8c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2527 | 2024.08.16 04:36:11.805945 [ 3 ] {} <Trace> HTTP-Session: 817e68d9-7cf2-4964-bb4b-d77b1f5c8c4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2528 | 2024.08.16 04:36:11.806175 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2529 | 2024.08.16 04:36:11.806565 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2530 | 2024.08.16 04:36:11.806615 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2531 | 2024.08.16 04:36:11.806996 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2532 | 2024.08.16 04:36:11.807077 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2533 | 2024.08.16 04:36:11.807249 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2534 | 2024.08.16 04:36:11.807478 [ 253 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2535 | 2024.08.16 04:36:11.807515 [ 255 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2536 | 2024.08.16 04:36:11.807522 [ 254 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2537 | 2024.08.16 04:36:11.807482 [ 259 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2538 | 2024.08.16 04:36:11.807813 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2539 | 2024.08.16 04:36:11.807851 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2540 | 2024.08.16 04:36:11.807987 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2541 | 2024.08.16 04:36:11.808012 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2542 | 2024.08.16 04:36:11.808054 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2543 | 2024.08.16 04:36:11.808101 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2544 | 2024.08.16 04:36:11.808144 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2545 | 2024.08.16 04:36:11.808184 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2546 | 2024.08.16 04:36:11.810606 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004536 sec., 7495.590828924162 rows/sec., 288.49 KiB/sec. | ||
| 2547 | 2024.08.16 04:36:11.811094 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> DynamicQueryHandler: Done processing query | ||
| 2548 | 2024.08.16 04:36:11.811126 [ 3 ] {bf00785d-7f4e-4aa0-8d33-c24cbc020974} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 2549 | 2024.08.16 04:36:11.811147 [ 3 ] {} <Debug> HTTP-Session: 817e68d9-7cf2-4964-bb4b-d77b1f5c8c4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2550 | 2024.08.16 04:36:11.811411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2551 | 2024.08.16 04:36:11.811475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2552 | 2024.08.16 04:36:11.811499 [ 3 ] {} <Debug> HTTP-Session: 4c055766-78d2-4171-be7f-6328ffa58bae Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2553 | 2024.08.16 04:36:11.811522 [ 3 ] {} <Debug> HTTP-Session: 4c055766-78d2-4171-be7f-6328ffa58bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2554 | 2024.08.16 04:36:11.811540 [ 3 ] {} <Debug> HTTP-Session: 4c055766-78d2-4171-be7f-6328ffa58bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2555 | 2024.08.16 04:36:11.811583 [ 3 ] {} <Trace> HTTP-Session: 4c055766-78d2-4171-be7f-6328ffa58bae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2556 | 2024.08.16 04:36:11.811751 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2557 | 2024.08.16 04:36:11.812057 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2558 | 2024.08.16 04:36:11.812104 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2559 | 2024.08.16 04:36:11.812410 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2560 | 2024.08.16 04:36:11.812476 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2561 | 2024.08.16 04:36:11.812617 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2562 | 2024.08.16 04:36:11.812789 [ 260 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2563 | 2024.08.16 04:36:11.812793 [ 262 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2564 | 2024.08.16 04:36:11.812825 [ 254 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2565 | 2024.08.16 04:36:11.812825 [ 263 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2566 | 2024.08.16 04:36:11.812973 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2567 | 2024.08.16 04:36:11.813005 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2568 | 2024.08.16 04:36:11.813128 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2569 | 2024.08.16 04:36:11.813150 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2570 | 2024.08.16 04:36:11.813190 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2571 | 2024.08.16 04:36:11.813233 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2572 | 2024.08.16 04:36:11.813271 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2573 | 2024.08.16 04:36:11.813305 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2574 | 2024.08.16 04:36:11.815535 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003866 sec., 8794.619762027936 rows/sec., 338.49 KiB/sec. | ||
| 2575 | 2024.08.16 04:36:11.815958 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> DynamicQueryHandler: Done processing query | ||
| 2576 | 2024.08.16 04:36:11.815989 [ 3 ] {f5067fa8-1859-4293-a3b6-07e1e4122a67} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 2577 | 2024.08.16 04:36:11.816010 [ 3 ] {} <Debug> HTTP-Session: 4c055766-78d2-4171-be7f-6328ffa58bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2578 | 2024.08.16 04:36:11.816246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2579 | 2024.08.16 04:36:11.816300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2580 | 2024.08.16 04:36:11.816328 [ 3 ] {} <Debug> HTTP-Session: 37fc3405-7d62-4bb4-ae25-76bb49a7475e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2581 | 2024.08.16 04:36:11.816346 [ 3 ] {} <Debug> HTTP-Session: 37fc3405-7d62-4bb4-ae25-76bb49a7475e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2582 | 2024.08.16 04:36:11.816360 [ 3 ] {} <Debug> HTTP-Session: 37fc3405-7d62-4bb4-ae25-76bb49a7475e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2583 | 2024.08.16 04:36:11.816393 [ 3 ] {} <Trace> HTTP-Session: 37fc3405-7d62-4bb4-ae25-76bb49a7475e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2584 | 2024.08.16 04:36:11.816565 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2585 | 2024.08.16 04:36:11.816890 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2586 | 2024.08.16 04:36:11.816941 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2587 | 2024.08.16 04:36:11.817250 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2588 | 2024.08.16 04:36:11.817315 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2589 | 2024.08.16 04:36:11.817453 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2590 | 2024.08.16 04:36:11.817619 [ 253 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2591 | 2024.08.16 04:36:11.817682 [ 259 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2592 | 2024.08.16 04:36:11.817679 [ 258 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2593 | 2024.08.16 04:36:11.817694 [ 255 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2594 | 2024.08.16 04:36:11.817855 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2595 | 2024.08.16 04:36:11.817885 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2596 | 2024.08.16 04:36:11.818006 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2597 | 2024.08.16 04:36:11.818029 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2598 | 2024.08.16 04:36:11.818068 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2599 | 2024.08.16 04:36:11.818109 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2600 | 2024.08.16 04:36:11.818148 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2601 | 2024.08.16 04:36:11.818185 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2602 | 2024.08.16 04:36:11.820291 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003819 sec., 8902.854150301126 rows/sec., 342.65 KiB/sec. | ||
| 2603 | 2024.08.16 04:36:11.820690 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> DynamicQueryHandler: Done processing query | ||
| 2604 | 2024.08.16 04:36:11.820716 [ 3 ] {14fe7436-b366-4b0f-a94c-9f8095556d12} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 2605 | 2024.08.16 04:36:11.820733 [ 3 ] {} <Debug> HTTP-Session: 37fc3405-7d62-4bb4-ae25-76bb49a7475e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2606 | 2024.08.16 04:36:11.821057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2607 | 2024.08.16 04:36:11.821106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2608 | 2024.08.16 04:36:11.821127 [ 3 ] {} <Debug> HTTP-Session: 5c9fee8a-8dde-41ee-b59b-d63aa1088090 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2609 | 2024.08.16 04:36:11.821143 [ 3 ] {} <Debug> HTTP-Session: 5c9fee8a-8dde-41ee-b59b-d63aa1088090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2610 | 2024.08.16 04:36:11.821156 [ 3 ] {} <Debug> HTTP-Session: 5c9fee8a-8dde-41ee-b59b-d63aa1088090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2611 | 2024.08.16 04:36:11.821187 [ 3 ] {} <Trace> HTTP-Session: 5c9fee8a-8dde-41ee-b59b-d63aa1088090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2612 | 2024.08.16 04:36:11.821342 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2613 | 2024.08.16 04:36:11.821638 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2614 | 2024.08.16 04:36:11.821686 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2615 | 2024.08.16 04:36:11.822001 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2616 | 2024.08.16 04:36:11.822065 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2617 | 2024.08.16 04:36:11.822202 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2618 | 2024.08.16 04:36:11.822349 [ 255 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2619 | 2024.08.16 04:36:11.822376 [ 260 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2620 | 2024.08.16 04:36:11.822398 [ 253 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2621 | 2024.08.16 04:36:11.822468 [ 258 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2622 | 2024.08.16 04:36:11.822575 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2623 | 2024.08.16 04:36:11.822604 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2624 | 2024.08.16 04:36:11.822725 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2625 | 2024.08.16 04:36:11.822746 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2626 | 2024.08.16 04:36:11.822785 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2627 | 2024.08.16 04:36:11.822829 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2628 | 2024.08.16 04:36:11.822866 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2629 | 2024.08.16 04:36:11.822904 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2630 | 2024.08.16 04:36:11.825023 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003757 sec., 9049.77375565611 rows/sec., 348.31 KiB/sec. | ||
| 2631 | 2024.08.16 04:36:11.825467 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> DynamicQueryHandler: Done processing query | ||
| 2632 | 2024.08.16 04:36:11.825497 [ 3 ] {333e029d-71e3-4c4e-adb3-c8a9c36d1868} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 2633 | 2024.08.16 04:36:11.825517 [ 3 ] {} <Debug> HTTP-Session: 5c9fee8a-8dde-41ee-b59b-d63aa1088090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2634 | 2024.08.16 04:36:11.825758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2635 | 2024.08.16 04:36:11.825806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2636 | 2024.08.16 04:36:11.825826 [ 3 ] {} <Debug> HTTP-Session: 83e468c8-e470-4923-ab43-afa278e16d3d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2637 | 2024.08.16 04:36:11.825843 [ 3 ] {} <Debug> HTTP-Session: 83e468c8-e470-4923-ab43-afa278e16d3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2638 | 2024.08.16 04:36:11.825857 [ 3 ] {} <Debug> HTTP-Session: 83e468c8-e470-4923-ab43-afa278e16d3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2639 | 2024.08.16 04:36:11.825888 [ 3 ] {} <Trace> HTTP-Session: 83e468c8-e470-4923-ab43-afa278e16d3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2640 | 2024.08.16 04:36:11.826045 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2641 | 2024.08.16 04:36:11.826336 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2642 | 2024.08.16 04:36:11.826384 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2643 | 2024.08.16 04:36:11.826694 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2644 | 2024.08.16 04:36:11.826760 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2645 | 2024.08.16 04:36:11.826896 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2646 | 2024.08.16 04:36:11.827027 [ 260 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2647 | 2024.08.16 04:36:11.827058 [ 259 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2648 | 2024.08.16 04:36:11.827093 [ 254 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2649 | 2024.08.16 04:36:11.827095 [ 258 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2650 | 2024.08.16 04:36:11.827232 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2651 | 2024.08.16 04:36:11.827262 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2652 | 2024.08.16 04:36:11.827384 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2653 | 2024.08.16 04:36:11.827405 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2654 | 2024.08.16 04:36:11.827444 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2655 | 2024.08.16 04:36:11.827485 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2656 | 2024.08.16 04:36:11.827525 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2657 | 2024.08.16 04:36:11.827561 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2658 | 2024.08.16 04:36:11.829644 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00367 sec., 9264.305177111717 rows/sec., 356.57 KiB/sec. | ||
| 2659 | 2024.08.16 04:36:11.830300 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2660 | 2024.08.16 04:36:11.830350 [ 3 ] {b7002a23-fc60-4d74-8f9f-2dae0103e00d} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 2661 | 2024.08.16 04:36:11.830382 [ 3 ] {} <Debug> HTTP-Session: 83e468c8-e470-4923-ab43-afa278e16d3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2662 | 2024.08.16 04:36:11.830658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2663 | 2024.08.16 04:36:11.830707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2664 | 2024.08.16 04:36:11.830726 [ 3 ] {} <Debug> HTTP-Session: e5ec14bc-a8fd-4665-b1df-9747a69d9f4e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2665 | 2024.08.16 04:36:11.830743 [ 3 ] {} <Debug> HTTP-Session: e5ec14bc-a8fd-4665-b1df-9747a69d9f4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2666 | 2024.08.16 04:36:11.830756 [ 3 ] {} <Debug> HTTP-Session: e5ec14bc-a8fd-4665-b1df-9747a69d9f4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2667 | 2024.08.16 04:36:11.830787 [ 3 ] {} <Trace> HTTP-Session: e5ec14bc-a8fd-4665-b1df-9747a69d9f4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2668 | 2024.08.16 04:36:11.830941 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2669 | 2024.08.16 04:36:11.831237 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2670 | 2024.08.16 04:36:11.831285 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2671 | 2024.08.16 04:36:11.831600 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2672 | 2024.08.16 04:36:11.831665 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2673 | 2024.08.16 04:36:11.831802 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2674 | 2024.08.16 04:36:11.831933 [ 260 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2675 | 2024.08.16 04:36:11.831994 [ 263 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2676 | 2024.08.16 04:36:11.832016 [ 258 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2677 | 2024.08.16 04:36:11.831996 [ 255 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2678 | 2024.08.16 04:36:11.832158 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2679 | 2024.08.16 04:36:11.832189 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2680 | 2024.08.16 04:36:11.832312 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2681 | 2024.08.16 04:36:11.832334 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2682 | 2024.08.16 04:36:11.832373 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2683 | 2024.08.16 04:36:11.832415 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2684 | 2024.08.16 04:36:11.832453 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2685 | 2024.08.16 04:36:11.832489 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2686 | 2024.08.16 04:36:11.834514 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00365 sec., 9315.068493150686 rows/sec., 358.52 KiB/sec. | ||
| 2687 | 2024.08.16 04:36:11.835121 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2688 | 2024.08.16 04:36:11.835170 [ 3 ] {0d9fe929-24c4-4f3c-8697-4c4c328331fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 2689 | 2024.08.16 04:36:11.835202 [ 3 ] {} <Debug> HTTP-Session: e5ec14bc-a8fd-4665-b1df-9747a69d9f4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2690 | 2024.08.16 04:36:11.915026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2691 | 2024.08.16 04:36:11.915087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2692 | 2024.08.16 04:36:11.915107 [ 3 ] {} <Debug> HTTP-Session: a44212c9-94ef-4905-a172-db000823e476 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2693 | 2024.08.16 04:36:11.915125 [ 3 ] {} <Debug> HTTP-Session: a44212c9-94ef-4905-a172-db000823e476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2694 | 2024.08.16 04:36:11.915139 [ 3 ] {} <Debug> HTTP-Session: a44212c9-94ef-4905-a172-db000823e476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2695 | 2024.08.16 04:36:11.915177 [ 3 ] {} <Trace> HTTP-Session: a44212c9-94ef-4905-a172-db000823e476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2696 | 2024.08.16 04:36:11.915316 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2697 | 2024.08.16 04:36:11.915374 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2698 | 2024.08.16 04:36:11.915572 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2699 | 2024.08.16 04:36:11.915991 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2700 | 2024.08.16 04:36:11.916043 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2701 | 2024.08.16 04:36:11.916559 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2702 | 2024.08.16 04:36:11.916878 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2703 | 2024.08.16 04:36:11.917056 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001774 sec., 3382.1871476888386 rows/sec., 753.07 KiB/sec. | ||
| 2704 | 2024.08.16 04:36:11.917242 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2705 | 2024.08.16 04:36:11.917266 [ 3 ] {4bf05973-26ac-435c-8be5-1fae9ccfc5b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2706 | 2024.08.16 04:36:11.917282 [ 3 ] {} <Debug> HTTP-Session: a44212c9-94ef-4905-a172-db000823e476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2707 | 2024.08.16 04:36:11.917647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 172768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2708 | 2024.08.16 04:36:11.917695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2709 | 2024.08.16 04:36:11.917715 [ 3 ] {} <Debug> HTTP-Session: 9d1d6c18-06cd-49c3-8377-f363f6e0757f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2710 | 2024.08.16 04:36:11.917731 [ 3 ] {} <Debug> HTTP-Session: 9d1d6c18-06cd-49c3-8377-f363f6e0757f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2711 | 2024.08.16 04:36:11.917745 [ 3 ] {} <Debug> HTTP-Session: 9d1d6c18-06cd-49c3-8377-f363f6e0757f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2712 | 2024.08.16 04:36:11.917777 [ 3 ] {} <Trace> HTTP-Session: 9d1d6c18-06cd-49c3-8377-f363f6e0757f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2713 | 2024.08.16 04:36:11.918901 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2714 | 2024.08.16 04:36:11.918948 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2715 | 2024.08.16 04:36:11.919081 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2716 | 2024.08.16 04:36:11.920392 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2024.08.16 04:36:11.920438 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2718 | 2024.08.16 04:36:11.920947 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2719 | 2024.08.16 04:36:11.921288 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2720 | 2024.08.16 04:36:11.921451 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.003522 sec., 339579.78421351506 rows/sec., 27.86 MiB/sec. | ||
| 2721 | 2024.08.16 04:36:11.921629 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Debug> DynamicQueryHandler: Done processing query | ||
| 2722 | 2024.08.16 04:36:11.921655 [ 3 ] {349b84a9-09e1-4157-a137-ba581a6b5442} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 2723 | 2024.08.16 04:36:11.921671 [ 3 ] {} <Debug> HTTP-Session: 9d1d6c18-06cd-49c3-8377-f363f6e0757f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2724 | 2024.08.16 04:36:11.921881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2725 | 2024.08.16 04:36:11.921931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2726 | 2024.08.16 04:36:11.921950 [ 3 ] {} <Debug> HTTP-Session: 51f751e6-36d5-4e04-9c8c-8ce1c7ab0102 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2727 | 2024.08.16 04:36:11.921966 [ 3 ] {} <Debug> HTTP-Session: 51f751e6-36d5-4e04-9c8c-8ce1c7ab0102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2728 | 2024.08.16 04:36:11.921980 [ 3 ] {} <Debug> HTTP-Session: 51f751e6-36d5-4e04-9c8c-8ce1c7ab0102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2729 | 2024.08.16 04:36:11.922010 [ 3 ] {} <Trace> HTTP-Session: 51f751e6-36d5-4e04-9c8c-8ce1c7ab0102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2730 | 2024.08.16 04:36:11.922212 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2731 | 2024.08.16 04:36:11.922254 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2732 | 2024.08.16 04:36:11.922381 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2733 | 2024.08.16 04:36:11.922788 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2024.08.16 04:36:11.922826 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2735 | 2024.08.16 04:36:11.923155 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2736 | 2024.08.16 04:36:11.923456 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2024.08.16 04:36:11.923627 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001532 sec., 148825.06527415145 rows/sec., 10.08 MiB/sec. | ||
| 2738 | 2024.08.16 04:36:11.923827 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 2739 | 2024.08.16 04:36:11.923851 [ 3 ] {c3c2fa1f-aac7-473d-9c0e-0856eeeac5fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2740 | 2024.08.16 04:36:11.923866 [ 3 ] {} <Debug> HTTP-Session: 51f751e6-36d5-4e04-9c8c-8ce1c7ab0102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.08.16 04:36:11.924107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 85832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2742 | 2024.08.16 04:36:11.924154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2743 | 2024.08.16 04:36:11.924172 [ 3 ] {} <Debug> HTTP-Session: bf468b9e-ad37-4e37-a3ec-9100f98ab428 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2744 | 2024.08.16 04:36:11.924189 [ 3 ] {} <Debug> HTTP-Session: bf468b9e-ad37-4e37-a3ec-9100f98ab428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2745 | 2024.08.16 04:36:11.924203 [ 3 ] {} <Debug> HTTP-Session: bf468b9e-ad37-4e37-a3ec-9100f98ab428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2746 | 2024.08.16 04:36:11.924233 [ 3 ] {} <Trace> HTTP-Session: bf468b9e-ad37-4e37-a3ec-9100f98ab428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2747 | 2024.08.16 04:36:11.924582 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2748 | 2024.08.16 04:36:11.924624 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2749 | 2024.08.16 04:36:11.924748 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2750 | 2024.08.16 04:36:11.925396 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2024.08.16 04:36:11.925432 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2752 | 2024.08.16 04:36:11.925750 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2753 | 2024.08.16 04:36:11.926048 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2024.08.16 04:36:11.926205 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001864 sec., 278969.9570815451 rows/sec., 20.64 MiB/sec. | ||
| 2755 | 2024.08.16 04:36:11.926370 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2756 | 2024.08.16 04:36:11.926395 [ 3 ] {8c58d186-18b3-4096-96d9-ba3ca6f2e5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 2757 | 2024.08.16 04:36:11.926410 [ 3 ] {} <Debug> HTTP-Session: bf468b9e-ad37-4e37-a3ec-9100f98ab428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2758 | 2024.08.16 04:36:11.926773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 409937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2759 | 2024.08.16 04:36:11.926821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2760 | 2024.08.16 04:36:11.926839 [ 3 ] {} <Debug> HTTP-Session: ee35b203-9101-4884-ae02-fd3074e99baf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2761 | 2024.08.16 04:36:11.926856 [ 3 ] {} <Debug> HTTP-Session: ee35b203-9101-4884-ae02-fd3074e99baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2762 | 2024.08.16 04:36:11.926869 [ 3 ] {} <Debug> HTTP-Session: ee35b203-9101-4884-ae02-fd3074e99baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2763 | 2024.08.16 04:36:11.926900 [ 3 ] {} <Trace> HTTP-Session: ee35b203-9101-4884-ae02-fd3074e99baf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2024.08.16 04:36:11.927751 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2765 | 2024.08.16 04:36:11.927801 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2766 | 2024.08.16 04:36:11.927945 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2767 | 2024.08.16 04:36:11.931809 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2768 | 2024.08.16 04:36:11.931863 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2769 | 2024.08.16 04:36:11.932683 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2770 | 2024.08.16 04:36:11.933019 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2771 | 2024.08.16 04:36:11.933196 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Debug> executeQuery: Read 2168 rows, 148.58 KiB in 0.006069 sec., 357225.24303839187 rows/sec., 23.91 MiB/sec. | ||
| 2772 | 2024.08.16 04:36:11.933410 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2773 | 2024.08.16 04:36:11.933434 [ 3 ] {13806694-bb03-49f6-af9d-48ca1836ab1e} <Debug> MemoryTracker: Peak memory usage (for query): 5.37 MiB. | ||
| 2774 | 2024.08.16 04:36:11.933450 [ 3 ] {} <Debug> HTTP-Session: ee35b203-9101-4884-ae02-fd3074e99baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2775 | 2024.08.16 04:36:11.933672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 7305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2776 | 2024.08.16 04:36:11.933719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2777 | 2024.08.16 04:36:11.933738 [ 3 ] {} <Debug> HTTP-Session: d3ead3dd-a6b5-4db9-a76c-890b75c316f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2778 | 2024.08.16 04:36:11.933753 [ 3 ] {} <Debug> HTTP-Session: d3ead3dd-a6b5-4db9-a76c-890b75c316f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2779 | 2024.08.16 04:36:11.933767 [ 3 ] {} <Debug> HTTP-Session: d3ead3dd-a6b5-4db9-a76c-890b75c316f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2780 | 2024.08.16 04:36:11.933798 [ 3 ] {} <Trace> HTTP-Session: d3ead3dd-a6b5-4db9-a76c-890b75c316f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2781 | 2024.08.16 04:36:11.933908 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2782 | 2024.08.16 04:36:11.933952 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2783 | 2024.08.16 04:36:11.934078 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2784 | 2024.08.16 04:36:11.934366 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2024.08.16 04:36:11.934402 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2786 | 2024.08.16 04:36:11.934756 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2787 | 2024.08.16 04:36:11.935072 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2788 | 2024.08.16 04:36:11.935236 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001359 sec., 35320.08830022075 rows/sec., 2.38 MiB/sec. | ||
| 2789 | 2024.08.16 04:36:11.935438 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Debug> DynamicQueryHandler: Done processing query | ||
| 2790 | 2024.08.16 04:36:11.935462 [ 3 ] {48d7880b-8a70-4cae-96a3-e509621cee25} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2791 | 2024.08.16 04:36:11.935477 [ 3 ] {} <Debug> HTTP-Session: d3ead3dd-a6b5-4db9-a76c-890b75c316f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.08.16 04:36:12.773224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2793 | 2024.08.16 04:36:12.773415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2794 | 2024.08.16 04:36:12.773459 [ 3 ] {} <Debug> HTTP-Session: b8dcb44e-bed7-4373-ac95-36db113b2edb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2795 | 2024.08.16 04:36:12.773502 [ 3 ] {} <Debug> HTTP-Session: b8dcb44e-bed7-4373-ac95-36db113b2edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2796 | 2024.08.16 04:36:12.773530 [ 3 ] {} <Debug> HTTP-Session: b8dcb44e-bed7-4373-ac95-36db113b2edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2797 | 2024.08.16 04:36:12.773609 [ 3 ] {} <Trace> HTTP-Session: b8dcb44e-bed7-4373-ac95-36db113b2edb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2798 | 2024.08.16 04:36:12.773833 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2799 | 2024.08.16 04:36:12.773899 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2800 | 2024.08.16 04:36:12.774085 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2801 | 2024.08.16 04:36:12.774620 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2024.08.16 04:36:12.774664 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2803 | 2024.08.16 04:36:12.775027 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2804 | 2024.08.16 04:36:12.775351 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2024.08.16 04:36:12.775525 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001748 sec., 32036.613272311213 rows/sec., 2.45 MiB/sec. | ||
| 2806 | 2024.08.16 04:36:12.775529 [ 65 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2807 | 2024.08.16 04:36:12.775629 [ 65 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2808 | 2024.08.16 04:36:12.775683 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2809 | 2024.08.16 04:36:12.775849 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Debug> DynamicQueryHandler: Done processing query | ||
| 2810 | 2024.08.16 04:36:12.775951 [ 3 ] {93aa05a4-2608-481b-9581-3b644c431178} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2811 | 2024.08.16 04:36:12.776048 [ 3 ] {} <Debug> HTTP-Session: b8dcb44e-bed7-4373-ac95-36db113b2edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2812 | 2024.08.16 04:36:12.776101 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::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 | ||
| 2813 | 2024.08.16 04:36:12.776261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2814 | 2024.08.16 04:36:12.776376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2815 | 2024.08.16 04:36:12.776403 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2816 | 2024.08.16 04:36:12.776417 [ 3 ] {} <Debug> HTTP-Session: 31c030e2-7975-423a-b173-4405c32443c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2817 | 2024.08.16 04:36:12.776462 [ 3 ] {} <Debug> HTTP-Session: 31c030e2-7975-423a-b173-4405c32443c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2818 | 2024.08.16 04:36:12.776468 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 189 rows starting from the beginning of the part | ||
| 2819 | 2024.08.16 04:36:12.776485 [ 3 ] {} <Debug> HTTP-Session: 31c030e2-7975-423a-b173-4405c32443c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2820 | 2024.08.16 04:36:12.776560 [ 3 ] {} <Trace> HTTP-Session: 31c030e2-7975-423a-b173-4405c32443c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2821 | 2024.08.16 04:36:12.776660 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 189 rows starting from the beginning of the part | ||
| 2822 | 2024.08.16 04:36:12.777004 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2823 | 2024.08.16 04:36:12.777020 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2824 | 2024.08.16 04:36:12.777202 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2825 | 2024.08.16 04:36:12.777430 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 264 rows starting from the beginning of the part | ||
| 2826 | 2024.08.16 04:36:12.777730 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1196 rows starting from the beginning of the part | ||
| 2827 | 2024.08.16 04:36:12.778033 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2828 | 2024.08.16 04:36:12.778500 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2829 | 2024.08.16 04:36:12.779389 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2830 | 2024.08.16 04:36:12.779461 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2831 | 2024.08.16 04:36:12.780354 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2832 | 2024.08.16 04:36:12.781153 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2833 | 2024.08.16 04:36:12.781344 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 4 columns (4 merged, 0 gathered) in 0.005559115 sec., 350775.2582920123 rows/sec., 29.27 MiB/sec. | ||
| 2834 | 2024.08.16 04:36:12.781490 [ 65 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2835 | 2024.08.16 04:36:12.781504 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004723 sec., 13550.709294939657 rows/sec., 1.06 MiB/sec. | ||
| 2836 | 2024.08.16 04:36:12.781559 [ 65 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2024.08.16 04:36:12.781682 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2838 | 2024.08.16 04:36:12.781770 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2839 | 2024.08.16 04:36:12.782015 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Debug> DynamicQueryHandler: Done processing query | ||
| 2840 | 2024.08.16 04:36:12.782109 [ 3 ] {d5dd80f0-482d-4766-81f3-fdaeacc60f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2841 | 2024.08.16 04:36:12.782192 [ 3 ] {} <Debug> HTTP-Session: 31c030e2-7975-423a-b173-4405c32443c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2842 | 2024.08.16 04:36:12.782327 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2843 | 2024.08.16 04:36:12.782540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2844 | 2024.08.16 04:36:12.782682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2845 | 2024.08.16 04:36:12.782765 [ 3 ] {} <Debug> HTTP-Session: f7faf019-5387-41e5-9332-24b92a47c660 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2846 | 2024.08.16 04:36:12.782832 [ 3 ] {} <Debug> HTTP-Session: f7faf019-5387-41e5-9332-24b92a47c660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2847 | 2024.08.16 04:36:12.782898 [ 3 ] {} <Debug> HTTP-Session: f7faf019-5387-41e5-9332-24b92a47c660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2848 | 2024.08.16 04:36:12.783030 [ 3 ] {} <Trace> HTTP-Session: f7faf019-5387-41e5-9332-24b92a47c660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2849 | 2024.08.16 04:36:12.783357 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2024.08.16 04:36:12.783471 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2851 | 2024.08.16 04:36:12.783626 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2852 | 2024.08.16 04:36:12.783653 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2853 | 2024.08.16 04:36:12.783661 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_11_2} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2854 | 2024.08.16 04:36:12.783732 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 382 rows starting from the beginning of the part | ||
| 2855 | 2024.08.16 04:36:12.783907 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2856 | 2024.08.16 04:36:12.784205 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 382 rows starting from the beginning of the part | ||
| 2857 | 2024.08.16 04:36:12.784596 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2858 | 2024.08.16 04:36:12.784870 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2859 | 2024.08.16 04:36:12.785011 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 425 rows starting from the beginning of the part | ||
| 2860 | 2024.08.16 04:36:12.785270 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 520 rows starting from the beginning of the part | ||
| 2861 | 2024.08.16 04:36:12.785527 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2862 | 2024.08.16 04:36:12.786309 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2863 | 2024.08.16 04:36:12.786364 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2864 | 2024.08.16 04:36:12.787369 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2865 | 2024.08.16 04:36:12.788233 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2866 | 2024.08.16 04:36:12.788437 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2867 | 2024.08.16 04:36:12.788520 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00521 sec., 6142.034548944338 rows/sec., 438.05 KiB/sec. | ||
| 2868 | 2024.08.16 04:36:12.788545 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2869 | 2024.08.16 04:36:12.788629 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2870 | 2024.08.16 04:36:12.789244 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 2871 | 2024.08.16 04:36:12.789272 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1837 rows, containing 4 columns (4 merged, 0 gathered) in 0.00740211 sec., 248172.48054946496 rows/sec., 17.96 MiB/sec. | ||
| 2872 | 2024.08.16 04:36:12.789328 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Debug> DynamicQueryHandler: Done processing query | ||
| 2873 | 2024.08.16 04:36:12.789393 [ 3 ] {3d517cf7-00a1-48c8-9278-a62a5ce67229} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2874 | 2024.08.16 04:36:12.789429 [ 3 ] {} <Debug> HTTP-Session: f7faf019-5387-41e5-9332-24b92a47c660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2875 | 2024.08.16 04:36:12.789583 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2876 | 2024.08.16 04:36:12.789676 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 852 rows starting from the beginning of the part | ||
| 2877 | 2024.08.16 04:36:12.789672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2878 | 2024.08.16 04:36:12.789714 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2879 | 2024.08.16 04:36:12.789761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2880 | 2024.08.16 04:36:12.789913 [ 3 ] {} <Debug> HTTP-Session: 90409e3a-7850-429c-afe4-f277a6639eba Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2881 | 2024.08.16 04:36:12.790035 [ 3 ] {} <Debug> HTTP-Session: 90409e3a-7850-429c-afe4-f277a6639eba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2882 | 2024.08.16 04:36:12.790094 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
| 2883 | 2024.08.16 04:36:12.790128 [ 3 ] {} <Debug> HTTP-Session: 90409e3a-7850-429c-afe4-f277a6639eba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2884 | 2024.08.16 04:36:12.790335 [ 3 ] {} <Trace> HTTP-Session: 90409e3a-7850-429c-afe4-f277a6639eba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2885 | 2024.08.16 04:36:12.790671 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2886 | 2024.08.16 04:36:12.790868 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2887 | 2024.08.16 04:36:12.791147 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2888 | 2024.08.16 04:36:12.791234 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2889 | 2024.08.16 04:36:12.791765 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2168 rows starting from the beginning of the part | ||
| 2890 | 2024.08.16 04:36:12.792284 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
| 2891 | 2024.08.16 04:36:12.792582 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2892 | 2024.08.16 04:36:12.793040 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2893 | 2024.08.16 04:36:12.793077 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_11_2} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2894 | 2024.08.16 04:36:12.793380 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2895 | 2024.08.16 04:36:12.793784 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2024.08.16 04:36:12.793832 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2897 | 2024.08.16 04:36:12.794383 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2898 | 2024.08.16 04:36:12.794843 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2024.08.16 04:36:12.795091 [ 65 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2900 | 2024.08.16 04:36:12.795100 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004419 sec., 2715.5465037338763 rows/sec., 187.40 KiB/sec. | ||
| 2901 | 2024.08.16 04:36:12.795194 [ 65 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2024.08.16 04:36:12.795300 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2903 | 2024.08.16 04:36:12.795580 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 2904 | 2024.08.16 04:36:12.795617 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Debug> DynamicQueryHandler: Done processing query | ||
| 2905 | 2024.08.16 04:36:12.795717 [ 3 ] {49ed20fa-d366-42e4-a539-bd84a611ea63} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2906 | 2024.08.16 04:36:12.795815 [ 3 ] {} <Debug> HTTP-Session: 90409e3a-7850-429c-afe4-f277a6639eba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2907 | 2024.08.16 04:36:12.796403 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2908 | 2024.08.16 04:36:12.796490 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 302 rows starting from the beginning of the part | ||
| 2909 | 2024.08.16 04:36:12.796496 [ 187 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3686 rows, containing 5 columns (5 merged, 0 gathered) in 0.007633145 sec., 482894.01026706555 rows/sec., 32.52 MiB/sec. | ||
| 2910 | 2024.08.16 04:36:12.796727 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
| 2911 | 2024.08.16 04:36:12.796841 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2912 | 2024.08.16 04:36:12.797052 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2913 | 2024.08.16 04:36:12.797137 [ 187 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2914 | 2024.08.16 04:36:12.797361 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 48 rows starting from the beginning of the part | ||
| 2915 | 2024.08.16 04:36:12.797663 [ 186 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 2916 | 2024.08.16 04:36:12.798682 [ 187 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2917 | 2024.08.16 04:36:12.798878 [ 187 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2918 | 2024.08.16 04:36:12.799037 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 2919 | 2024.08.16 04:36:12.799626 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.004161421 sec., 140817.2833270174 rows/sec., 9.21 MiB/sec. | ||
| 2920 | 2024.08.16 04:36:12.799788 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2921 | 2024.08.16 04:36:12.800170 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2024.08.16 04:36:12.800251 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_11_2} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2923 | 2024.08.16 04:36:12.800333 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2924 | 2024.08.16 04:36:17.785165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2925 | 2024.08.16 04:36:17.785303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2926 | 2024.08.16 04:36:17.785331 [ 3 ] {} <Debug> HTTP-Session: 4216caed-b34e-4347-93bd-7e39a6f02170 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2927 | 2024.08.16 04:36:17.785359 [ 3 ] {} <Debug> HTTP-Session: 4216caed-b34e-4347-93bd-7e39a6f02170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2928 | 2024.08.16 04:36:17.785376 [ 3 ] {} <Debug> HTTP-Session: 4216caed-b34e-4347-93bd-7e39a6f02170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2929 | 2024.08.16 04:36:17.785432 [ 3 ] {} <Trace> HTTP-Session: 4216caed-b34e-4347-93bd-7e39a6f02170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2930 | 2024.08.16 04:36:17.785636 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2931 | 2024.08.16 04:36:17.785708 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2932 | 2024.08.16 04:36:17.785900 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2933 | 2024.08.16 04:36:17.786321 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2024.08.16 04:36:17.786365 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2935 | 2024.08.16 04:36:17.786732 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2936 | 2024.08.16 04:36:17.787067 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2024.08.16 04:36:17.787239 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001669 sec., 15578.190533253446 rows/sec., 1.23 MiB/sec. | ||
| 2938 | 2024.08.16 04:36:17.787457 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2939 | 2024.08.16 04:36:17.787483 [ 3 ] {7fc47692-b9d8-4f45-a831-ff660e5e45e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2940 | 2024.08.16 04:36:17.787500 [ 3 ] {} <Debug> HTTP-Session: 4216caed-b34e-4347-93bd-7e39a6f02170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2941 | 2024.08.16 04:36:17.787676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2942 | 2024.08.16 04:36:17.787732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2943 | 2024.08.16 04:36:17.787751 [ 3 ] {} <Debug> HTTP-Session: a9e4bd14-5b6f-40b3-b95c-9ee0e001b52a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2944 | 2024.08.16 04:36:17.787769 [ 3 ] {} <Debug> HTTP-Session: a9e4bd14-5b6f-40b3-b95c-9ee0e001b52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2945 | 2024.08.16 04:36:17.787783 [ 3 ] {} <Debug> HTTP-Session: a9e4bd14-5b6f-40b3-b95c-9ee0e001b52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2946 | 2024.08.16 04:36:17.787819 [ 3 ] {} <Trace> HTTP-Session: a9e4bd14-5b6f-40b3-b95c-9ee0e001b52a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2947 | 2024.08.16 04:36:17.788038 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2948 | 2024.08.16 04:36:17.788084 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2949 | 2024.08.16 04:36:17.788215 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2950 | 2024.08.16 04:36:17.788742 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2024.08.16 04:36:17.788780 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2952 | 2024.08.16 04:36:17.789113 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2953 | 2024.08.16 04:36:17.789419 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2954 | 2024.08.16 04:36:17.789572 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Debug> executeQuery: Read 267 rows, 23.90 KiB in 0.001662 sec., 160649.81949458484 rows/sec., 14.05 MiB/sec. | ||
| 2955 | 2024.08.16 04:36:17.789784 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Debug> DynamicQueryHandler: Done processing query | ||
| 2956 | 2024.08.16 04:36:17.789808 [ 3 ] {13132ffc-d740-4fe3-b21d-bf142e379652} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2957 | 2024.08.16 04:36:17.789824 [ 3 ] {} <Debug> HTTP-Session: a9e4bd14-5b6f-40b3-b95c-9ee0e001b52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2958 | 2024.08.16 04:36:17.790000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2959 | 2024.08.16 04:36:17.790050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2960 | 2024.08.16 04:36:17.790070 [ 3 ] {} <Debug> HTTP-Session: 40bc74b8-bd59-41ed-a189-62be231d0479 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2961 | 2024.08.16 04:36:17.790086 [ 3 ] {} <Debug> HTTP-Session: 40bc74b8-bd59-41ed-a189-62be231d0479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2962 | 2024.08.16 04:36:17.790100 [ 3 ] {} <Debug> HTTP-Session: 40bc74b8-bd59-41ed-a189-62be231d0479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2963 | 2024.08.16 04:36:17.790131 [ 3 ] {} <Trace> HTTP-Session: 40bc74b8-bd59-41ed-a189-62be231d0479 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2964 | 2024.08.16 04:36:17.790239 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2965 | 2024.08.16 04:36:17.790281 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2966 | 2024.08.16 04:36:17.790407 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2967 | 2024.08.16 04:36:17.790699 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2024.08.16 04:36:17.790735 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2969 | 2024.08.16 04:36:17.791037 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2970 | 2024.08.16 04:36:17.791338 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2024.08.16 04:36:17.791491 [ 57 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2972 | 2024.08.16 04:36:17.791502 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001278 sec., 10954.616588419405 rows/sec., 767.19 KiB/sec. | ||
| 2973 | 2024.08.16 04:36:17.791573 [ 57 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2024.08.16 04:36:17.791633 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2975 | 2024.08.16 04:36:17.791825 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2976 | 2024.08.16 04:36:17.791862 [ 3 ] {dc7241f0-bca8-4eef-96f8-02298e0d76dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2977 | 2024.08.16 04:36:17.791856 [ 186 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::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 | ||
| 2978 | 2024.08.16 04:36:17.791892 [ 3 ] {} <Debug> HTTP-Session: 40bc74b8-bd59-41ed-a189-62be231d0479 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2979 | 2024.08.16 04:36:17.792113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2980 | 2024.08.16 04:36:17.792154 [ 186 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2981 | 2024.08.16 04:36:17.792199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2982 | 2024.08.16 04:36:17.792217 [ 186 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2983 | 2024.08.16 04:36:17.792243 [ 3 ] {} <Debug> HTTP-Session: f9218c7b-8e5e-4638-88b7-ca0ab91cdeba Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 2984 | 2024.08.16 04:36:17.792285 [ 3 ] {} <Debug> HTTP-Session: f9218c7b-8e5e-4638-88b7-ca0ab91cdeba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2985 | 2024.08.16 04:36:17.792321 [ 3 ] {} <Debug> HTTP-Session: f9218c7b-8e5e-4638-88b7-ca0ab91cdeba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2986 | 2024.08.16 04:36:17.792466 [ 3 ] {} <Trace> HTTP-Session: f9218c7b-8e5e-4638-88b7-ca0ab91cdeba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2987 | 2024.08.16 04:36:17.792473 [ 186 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2988 | 2024.08.16 04:36:17.792779 [ 186 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2989 | 2024.08.16 04:36:17.792862 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2990 | 2024.08.16 04:36:17.793044 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2991 | 2024.08.16 04:36:17.793058 [ 186 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2992 | 2024.08.16 04:36:17.793379 [ 186 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 2993 | 2024.08.16 04:36:17.793743 [ 186 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 2994 | 2024.08.16 04:36:17.794308 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2995 | 2024.08.16 04:36:17.795033 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2996 | 2024.08.16 04:36:17.795074 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 2997 | 2024.08.16 04:36:17.795410 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2998 | 2024.08.16 04:36:17.795725 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2999 | 2024.08.16 04:36:17.795915 [ 57 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3000 | 2024.08.16 04:36:17.795933 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003261 sec., 1839.9264029438823 rows/sec., 108.71 KiB/sec. | ||
| 3001 | 2024.08.16 04:36:17.795965 [ 57 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3002 | 2024.08.16 04:36:17.796035 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 3003 | 2024.08.16 04:36:17.796193 [ 200 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::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 | ||
| 3004 | 2024.08.16 04:36:17.796229 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3005 | 2024.08.16 04:36:17.796262 [ 3 ] {a02530c2-19fb-455f-be53-5884e8f9ca1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3006 | 2024.08.16 04:36:17.796293 [ 3 ] {} <Debug> HTTP-Session: f9218c7b-8e5e-4638-88b7-ca0ab91cdeba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3007 | 2024.08.16 04:36:17.796346 [ 200 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3008 | 2024.08.16 04:36:17.796377 [ 200 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3009 | 2024.08.16 04:36:17.796492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3010 | 2024.08.16 04:36:17.796571 [ 200 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3011 | 2024.08.16 04:36:17.796584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3012 | 2024.08.16 04:36:17.796638 [ 3 ] {} <Debug> HTTP-Session: 2e8b0728-2b48-47e4-84c6-af93853be150 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3013 | 2024.08.16 04:36:17.796726 [ 3 ] {} <Debug> HTTP-Session: 2e8b0728-2b48-47e4-84c6-af93853be150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3014 | 2024.08.16 04:36:17.796817 [ 3 ] {} <Debug> HTTP-Session: 2e8b0728-2b48-47e4-84c6-af93853be150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3015 | 2024.08.16 04:36:17.796846 [ 200 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3016 | 2024.08.16 04:36:17.796938 [ 3 ] {} <Trace> HTTP-Session: 2e8b0728-2b48-47e4-84c6-af93853be150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3017 | 2024.08.16 04:36:17.797200 [ 200 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3018 | 2024.08.16 04:36:17.797565 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3019 | 2024.08.16 04:36:17.797750 [ 200 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::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 | ||
| 3020 | 2024.08.16 04:36:17.797780 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3021 | 2024.08.16 04:36:17.799345 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3022 | 2024.08.16 04:36:17.801252 [ 197 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 4 columns (4 merged, 0 gathered) in 0.00950259 sec., 31359.871361386737 rows/sec., 2.02 MiB/sec. | ||
| 3023 | 2024.08.16 04:36:17.801391 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3024 | 2024.08.16 04:36:17.801465 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 3025 | 2024.08.16 04:36:17.801708 [ 197 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3026 | 2024.08.16 04:36:17.802389 [ 200 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.006247591 sec., 4801.850825382135 rows/sec., 286.05 KiB/sec. | ||
| 3027 | 2024.08.16 04:36:17.802850 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3028 | 2024.08.16 04:36:17.802890 [ 195 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3029 | 2024.08.16 04:36:17.803358 [ 197 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2024.08.16 04:36:17.803780 [ 197 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_6_1} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3031 | 2024.08.16 04:36:17.804097 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3032 | 2024.08.16 04:36:17.804242 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3033 | 2024.08.16 04:36:17.804580 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.007365 sec., 55397.14867617108 rows/sec., 3.95 MiB/sec. | ||
| 3034 | 2024.08.16 04:36:17.804691 [ 195 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3035 | 2024.08.16 04:36:17.804901 [ 195 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_5_1} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3036 | 2024.08.16 04:36:17.804970 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3037 | 2024.08.16 04:36:17.805041 [ 3 ] {0bb95d4b-1af1-46a3-b829-0b04e54f6f4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3038 | 2024.08.16 04:36:17.805083 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3039 | 2024.08.16 04:36:17.805085 [ 3 ] {} <Debug> HTTP-Session: 2e8b0728-2b48-47e4-84c6-af93853be150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3040 | 2024.08.16 04:36:17.805258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3041 | 2024.08.16 04:36:17.805308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3042 | 2024.08.16 04:36:17.805327 [ 3 ] {} <Debug> HTTP-Session: 8e274706-43a0-4c4b-bba9-35378280418a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3043 | 2024.08.16 04:36:17.805344 [ 3 ] {} <Debug> HTTP-Session: 8e274706-43a0-4c4b-bba9-35378280418a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3044 | 2024.08.16 04:36:17.805358 [ 3 ] {} <Debug> HTTP-Session: 8e274706-43a0-4c4b-bba9-35378280418a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3045 | 2024.08.16 04:36:17.805394 [ 3 ] {} <Trace> HTTP-Session: 8e274706-43a0-4c4b-bba9-35378280418a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3046 | 2024.08.16 04:36:17.805496 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3047 | 2024.08.16 04:36:17.805540 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3048 | 2024.08.16 04:36:17.805692 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3049 | 2024.08.16 04:36:17.806006 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2024.08.16 04:36:17.806043 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 3051 | 2024.08.16 04:36:17.806414 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3052 | 2024.08.16 04:36:17.806747 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2024.08.16 04:36:17.806909 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
| 3054 | 2024.08.16 04:36:17.807174 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3055 | 2024.08.16 04:36:17.807199 [ 3 ] {547a8d7a-6f5e-42e8-ae89-ecad731039c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3056 | 2024.08.16 04:36:17.807215 [ 3 ] {} <Debug> HTTP-Session: 8e274706-43a0-4c4b-bba9-35378280418a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3057 | 2024.08.16 04:36:17.807423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3058 | 2024.08.16 04:36:17.807471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3059 | 2024.08.16 04:36:17.807491 [ 3 ] {} <Debug> HTTP-Session: d916f039-0a94-481e-bf33-3936864ab0ec Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3060 | 2024.08.16 04:36:17.807507 [ 3 ] {} <Debug> HTTP-Session: d916f039-0a94-481e-bf33-3936864ab0ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3061 | 2024.08.16 04:36:17.807520 [ 3 ] {} <Debug> HTTP-Session: d916f039-0a94-481e-bf33-3936864ab0ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3062 | 2024.08.16 04:36:17.807552 [ 3 ] {} <Trace> HTTP-Session: d916f039-0a94-481e-bf33-3936864ab0ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3063 | 2024.08.16 04:36:17.807753 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3064 | 2024.08.16 04:36:17.807801 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3065 | 2024.08.16 04:36:17.807968 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3066 | 2024.08.16 04:36:17.808410 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3067 | 2024.08.16 04:36:17.808446 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 3068 | 2024.08.16 04:36:17.808836 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3069 | 2024.08.16 04:36:17.809188 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3070 | 2024.08.16 04:36:17.809345 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec. | ||
| 3071 | 2024.08.16 04:36:17.809527 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3072 | 2024.08.16 04:36:17.809551 [ 3 ] {632d077b-b192-4009-be8c-c2f5d4b2c11f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3073 | 2024.08.16 04:36:17.809566 [ 3 ] {} <Debug> HTTP-Session: d916f039-0a94-481e-bf33-3936864ab0ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3074 | 2024.08.16 04:36:17.809686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3075 | 2024.08.16 04:36:17.809735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3076 | 2024.08.16 04:36:17.809754 [ 3 ] {} <Debug> HTTP-Session: 181c4b10-90c8-43ea-a834-342ac01e6c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3077 | 2024.08.16 04:36:17.809770 [ 3 ] {} <Debug> HTTP-Session: 181c4b10-90c8-43ea-a834-342ac01e6c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3078 | 2024.08.16 04:36:17.809784 [ 3 ] {} <Debug> HTTP-Session: 181c4b10-90c8-43ea-a834-342ac01e6c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3079 | 2024.08.16 04:36:17.809814 [ 3 ] {} <Trace> HTTP-Session: 181c4b10-90c8-43ea-a834-342ac01e6c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3080 | 2024.08.16 04:36:17.809907 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3081 | 2024.08.16 04:36:17.809951 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3082 | 2024.08.16 04:36:17.810082 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3083 | 2024.08.16 04:36:17.810352 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2024.08.16 04:36:17.810388 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 3085 | 2024.08.16 04:36:17.810741 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3086 | 2024.08.16 04:36:17.811085 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2024.08.16 04:36:17.811248 [ 57 ] {} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3088 | 2024.08.16 04:36:17.811257 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
| 3089 | 2024.08.16 04:36:17.811303 [ 57 ] {} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2024.08.16 04:36:17.811369 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 3091 | 2024.08.16 04:36:17.811650 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3092 | 2024.08.16 04:36:17.811673 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::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 | ||
| 3093 | 2024.08.16 04:36:17.811704 [ 3 ] {488b70ae-49e8-4137-97fa-13ac3987030e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3094 | 2024.08.16 04:36:17.811778 [ 3 ] {} <Debug> HTTP-Session: 181c4b10-90c8-43ea-a834-342ac01e6c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3095 | 2024.08.16 04:36:17.811935 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3096 | 2024.08.16 04:36:17.811994 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3097 | 2024.08.16 04:36:17.811999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 41827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3098 | 2024.08.16 04:36:17.812128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3099 | 2024.08.16 04:36:17.812149 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3100 | 2024.08.16 04:36:17.812213 [ 3 ] {} <Debug> HTTP-Session: e81fc654-7e55-47f5-ad3f-61bc84719614 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3101 | 2024.08.16 04:36:17.812300 [ 3 ] {} <Debug> HTTP-Session: e81fc654-7e55-47f5-ad3f-61bc84719614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3102 | 2024.08.16 04:36:17.812380 [ 3 ] {} <Debug> HTTP-Session: e81fc654-7e55-47f5-ad3f-61bc84719614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3103 | 2024.08.16 04:36:17.812477 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3104 | 2024.08.16 04:36:17.812531 [ 3 ] {} <Trace> HTTP-Session: e81fc654-7e55-47f5-ad3f-61bc84719614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3105 | 2024.08.16 04:36:17.812813 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::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 | ||
| 3106 | 2024.08.16 04:36:17.812959 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3107 | 2024.08.16 04:36:17.813255 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3108 | 2024.08.16 04:36:17.813482 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <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 | ||
| 3109 | 2024.08.16 04:36:17.815295 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3110 | 2024.08.16 04:36:17.816038 [ 195 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004571001 sec., 1093.852309373811 rows/sec., 73.71 KiB/sec. | ||
| 3111 | 2024.08.16 04:36:17.816183 [ 195 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3112 | 2024.08.16 04:36:17.817157 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3113 | 2024.08.16 04:36:17.817222 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 3114 | 2024.08.16 04:36:17.817310 [ 195 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3115 | 2024.08.16 04:36:17.817539 [ 195 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_5_1} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3116 | 2024.08.16 04:36:17.817730 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3117 | 2024.08.16 04:36:17.818276 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3118 | 2024.08.16 04:36:17.818705 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3119 | 2024.08.16 04:36:17.818923 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006092 sec., 4267.892317793828 rows/sec., 7.65 MiB/sec. | ||
| 3120 | 2024.08.16 04:36:17.819354 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3121 | 2024.08.16 04:36:17.819379 [ 3 ] {b594a176-f212-45ed-a9e5-acc896805caa} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3122 | 2024.08.16 04:36:17.819396 [ 3 ] {} <Debug> HTTP-Session: e81fc654-7e55-47f5-ad3f-61bc84719614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3123 | 2024.08.16 04:36:17.819527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3124 | 2024.08.16 04:36:17.819576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3125 | 2024.08.16 04:36:17.819595 [ 3 ] {} <Debug> HTTP-Session: 591203b1-8053-4dd0-a59c-227243b83889 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3126 | 2024.08.16 04:36:17.819612 [ 3 ] {} <Debug> HTTP-Session: 591203b1-8053-4dd0-a59c-227243b83889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3127 | 2024.08.16 04:36:17.819625 [ 3 ] {} <Debug> HTTP-Session: 591203b1-8053-4dd0-a59c-227243b83889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3128 | 2024.08.16 04:36:17.819657 [ 3 ] {} <Trace> HTTP-Session: 591203b1-8053-4dd0-a59c-227243b83889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3129 | 2024.08.16 04:36:17.819778 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3130 | 2024.08.16 04:36:17.819821 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3131 | 2024.08.16 04:36:17.819958 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3132 | 2024.08.16 04:36:17.820301 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3133 | 2024.08.16 04:36:17.820339 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 3134 | 2024.08.16 04:36:17.820704 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3135 | 2024.08.16 04:36:17.821030 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3136 | 2024.08.16 04:36:17.821154 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
| 3137 | 2024.08.16 04:36:17.821367 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Debug> DynamicQueryHandler: Done processing query | ||
| 3138 | 2024.08.16 04:36:17.821392 [ 3 ] {8e476fc1-3b58-4e6b-835e-996d56fb1aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3139 | 2024.08.16 04:36:17.821408 [ 3 ] {} <Debug> HTTP-Session: 591203b1-8053-4dd0-a59c-227243b83889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3140 | 2024.08.16 04:36:19.665221 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3141 | 2024.08.16 04:36:19.665278 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3142 | 2024.08.16 04:36:22.373872 [ 51 ] {} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3143 | 2024.08.16 04:36:22.373961 [ 51 ] {} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2024.08.16 04:36:22.373988 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3145 | 2024.08.16 04:36:22.374179 [ 199 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::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 | ||
| 3146 | 2024.08.16 04:36:22.374564 [ 199 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3147 | 2024.08.16 04:36:22.374613 [ 199 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 3148 | 2024.08.16 04:36:22.374756 [ 199 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 3149 | 2024.08.16 04:36:22.374856 [ 199 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 3150 | 2024.08.16 04:36:22.374942 [ 199 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::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 | ||
| 3151 | 2024.08.16 04:36:22.375018 [ 199 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::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 | ||
| 3152 | 2024.08.16 04:36:22.377015 [ 195 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.002946031 sec., 13577.589645187032 rows/sec., 2.10 MiB/sec. | ||
| 3153 | 2024.08.16 04:36:22.377169 [ 195 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3154 | 2024.08.16 04:36:22.377734 [ 195 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::all_1_5_1} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3155 | 2024.08.16 04:36:22.377827 [ 195 ] {b97f14c2-ffa0-4850-a598-46860733e9d9::all_1_5_1} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3156 | 2024.08.16 04:36:22.377919 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3157 | 2024.08.16 04:36:22.778711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3158 | 2024.08.16 04:36:22.778833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3159 | 2024.08.16 04:36:22.778863 [ 3 ] {} <Debug> HTTP-Session: f16573ef-53b1-4206-97ac-e940ed003a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3160 | 2024.08.16 04:36:22.778892 [ 3 ] {} <Debug> HTTP-Session: f16573ef-53b1-4206-97ac-e940ed003a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3161 | 2024.08.16 04:36:22.778910 [ 3 ] {} <Debug> HTTP-Session: f16573ef-53b1-4206-97ac-e940ed003a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3162 | 2024.08.16 04:36:22.778966 [ 3 ] {} <Trace> HTTP-Session: f16573ef-53b1-4206-97ac-e940ed003a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2024.08.16 04:36:22.779177 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3164 | 2024.08.16 04:36:22.779251 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3165 | 2024.08.16 04:36:22.779467 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3166 | 2024.08.16 04:36:22.779949 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3167 | 2024.08.16 04:36:22.779992 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3168 | 2024.08.16 04:36:22.780390 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3169 | 2024.08.16 04:36:22.780728 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3170 | 2024.08.16 04:36:22.780903 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001789 sec., 31302.40357741755 rows/sec., 2.39 MiB/sec. | ||
| 3171 | 2024.08.16 04:36:22.781226 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Debug> DynamicQueryHandler: Done processing query | ||
| 3172 | 2024.08.16 04:36:22.781254 [ 3 ] {da3a27b1-d3e8-4596-b901-4396b7196bae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3173 | 2024.08.16 04:36:22.781270 [ 3 ] {} <Debug> HTTP-Session: f16573ef-53b1-4206-97ac-e940ed003a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3174 | 2024.08.16 04:36:22.781421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 10880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3175 | 2024.08.16 04:36:22.781479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3176 | 2024.08.16 04:36:22.781501 [ 3 ] {} <Debug> HTTP-Session: f4c78a36-344a-4b4a-b384-20ccf742946f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3177 | 2024.08.16 04:36:22.781521 [ 3 ] {} <Debug> HTTP-Session: f4c78a36-344a-4b4a-b384-20ccf742946f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3178 | 2024.08.16 04:36:22.781535 [ 3 ] {} <Debug> HTTP-Session: f4c78a36-344a-4b4a-b384-20ccf742946f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3179 | 2024.08.16 04:36:22.781572 [ 3 ] {} <Trace> HTTP-Session: f4c78a36-344a-4b4a-b384-20ccf742946f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3180 | 2024.08.16 04:36:22.781702 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3181 | 2024.08.16 04:36:22.781750 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3182 | 2024.08.16 04:36:22.781896 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3183 | 2024.08.16 04:36:22.782262 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2024.08.16 04:36:22.782300 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3185 | 2024.08.16 04:36:22.782625 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3186 | 2024.08.16 04:36:22.782933 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3187 | 2024.08.16 04:36:22.783101 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001443 sec., 44352.04435204435 rows/sec., 3.46 MiB/sec. | ||
| 3188 | 2024.08.16 04:36:22.783612 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Debug> DynamicQueryHandler: Done processing query | ||
| 3189 | 2024.08.16 04:36:22.783669 [ 3 ] {f52dc918-5fee-4bcb-b49f-2dadb8389d97} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3190 | 2024.08.16 04:36:22.783700 [ 3 ] {} <Debug> HTTP-Session: f4c78a36-344a-4b4a-b384-20ccf742946f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3191 | 2024.08.16 04:36:22.783935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3192 | 2024.08.16 04:36:22.783988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3193 | 2024.08.16 04:36:22.784007 [ 3 ] {} <Debug> HTTP-Session: 50be7266-8db9-410b-b2b5-4558331850ff Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3194 | 2024.08.16 04:36:22.784024 [ 3 ] {} <Debug> HTTP-Session: 50be7266-8db9-410b-b2b5-4558331850ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3195 | 2024.08.16 04:36:22.784038 [ 3 ] {} <Debug> HTTP-Session: 50be7266-8db9-410b-b2b5-4558331850ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3196 | 2024.08.16 04:36:22.784071 [ 3 ] {} <Trace> HTTP-Session: 50be7266-8db9-410b-b2b5-4558331850ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3197 | 2024.08.16 04:36:22.784222 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3198 | 2024.08.16 04:36:22.784272 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3199 | 2024.08.16 04:36:22.784443 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3200 | 2024.08.16 04:36:22.784882 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3201 | 2024.08.16 04:36:22.784930 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3202 | 2024.08.16 04:36:22.785421 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3203 | 2024.08.16 04:36:22.785829 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2024.08.16 04:36:22.786002 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001849 sec., 86533.26122228232 rows/sec., 6.03 MiB/sec. | ||
| 3205 | 2024.08.16 04:36:22.786186 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3206 | 2024.08.16 04:36:22.786213 [ 3 ] {0134ae8b-d8bd-43fc-93a0-9102a6adaeb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3207 | 2024.08.16 04:36:22.786229 [ 3 ] {} <Debug> HTTP-Session: 50be7266-8db9-410b-b2b5-4558331850ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3208 | 2024.08.16 04:36:22.786362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3209 | 2024.08.16 04:36:22.786413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3210 | 2024.08.16 04:36:22.786433 [ 3 ] {} <Debug> HTTP-Session: 950d6d41-0776-486f-ae32-787fc749e41d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3211 | 2024.08.16 04:36:22.786451 [ 3 ] {} <Debug> HTTP-Session: 950d6d41-0776-486f-ae32-787fc749e41d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3212 | 2024.08.16 04:36:22.786465 [ 3 ] {} <Debug> HTTP-Session: 950d6d41-0776-486f-ae32-787fc749e41d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3213 | 2024.08.16 04:36:22.786498 [ 3 ] {} <Trace> HTTP-Session: 950d6d41-0776-486f-ae32-787fc749e41d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3214 | 2024.08.16 04:36:22.786632 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3215 | 2024.08.16 04:36:22.786678 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3216 | 2024.08.16 04:36:22.786811 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3217 | 2024.08.16 04:36:22.787135 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3218 | 2024.08.16 04:36:22.787173 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3219 | 2024.08.16 04:36:22.787536 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3220 | 2024.08.16 04:36:22.787862 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2024.08.16 04:36:22.787983 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
| 3222 | 2024.08.16 04:36:22.788242 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3223 | 2024.08.16 04:36:22.788268 [ 3 ] {06f26c36-0f41-4a83-a2ae-90e48aca3ba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3224 | 2024.08.16 04:36:22.788285 [ 3 ] {} <Debug> HTTP-Session: 950d6d41-0776-486f-ae32-787fc749e41d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3225 | 2024.08.16 04:36:27.772463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3226 | 2024.08.16 04:36:27.772584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3227 | 2024.08.16 04:36:27.772610 [ 3 ] {} <Debug> HTTP-Session: d8afe6c8-661b-461d-a18b-d3cd0e8392fb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3228 | 2024.08.16 04:36:27.772634 [ 3 ] {} <Debug> HTTP-Session: d8afe6c8-661b-461d-a18b-d3cd0e8392fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3229 | 2024.08.16 04:36:27.772650 [ 3 ] {} <Debug> HTTP-Session: d8afe6c8-661b-461d-a18b-d3cd0e8392fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3230 | 2024.08.16 04:36:27.772700 [ 3 ] {} <Trace> HTTP-Session: d8afe6c8-661b-461d-a18b-d3cd0e8392fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3231 | 2024.08.16 04:36:27.772942 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3232 | 2024.08.16 04:36:27.773355 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3233 | 2024.08.16 04:36:27.773410 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3234 | 2024.08.16 04:36:27.773775 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3235 | 2024.08.16 04:36:27.773860 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3236 | 2024.08.16 04:36:27.774032 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3237 | 2024.08.16 04:36:27.774072 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3238 | 2024.08.16 04:36:27.774097 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (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 | ||
| 3239 | 2024.08.16 04:36:27.774115 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3240 | 2024.08.16 04:36:27.774162 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3241 | 2024.08.16 04:36:27.774186 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 3242 | 2024.08.16 04:36:27.775440 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002594 sec., 15420.200462606013 rows/sec., 588.05 KiB/sec. | ||
| 3243 | 2024.08.16 04:36:27.775742 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3244 | 2024.08.16 04:36:27.775769 [ 3 ] {170a6594-6874-49a7-b734-f1af482bc42f} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 3245 | 2024.08.16 04:36:27.775786 [ 3 ] {} <Debug> HTTP-Session: d8afe6c8-661b-461d-a18b-d3cd0e8392fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3246 | 2024.08.16 04:36:27.788728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3247 | 2024.08.16 04:36:27.788844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3248 | 2024.08.16 04:36:27.788884 [ 3 ] {} <Debug> HTTP-Session: 78d6555b-bf25-48d9-8e13-3a29bb619dde Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3249 | 2024.08.16 04:36:27.788920 [ 3 ] {} <Debug> HTTP-Session: 78d6555b-bf25-48d9-8e13-3a29bb619dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3250 | 2024.08.16 04:36:27.788950 [ 3 ] {} <Debug> HTTP-Session: 78d6555b-bf25-48d9-8e13-3a29bb619dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3251 | 2024.08.16 04:36:27.789020 [ 3 ] {} <Trace> HTTP-Session: 78d6555b-bf25-48d9-8e13-3a29bb619dde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3252 | 2024.08.16 04:36:27.789181 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3253 | 2024.08.16 04:36:27.789234 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3254 | 2024.08.16 04:36:27.789415 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3255 | 2024.08.16 04:36:27.789772 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2024.08.16 04:36:27.789812 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3257 | 2024.08.16 04:36:27.790288 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3258 | 2024.08.16 04:36:27.790616 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2024.08.16 04:36:27.790777 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001628 sec., 614.2506142506143 rows/sec., 139.17 KiB/sec. | ||
| 3260 | 2024.08.16 04:36:27.791017 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Debug> DynamicQueryHandler: Done processing query | ||
| 3261 | 2024.08.16 04:36:27.791043 [ 3 ] {4dc79595-78d8-46ee-baea-6d32befcc410} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3262 | 2024.08.16 04:36:27.791060 [ 3 ] {} <Debug> HTTP-Session: 78d6555b-bf25-48d9-8e13-3a29bb619dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3263 | 2024.08.16 04:36:27.791202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3264 | 2024.08.16 04:36:27.791254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3265 | 2024.08.16 04:36:27.791274 [ 3 ] {} <Debug> HTTP-Session: 4520c0aa-fc55-407f-9eed-3e0eee0e3d4a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3266 | 2024.08.16 04:36:27.791292 [ 3 ] {} <Debug> HTTP-Session: 4520c0aa-fc55-407f-9eed-3e0eee0e3d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3267 | 2024.08.16 04:36:27.791306 [ 3 ] {} <Debug> HTTP-Session: 4520c0aa-fc55-407f-9eed-3e0eee0e3d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3268 | 2024.08.16 04:36:27.791341 [ 3 ] {} <Trace> HTTP-Session: 4520c0aa-fc55-407f-9eed-3e0eee0e3d4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3269 | 2024.08.16 04:36:27.791448 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3270 | 2024.08.16 04:36:27.791493 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3271 | 2024.08.16 04:36:27.791621 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3272 | 2024.08.16 04:36:27.791944 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2024.08.16 04:36:27.791981 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3274 | 2024.08.16 04:36:27.792298 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3275 | 2024.08.16 04:36:27.792615 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2024.08.16 04:36:27.792779 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001354 sec., 19940.915805022156 rows/sec., 1.58 MiB/sec. | ||
| 3277 | 2024.08.16 04:36:27.793048 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3278 | 2024.08.16 04:36:27.793073 [ 3 ] {0709e016-183b-4987-a533-f8653657da6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3279 | 2024.08.16 04:36:27.793089 [ 3 ] {} <Debug> HTTP-Session: 4520c0aa-fc55-407f-9eed-3e0eee0e3d4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3280 | 2024.08.16 04:36:27.793224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3281 | 2024.08.16 04:36:27.793275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3282 | 2024.08.16 04:36:27.793294 [ 3 ] {} <Debug> HTTP-Session: 4a3d7cd6-dfc1-4a83-b115-6990bacf82df Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3283 | 2024.08.16 04:36:27.793311 [ 3 ] {} <Debug> HTTP-Session: 4a3d7cd6-dfc1-4a83-b115-6990bacf82df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3284 | 2024.08.16 04:36:27.793325 [ 3 ] {} <Debug> HTTP-Session: 4a3d7cd6-dfc1-4a83-b115-6990bacf82df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3285 | 2024.08.16 04:36:27.793358 [ 3 ] {} <Trace> HTTP-Session: 4a3d7cd6-dfc1-4a83-b115-6990bacf82df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3286 | 2024.08.16 04:36:27.793459 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3287 | 2024.08.16 04:36:27.793504 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3288 | 2024.08.16 04:36:27.793727 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3289 | 2024.08.16 04:36:27.795921 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2024.08.16 04:36:27.795960 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3291 | 2024.08.16 04:36:27.796443 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3292 | 2024.08.16 04:36:27.796826 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2024.08.16 04:36:27.797011 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00358 sec., 1117.31843575419 rows/sec., 91.11 KiB/sec. | ||
| 3294 | 2024.08.16 04:36:27.797198 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3295 | 2024.08.16 04:36:27.797224 [ 3 ] {63831021-6b32-45ee-827c-cdc38d0c01a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3296 | 2024.08.16 04:36:27.797239 [ 3 ] {} <Debug> HTTP-Session: 4a3d7cd6-dfc1-4a83-b115-6990bacf82df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3297 | 2024.08.16 04:36:27.797404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3298 | 2024.08.16 04:36:27.797456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3299 | 2024.08.16 04:36:27.797475 [ 3 ] {} <Debug> HTTP-Session: c00b5969-63fd-4c22-9151-f6c64889a31f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3300 | 2024.08.16 04:36:27.797492 [ 3 ] {} <Debug> HTTP-Session: c00b5969-63fd-4c22-9151-f6c64889a31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3301 | 2024.08.16 04:36:27.797506 [ 3 ] {} <Debug> HTTP-Session: c00b5969-63fd-4c22-9151-f6c64889a31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3302 | 2024.08.16 04:36:27.797538 [ 3 ] {} <Trace> HTTP-Session: c00b5969-63fd-4c22-9151-f6c64889a31f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3303 | 2024.08.16 04:36:27.797707 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3304 | 2024.08.16 04:36:27.797749 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3305 | 2024.08.16 04:36:27.797876 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3306 | 2024.08.16 04:36:27.798345 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2024.08.16 04:36:27.798383 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3308 | 2024.08.16 04:36:27.798709 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3309 | 2024.08.16 04:36:27.799020 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2024.08.16 04:36:27.799184 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Debug> executeQuery: Read 272 rows, 24.32 KiB in 0.001555 sec., 174919.61414790998 rows/sec., 15.27 MiB/sec. | ||
| 3311 | 2024.08.16 04:36:27.799484 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Debug> DynamicQueryHandler: Done processing query | ||
| 3312 | 2024.08.16 04:36:27.799510 [ 3 ] {e36138ea-ab24-46c6-98d5-2c257e588b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3313 | 2024.08.16 04:36:27.799526 [ 3 ] {} <Debug> HTTP-Session: c00b5969-63fd-4c22-9151-f6c64889a31f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3314 | 2024.08.16 04:36:27.799671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3315 | 2024.08.16 04:36:27.799721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3316 | 2024.08.16 04:36:27.799741 [ 3 ] {} <Debug> HTTP-Session: c8613991-075f-4010-b39e-23906512f4fc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3317 | 2024.08.16 04:36:27.799757 [ 3 ] {} <Debug> HTTP-Session: c8613991-075f-4010-b39e-23906512f4fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3318 | 2024.08.16 04:36:27.799772 [ 3 ] {} <Debug> HTTP-Session: c8613991-075f-4010-b39e-23906512f4fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3319 | 2024.08.16 04:36:27.799803 [ 3 ] {} <Trace> HTTP-Session: c8613991-075f-4010-b39e-23906512f4fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3320 | 2024.08.16 04:36:27.799900 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3321 | 2024.08.16 04:36:27.799943 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3322 | 2024.08.16 04:36:27.800087 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3323 | 2024.08.16 04:36:27.800502 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2024.08.16 04:36:27.800537 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3325 | 2024.08.16 04:36:27.800830 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3326 | 2024.08.16 04:36:27.801142 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3327 | 2024.08.16 04:36:27.801291 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001409 sec., 2838.8928317955997 rows/sec., 198.22 KiB/sec. | ||
| 3328 | 2024.08.16 04:36:27.801594 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3329 | 2024.08.16 04:36:27.801621 [ 3 ] {6613d9e1-2e8e-48a8-83d7-3354ecbd8be1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3330 | 2024.08.16 04:36:27.801637 [ 3 ] {} <Debug> HTTP-Session: c8613991-075f-4010-b39e-23906512f4fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3331 | 2024.08.16 04:36:27.801753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3332 | 2024.08.16 04:36:27.801802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3333 | 2024.08.16 04:36:27.801823 [ 3 ] {} <Debug> HTTP-Session: 8c3c3296-f180-4d16-ac22-80d7baf6a070 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3334 | 2024.08.16 04:36:27.801840 [ 3 ] {} <Debug> HTTP-Session: 8c3c3296-f180-4d16-ac22-80d7baf6a070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3335 | 2024.08.16 04:36:27.801853 [ 3 ] {} <Debug> HTTP-Session: 8c3c3296-f180-4d16-ac22-80d7baf6a070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3336 | 2024.08.16 04:36:27.801885 [ 3 ] {} <Trace> HTTP-Session: 8c3c3296-f180-4d16-ac22-80d7baf6a070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3337 | 2024.08.16 04:36:27.801983 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3338 | 2024.08.16 04:36:27.802026 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3339 | 2024.08.16 04:36:27.802168 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3340 | 2024.08.16 04:36:27.802446 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3341 | 2024.08.16 04:36:27.802483 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3342 | 2024.08.16 04:36:27.802792 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3343 | 2024.08.16 04:36:27.803096 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3344 | 2024.08.16 04:36:27.803259 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001294 sec., 10819.165378670788 rows/sec., 757.70 KiB/sec. | ||
| 3345 | 2024.08.16 04:36:27.803424 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3346 | 2024.08.16 04:36:27.803449 [ 3 ] {f6d08fe6-51a9-4150-977d-a3c0e59568a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3347 | 2024.08.16 04:36:27.803465 [ 3 ] {} <Debug> HTTP-Session: 8c3c3296-f180-4d16-ac22-80d7baf6a070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3348 | 2024.08.16 04:36:27.803585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3349 | 2024.08.16 04:36:27.803633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3350 | 2024.08.16 04:36:27.803653 [ 3 ] {} <Debug> HTTP-Session: 9bd285da-b815-4b9d-b100-075d01b9408d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3351 | 2024.08.16 04:36:27.803669 [ 3 ] {} <Debug> HTTP-Session: 9bd285da-b815-4b9d-b100-075d01b9408d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3352 | 2024.08.16 04:36:27.803684 [ 3 ] {} <Debug> HTTP-Session: 9bd285da-b815-4b9d-b100-075d01b9408d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3353 | 2024.08.16 04:36:27.803714 [ 3 ] {} <Trace> HTTP-Session: 9bd285da-b815-4b9d-b100-075d01b9408d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3354 | 2024.08.16 04:36:27.803810 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3355 | 2024.08.16 04:36:27.803853 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3356 | 2024.08.16 04:36:27.803978 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3357 | 2024.08.16 04:36:27.804245 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2024.08.16 04:36:27.804281 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3359 | 2024.08.16 04:36:27.804578 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3360 | 2024.08.16 04:36:27.804892 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2024.08.16 04:36:27.805055 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001263 sec., 4750.593824228028 rows/sec., 280.67 KiB/sec. | ||
| 3362 | 2024.08.16 04:36:27.805324 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3363 | 2024.08.16 04:36:27.805350 [ 3 ] {6377d139-ef05-4fc4-8f72-e9452ca7ae3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3364 | 2024.08.16 04:36:27.805366 [ 3 ] {} <Debug> HTTP-Session: 9bd285da-b815-4b9d-b100-075d01b9408d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3365 | 2024.08.16 04:36:27.805550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 67048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3366 | 2024.08.16 04:36:27.805602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3367 | 2024.08.16 04:36:27.805622 [ 3 ] {} <Debug> HTTP-Session: 20a79fe3-978e-4c8b-97f8-b07311075087 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3368 | 2024.08.16 04:36:27.805638 [ 3 ] {} <Debug> HTTP-Session: 20a79fe3-978e-4c8b-97f8-b07311075087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3369 | 2024.08.16 04:36:27.805653 [ 3 ] {} <Debug> HTTP-Session: 20a79fe3-978e-4c8b-97f8-b07311075087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3370 | 2024.08.16 04:36:27.805684 [ 3 ] {} <Trace> HTTP-Session: 20a79fe3-978e-4c8b-97f8-b07311075087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3371 | 2024.08.16 04:36:27.805900 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3372 | 2024.08.16 04:36:27.805944 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3373 | 2024.08.16 04:36:27.806085 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3374 | 2024.08.16 04:36:27.806608 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2024.08.16 04:36:27.806646 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3376 | 2024.08.16 04:36:27.806963 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3377 | 2024.08.16 04:36:27.807278 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2024.08.16 04:36:27.807429 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001636 sec., 252444.9877750611 rows/sec., 18.01 MiB/sec. | ||
| 3379 | 2024.08.16 04:36:27.807597 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 3380 | 2024.08.16 04:36:27.807622 [ 3 ] {57191d3a-97ac-4d9a-a3c1-1bf027f6b9fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3381 | 2024.08.16 04:36:27.807638 [ 3 ] {} <Debug> HTTP-Session: 20a79fe3-978e-4c8b-97f8-b07311075087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3382 | 2024.08.16 04:36:27.807773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3383 | 2024.08.16 04:36:27.807822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3384 | 2024.08.16 04:36:27.807841 [ 3 ] {} <Debug> HTTP-Session: 30681f16-84f6-42c3-9e1c-de9c8ee8766e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3385 | 2024.08.16 04:36:27.807857 [ 3 ] {} <Debug> HTTP-Session: 30681f16-84f6-42c3-9e1c-de9c8ee8766e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3386 | 2024.08.16 04:36:27.807871 [ 3 ] {} <Debug> HTTP-Session: 30681f16-84f6-42c3-9e1c-de9c8ee8766e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3387 | 2024.08.16 04:36:27.807902 [ 3 ] {} <Trace> HTTP-Session: 30681f16-84f6-42c3-9e1c-de9c8ee8766e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3388 | 2024.08.16 04:36:27.807994 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3389 | 2024.08.16 04:36:27.808039 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3390 | 2024.08.16 04:36:27.808166 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3391 | 2024.08.16 04:36:27.808421 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2024.08.16 04:36:27.808458 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3393 | 2024.08.16 04:36:27.808811 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3394 | 2024.08.16 04:36:27.809131 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2024.08.16 04:36:27.809292 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 238.75 KiB/sec. | ||
| 3396 | 2024.08.16 04:36:27.809304 [ 46 ] {} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3397 | 2024.08.16 04:36:27.809431 [ 46 ] {} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2024.08.16 04:36:27.809488 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3399 | 2024.08.16 04:36:27.809511 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 3400 | 2024.08.16 04:36:27.809561 [ 3 ] {b4664fc4-68ba-485e-bf12-b818516597ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3401 | 2024.08.16 04:36:27.809617 [ 3 ] {} <Debug> HTTP-Session: 30681f16-84f6-42c3-9e1c-de9c8ee8766e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3402 | 2024.08.16 04:36:27.809733 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::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 | ||
| 3403 | 2024.08.16 04:36:27.809839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3404 | 2024.08.16 04:36:27.809967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3405 | 2024.08.16 04:36:27.810023 [ 3 ] {} <Debug> HTTP-Session: 6f558ecc-bbbc-4f40-b832-e6a3c706e744 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3406 | 2024.08.16 04:36:27.810047 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3407 | 2024.08.16 04:36:27.810060 [ 3 ] {} <Debug> HTTP-Session: 6f558ecc-bbbc-4f40-b832-e6a3c706e744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3408 | 2024.08.16 04:36:27.810114 [ 3 ] {} <Debug> HTTP-Session: 6f558ecc-bbbc-4f40-b832-e6a3c706e744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3409 | 2024.08.16 04:36:27.810117 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3410 | 2024.08.16 04:36:27.810165 [ 3 ] {} <Trace> HTTP-Session: 6f558ecc-bbbc-4f40-b832-e6a3c706e744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3411 | 2024.08.16 04:36:27.810288 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3412 | 2024.08.16 04:36:27.810678 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3413 | 2024.08.16 04:36:27.810682 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3414 | 2024.08.16 04:36:27.810926 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3415 | 2024.08.16 04:36:27.811050 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3416 | 2024.08.16 04:36:27.811484 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3417 | 2024.08.16 04:36:27.811856 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3418 | 2024.08.16 04:36:27.812489 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3419 | 2024.08.16 04:36:27.813462 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2024.08.16 04:36:27.813531 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3421 | 2024.08.16 04:36:27.814506 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004869868 sec., 7392.3974941415245 rows/sec., 386.22 KiB/sec. | ||
| 3422 | 2024.08.16 04:36:27.814647 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3423 | 2024.08.16 04:36:27.814660 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3424 | 2024.08.16 04:36:27.815574 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2024.08.16 04:36:27.815590 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3426 | 2024.08.16 04:36:27.815778 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_6_1} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3427 | 2024.08.16 04:36:27.815946 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005531 sec., 43210.99258723558 rows/sec., 2.90 MiB/sec. | ||
| 3428 | 2024.08.16 04:36:27.816057 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3429 | 2024.08.16 04:36:27.816486 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Debug> DynamicQueryHandler: Done processing query | ||
| 3430 | 2024.08.16 04:36:27.816519 [ 3 ] {e9a418e2-f748-4eb5-8be5-ad6baf941165} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3431 | 2024.08.16 04:36:27.816535 [ 3 ] {} <Debug> HTTP-Session: 6f558ecc-bbbc-4f40-b832-e6a3c706e744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3432 | 2024.08.16 04:36:27.816662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3433 | 2024.08.16 04:36:27.816713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3434 | 2024.08.16 04:36:27.816732 [ 3 ] {} <Debug> HTTP-Session: 6848ca0c-c6b9-474e-b06d-65c91038273b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3435 | 2024.08.16 04:36:27.816750 [ 3 ] {} <Debug> HTTP-Session: 6848ca0c-c6b9-474e-b06d-65c91038273b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3436 | 2024.08.16 04:36:27.816765 [ 3 ] {} <Debug> HTTP-Session: 6848ca0c-c6b9-474e-b06d-65c91038273b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3437 | 2024.08.16 04:36:27.816797 [ 3 ] {} <Trace> HTTP-Session: 6848ca0c-c6b9-474e-b06d-65c91038273b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3438 | 2024.08.16 04:36:27.816897 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3439 | 2024.08.16 04:36:27.816945 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3440 | 2024.08.16 04:36:27.817109 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3441 | 2024.08.16 04:36:27.817376 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2024.08.16 04:36:27.817412 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3443 | 2024.08.16 04:36:27.817783 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3444 | 2024.08.16 04:36:27.818120 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2024.08.16 04:36:27.818285 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec. | ||
| 3446 | 2024.08.16 04:36:27.818574 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3447 | 2024.08.16 04:36:27.818600 [ 3 ] {37a41724-e4ba-4d87-8316-e390af916ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3448 | 2024.08.16 04:36:27.818616 [ 3 ] {} <Debug> HTTP-Session: 6848ca0c-c6b9-474e-b06d-65c91038273b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3449 | 2024.08.16 04:36:27.818762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3450 | 2024.08.16 04:36:27.818811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3451 | 2024.08.16 04:36:27.818831 [ 3 ] {} <Debug> HTTP-Session: acae5d8f-c585-4774-b83b-087dc5f4b304 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3452 | 2024.08.16 04:36:27.818848 [ 3 ] {} <Debug> HTTP-Session: acae5d8f-c585-4774-b83b-087dc5f4b304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3453 | 2024.08.16 04:36:27.818862 [ 3 ] {} <Debug> HTTP-Session: acae5d8f-c585-4774-b83b-087dc5f4b304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3454 | 2024.08.16 04:36:27.818893 [ 3 ] {} <Trace> HTTP-Session: acae5d8f-c585-4774-b83b-087dc5f4b304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3455 | 2024.08.16 04:36:27.819178 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3456 | 2024.08.16 04:36:27.819249 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <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 | ||
| 3457 | 2024.08.16 04:36:27.819691 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3458 | 2024.08.16 04:36:27.820497 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3459 | 2024.08.16 04:36:27.820535 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3460 | 2024.08.16 04:36:27.821145 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3461 | 2024.08.16 04:36:27.821556 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3462 | 2024.08.16 04:36:27.821770 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00279 sec., 9677.41935483871 rows/sec., 17.34 MiB/sec. | ||
| 3463 | 2024.08.16 04:36:27.822119 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Debug> DynamicQueryHandler: Done processing query | ||
| 3464 | 2024.08.16 04:36:27.822145 [ 3 ] {8467cc03-9096-44b4-8970-d390d876a937} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3465 | 2024.08.16 04:36:27.822161 [ 3 ] {} <Debug> HTTP-Session: acae5d8f-c585-4774-b83b-087dc5f4b304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3466 | 2024.08.16 04:36:27.822302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3467 | 2024.08.16 04:36:27.822351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3468 | 2024.08.16 04:36:27.822371 [ 3 ] {} <Debug> HTTP-Session: aa8cf6a1-67ae-45d7-8895-a61ef180b3ec Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3469 | 2024.08.16 04:36:27.822388 [ 3 ] {} <Debug> HTTP-Session: aa8cf6a1-67ae-45d7-8895-a61ef180b3ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3470 | 2024.08.16 04:36:27.822403 [ 3 ] {} <Debug> HTTP-Session: aa8cf6a1-67ae-45d7-8895-a61ef180b3ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3471 | 2024.08.16 04:36:27.822434 [ 3 ] {} <Trace> HTTP-Session: aa8cf6a1-67ae-45d7-8895-a61ef180b3ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3472 | 2024.08.16 04:36:27.822569 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3473 | 2024.08.16 04:36:27.822614 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3474 | 2024.08.16 04:36:27.822745 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3475 | 2024.08.16 04:36:27.823103 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3476 | 2024.08.16 04:36:27.823140 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3477 | 2024.08.16 04:36:27.823504 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3478 | 2024.08.16 04:36:27.823845 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3479 | 2024.08.16 04:36:27.823990 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 3480 | 2024.08.16 04:36:27.824166 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Debug> DynamicQueryHandler: Done processing query | ||
| 3481 | 2024.08.16 04:36:27.824191 [ 3 ] {3e05c6ec-f504-4d30-ad2e-24329db70a22} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3482 | 2024.08.16 04:36:27.824208 [ 3 ] {} <Debug> HTTP-Session: aa8cf6a1-67ae-45d7-8895-a61ef180b3ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3483 | 2024.08.16 04:36:32.780116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3484 | 2024.08.16 04:36:32.780278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3485 | 2024.08.16 04:36:32.780324 [ 3 ] {} <Debug> HTTP-Session: a1efaa51-9193-4960-b7ac-373426df0cc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3486 | 2024.08.16 04:36:32.780367 [ 3 ] {} <Debug> HTTP-Session: a1efaa51-9193-4960-b7ac-373426df0cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3487 | 2024.08.16 04:36:32.780397 [ 3 ] {} <Debug> HTTP-Session: a1efaa51-9193-4960-b7ac-373426df0cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3488 | 2024.08.16 04:36:32.780476 [ 3 ] {} <Trace> HTTP-Session: a1efaa51-9193-4960-b7ac-373426df0cc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3489 | 2024.08.16 04:36:32.780762 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3490 | 2024.08.16 04:36:32.780871 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3491 | 2024.08.16 04:36:32.781187 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3492 | 2024.08.16 04:36:32.781633 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2024.08.16 04:36:32.781677 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3494 | 2024.08.16 04:36:32.782039 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3495 | 2024.08.16 04:36:32.782378 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2024.08.16 04:36:32.782535 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001852 sec., 2159.8272138228945 rows/sec., 175.06 KiB/sec. | ||
| 3497 | 2024.08.16 04:36:32.782749 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3498 | 2024.08.16 04:36:32.782777 [ 3 ] {765453a9-7337-4fae-a0f1-6ec95879cceb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3499 | 2024.08.16 04:36:32.782794 [ 3 ] {} <Debug> HTTP-Session: a1efaa51-9193-4960-b7ac-373426df0cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3500 | 2024.08.16 04:36:32.782979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3501 | 2024.08.16 04:36:32.783036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3502 | 2024.08.16 04:36:32.783058 [ 3 ] {} <Debug> HTTP-Session: ea6f327c-bc60-4084-b9a2-31294ebbd7b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3503 | 2024.08.16 04:36:32.783076 [ 3 ] {} <Debug> HTTP-Session: ea6f327c-bc60-4084-b9a2-31294ebbd7b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3504 | 2024.08.16 04:36:32.783091 [ 3 ] {} <Debug> HTTP-Session: ea6f327c-bc60-4084-b9a2-31294ebbd7b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3505 | 2024.08.16 04:36:32.783125 [ 3 ] {} <Trace> HTTP-Session: ea6f327c-bc60-4084-b9a2-31294ebbd7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3506 | 2024.08.16 04:36:32.783243 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3507 | 2024.08.16 04:36:32.783286 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3508 | 2024.08.16 04:36:32.783412 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3509 | 2024.08.16 04:36:32.783752 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3510 | 2024.08.16 04:36:32.783790 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3511 | 2024.08.16 04:36:32.784108 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3512 | 2024.08.16 04:36:32.784415 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3513 | 2024.08.16 04:36:32.784570 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001361 sec., 49963.262307127115 rows/sec., 3.93 MiB/sec. | ||
| 3514 | 2024.08.16 04:36:32.784747 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Debug> DynamicQueryHandler: Done processing query | ||
| 3515 | 2024.08.16 04:36:32.784774 [ 3 ] {cdd934e7-b8f6-4c50-bbc2-11e06c2bc406} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3516 | 2024.08.16 04:36:32.784793 [ 3 ] {} <Debug> HTTP-Session: ea6f327c-bc60-4084-b9a2-31294ebbd7b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3517 | 2024.08.16 04:36:32.784956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3518 | 2024.08.16 04:36:32.785007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3519 | 2024.08.16 04:36:32.785028 [ 3 ] {} <Debug> HTTP-Session: 5f287a56-e9b3-4271-b387-765f4add3c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3520 | 2024.08.16 04:36:32.785045 [ 3 ] {} <Debug> HTTP-Session: 5f287a56-e9b3-4271-b387-765f4add3c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3521 | 2024.08.16 04:36:32.785060 [ 3 ] {} <Debug> HTTP-Session: 5f287a56-e9b3-4271-b387-765f4add3c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3522 | 2024.08.16 04:36:32.785092 [ 3 ] {} <Trace> HTTP-Session: 5f287a56-e9b3-4271-b387-765f4add3c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2024.08.16 04:36:32.785204 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3524 | 2024.08.16 04:36:32.785247 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3525 | 2024.08.16 04:36:32.785374 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3526 | 2024.08.16 04:36:32.785694 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3527 | 2024.08.16 04:36:32.785731 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3528 | 2024.08.16 04:36:32.786051 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3529 | 2024.08.16 04:36:32.786371 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3530 | 2024.08.16 04:36:32.786531 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001362 sec., 49926.57856093979 rows/sec., 3.90 MiB/sec. | ||
| 3531 | 2024.08.16 04:36:32.786820 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Debug> DynamicQueryHandler: Done processing query | ||
| 3532 | 2024.08.16 04:36:32.786856 [ 3 ] {a8836da9-5eec-4a29-8c5b-e8f0b4b2ae20} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3533 | 2024.08.16 04:36:32.786881 [ 3 ] {} <Debug> HTTP-Session: 5f287a56-e9b3-4271-b387-765f4add3c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3534 | 2024.08.16 04:36:32.787056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3535 | 2024.08.16 04:36:32.787106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3536 | 2024.08.16 04:36:32.787126 [ 3 ] {} <Debug> HTTP-Session: 6bbbd9ea-8b6b-4d5f-822a-8c1c75e0c1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3537 | 2024.08.16 04:36:32.787143 [ 3 ] {} <Debug> HTTP-Session: 6bbbd9ea-8b6b-4d5f-822a-8c1c75e0c1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3538 | 2024.08.16 04:36:32.787157 [ 3 ] {} <Debug> HTTP-Session: 6bbbd9ea-8b6b-4d5f-822a-8c1c75e0c1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3539 | 2024.08.16 04:36:32.787189 [ 3 ] {} <Trace> HTTP-Session: 6bbbd9ea-8b6b-4d5f-822a-8c1c75e0c1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2024.08.16 04:36:32.787332 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3541 | 2024.08.16 04:36:32.787380 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3542 | 2024.08.16 04:36:32.787547 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3543 | 2024.08.16 04:36:32.787928 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3544 | 2024.08.16 04:36:32.787966 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3545 | 2024.08.16 04:36:32.788356 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3546 | 2024.08.16 04:36:32.788703 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2024.08.16 04:36:32.788826 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
| 3548 | 2024.08.16 04:36:32.788998 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3549 | 2024.08.16 04:36:32.789023 [ 3 ] {efccebd0-de61-472d-b63a-10e11dd8761a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3550 | 2024.08.16 04:36:32.789039 [ 3 ] {} <Debug> HTTP-Session: 6bbbd9ea-8b6b-4d5f-822a-8c1c75e0c1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3551 | 2024.08.16 04:36:32.789152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3552 | 2024.08.16 04:36:32.789198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3553 | 2024.08.16 04:36:32.789218 [ 3 ] {} <Debug> HTTP-Session: 3b612cdc-d90f-4c74-80a8-9849cf25bce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3554 | 2024.08.16 04:36:32.789234 [ 3 ] {} <Debug> HTTP-Session: 3b612cdc-d90f-4c74-80a8-9849cf25bce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3555 | 2024.08.16 04:36:32.789248 [ 3 ] {} <Debug> HTTP-Session: 3b612cdc-d90f-4c74-80a8-9849cf25bce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3556 | 2024.08.16 04:36:32.789279 [ 3 ] {} <Trace> HTTP-Session: 3b612cdc-d90f-4c74-80a8-9849cf25bce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3557 | 2024.08.16 04:36:32.789426 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3558 | 2024.08.16 04:36:32.789489 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <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 | ||
| 3559 | 2024.08.16 04:36:32.789892 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3560 | 2024.08.16 04:36:32.790454 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2024.08.16 04:36:32.790491 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3562 | 2024.08.16 04:36:32.791062 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3563 | 2024.08.16 04:36:32.791477 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2024.08.16 04:36:32.791628 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002275 sec., 1758.2417582417581 rows/sec., 3.15 MiB/sec. | ||
| 3565 | 2024.08.16 04:36:32.791958 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Debug> DynamicQueryHandler: Done processing query | ||
| 3566 | 2024.08.16 04:36:32.791984 [ 3 ] {dde1b7fd-70e1-46b8-89b1-d365bf389c00} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3567 | 2024.08.16 04:36:32.792000 [ 3 ] {} <Debug> HTTP-Session: 3b612cdc-d90f-4c74-80a8-9849cf25bce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3568 | 2024.08.16 04:36:32.792132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3569 | 2024.08.16 04:36:32.792182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3570 | 2024.08.16 04:36:32.792202 [ 3 ] {} <Debug> HTTP-Session: 9b064541-ae7f-4547-98a5-102d76dad734 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3571 | 2024.08.16 04:36:32.792219 [ 3 ] {} <Debug> HTTP-Session: 9b064541-ae7f-4547-98a5-102d76dad734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3572 | 2024.08.16 04:36:32.792233 [ 3 ] {} <Debug> HTTP-Session: 9b064541-ae7f-4547-98a5-102d76dad734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3573 | 2024.08.16 04:36:32.792265 [ 3 ] {} <Trace> HTTP-Session: 9b064541-ae7f-4547-98a5-102d76dad734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3574 | 2024.08.16 04:36:32.792383 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3575 | 2024.08.16 04:36:32.792427 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3576 | 2024.08.16 04:36:32.792556 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3577 | 2024.08.16 04:36:32.792945 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2024.08.16 04:36:32.792981 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3579 | 2024.08.16 04:36:32.793340 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3580 | 2024.08.16 04:36:32.793676 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2024.08.16 04:36:32.793807 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
| 3582 | 2024.08.16 04:36:32.794181 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3583 | 2024.08.16 04:36:32.794217 [ 3 ] {4fa84d0f-c8c7-4991-95b5-0f05fbda086e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3584 | 2024.08.16 04:36:32.794233 [ 3 ] {} <Debug> HTTP-Session: 9b064541-ae7f-4547-98a5-102d76dad734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3585 | 2024.08.16 04:36:34.665313 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3586 | 2024.08.16 04:36:34.665367 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3587 | 2024.08.16 04:36:37.785885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3588 | 2024.08.16 04:36:37.786021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3589 | 2024.08.16 04:36:37.786051 [ 3 ] {} <Debug> HTTP-Session: 13cabcd6-e6d3-4d53-9907-90a34cb50f2d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3590 | 2024.08.16 04:36:37.786079 [ 3 ] {} <Debug> HTTP-Session: 13cabcd6-e6d3-4d53-9907-90a34cb50f2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3591 | 2024.08.16 04:36:37.786098 [ 3 ] {} <Debug> HTTP-Session: 13cabcd6-e6d3-4d53-9907-90a34cb50f2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3592 | 2024.08.16 04:36:37.786154 [ 3 ] {} <Trace> HTTP-Session: 13cabcd6-e6d3-4d53-9907-90a34cb50f2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3593 | 2024.08.16 04:36:37.786352 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3594 | 2024.08.16 04:36:37.786417 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3595 | 2024.08.16 04:36:37.786605 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3596 | 2024.08.16 04:36:37.787089 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2024.08.16 04:36:37.787130 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3598 | 2024.08.16 04:36:37.787495 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3599 | 2024.08.16 04:36:37.787842 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3600 | 2024.08.16 04:36:37.787988 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001695 sec., 15929.20353982301 rows/sec., 1.26 MiB/sec. | ||
| 3601 | 2024.08.16 04:36:37.788203 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Debug> DynamicQueryHandler: Done processing query | ||
| 3602 | 2024.08.16 04:36:37.788232 [ 3 ] {c2e11540-3496-4629-a681-d992b2ac6f47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3603 | 2024.08.16 04:36:37.788248 [ 3 ] {} <Debug> HTTP-Session: 13cabcd6-e6d3-4d53-9907-90a34cb50f2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3604 | 2024.08.16 04:36:37.788452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3605 | 2024.08.16 04:36:37.788510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3606 | 2024.08.16 04:36:37.788530 [ 3 ] {} <Debug> HTTP-Session: 54f37511-dc12-4561-9d40-0ae7250eba82 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3607 | 2024.08.16 04:36:37.788550 [ 3 ] {} <Debug> HTTP-Session: 54f37511-dc12-4561-9d40-0ae7250eba82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3608 | 2024.08.16 04:36:37.788564 [ 3 ] {} <Debug> HTTP-Session: 54f37511-dc12-4561-9d40-0ae7250eba82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3609 | 2024.08.16 04:36:37.788599 [ 3 ] {} <Trace> HTTP-Session: 54f37511-dc12-4561-9d40-0ae7250eba82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3610 | 2024.08.16 04:36:37.788701 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3611 | 2024.08.16 04:36:37.788747 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3612 | 2024.08.16 04:36:37.788880 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3613 | 2024.08.16 04:36:37.789228 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3614 | 2024.08.16 04:36:37.789265 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3615 | 2024.08.16 04:36:37.789556 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3616 | 2024.08.16 04:36:37.789864 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3617 | 2024.08.16 04:36:37.789988 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001315 sec., 1520.912547528517 rows/sec., 124.02 KiB/sec. | ||
| 3618 | 2024.08.16 04:36:37.790156 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 3619 | 2024.08.16 04:36:37.790181 [ 3 ] {cbb28c9e-c209-4c5c-a8d6-fcbe7abb01ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3620 | 2024.08.16 04:36:37.790197 [ 3 ] {} <Debug> HTTP-Session: 54f37511-dc12-4561-9d40-0ae7250eba82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3621 | 2024.08.16 04:36:37.790353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3622 | 2024.08.16 04:36:37.790403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3623 | 2024.08.16 04:36:37.790423 [ 3 ] {} <Debug> HTTP-Session: 16efe575-f29c-45d1-9146-623fc3a3f828 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3624 | 2024.08.16 04:36:37.790439 [ 3 ] {} <Debug> HTTP-Session: 16efe575-f29c-45d1-9146-623fc3a3f828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3625 | 2024.08.16 04:36:37.790453 [ 3 ] {} <Debug> HTTP-Session: 16efe575-f29c-45d1-9146-623fc3a3f828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3626 | 2024.08.16 04:36:37.790484 [ 3 ] {} <Trace> HTTP-Session: 16efe575-f29c-45d1-9146-623fc3a3f828 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3627 | 2024.08.16 04:36:37.790652 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3628 | 2024.08.16 04:36:37.790695 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3629 | 2024.08.16 04:36:37.790821 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3630 | 2024.08.16 04:36:37.791275 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2024.08.16 04:36:37.791311 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3632 | 2024.08.16 04:36:37.791646 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3633 | 2024.08.16 04:36:37.791953 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2024.08.16 04:36:37.792077 [ 36 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3635 | 2024.08.16 04:36:37.792083 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001519 sec., 178406.8466096116 rows/sec., 15.59 MiB/sec. | ||
| 3636 | 2024.08.16 04:36:37.792123 [ 36 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3637 | 2024.08.16 04:36:37.792164 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3638 | 2024.08.16 04:36:37.792342 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3639 | 2024.08.16 04:36:37.792425 [ 3 ] {59ff5ea8-f4db-4a4f-a197-80be7b56095b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3640 | 2024.08.16 04:36:37.792445 [ 193 ] {942550f9-ec08-41c6-a6cb-758fd8125227::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 | ||
| 3641 | 2024.08.16 04:36:37.792510 [ 3 ] {} <Debug> HTTP-Session: 16efe575-f29c-45d1-9146-623fc3a3f828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3642 | 2024.08.16 04:36:37.792730 [ 193 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3643 | 2024.08.16 04:36:37.792798 [ 193 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1404 rows starting from the beginning of the part | ||
| 3644 | 2024.08.16 04:36:37.792805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3645 | 2024.08.16 04:36:37.792940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3646 | 2024.08.16 04:36:37.793043 [ 3 ] {} <Debug> HTTP-Session: f518e6a1-aa62-47fb-9374-aa27e57efe11 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3647 | 2024.08.16 04:36:37.793049 [ 193 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 267 rows starting from the beginning of the part | ||
| 3648 | 2024.08.16 04:36:37.793102 [ 3 ] {} <Debug> HTTP-Session: f518e6a1-aa62-47fb-9374-aa27e57efe11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3649 | 2024.08.16 04:36:37.793171 [ 3 ] {} <Debug> HTTP-Session: f518e6a1-aa62-47fb-9374-aa27e57efe11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3650 | 2024.08.16 04:36:37.793326 [ 3 ] {} <Trace> HTTP-Session: f518e6a1-aa62-47fb-9374-aa27e57efe11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3651 | 2024.08.16 04:36:37.793364 [ 193 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 3652 | 2024.08.16 04:36:37.793650 [ 193 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 272 rows starting from the beginning of the part | ||
| 3653 | 2024.08.16 04:36:37.793671 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3654 | 2024.08.16 04:36:37.793820 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3655 | 2024.08.16 04:36:37.793896 [ 193 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 68 rows starting from the beginning of the part | ||
| 3656 | 2024.08.16 04:36:37.794220 [ 193 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 271 rows starting from the beginning of the part | ||
| 3657 | 2024.08.16 04:36:37.794897 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3658 | 2024.08.16 04:36:37.795568 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2024.08.16 04:36:37.795643 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3660 | 2024.08.16 04:36:37.796368 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3661 | 2024.08.16 04:36:37.797320 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2024.08.16 04:36:37.797619 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004098 sec., 488.0429477794046 rows/sec., 34.08 KiB/sec. | ||
| 3663 | 2024.08.16 04:36:37.798223 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3664 | 2024.08.16 04:36:37.798251 [ 3 ] {8d71003e-38af-49e6-84c4-de438d73b8e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3665 | 2024.08.16 04:36:37.798281 [ 3 ] {} <Debug> HTTP-Session: f518e6a1-aa62-47fb-9374-aa27e57efe11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3666 | 2024.08.16 04:36:37.798480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3667 | 2024.08.16 04:36:37.798571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3668 | 2024.08.16 04:36:37.798596 [ 3 ] {} <Debug> HTTP-Session: 53952579-346e-4282-b2ac-caf0071c5385 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3669 | 2024.08.16 04:36:37.798611 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2338 rows, containing 4 columns (4 merged, 0 gathered) in 0.006341404 sec., 368688.06970822235 rows/sec., 31.12 MiB/sec. | ||
| 3670 | 2024.08.16 04:36:37.798627 [ 3 ] {} <Debug> HTTP-Session: 53952579-346e-4282-b2ac-caf0071c5385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3671 | 2024.08.16 04:36:37.798692 [ 3 ] {} <Debug> HTTP-Session: 53952579-346e-4282-b2ac-caf0071c5385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3672 | 2024.08.16 04:36:37.798740 [ 3 ] {} <Trace> HTTP-Session: 53952579-346e-4282-b2ac-caf0071c5385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3673 | 2024.08.16 04:36:37.798872 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3674 | 2024.08.16 04:36:37.798932 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3675 | 2024.08.16 04:36:37.798996 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3676 | 2024.08.16 04:36:37.799273 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3677 | 2024.08.16 04:36:37.800003 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3678 | 2024.08.16 04:36:37.800024 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2024.08.16 04:36:37.800090 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3680 | 2024.08.16 04:36:37.800176 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_16_3} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3681 | 2024.08.16 04:36:37.800351 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 3682 | 2024.08.16 04:36:37.800574 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3683 | 2024.08.16 04:36:37.800913 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3684 | 2024.08.16 04:36:37.801042 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002223 sec., 6297.795771479981 rows/sec., 441.06 KiB/sec. | ||
| 3685 | 2024.08.16 04:36:37.801215 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Debug> DynamicQueryHandler: Done processing query | ||
| 3686 | 2024.08.16 04:36:37.801240 [ 3 ] {71f275df-6cc4-4ef5-ae08-793419541a76} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3687 | 2024.08.16 04:36:37.801257 [ 3 ] {} <Debug> HTTP-Session: 53952579-346e-4282-b2ac-caf0071c5385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3688 | 2024.08.16 04:36:37.801380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3689 | 2024.08.16 04:36:37.801428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3690 | 2024.08.16 04:36:37.801447 [ 3 ] {} <Debug> HTTP-Session: 4a895c30-a961-4a6c-b743-b1792a672d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3691 | 2024.08.16 04:36:37.801463 [ 3 ] {} <Debug> HTTP-Session: 4a895c30-a961-4a6c-b743-b1792a672d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3692 | 2024.08.16 04:36:37.801478 [ 3 ] {} <Debug> HTTP-Session: 4a895c30-a961-4a6c-b743-b1792a672d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3693 | 2024.08.16 04:36:37.801509 [ 3 ] {} <Trace> HTTP-Session: 4a895c30-a961-4a6c-b743-b1792a672d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3694 | 2024.08.16 04:36:37.801635 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3695 | 2024.08.16 04:36:37.801678 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3696 | 2024.08.16 04:36:37.801806 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3697 | 2024.08.16 04:36:37.802092 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3698 | 2024.08.16 04:36:37.802129 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3699 | 2024.08.16 04:36:37.802442 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3700 | 2024.08.16 04:36:37.802744 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3701 | 2024.08.16 04:36:37.802869 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001261 sec., 4758.128469468676 rows/sec., 281.12 KiB/sec. | ||
| 3702 | 2024.08.16 04:36:37.803031 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Debug> DynamicQueryHandler: Done processing query | ||
| 3703 | 2024.08.16 04:36:37.803057 [ 3 ] {266dcb1c-9230-44f0-8c3f-9a6087003559} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3704 | 2024.08.16 04:36:37.803099 [ 3 ] {} <Debug> HTTP-Session: 4a895c30-a961-4a6c-b743-b1792a672d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3705 | 2024.08.16 04:36:37.803262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3706 | 2024.08.16 04:36:37.803311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3707 | 2024.08.16 04:36:37.803330 [ 3 ] {} <Debug> HTTP-Session: 8895bb69-3f1d-4a9d-bd41-3a9d65244dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3708 | 2024.08.16 04:36:37.803346 [ 3 ] {} <Debug> HTTP-Session: 8895bb69-3f1d-4a9d-bd41-3a9d65244dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3709 | 2024.08.16 04:36:37.803360 [ 3 ] {} <Debug> HTTP-Session: 8895bb69-3f1d-4a9d-bd41-3a9d65244dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3710 | 2024.08.16 04:36:37.803391 [ 3 ] {} <Trace> HTTP-Session: 8895bb69-3f1d-4a9d-bd41-3a9d65244dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3711 | 2024.08.16 04:36:37.803775 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3712 | 2024.08.16 04:36:37.803820 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3713 | 2024.08.16 04:36:37.803947 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3714 | 2024.08.16 04:36:37.804534 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2024.08.16 04:36:37.804571 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3716 | 2024.08.16 04:36:37.804904 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3717 | 2024.08.16 04:36:37.805201 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3718 | 2024.08.16 04:36:37.805323 [ 36 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3719 | 2024.08.16 04:36:37.805329 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.001828 sec., 224835.88621444203 rows/sec., 16.03 MiB/sec. | ||
| 3720 | 2024.08.16 04:36:37.805362 [ 36 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2024.08.16 04:36:37.805397 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3722 | 2024.08.16 04:36:37.805576 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::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 | ||
| 3723 | 2024.08.16 04:36:37.805584 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Debug> DynamicQueryHandler: Done processing query | ||
| 3724 | 2024.08.16 04:36:37.805649 [ 3 ] {2d4fd2e6-6791-457a-b9be-e0b884769308} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3725 | 2024.08.16 04:36:37.805694 [ 3 ] {} <Debug> HTTP-Session: 8895bb69-3f1d-4a9d-bd41-3a9d65244dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3726 | 2024.08.16 04:36:37.805807 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3727 | 2024.08.16 04:36:37.805845 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 881 rows starting from the beginning of the part | ||
| 3728 | 2024.08.16 04:36:37.805981 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 408 rows starting from the beginning of the part | ||
| 3729 | 2024.08.16 04:36:37.806019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3730 | 2024.08.16 04:36:37.806195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3731 | 2024.08.16 04:36:37.806291 [ 3 ] {} <Debug> HTTP-Session: fab1b509-9c8d-40f4-88b3-ed0aa34be189 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3732 | 2024.08.16 04:36:37.806367 [ 3 ] {} <Debug> HTTP-Session: fab1b509-9c8d-40f4-88b3-ed0aa34be189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3733 | 2024.08.16 04:36:37.806405 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 3734 | 2024.08.16 04:36:37.806427 [ 3 ] {} <Debug> HTTP-Session: fab1b509-9c8d-40f4-88b3-ed0aa34be189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3735 | 2024.08.16 04:36:37.806560 [ 3 ] {} <Trace> HTTP-Session: fab1b509-9c8d-40f4-88b3-ed0aa34be189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3736 | 2024.08.16 04:36:37.806677 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 413 rows starting from the beginning of the part | ||
| 3737 | 2024.08.16 04:36:37.806917 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3738 | 2024.08.16 04:36:37.807007 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 68 rows starting from the beginning of the part | ||
| 3739 | 2024.08.16 04:36:37.807067 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3740 | 2024.08.16 04:36:37.807321 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 411 rows starting from the beginning of the part | ||
| 3741 | 2024.08.16 04:36:37.807996 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3742 | 2024.08.16 04:36:37.808627 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2024.08.16 04:36:37.808692 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3744 | 2024.08.16 04:36:37.809737 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3745 | 2024.08.16 04:36:37.810403 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2024.08.16 04:36:37.810461 [ 193 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2245 rows, containing 4 columns (4 merged, 0 gathered) in 0.00496227 sec., 452413.91540565103 rows/sec., 32.65 MiB/sec. | ||
| 3747 | 2024.08.16 04:36:37.810674 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003884 sec., 1544.7991761071062 rows/sec., 80.71 KiB/sec. | ||
| 3748 | 2024.08.16 04:36:37.810809 [ 193 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3749 | 2024.08.16 04:36:37.811234 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3750 | 2024.08.16 04:36:37.811302 [ 3 ] {3fd5b68d-c3a8-472a-ad21-e28f87db27aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3751 | 2024.08.16 04:36:37.811375 [ 3 ] {} <Debug> HTTP-Session: fab1b509-9c8d-40f4-88b3-ed0aa34be189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3752 | 2024.08.16 04:36:37.811595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3753 | 2024.08.16 04:36:37.811691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3754 | 2024.08.16 04:36:37.811727 [ 193 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3755 | 2024.08.16 04:36:37.811741 [ 3 ] {} <Debug> HTTP-Session: 8c249dc1-51bd-486f-b252-1c4f4674a4b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3756 | 2024.08.16 04:36:37.811801 [ 3 ] {} <Debug> HTTP-Session: 8c249dc1-51bd-486f-b252-1c4f4674a4b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3757 | 2024.08.16 04:36:37.811847 [ 3 ] {} <Debug> HTTP-Session: 8c249dc1-51bd-486f-b252-1c4f4674a4b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3758 | 2024.08.16 04:36:37.811906 [ 193 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_16_3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3759 | 2024.08.16 04:36:37.811917 [ 3 ] {} <Trace> HTTP-Session: 8c249dc1-51bd-486f-b252-1c4f4674a4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3760 | 2024.08.16 04:36:37.812044 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 3761 | 2024.08.16 04:36:37.812254 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3762 | 2024.08.16 04:36:37.812307 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3763 | 2024.08.16 04:36:37.812479 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3764 | 2024.08.16 04:36:37.812940 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2024.08.16 04:36:37.812977 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3766 | 2024.08.16 04:36:37.813363 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3767 | 2024.08.16 04:36:37.813707 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2024.08.16 04:36:37.813868 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3769 | 2024.08.16 04:36:37.813879 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001777 sec., 133933.59594822736 rows/sec., 8.98 MiB/sec. | ||
| 3770 | 2024.08.16 04:36:37.813949 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3771 | 2024.08.16 04:36:37.814020 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3772 | 2024.08.16 04:36:37.814290 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Debug> DynamicQueryHandler: Done processing query | ||
| 3773 | 2024.08.16 04:36:37.814365 [ 3 ] {e1d622db-f3e2-4670-a634-902594be7354} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3774 | 2024.08.16 04:36:37.814377 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 3775 | 2024.08.16 04:36:37.814435 [ 3 ] {} <Debug> HTTP-Session: 8c249dc1-51bd-486f-b252-1c4f4674a4b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3776 | 2024.08.16 04:36:37.814733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3777 | 2024.08.16 04:36:37.814862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3778 | 2024.08.16 04:36:37.814875 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3779 | 2024.08.16 04:36:37.814894 [ 3 ] {} <Debug> HTTP-Session: 59f2c985-6ce0-4576-88fa-c0d6dafb9262 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3780 | 2024.08.16 04:36:37.814946 [ 3 ] {} <Debug> HTTP-Session: 59f2c985-6ce0-4576-88fa-c0d6dafb9262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3781 | 2024.08.16 04:36:37.814952 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3686 rows starting from the beginning of the part | ||
| 3782 | 2024.08.16 04:36:37.814968 [ 3 ] {} <Debug> HTTP-Session: 59f2c985-6ce0-4576-88fa-c0d6dafb9262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3783 | 2024.08.16 04:36:37.815046 [ 3 ] {} <Trace> HTTP-Session: 59f2c985-6ce0-4576-88fa-c0d6dafb9262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3784 | 2024.08.16 04:36:37.815246 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 3785 | 2024.08.16 04:36:37.815371 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3786 | 2024.08.16 04:36:37.815546 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3787 | 2024.08.16 04:36:37.815566 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 3788 | 2024.08.16 04:36:37.815928 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 239 rows starting from the beginning of the part | ||
| 3789 | 2024.08.16 04:36:37.816345 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 3790 | 2024.08.16 04:36:37.816615 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3791 | 2024.08.16 04:36:37.816810 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 238 rows starting from the beginning of the part | ||
| 3792 | 2024.08.16 04:36:37.817477 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2024.08.16 04:36:37.817545 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3794 | 2024.08.16 04:36:37.818298 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3795 | 2024.08.16 04:36:37.819287 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3796 | 2024.08.16 04:36:37.819632 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004256 sec., 234.96240601503757 rows/sec., 15.83 KiB/sec. | ||
| 3797 | 2024.08.16 04:36:37.819976 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3798 | 2024.08.16 04:36:37.820022 [ 3 ] {f7077316-3635-488b-9b4f-3a8deb0c56dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3799 | 2024.08.16 04:36:37.820050 [ 3 ] {} <Debug> HTTP-Session: 59f2c985-6ce0-4576-88fa-c0d6dafb9262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3800 | 2024.08.16 04:36:37.820267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3801 | 2024.08.16 04:36:37.820290 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4720 rows, containing 5 columns (5 merged, 0 gathered) in 0.006155949 sec., 766737.9960425274 rows/sec., 51.72 MiB/sec. | ||
| 3802 | 2024.08.16 04:36:37.820347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3803 | 2024.08.16 04:36:37.820376 [ 3 ] {} <Debug> HTTP-Session: fe9050d1-6ce9-4d05-b4ad-94bb33916f4e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3804 | 2024.08.16 04:36:37.820392 [ 3 ] {} <Debug> HTTP-Session: fe9050d1-6ce9-4d05-b4ad-94bb33916f4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3805 | 2024.08.16 04:36:37.820406 [ 3 ] {} <Debug> HTTP-Session: fe9050d1-6ce9-4d05-b4ad-94bb33916f4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3806 | 2024.08.16 04:36:37.820440 [ 3 ] {} <Trace> HTTP-Session: fe9050d1-6ce9-4d05-b4ad-94bb33916f4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3807 | 2024.08.16 04:36:37.820653 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3808 | 2024.08.16 04:36:37.821073 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2024.08.16 04:36:37.821091 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3810 | 2024.08.16 04:36:37.821257 [ 193 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3811 | 2024.08.16 04:36:37.821271 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <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 | ||
| 3812 | 2024.08.16 04:36:37.821429 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 3813 | 2024.08.16 04:36:37.821899 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3814 | 2024.08.16 04:36:37.822672 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2024.08.16 04:36:37.822711 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3816 | 2024.08.16 04:36:37.823336 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3817 | 2024.08.16 04:36:37.823758 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2024.08.16 04:36:37.823953 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003417 sec., 7901.668129938543 rows/sec., 14.16 MiB/sec. | ||
| 3819 | 2024.08.16 04:36:37.824187 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Debug> DynamicQueryHandler: Done processing query | ||
| 3820 | 2024.08.16 04:36:37.824213 [ 3 ] {cf134e28-561b-4ae5-8012-fec6db4d6f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3821 | 2024.08.16 04:36:37.824229 [ 3 ] {} <Debug> HTTP-Session: fe9050d1-6ce9-4d05-b4ad-94bb33916f4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3822 | 2024.08.16 04:36:37.824363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3823 | 2024.08.16 04:36:37.824412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3824 | 2024.08.16 04:36:37.824432 [ 3 ] {} <Debug> HTTP-Session: 2305f244-6ba7-4f57-bcb3-77bc51269ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3825 | 2024.08.16 04:36:37.824448 [ 3 ] {} <Debug> HTTP-Session: 2305f244-6ba7-4f57-bcb3-77bc51269ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3826 | 2024.08.16 04:36:37.824462 [ 3 ] {} <Debug> HTTP-Session: 2305f244-6ba7-4f57-bcb3-77bc51269ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3827 | 2024.08.16 04:36:37.824493 [ 3 ] {} <Trace> HTTP-Session: 2305f244-6ba7-4f57-bcb3-77bc51269ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3828 | 2024.08.16 04:36:37.824628 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3829 | 2024.08.16 04:36:37.824672 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3830 | 2024.08.16 04:36:37.824799 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3831 | 2024.08.16 04:36:37.825100 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2024.08.16 04:36:37.825136 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3833 | 2024.08.16 04:36:37.825498 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3834 | 2024.08.16 04:36:37.825818 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3835 | 2024.08.16 04:36:37.825977 [ 35 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3836 | 2024.08.16 04:36:37.825985 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec. | ||
| 3837 | 2024.08.16 04:36:37.826036 [ 35 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2024.08.16 04:36:37.826097 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3839 | 2024.08.16 04:36:37.826348 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 3840 | 2024.08.16 04:36:37.826433 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3841 | 2024.08.16 04:36:37.826517 [ 3 ] {462b043a-127f-4e47-831c-50caa3d10daa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3842 | 2024.08.16 04:36:37.826560 [ 3 ] {} <Debug> HTTP-Session: 2305f244-6ba7-4f57-bcb3-77bc51269ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3843 | 2024.08.16 04:36:37.826643 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3844 | 2024.08.16 04:36:37.826678 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 586 rows starting from the beginning of the part | ||
| 3845 | 2024.08.16 04:36:37.826775 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 3846 | 2024.08.16 04:36:37.826962 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 3847 | 2024.08.16 04:36:37.827137 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 3848 | 2024.08.16 04:36:37.827332 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 3849 | 2024.08.16 04:36:37.827500 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 3850 | 2024.08.16 04:36:37.828644 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 4 columns (4 merged, 0 gathered) in 0.002438449 sec., 390412.1021190109 rows/sec., 25.44 MiB/sec. | ||
| 3851 | 2024.08.16 04:36:37.828851 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3852 | 2024.08.16 04:36:37.829298 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3853 | 2024.08.16 04:36:37.829384 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_16_3} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3854 | 2024.08.16 04:36:37.829477 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3855 | 2024.08.16 04:36:42.809109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3856 | 2024.08.16 04:36:42.809244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3857 | 2024.08.16 04:36:42.809274 [ 3 ] {} <Debug> HTTP-Session: 5a421919-f032-4910-893d-fd90923854c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3858 | 2024.08.16 04:36:42.809301 [ 3 ] {} <Debug> HTTP-Session: 5a421919-f032-4910-893d-fd90923854c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3859 | 2024.08.16 04:36:42.809319 [ 3 ] {} <Debug> HTTP-Session: 5a421919-f032-4910-893d-fd90923854c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3860 | 2024.08.16 04:36:42.809372 [ 3 ] {} <Trace> HTTP-Session: 5a421919-f032-4910-893d-fd90923854c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3861 | 2024.08.16 04:36:42.809559 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3862 | 2024.08.16 04:36:42.809625 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3863 | 2024.08.16 04:36:42.809815 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3864 | 2024.08.16 04:36:42.810230 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2024.08.16 04:36:42.810275 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3866 | 2024.08.16 04:36:42.810640 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3867 | 2024.08.16 04:36:42.810972 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2024.08.16 04:36:42.811133 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001626 sec., 2460.0246002460026 rows/sec., 199.40 KiB/sec. | ||
| 3869 | 2024.08.16 04:36:42.811152 [ 30 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3870 | 2024.08.16 04:36:42.811256 [ 30 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3871 | 2024.08.16 04:36:42.811304 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3872 | 2024.08.16 04:36:42.811425 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Debug> DynamicQueryHandler: Done processing query | ||
| 3873 | 2024.08.16 04:36:42.811481 [ 3 ] {009f30c5-895d-4f61-9c99-0511d08fd742} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3874 | 2024.08.16 04:36:42.811512 [ 3 ] {} <Debug> HTTP-Session: 5a421919-f032-4910-893d-fd90923854c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3875 | 2024.08.16 04:36:42.811521 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 3876 | 2024.08.16 04:36:42.811725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3877 | 2024.08.16 04:36:42.811767 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3878 | 2024.08.16 04:36:42.811831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3879 | 2024.08.16 04:36:42.811835 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 3880 | 2024.08.16 04:36:42.811875 [ 3 ] {} <Debug> HTTP-Session: 9bc5f303-49d6-4cca-9778-1572484702bd Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3881 | 2024.08.16 04:36:42.811939 [ 3 ] {} <Debug> HTTP-Session: 9bc5f303-49d6-4cca-9778-1572484702bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3882 | 2024.08.16 04:36:42.812001 [ 3 ] {} <Debug> HTTP-Session: 9bc5f303-49d6-4cca-9778-1572484702bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3883 | 2024.08.16 04:36:42.812047 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 3884 | 2024.08.16 04:36:42.812140 [ 3 ] {} <Trace> HTTP-Session: 9bc5f303-49d6-4cca-9778-1572484702bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3885 | 2024.08.16 04:36:42.812348 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part | ||
| 3886 | 2024.08.16 04:36:42.812529 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3887 | 2024.08.16 04:36:42.812741 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3888 | 2024.08.16 04:36:42.812744 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 3889 | 2024.08.16 04:36:42.813193 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 3890 | 2024.08.16 04:36:42.813484 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 3891 | 2024.08.16 04:36:42.813804 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3892 | 2024.08.16 04:36:42.814688 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2024.08.16 04:36:42.814746 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 3894 | 2024.08.16 04:36:42.815578 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3895 | 2024.08.16 04:36:42.816253 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.004848207 sec., 23307.58567033132 rows/sec., 1.84 MiB/sec. | ||
| 3896 | 2024.08.16 04:36:42.816440 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3897 | 2024.08.16 04:36:42.816612 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3898 | 2024.08.16 04:36:42.816988 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00458 sec., 873.3624454148472 rows/sec., 71.22 KiB/sec. | ||
| 3899 | 2024.08.16 04:36:42.817390 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3900 | 2024.08.16 04:36:42.817434 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3901 | 2024.08.16 04:36:42.817451 [ 3 ] {236e763a-059d-4d41-ae05-83b25e59563a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3902 | 2024.08.16 04:36:42.817518 [ 3 ] {} <Debug> HTTP-Session: 9bc5f303-49d6-4cca-9778-1572484702bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3903 | 2024.08.16 04:36:42.817603 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_6_1} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3904 | 2024.08.16 04:36:42.817695 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3905 | 2024.08.16 04:36:42.817781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3906 | 2024.08.16 04:36:42.817841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3907 | 2024.08.16 04:36:42.817861 [ 3 ] {} <Debug> HTTP-Session: bc837177-b719-47c6-af73-d34fa0890aa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3908 | 2024.08.16 04:36:42.817879 [ 3 ] {} <Debug> HTTP-Session: bc837177-b719-47c6-af73-d34fa0890aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3909 | 2024.08.16 04:36:42.817893 [ 3 ] {} <Debug> HTTP-Session: bc837177-b719-47c6-af73-d34fa0890aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3910 | 2024.08.16 04:36:42.817927 [ 3 ] {} <Trace> HTTP-Session: bc837177-b719-47c6-af73-d34fa0890aa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3911 | 2024.08.16 04:36:42.818904 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3912 | 2024.08.16 04:36:42.818954 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3913 | 2024.08.16 04:36:42.819107 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3914 | 2024.08.16 04:36:42.820325 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3915 | 2024.08.16 04:36:42.820364 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3916 | 2024.08.16 04:36:42.820750 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3917 | 2024.08.16 04:36:42.821076 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3918 | 2024.08.16 04:36:42.821237 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Debug> executeQuery: Read 1210 rows, 101.74 KiB in 0.003156 sec., 383396.70468948036 rows/sec., 31.48 MiB/sec. | ||
| 3919 | 2024.08.16 04:36:42.821413 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Debug> DynamicQueryHandler: Done processing query | ||
| 3920 | 2024.08.16 04:36:42.821438 [ 3 ] {11fc3b89-312d-453b-a611-6b8b6bf94763} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 3921 | 2024.08.16 04:36:42.821453 [ 3 ] {} <Debug> HTTP-Session: bc837177-b719-47c6-af73-d34fa0890aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3922 | 2024.08.16 04:36:42.821820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3923 | 2024.08.16 04:36:42.821869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3924 | 2024.08.16 04:36:42.821888 [ 3 ] {} <Debug> HTTP-Session: 8742e9f8-7c69-43a9-910e-2453595e10af Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3925 | 2024.08.16 04:36:42.821904 [ 3 ] {} <Debug> HTTP-Session: 8742e9f8-7c69-43a9-910e-2453595e10af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3926 | 2024.08.16 04:36:42.821918 [ 3 ] {} <Debug> HTTP-Session: 8742e9f8-7c69-43a9-910e-2453595e10af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3927 | 2024.08.16 04:36:42.821949 [ 3 ] {} <Trace> HTTP-Session: 8742e9f8-7c69-43a9-910e-2453595e10af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3928 | 2024.08.16 04:36:42.822047 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3929 | 2024.08.16 04:36:42.822090 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3930 | 2024.08.16 04:36:42.822219 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3931 | 2024.08.16 04:36:42.822512 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2024.08.16 04:36:42.822549 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3933 | 2024.08.16 04:36:42.822844 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3934 | 2024.08.16 04:36:42.823148 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2024.08.16 04:36:42.823301 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001278 sec., 3129.8904538341158 rows/sec., 218.54 KiB/sec. | ||
| 3936 | 2024.08.16 04:36:42.823553 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Debug> DynamicQueryHandler: Done processing query | ||
| 3937 | 2024.08.16 04:36:42.823577 [ 3 ] {05e629e9-b2dd-481b-875d-24aa4d38f747} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3938 | 2024.08.16 04:36:42.823593 [ 3 ] {} <Debug> HTTP-Session: 8742e9f8-7c69-43a9-910e-2453595e10af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3939 | 2024.08.16 04:36:42.823746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3940 | 2024.08.16 04:36:42.823794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3941 | 2024.08.16 04:36:42.823813 [ 3 ] {} <Debug> HTTP-Session: b69113ea-4664-4d42-87d7-4258258ad08c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3942 | 2024.08.16 04:36:42.823830 [ 3 ] {} <Debug> HTTP-Session: b69113ea-4664-4d42-87d7-4258258ad08c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3943 | 2024.08.16 04:36:42.823843 [ 3 ] {} <Debug> HTTP-Session: b69113ea-4664-4d42-87d7-4258258ad08c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3944 | 2024.08.16 04:36:42.823874 [ 3 ] {} <Trace> HTTP-Session: b69113ea-4664-4d42-87d7-4258258ad08c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3945 | 2024.08.16 04:36:42.824069 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3946 | 2024.08.16 04:36:42.824111 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3947 | 2024.08.16 04:36:42.824255 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3948 | 2024.08.16 04:36:42.824652 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3949 | 2024.08.16 04:36:42.824688 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3950 | 2024.08.16 04:36:42.825020 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3951 | 2024.08.16 04:36:42.825320 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3952 | 2024.08.16 04:36:42.825472 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001523 sec., 149704.53053184503 rows/sec., 10.14 MiB/sec. | ||
| 3953 | 2024.08.16 04:36:42.825636 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3954 | 2024.08.16 04:36:42.825660 [ 3 ] {41007507-f810-47b6-9f32-0ffc87133d6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3955 | 2024.08.16 04:36:42.825675 [ 3 ] {} <Debug> HTTP-Session: b69113ea-4664-4d42-87d7-4258258ad08c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3956 | 2024.08.16 04:36:42.825975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 87196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3957 | 2024.08.16 04:36:42.826023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3958 | 2024.08.16 04:36:42.826042 [ 3 ] {} <Debug> HTTP-Session: 84c35abb-6e0e-4a58-8da5-2f0288145040 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3959 | 2024.08.16 04:36:42.826058 [ 3 ] {} <Debug> HTTP-Session: 84c35abb-6e0e-4a58-8da5-2f0288145040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3960 | 2024.08.16 04:36:42.826071 [ 3 ] {} <Debug> HTTP-Session: 84c35abb-6e0e-4a58-8da5-2f0288145040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3961 | 2024.08.16 04:36:42.826101 [ 3 ] {} <Trace> HTTP-Session: 84c35abb-6e0e-4a58-8da5-2f0288145040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2024.08.16 04:36:42.826455 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3963 | 2024.08.16 04:36:42.826499 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3964 | 2024.08.16 04:36:42.826624 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3965 | 2024.08.16 04:36:42.827267 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2024.08.16 04:36:42.827304 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3967 | 2024.08.16 04:36:42.827627 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3968 | 2024.08.16 04:36:42.827927 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2024.08.16 04:36:42.828078 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001876 sec., 281449.8933901919 rows/sec., 20.85 MiB/sec. | ||
| 3970 | 2024.08.16 04:36:42.828247 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3971 | 2024.08.16 04:36:42.828271 [ 3 ] {fa05fb37-5c1f-4945-9304-3a091234500d} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 3972 | 2024.08.16 04:36:42.828287 [ 3 ] {} <Debug> HTTP-Session: 84c35abb-6e0e-4a58-8da5-2f0288145040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3973 | 2024.08.16 04:36:42.828520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3974 | 2024.08.16 04:36:42.828568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3975 | 2024.08.16 04:36:42.828587 [ 3 ] {} <Debug> HTTP-Session: d8aaf110-2973-40dd-9c23-35555d9021bb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3976 | 2024.08.16 04:36:42.828602 [ 3 ] {} <Debug> HTTP-Session: d8aaf110-2973-40dd-9c23-35555d9021bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3977 | 2024.08.16 04:36:42.828615 [ 3 ] {} <Debug> HTTP-Session: d8aaf110-2973-40dd-9c23-35555d9021bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3978 | 2024.08.16 04:36:42.828646 [ 3 ] {} <Trace> HTTP-Session: d8aaf110-2973-40dd-9c23-35555d9021bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3979 | 2024.08.16 04:36:42.829101 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3980 | 2024.08.16 04:36:42.829158 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3981 | 2024.08.16 04:36:42.829327 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3982 | 2024.08.16 04:36:42.830259 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2024.08.16 04:36:42.830295 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 3984 | 2024.08.16 04:36:42.830727 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3985 | 2024.08.16 04:36:42.831067 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2024.08.16 04:36:42.831220 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002427 sec., 348578.4919653894 rows/sec., 23.46 MiB/sec. | ||
| 3987 | 2024.08.16 04:36:42.831393 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Debug> DynamicQueryHandler: Done processing query | ||
| 3988 | 2024.08.16 04:36:42.831418 [ 3 ] {cf67348c-99df-4a7a-9a19-85c32a4b1d69} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 3989 | 2024.08.16 04:36:42.831434 [ 3 ] {} <Debug> HTTP-Session: d8aaf110-2973-40dd-9c23-35555d9021bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3990 | 2024.08.16 04:36:42.831744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3991 | 2024.08.16 04:36:42.831792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3992 | 2024.08.16 04:36:42.831811 [ 3 ] {} <Debug> HTTP-Session: 1decae32-63a8-440d-9984-c2fecb40bbcf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 3993 | 2024.08.16 04:36:42.831827 [ 3 ] {} <Debug> HTTP-Session: 1decae32-63a8-440d-9984-c2fecb40bbcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3994 | 2024.08.16 04:36:42.831840 [ 3 ] {} <Debug> HTTP-Session: 1decae32-63a8-440d-9984-c2fecb40bbcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3995 | 2024.08.16 04:36:42.831871 [ 3 ] {} <Trace> HTTP-Session: 1decae32-63a8-440d-9984-c2fecb40bbcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2024.08.16 04:36:42.831989 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3997 | 2024.08.16 04:36:42.832055 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <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 | ||
| 3998 | 2024.08.16 04:36:42.832467 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3999 | 2024.08.16 04:36:42.833009 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4000 | 2024.08.16 04:36:42.833045 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 4001 | 2024.08.16 04:36:42.833632 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4002 | 2024.08.16 04:36:42.834048 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4003 | 2024.08.16 04:36:42.834207 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002257 sec., 1772.2640673460346 rows/sec., 3.18 MiB/sec. | ||
| 4004 | 2024.08.16 04:36:42.834214 [ 30 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4005 | 2024.08.16 04:36:42.834314 [ 30 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4006 | 2024.08.16 04:36:42.834381 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 4007 | 2024.08.16 04:36:42.834655 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 4008 | 2024.08.16 04:36:42.834712 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Debug> DynamicQueryHandler: Done processing query | ||
| 4009 | 2024.08.16 04:36:42.834765 [ 3 ] {ec4c1755-d910-44a0-913f-482d87fd7907} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4010 | 2024.08.16 04:36:42.834803 [ 3 ] {} <Debug> HTTP-Session: 1decae32-63a8-440d-9984-c2fecb40bbcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4011 | 2024.08.16 04:36:42.834999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4012 | 2024.08.16 04:36:42.835124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4013 | 2024.08.16 04:36:42.835190 [ 3 ] {} <Debug> HTTP-Session: 46c07abd-f134-4b2e-84f2-71ead98a49f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4014 | 2024.08.16 04:36:42.835245 [ 3 ] {} <Debug> HTTP-Session: 46c07abd-f134-4b2e-84f2-71ead98a49f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4015 | 2024.08.16 04:36:42.835293 [ 3 ] {} <Debug> HTTP-Session: 46c07abd-f134-4b2e-84f2-71ead98a49f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4016 | 2024.08.16 04:36:42.835307 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4017 | 2024.08.16 04:36:42.835365 [ 3 ] {} <Trace> HTTP-Session: 46c07abd-f134-4b2e-84f2-71ead98a49f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4018 | 2024.08.16 04:36:42.835470 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 4019 | 2024.08.16 04:36:42.835676 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4020 | 2024.08.16 04:36:42.835860 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4021 | 2024.08.16 04:36:42.836231 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 4022 | 2024.08.16 04:36:42.836709 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4023 | 2024.08.16 04:36:42.837092 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part | ||
| 4024 | 2024.08.16 04:36:42.837711 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 4025 | 2024.08.16 04:36:42.837967 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4026 | 2024.08.16 04:36:42.838076 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4027 | 2024.08.16 04:36:42.838458 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 4028 | 2024.08.16 04:36:42.839130 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 4029 | 2024.08.16 04:36:42.839600 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4030 | 2024.08.16 04:36:42.840547 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2024.08.16 04:36:42.840990 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005427 sec., 11055.83195135434 rows/sec., 762.97 KiB/sec. | ||
| 4032 | 2024.08.16 04:36:42.841576 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4033 | 2024.08.16 04:36:42.841651 [ 3 ] {43c25cab-7aa0-4326-8e87-c689f157b8b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4034 | 2024.08.16 04:36:42.841716 [ 3 ] {} <Debug> HTTP-Session: 46c07abd-f134-4b2e-84f2-71ead98a49f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4035 | 2024.08.16 04:36:42.845672 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 19 columns (19 merged, 0 gathered) in 0.01117478 sec., 10112.055897297307 rows/sec., 18.12 MiB/sec. | ||
| 4036 | 2024.08.16 04:36:42.846075 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4037 | 2024.08.16 04:36:42.846751 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2024.08.16 04:36:42.846845 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4039 | 2024.08.16 04:36:42.847005 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 4040 | 2024.08.16 04:36:47.785229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4041 | 2024.08.16 04:36:47.785372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4042 | 2024.08.16 04:36:47.785401 [ 3 ] {} <Debug> HTTP-Session: 56832bc1-8095-4582-bb11-f88cffb81e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4043 | 2024.08.16 04:36:47.785429 [ 3 ] {} <Debug> HTTP-Session: 56832bc1-8095-4582-bb11-f88cffb81e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4044 | 2024.08.16 04:36:47.785447 [ 3 ] {} <Debug> HTTP-Session: 56832bc1-8095-4582-bb11-f88cffb81e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4045 | 2024.08.16 04:36:47.785502 [ 3 ] {} <Trace> HTTP-Session: 56832bc1-8095-4582-bb11-f88cffb81e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4046 | 2024.08.16 04:36:47.785700 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4047 | 2024.08.16 04:36:47.785768 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4048 | 2024.08.16 04:36:47.785957 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4049 | 2024.08.16 04:36:47.786427 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4050 | 2024.08.16 04:36:47.786473 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4051 | 2024.08.16 04:36:47.786845 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4052 | 2024.08.16 04:36:47.787192 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4053 | 2024.08.16 04:36:47.787360 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001711 sec., 15780.245470485095 rows/sec., 1.25 MiB/sec. | ||
| 4054 | 2024.08.16 04:36:47.787579 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4055 | 2024.08.16 04:36:47.787607 [ 3 ] {7b85f8af-00fe-47ba-9b15-b510b4a135c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4056 | 2024.08.16 04:36:47.787623 [ 3 ] {} <Debug> HTTP-Session: 56832bc1-8095-4582-bb11-f88cffb81e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4057 | 2024.08.16 04:36:47.787796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4058 | 2024.08.16 04:36:47.787853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4059 | 2024.08.16 04:36:47.787874 [ 3 ] {} <Debug> HTTP-Session: 84e39fb1-aeae-4a1c-9831-fee5511e15bf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4060 | 2024.08.16 04:36:47.787897 [ 3 ] {} <Debug> HTTP-Session: 84e39fb1-aeae-4a1c-9831-fee5511e15bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4061 | 2024.08.16 04:36:47.787911 [ 3 ] {} <Debug> HTTP-Session: 84e39fb1-aeae-4a1c-9831-fee5511e15bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4062 | 2024.08.16 04:36:47.787947 [ 3 ] {} <Trace> HTTP-Session: 84e39fb1-aeae-4a1c-9831-fee5511e15bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4063 | 2024.08.16 04:36:47.788128 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4064 | 2024.08.16 04:36:47.788174 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4065 | 2024.08.16 04:36:47.788307 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4066 | 2024.08.16 04:36:47.788802 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2024.08.16 04:36:47.788842 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4068 | 2024.08.16 04:36:47.789173 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4069 | 2024.08.16 04:36:47.789476 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4070 | 2024.08.16 04:36:47.789643 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001599 sec., 168855.53470919325 rows/sec., 14.76 MiB/sec. | ||
| 4071 | 2024.08.16 04:36:47.789928 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Debug> DynamicQueryHandler: Done processing query | ||
| 4072 | 2024.08.16 04:36:47.789955 [ 3 ] {e42f1c97-01dd-429e-8ea8-ffe448ff3387} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4073 | 2024.08.16 04:36:47.789971 [ 3 ] {} <Debug> HTTP-Session: 84e39fb1-aeae-4a1c-9831-fee5511e15bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4074 | 2024.08.16 04:36:47.790141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4075 | 2024.08.16 04:36:47.790195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4076 | 2024.08.16 04:36:47.790215 [ 3 ] {} <Debug> HTTP-Session: 58c0c48f-4534-40d9-93f4-e36eb76b1daa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4077 | 2024.08.16 04:36:47.790233 [ 3 ] {} <Debug> HTTP-Session: 58c0c48f-4534-40d9-93f4-e36eb76b1daa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4078 | 2024.08.16 04:36:47.790247 [ 3 ] {} <Debug> HTTP-Session: 58c0c48f-4534-40d9-93f4-e36eb76b1daa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4079 | 2024.08.16 04:36:47.790278 [ 3 ] {} <Trace> HTTP-Session: 58c0c48f-4534-40d9-93f4-e36eb76b1daa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4080 | 2024.08.16 04:36:47.790381 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4081 | 2024.08.16 04:36:47.790425 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4082 | 2024.08.16 04:36:47.790575 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4083 | 2024.08.16 04:36:47.790874 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4084 | 2024.08.16 04:36:47.790911 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4085 | 2024.08.16 04:36:47.791224 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4086 | 2024.08.16 04:36:47.791530 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2024.08.16 04:36:47.791657 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001302 sec., 10752.68817204301 rows/sec., 753.05 KiB/sec. | ||
| 4088 | 2024.08.16 04:36:47.791871 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Debug> DynamicQueryHandler: Done processing query | ||
| 4089 | 2024.08.16 04:36:47.791896 [ 3 ] {c35daa25-c129-4c94-81da-7c20eef22612} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4090 | 2024.08.16 04:36:47.791913 [ 3 ] {} <Debug> HTTP-Session: 58c0c48f-4534-40d9-93f4-e36eb76b1daa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4091 | 2024.08.16 04:36:47.792046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4092 | 2024.08.16 04:36:47.792095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4093 | 2024.08.16 04:36:47.792115 [ 3 ] {} <Debug> HTTP-Session: ce183720-b526-45b5-ab88-61cf30123ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4094 | 2024.08.16 04:36:47.792132 [ 3 ] {} <Debug> HTTP-Session: ce183720-b526-45b5-ab88-61cf30123ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4095 | 2024.08.16 04:36:47.792145 [ 3 ] {} <Debug> HTTP-Session: ce183720-b526-45b5-ab88-61cf30123ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4096 | 2024.08.16 04:36:47.792176 [ 3 ] {} <Trace> HTTP-Session: ce183720-b526-45b5-ab88-61cf30123ab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4097 | 2024.08.16 04:36:47.792270 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4098 | 2024.08.16 04:36:47.792313 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4099 | 2024.08.16 04:36:47.792449 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4100 | 2024.08.16 04:36:47.792791 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2024.08.16 04:36:47.792829 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4102 | 2024.08.16 04:36:47.793137 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4103 | 2024.08.16 04:36:47.793528 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2024.08.16 04:36:47.793701 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 244.82 KiB/sec. | ||
| 4105 | 2024.08.16 04:36:47.793981 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4106 | 2024.08.16 04:36:47.794007 [ 3 ] {1e22dfca-8446-4110-bf48-45a665110be4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4107 | 2024.08.16 04:36:47.794023 [ 3 ] {} <Debug> HTTP-Session: ce183720-b526-45b5-ab88-61cf30123ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4108 | 2024.08.16 04:36:47.794205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4109 | 2024.08.16 04:36:47.794254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4110 | 2024.08.16 04:36:47.794274 [ 3 ] {} <Debug> HTTP-Session: ef68ce98-eab7-4beb-90d5-e585a0039bc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4111 | 2024.08.16 04:36:47.794291 [ 3 ] {} <Debug> HTTP-Session: ef68ce98-eab7-4beb-90d5-e585a0039bc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4112 | 2024.08.16 04:36:47.794304 [ 3 ] {} <Debug> HTTP-Session: ef68ce98-eab7-4beb-90d5-e585a0039bc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4113 | 2024.08.16 04:36:47.794336 [ 3 ] {} <Trace> HTTP-Session: ef68ce98-eab7-4beb-90d5-e585a0039bc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4114 | 2024.08.16 04:36:47.794570 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4115 | 2024.08.16 04:36:47.794616 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4116 | 2024.08.16 04:36:47.794779 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4117 | 2024.08.16 04:36:47.795342 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4118 | 2024.08.16 04:36:47.795380 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4119 | 2024.08.16 04:36:47.795710 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4120 | 2024.08.16 04:36:47.796012 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4121 | 2024.08.16 04:36:47.796164 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001717 sec., 238206.17355853232 rows/sec., 16.97 MiB/sec. | ||
| 4122 | 2024.08.16 04:36:47.796335 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4123 | 2024.08.16 04:36:47.796360 [ 3 ] {ab478fec-e42c-4206-8d7e-7e44a6cb77e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 4124 | 2024.08.16 04:36:47.796376 [ 3 ] {} <Debug> HTTP-Session: ef68ce98-eab7-4beb-90d5-e585a0039bc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4125 | 2024.08.16 04:36:47.796548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4126 | 2024.08.16 04:36:47.796597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4127 | 2024.08.16 04:36:47.796615 [ 3 ] {} <Debug> HTTP-Session: 7ab84996-a866-40d0-8ee9-5375c9ce9901 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4128 | 2024.08.16 04:36:47.796632 [ 3 ] {} <Debug> HTTP-Session: 7ab84996-a866-40d0-8ee9-5375c9ce9901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4129 | 2024.08.16 04:36:47.796646 [ 3 ] {} <Debug> HTTP-Session: 7ab84996-a866-40d0-8ee9-5375c9ce9901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4130 | 2024.08.16 04:36:47.796676 [ 3 ] {} <Trace> HTTP-Session: 7ab84996-a866-40d0-8ee9-5375c9ce9901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4131 | 2024.08.16 04:36:47.796773 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4132 | 2024.08.16 04:36:47.796818 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4133 | 2024.08.16 04:36:47.796957 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4134 | 2024.08.16 04:36:47.797242 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2024.08.16 04:36:47.797279 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4136 | 2024.08.16 04:36:47.797631 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4137 | 2024.08.16 04:36:47.797950 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2024.08.16 04:36:47.798096 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 234.11 KiB/sec. | ||
| 4139 | 2024.08.16 04:36:47.798263 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4140 | 2024.08.16 04:36:47.798289 [ 3 ] {fb760e99-8c1a-4988-86ea-76e69443927a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4141 | 2024.08.16 04:36:47.798304 [ 3 ] {} <Debug> HTTP-Session: 7ab84996-a866-40d0-8ee9-5375c9ce9901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4142 | 2024.08.16 04:36:47.798464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4143 | 2024.08.16 04:36:47.798512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4144 | 2024.08.16 04:36:47.798532 [ 3 ] {} <Debug> HTTP-Session: 189a3024-fdec-447b-a862-b52f9ad9d75f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4145 | 2024.08.16 04:36:47.798548 [ 3 ] {} <Debug> HTTP-Session: 189a3024-fdec-447b-a862-b52f9ad9d75f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4146 | 2024.08.16 04:36:47.798562 [ 3 ] {} <Debug> HTTP-Session: 189a3024-fdec-447b-a862-b52f9ad9d75f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4147 | 2024.08.16 04:36:47.798592 [ 3 ] {} <Trace> HTTP-Session: 189a3024-fdec-447b-a862-b52f9ad9d75f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4148 | 2024.08.16 04:36:47.798818 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4149 | 2024.08.16 04:36:47.798865 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4150 | 2024.08.16 04:36:47.799009 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4151 | 2024.08.16 04:36:47.799441 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2024.08.16 04:36:47.799479 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4153 | 2024.08.16 04:36:47.799863 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4154 | 2024.08.16 04:36:47.800203 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2024.08.16 04:36:47.800366 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001694 sec., 139905.5489964581 rows/sec., 9.38 MiB/sec. | ||
| 4156 | 2024.08.16 04:36:47.800539 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4157 | 2024.08.16 04:36:47.800564 [ 3 ] {a5192275-c393-4dd9-8abf-04dfdfadd6b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4158 | 2024.08.16 04:36:47.800580 [ 3 ] {} <Debug> HTTP-Session: 189a3024-fdec-447b-a862-b52f9ad9d75f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4159 | 2024.08.16 04:36:47.800722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4160 | 2024.08.16 04:36:47.800770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4161 | 2024.08.16 04:36:47.800790 [ 3 ] {} <Debug> HTTP-Session: 3460b800-6684-46b1-b3d5-8566df8f9a49 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4162 | 2024.08.16 04:36:47.800806 [ 3 ] {} <Debug> HTTP-Session: 3460b800-6684-46b1-b3d5-8566df8f9a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4163 | 2024.08.16 04:36:47.800819 [ 3 ] {} <Debug> HTTP-Session: 3460b800-6684-46b1-b3d5-8566df8f9a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4164 | 2024.08.16 04:36:47.800849 [ 3 ] {} <Trace> HTTP-Session: 3460b800-6684-46b1-b3d5-8566df8f9a49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4165 | 2024.08.16 04:36:47.800940 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4166 | 2024.08.16 04:36:47.800984 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4167 | 2024.08.16 04:36:47.801110 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4168 | 2024.08.16 04:36:47.801368 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2024.08.16 04:36:47.801404 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4170 | 2024.08.16 04:36:47.801749 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4171 | 2024.08.16 04:36:47.802065 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2024.08.16 04:36:47.802217 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001296 sec., 771.6049382716049 rows/sec., 51.99 KiB/sec. | ||
| 4173 | 2024.08.16 04:36:47.802425 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4174 | 2024.08.16 04:36:47.802450 [ 3 ] {64f79892-d3bf-4d8e-a408-0f26334fdab2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4175 | 2024.08.16 04:36:47.802466 [ 3 ] {} <Debug> HTTP-Session: 3460b800-6684-46b1-b3d5-8566df8f9a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4176 | 2024.08.16 04:36:47.802605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4177 | 2024.08.16 04:36:47.802653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4178 | 2024.08.16 04:36:47.802672 [ 3 ] {} <Debug> HTTP-Session: 85d24871-c0db-440a-bfd8-75e5e05631cf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4179 | 2024.08.16 04:36:47.802689 [ 3 ] {} <Debug> HTTP-Session: 85d24871-c0db-440a-bfd8-75e5e05631cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4180 | 2024.08.16 04:36:47.802702 [ 3 ] {} <Debug> HTTP-Session: 85d24871-c0db-440a-bfd8-75e5e05631cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4181 | 2024.08.16 04:36:47.802732 [ 3 ] {} <Trace> HTTP-Session: 85d24871-c0db-440a-bfd8-75e5e05631cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4182 | 2024.08.16 04:36:47.803025 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4183 | 2024.08.16 04:36:47.803089 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <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 | ||
| 4184 | 2024.08.16 04:36:47.803500 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4185 | 2024.08.16 04:36:47.804187 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4186 | 2024.08.16 04:36:47.804224 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4187 | 2024.08.16 04:36:47.804834 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4188 | 2024.08.16 04:36:47.805252 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4189 | 2024.08.16 04:36:47.805427 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002607 sec., 10356.731875719217 rows/sec., 18.56 MiB/sec. | ||
| 4190 | 2024.08.16 04:36:47.805655 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 4191 | 2024.08.16 04:36:47.805681 [ 3 ] {58afa41c-2a08-41f2-95e4-01d68a2d77ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4192 | 2024.08.16 04:36:47.805703 [ 3 ] {} <Debug> HTTP-Session: 85d24871-c0db-440a-bfd8-75e5e05631cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4193 | 2024.08.16 04:36:47.805827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4194 | 2024.08.16 04:36:47.805876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4195 | 2024.08.16 04:36:47.805895 [ 3 ] {} <Debug> HTTP-Session: f5a708c1-40e7-471e-8b89-7339ddf53261 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4196 | 2024.08.16 04:36:47.805913 [ 3 ] {} <Debug> HTTP-Session: f5a708c1-40e7-471e-8b89-7339ddf53261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4197 | 2024.08.16 04:36:47.805926 [ 3 ] {} <Debug> HTTP-Session: f5a708c1-40e7-471e-8b89-7339ddf53261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4198 | 2024.08.16 04:36:47.805957 [ 3 ] {} <Trace> HTTP-Session: f5a708c1-40e7-471e-8b89-7339ddf53261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4199 | 2024.08.16 04:36:47.806107 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4200 | 2024.08.16 04:36:47.806152 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4201 | 2024.08.16 04:36:47.806279 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4202 | 2024.08.16 04:36:47.806606 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4203 | 2024.08.16 04:36:47.806644 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4204 | 2024.08.16 04:36:47.807013 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4205 | 2024.08.16 04:36:47.807330 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4206 | 2024.08.16 04:36:47.807483 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001449 sec., 56590.75224292616 rows/sec., 3.59 MiB/sec. | ||
| 4207 | 2024.08.16 04:36:47.807828 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Debug> DynamicQueryHandler: Done processing query | ||
| 4208 | 2024.08.16 04:36:47.807856 [ 3 ] {db7b0a69-5fd5-41b5-ad24-1f2461cd7216} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4209 | 2024.08.16 04:36:47.807872 [ 3 ] {} <Debug> HTTP-Session: f5a708c1-40e7-471e-8b89-7339ddf53261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4210 | 2024.08.16 04:36:49.665414 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4211 | 2024.08.16 04:36:49.665466 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4212 | 2024.08.16 04:36:52.779190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4213 | 2024.08.16 04:36:52.779325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4214 | 2024.08.16 04:36:52.779353 [ 3 ] {} <Debug> HTTP-Session: d6cd2b43-e783-46de-a252-3407955d28de Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4215 | 2024.08.16 04:36:52.779381 [ 3 ] {} <Debug> HTTP-Session: d6cd2b43-e783-46de-a252-3407955d28de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4216 | 2024.08.16 04:36:52.779398 [ 3 ] {} <Debug> HTTP-Session: d6cd2b43-e783-46de-a252-3407955d28de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4217 | 2024.08.16 04:36:52.779450 [ 3 ] {} <Trace> HTTP-Session: d6cd2b43-e783-46de-a252-3407955d28de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4218 | 2024.08.16 04:36:52.779637 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4219 | 2024.08.16 04:36:52.779711 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4220 | 2024.08.16 04:36:52.779904 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4221 | 2024.08.16 04:36:52.780332 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4222 | 2024.08.16 04:36:52.780371 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4223 | 2024.08.16 04:36:52.780732 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4224 | 2024.08.16 04:36:52.781067 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4225 | 2024.08.16 04:36:52.781209 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001627 sec., 2458.5125998770745 rows/sec., 199.27 KiB/sec. | ||
| 4226 | 2024.08.16 04:36:52.781416 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4227 | 2024.08.16 04:36:52.781444 [ 3 ] {60494071-21b4-4faa-9d79-9be9bd98f39a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4228 | 2024.08.16 04:36:52.781461 [ 3 ] {} <Debug> HTTP-Session: d6cd2b43-e783-46de-a252-3407955d28de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4229 | 2024.08.16 04:36:52.781597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4230 | 2024.08.16 04:36:52.781654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4231 | 2024.08.16 04:36:52.781674 [ 3 ] {} <Debug> HTTP-Session: 0b116e9f-66af-42d0-95dc-1392b7c78170 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4232 | 2024.08.16 04:36:52.781693 [ 3 ] {} <Debug> HTTP-Session: 0b116e9f-66af-42d0-95dc-1392b7c78170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4233 | 2024.08.16 04:36:52.781707 [ 3 ] {} <Debug> HTTP-Session: 0b116e9f-66af-42d0-95dc-1392b7c78170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4234 | 2024.08.16 04:36:52.781742 [ 3 ] {} <Trace> HTTP-Session: 0b116e9f-66af-42d0-95dc-1392b7c78170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2024.08.16 04:36:52.781865 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4236 | 2024.08.16 04:36:52.781911 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4237 | 2024.08.16 04:36:52.782039 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4238 | 2024.08.16 04:36:52.782425 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4239 | 2024.08.16 04:36:52.782461 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4240 | 2024.08.16 04:36:52.782771 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4241 | 2024.08.16 04:36:52.783070 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): 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.08.16 04:36:52.783199 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.00138 sec., 49275.36231884058 rows/sec., 3.88 MiB/sec. | ||
| 4243 | 2024.08.16 04:36:52.783368 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Debug> DynamicQueryHandler: Done processing query | ||
| 4244 | 2024.08.16 04:36:52.783392 [ 3 ] {179eefb8-a091-4739-95b8-353a4b81b249} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4245 | 2024.08.16 04:36:52.783408 [ 3 ] {} <Debug> HTTP-Session: 0b116e9f-66af-42d0-95dc-1392b7c78170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4246 | 2024.08.16 04:36:52.783529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4247 | 2024.08.16 04:36:52.783579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4248 | 2024.08.16 04:36:52.783599 [ 3 ] {} <Debug> HTTP-Session: 12c50b2e-20d8-415d-a1e7-6d39f9731167 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4249 | 2024.08.16 04:36:52.783615 [ 3 ] {} <Debug> HTTP-Session: 12c50b2e-20d8-415d-a1e7-6d39f9731167 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4250 | 2024.08.16 04:36:52.783629 [ 3 ] {} <Debug> HTTP-Session: 12c50b2e-20d8-415d-a1e7-6d39f9731167 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4251 | 2024.08.16 04:36:52.783661 [ 3 ] {} <Trace> HTTP-Session: 12c50b2e-20d8-415d-a1e7-6d39f9731167 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4252 | 2024.08.16 04:36:52.783784 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4253 | 2024.08.16 04:36:52.783827 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4254 | 2024.08.16 04:36:52.783952 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4255 | 2024.08.16 04:36:52.784295 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2024.08.16 04:36:52.784331 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4257 | 2024.08.16 04:36:52.784636 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4258 | 2024.08.16 04:36:52.784936 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2024.08.16 04:36:52.785066 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001322 sec., 51437.216338880484 rows/sec., 4.02 MiB/sec. | ||
| 4260 | 2024.08.16 04:36:52.785378 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Debug> DynamicQueryHandler: Done processing query | ||
| 4261 | 2024.08.16 04:36:52.785403 [ 3 ] {75f4f467-0d3d-42f7-a2ee-95c3f2544b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4262 | 2024.08.16 04:36:52.785419 [ 3 ] {} <Debug> HTTP-Session: 12c50b2e-20d8-415d-a1e7-6d39f9731167 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4263 | 2024.08.16 04:36:52.785568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4264 | 2024.08.16 04:36:52.785617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4265 | 2024.08.16 04:36:52.785637 [ 3 ] {} <Debug> HTTP-Session: 20e6c271-f3c5-42ba-84c1-4057132f98f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4266 | 2024.08.16 04:36:52.785654 [ 3 ] {} <Debug> HTTP-Session: 20e6c271-f3c5-42ba-84c1-4057132f98f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4267 | 2024.08.16 04:36:52.785669 [ 3 ] {} <Debug> HTTP-Session: 20e6c271-f3c5-42ba-84c1-4057132f98f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4268 | 2024.08.16 04:36:52.785699 [ 3 ] {} <Trace> HTTP-Session: 20e6c271-f3c5-42ba-84c1-4057132f98f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4269 | 2024.08.16 04:36:52.785851 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4270 | 2024.08.16 04:36:52.785900 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4271 | 2024.08.16 04:36:52.786064 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4272 | 2024.08.16 04:36:52.786454 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4273 | 2024.08.16 04:36:52.786490 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4274 | 2024.08.16 04:36:52.786875 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4275 | 2024.08.16 04:36:52.787219 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4276 | 2024.08.16 04:36:52.787352 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 4277 | 2024.08.16 04:36:52.787526 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4278 | 2024.08.16 04:36:52.787550 [ 3 ] {00c4ec6e-b387-4887-87ed-4b9e47f0d7e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4279 | 2024.08.16 04:36:52.787567 [ 3 ] {} <Debug> HTTP-Session: 20e6c271-f3c5-42ba-84c1-4057132f98f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4280 | 2024.08.16 04:36:52.787677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4281 | 2024.08.16 04:36:52.787725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4282 | 2024.08.16 04:36:52.787745 [ 3 ] {} <Debug> HTTP-Session: 47b236c3-327a-4f9b-b4cd-af7be8234434 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4283 | 2024.08.16 04:36:52.787763 [ 3 ] {} <Debug> HTTP-Session: 47b236c3-327a-4f9b-b4cd-af7be8234434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4284 | 2024.08.16 04:36:52.787778 [ 3 ] {} <Debug> HTTP-Session: 47b236c3-327a-4f9b-b4cd-af7be8234434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4285 | 2024.08.16 04:36:52.787808 [ 3 ] {} <Trace> HTTP-Session: 47b236c3-327a-4f9b-b4cd-af7be8234434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4286 | 2024.08.16 04:36:52.787941 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4287 | 2024.08.16 04:36:52.788005 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <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 | ||
| 4288 | 2024.08.16 04:36:52.788408 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4289 | 2024.08.16 04:36:52.788950 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4290 | 2024.08.16 04:36:52.788988 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4291 | 2024.08.16 04:36:52.789578 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4292 | 2024.08.16 04:36:52.790006 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4293 | 2024.08.16 04:36:52.790148 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002263 sec., 1767.5651789659746 rows/sec., 3.17 MiB/sec. | ||
| 4294 | 2024.08.16 04:36:52.790399 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Debug> DynamicQueryHandler: Done processing query | ||
| 4295 | 2024.08.16 04:36:52.790424 [ 3 ] {4eb51fe5-4bb6-4554-a667-c46496c4bc11} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4296 | 2024.08.16 04:36:52.790439 [ 3 ] {} <Debug> HTTP-Session: 47b236c3-327a-4f9b-b4cd-af7be8234434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4297 | 2024.08.16 04:36:52.790582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4298 | 2024.08.16 04:36:52.790631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4299 | 2024.08.16 04:36:52.790650 [ 3 ] {} <Debug> HTTP-Session: 4c172bc8-d118-42ec-b074-e8806a1ebed7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4300 | 2024.08.16 04:36:52.790668 [ 3 ] {} <Debug> HTTP-Session: 4c172bc8-d118-42ec-b074-e8806a1ebed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4301 | 2024.08.16 04:36:52.790681 [ 3 ] {} <Debug> HTTP-Session: 4c172bc8-d118-42ec-b074-e8806a1ebed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4302 | 2024.08.16 04:36:52.790712 [ 3 ] {} <Trace> HTTP-Session: 4c172bc8-d118-42ec-b074-e8806a1ebed7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4303 | 2024.08.16 04:36:52.790828 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4304 | 2024.08.16 04:36:52.790872 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4305 | 2024.08.16 04:36:52.791000 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4306 | 2024.08.16 04:36:52.791298 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4307 | 2024.08.16 04:36:52.791333 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4308 | 2024.08.16 04:36:52.791687 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4309 | 2024.08.16 04:36:52.791996 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): 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.08.16 04:36:52.792156 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
| 4311 | 2024.08.16 04:36:52.792490 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Debug> DynamicQueryHandler: Done processing query | ||
| 4312 | 2024.08.16 04:36:52.792515 [ 3 ] {3a47e8f7-534f-4d9e-aefd-20f1855e2187} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4313 | 2024.08.16 04:36:52.792531 [ 3 ] {} <Debug> HTTP-Session: 4c172bc8-d118-42ec-b074-e8806a1ebed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4314 | 2024.08.16 04:36:57.787358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4315 | 2024.08.16 04:36:57.787493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4316 | 2024.08.16 04:36:57.787518 [ 3 ] {} <Debug> HTTP-Session: 3169d0ed-76c2-457a-b9b4-a91a8c931b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4317 | 2024.08.16 04:36:57.787541 [ 3 ] {} <Debug> HTTP-Session: 3169d0ed-76c2-457a-b9b4-a91a8c931b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4318 | 2024.08.16 04:36:57.787556 [ 3 ] {} <Debug> HTTP-Session: 3169d0ed-76c2-457a-b9b4-a91a8c931b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4319 | 2024.08.16 04:36:57.787604 [ 3 ] {} <Trace> HTTP-Session: 3169d0ed-76c2-457a-b9b4-a91a8c931b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4320 | 2024.08.16 04:36:57.787799 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4321 | 2024.08.16 04:36:57.787867 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4322 | 2024.08.16 04:36:57.788065 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4323 | 2024.08.16 04:36:57.788533 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2024.08.16 04:36:57.788580 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4325 | 2024.08.16 04:36:57.788954 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4326 | 2024.08.16 04:36:57.789284 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2024.08.16 04:36:57.789433 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00169 sec., 15976.331360946744 rows/sec., 1.26 MiB/sec. | ||
| 4328 | 2024.08.16 04:36:57.789760 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4329 | 2024.08.16 04:36:57.789790 [ 3 ] {b9692626-9b9a-49a0-8d3f-47ba61edcfdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4330 | 2024.08.16 04:36:57.789807 [ 3 ] {} <Debug> HTTP-Session: 3169d0ed-76c2-457a-b9b4-a91a8c931b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4331 | 2024.08.16 04:36:57.790007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4332 | 2024.08.16 04:36:57.790069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4333 | 2024.08.16 04:36:57.790092 [ 3 ] {} <Debug> HTTP-Session: fb492867-fd07-40a1-a14e-e3b236b6f8b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4334 | 2024.08.16 04:36:57.790112 [ 3 ] {} <Debug> HTTP-Session: fb492867-fd07-40a1-a14e-e3b236b6f8b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4335 | 2024.08.16 04:36:57.790125 [ 3 ] {} <Debug> HTTP-Session: fb492867-fd07-40a1-a14e-e3b236b6f8b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4336 | 2024.08.16 04:36:57.790162 [ 3 ] {} <Trace> HTTP-Session: fb492867-fd07-40a1-a14e-e3b236b6f8b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2024.08.16 04:36:57.790275 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4338 | 2024.08.16 04:36:57.790323 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4339 | 2024.08.16 04:36:57.790481 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4340 | 2024.08.16 04:36:57.790845 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4341 | 2024.08.16 04:36:57.790884 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4342 | 2024.08.16 04:36:57.791196 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4343 | 2024.08.16 04:36:57.791497 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4344 | 2024.08.16 04:36:57.791647 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00139 sec., 1438.8489208633093 rows/sec., 117.33 KiB/sec. | ||
| 4345 | 2024.08.16 04:36:57.791845 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4346 | 2024.08.16 04:36:57.791870 [ 3 ] {5a85afc6-a239-4985-91f3-65990a92762d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4347 | 2024.08.16 04:36:57.791886 [ 3 ] {} <Debug> HTTP-Session: fb492867-fd07-40a1-a14e-e3b236b6f8b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4348 | 2024.08.16 04:36:57.792074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4349 | 2024.08.16 04:36:57.792129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4350 | 2024.08.16 04:36:57.792151 [ 3 ] {} <Debug> HTTP-Session: a8e3cf1b-7e84-41d3-9fb1-e44662701183 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4351 | 2024.08.16 04:36:57.792169 [ 3 ] {} <Debug> HTTP-Session: a8e3cf1b-7e84-41d3-9fb1-e44662701183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4352 | 2024.08.16 04:36:57.792183 [ 3 ] {} <Debug> HTTP-Session: a8e3cf1b-7e84-41d3-9fb1-e44662701183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4353 | 2024.08.16 04:36:57.792217 [ 3 ] {} <Trace> HTTP-Session: a8e3cf1b-7e84-41d3-9fb1-e44662701183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4354 | 2024.08.16 04:36:57.792389 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4355 | 2024.08.16 04:36:57.792432 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4356 | 2024.08.16 04:36:57.792561 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4357 | 2024.08.16 04:36:57.793060 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2024.08.16 04:36:57.793098 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4359 | 2024.08.16 04:36:57.793420 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4360 | 2024.08.16 04:36:57.793721 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4361 | 2024.08.16 04:36:57.793868 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001559 sec., 173829.37780628607 rows/sec., 15.19 MiB/sec. | ||
| 4362 | 2024.08.16 04:36:57.794048 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4363 | 2024.08.16 04:36:57.794073 [ 3 ] {e7afd47b-47a7-4345-b71c-8cd2f208146f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 4364 | 2024.08.16 04:36:57.794089 [ 3 ] {} <Debug> HTTP-Session: a8e3cf1b-7e84-41d3-9fb1-e44662701183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4365 | 2024.08.16 04:36:57.794229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4366 | 2024.08.16 04:36:57.794281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4367 | 2024.08.16 04:36:57.794301 [ 3 ] {} <Debug> HTTP-Session: da11a4d9-f16e-40da-a132-6afb6f14a90e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4368 | 2024.08.16 04:36:57.794318 [ 3 ] {} <Debug> HTTP-Session: da11a4d9-f16e-40da-a132-6afb6f14a90e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4369 | 2024.08.16 04:36:57.794332 [ 3 ] {} <Debug> HTTP-Session: da11a4d9-f16e-40da-a132-6afb6f14a90e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4370 | 2024.08.16 04:36:57.794363 [ 3 ] {} <Trace> HTTP-Session: da11a4d9-f16e-40da-a132-6afb6f14a90e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4371 | 2024.08.16 04:36:57.794469 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4372 | 2024.08.16 04:36:57.794513 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4373 | 2024.08.16 04:36:57.794680 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4374 | 2024.08.16 04:36:57.795005 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4375 | 2024.08.16 04:36:57.795056 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4376 | 2024.08.16 04:36:57.795454 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4377 | 2024.08.16 04:36:57.795824 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4378 | 2024.08.16 04:36:57.795979 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001522 sec., 1314.060446780552 rows/sec., 91.75 KiB/sec. | ||
| 4379 | 2024.08.16 04:36:57.796271 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Debug> DynamicQueryHandler: Done processing query | ||
| 4380 | 2024.08.16 04:36:57.796297 [ 3 ] {82253b48-6f88-429a-945c-ddb102222cce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4381 | 2024.08.16 04:36:57.796314 [ 3 ] {} <Debug> HTTP-Session: da11a4d9-f16e-40da-a132-6afb6f14a90e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4382 | 2024.08.16 04:36:57.796439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4383 | 2024.08.16 04:36:57.796492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4384 | 2024.08.16 04:36:57.796513 [ 3 ] {} <Debug> HTTP-Session: ca27f8cd-586c-42bf-9826-3301e3acb72e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4385 | 2024.08.16 04:36:57.796531 [ 3 ] {} <Debug> HTTP-Session: ca27f8cd-586c-42bf-9826-3301e3acb72e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4386 | 2024.08.16 04:36:57.796545 [ 3 ] {} <Debug> HTTP-Session: ca27f8cd-586c-42bf-9826-3301e3acb72e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4387 | 2024.08.16 04:36:57.796579 [ 3 ] {} <Trace> HTTP-Session: ca27f8cd-586c-42bf-9826-3301e3acb72e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4388 | 2024.08.16 04:36:57.796692 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4389 | 2024.08.16 04:36:57.796738 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4390 | 2024.08.16 04:36:57.796890 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4391 | 2024.08.16 04:36:57.797193 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2024.08.16 04:36:57.797231 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4393 | 2024.08.16 04:36:57.797540 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4394 | 2024.08.16 04:36:57.797855 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2024.08.16 04:36:57.797984 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001318 sec., 10622.154779969651 rows/sec., 743.91 KiB/sec. | ||
| 4396 | 2024.08.16 04:36:57.798010 [ 90 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4397 | 2024.08.16 04:36:57.798117 [ 90 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4398 | 2024.08.16 04:36:57.798158 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4399 | 2024.08.16 04:36:57.798228 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4400 | 2024.08.16 04:36:57.798300 [ 3 ] {58ce2477-9635-4c0c-b472-c3c3c806958c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4401 | 2024.08.16 04:36:57.798344 [ 3 ] {} <Debug> HTTP-Session: ca27f8cd-586c-42bf-9826-3301e3acb72e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4402 | 2024.08.16 04:36:57.798350 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::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 | ||
| 4403 | 2024.08.16 04:36:57.798524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4404 | 2024.08.16 04:36:57.798587 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4405 | 2024.08.16 04:36:57.798620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4406 | 2024.08.16 04:36:57.798640 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 4407 | 2024.08.16 04:36:57.798666 [ 3 ] {} <Debug> HTTP-Session: 61a25181-3c0c-4b13-b17b-6ce16e0aa3df Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4408 | 2024.08.16 04:36:57.798690 [ 3 ] {} <Debug> HTTP-Session: 61a25181-3c0c-4b13-b17b-6ce16e0aa3df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4409 | 2024.08.16 04:36:57.798726 [ 3 ] {} <Debug> HTTP-Session: 61a25181-3c0c-4b13-b17b-6ce16e0aa3df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4410 | 2024.08.16 04:36:57.798838 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 4411 | 2024.08.16 04:36:57.798864 [ 3 ] {} <Trace> HTTP-Session: 61a25181-3c0c-4b13-b17b-6ce16e0aa3df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2024.08.16 04:36:57.799139 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 4413 | 2024.08.16 04:36:57.799255 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4414 | 2024.08.16 04:36:57.799405 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 4415 | 2024.08.16 04:36:57.799426 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4416 | 2024.08.16 04:36:57.799731 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 4417 | 2024.08.16 04:36:57.799994 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4418 | 2024.08.16 04:36:57.800658 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4419 | 2024.08.16 04:36:57.801491 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4420 | 2024.08.16 04:36:57.801552 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4421 | 2024.08.16 04:36:57.802416 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4422 | 2024.08.16 04:36:57.803150 [ 191 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.004892949 sec., 107501.63142922602 rows/sec., 6.89 MiB/sec. | ||
| 4423 | 2024.08.16 04:36:57.803340 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4424 | 2024.08.16 04:36:57.803400 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4425 | 2024.08.16 04:36:57.803569 [ 90 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4426 | 2024.08.16 04:36:57.803650 [ 90 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4427 | 2024.08.16 04:36:57.803651 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004535 sec., 1323.0429988974643 rows/sec., 78.17 KiB/sec. | ||
| 4428 | 2024.08.16 04:36:57.803694 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4429 | 2024.08.16 04:36:57.804292 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 4430 | 2024.08.16 04:36:57.804427 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4431 | 2024.08.16 04:36:57.804474 [ 3 ] {c80c5ed6-c342-40a3-9732-114093944ce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4432 | 2024.08.16 04:36:57.804537 [ 3 ] {} <Debug> HTTP-Session: 61a25181-3c0c-4b13-b17b-6ce16e0aa3df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4433 | 2024.08.16 04:36:57.804645 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4434 | 2024.08.16 04:36:57.804723 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
| 4435 | 2024.08.16 04:36:57.804749 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4436 | 2024.08.16 04:36:57.804861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4437 | 2024.08.16 04:36:57.805036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4438 | 2024.08.16 04:36:57.805083 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 4439 | 2024.08.16 04:36:57.805101 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_11_2} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4440 | 2024.08.16 04:36:57.805151 [ 3 ] {} <Debug> HTTP-Session: 2bb3e8dc-ce49-4a32-94a2-6f8b9585af9f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4441 | 2024.08.16 04:36:57.805252 [ 3 ] {} <Debug> HTTP-Session: 2bb3e8dc-ce49-4a32-94a2-6f8b9585af9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4442 | 2024.08.16 04:36:57.805432 [ 3 ] {} <Debug> HTTP-Session: 2bb3e8dc-ce49-4a32-94a2-6f8b9585af9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4443 | 2024.08.16 04:36:57.805587 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4444 | 2024.08.16 04:36:57.805745 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4445 | 2024.08.16 04:36:57.805749 [ 3 ] {} <Trace> HTTP-Session: 2bb3e8dc-ce49-4a32-94a2-6f8b9585af9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4446 | 2024.08.16 04:36:57.805988 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4447 | 2024.08.16 04:36:57.806206 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4448 | 2024.08.16 04:36:57.806249 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4449 | 2024.08.16 04:36:57.806427 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4450 | 2024.08.16 04:36:57.807047 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4451 | 2024.08.16 04:36:57.807968 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2024.08.16 04:36:57.808017 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4453 | 2024.08.16 04:36:57.808030 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00413752 sec., 7250.720238210328 rows/sec., 431.93 KiB/sec. | ||
| 4454 | 2024.08.16 04:36:57.808290 [ 191 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4455 | 2024.08.16 04:36:57.808724 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4456 | 2024.08.16 04:36:57.809209 [ 191 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2024.08.16 04:36:57.809392 [ 191 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_9_2} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4458 | 2024.08.16 04:36:57.809473 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4459 | 2024.08.16 04:36:57.809569 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4460 | 2024.08.16 04:36:57.809724 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.003746 sec., 109717.03150026695 rows/sec., 7.82 MiB/sec. | ||
| 4461 | 2024.08.16 04:36:57.809928 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Debug> DynamicQueryHandler: Done processing query | ||
| 4462 | 2024.08.16 04:36:57.809954 [ 3 ] {e3649ea4-09cf-4b25-bda2-b6937bbfe918} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 4463 | 2024.08.16 04:36:57.809970 [ 3 ] {} <Debug> HTTP-Session: 2bb3e8dc-ce49-4a32-94a2-6f8b9585af9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4464 | 2024.08.16 04:36:57.810123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4465 | 2024.08.16 04:36:57.810174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4466 | 2024.08.16 04:36:57.810194 [ 3 ] {} <Debug> HTTP-Session: 0bddb4e0-7d15-414b-9749-64b57e87c12f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4467 | 2024.08.16 04:36:57.810213 [ 3 ] {} <Debug> HTTP-Session: 0bddb4e0-7d15-414b-9749-64b57e87c12f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4468 | 2024.08.16 04:36:57.810229 [ 3 ] {} <Debug> HTTP-Session: 0bddb4e0-7d15-414b-9749-64b57e87c12f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4469 | 2024.08.16 04:36:57.810261 [ 3 ] {} <Trace> HTTP-Session: 0bddb4e0-7d15-414b-9749-64b57e87c12f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4470 | 2024.08.16 04:36:57.810359 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4471 | 2024.08.16 04:36:57.810406 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4472 | 2024.08.16 04:36:57.810548 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4473 | 2024.08.16 04:36:57.810828 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2024.08.16 04:36:57.810865 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4475 | 2024.08.16 04:36:57.811234 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4476 | 2024.08.16 04:36:57.811573 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2024.08.16 04:36:57.811729 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec. | ||
| 4478 | 2024.08.16 04:36:57.811905 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4479 | 2024.08.16 04:36:57.811930 [ 3 ] {5ccdcbb7-b44b-4cbe-b552-7c41ac600c9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4480 | 2024.08.16 04:36:57.811946 [ 3 ] {} <Debug> HTTP-Session: 0bddb4e0-7d15-414b-9749-64b57e87c12f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4481 | 2024.08.16 04:36:57.812136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4482 | 2024.08.16 04:36:57.812186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4483 | 2024.08.16 04:36:57.812205 [ 3 ] {} <Debug> HTTP-Session: d74159fd-202b-44fa-858e-3148eaa7d8df Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4484 | 2024.08.16 04:36:57.812222 [ 3 ] {} <Debug> HTTP-Session: d74159fd-202b-44fa-858e-3148eaa7d8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4485 | 2024.08.16 04:36:57.812236 [ 3 ] {} <Debug> HTTP-Session: d74159fd-202b-44fa-858e-3148eaa7d8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4486 | 2024.08.16 04:36:57.812267 [ 3 ] {} <Trace> HTTP-Session: d74159fd-202b-44fa-858e-3148eaa7d8df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2024.08.16 04:36:57.812530 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4488 | 2024.08.16 04:36:57.812579 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4489 | 2024.08.16 04:36:57.812725 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4490 | 2024.08.16 04:36:57.813267 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2024.08.16 04:36:57.813305 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4492 | 2024.08.16 04:36:57.813717 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4493 | 2024.08.16 04:36:57.814125 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4494 | 2024.08.16 04:36:57.814287 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001926 sec., 123572.17030114227 rows/sec., 8.28 MiB/sec. | ||
| 4495 | 2024.08.16 04:36:57.814463 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4496 | 2024.08.16 04:36:57.814488 [ 3 ] {3abe3e81-4888-4e03-a846-4b67816893b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4497 | 2024.08.16 04:36:57.814503 [ 3 ] {} <Debug> HTTP-Session: d74159fd-202b-44fa-858e-3148eaa7d8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4498 | 2024.08.16 04:36:57.814641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4499 | 2024.08.16 04:36:57.814690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4500 | 2024.08.16 04:36:57.814710 [ 3 ] {} <Debug> HTTP-Session: 76ce6532-3211-48ce-801b-227316a51c85 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4501 | 2024.08.16 04:36:57.814728 [ 3 ] {} <Debug> HTTP-Session: 76ce6532-3211-48ce-801b-227316a51c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4502 | 2024.08.16 04:36:57.814743 [ 3 ] {} <Debug> HTTP-Session: 76ce6532-3211-48ce-801b-227316a51c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4503 | 2024.08.16 04:36:57.814775 [ 3 ] {} <Trace> HTTP-Session: 76ce6532-3211-48ce-801b-227316a51c85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4504 | 2024.08.16 04:36:57.814866 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4505 | 2024.08.16 04:36:57.814911 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4506 | 2024.08.16 04:36:57.815039 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4507 | 2024.08.16 04:36:57.815336 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2024.08.16 04:36:57.815372 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4509 | 2024.08.16 04:36:57.815716 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4510 | 2024.08.16 04:36:57.816036 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2024.08.16 04:36:57.816193 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
| 4512 | 2024.08.16 04:36:57.816500 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Debug> DynamicQueryHandler: Done processing query | ||
| 4513 | 2024.08.16 04:36:57.816525 [ 3 ] {12af2262-d531-4fda-b903-b6e76976fb95} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4514 | 2024.08.16 04:36:57.816541 [ 3 ] {} <Debug> HTTP-Session: 76ce6532-3211-48ce-801b-227316a51c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4515 | 2024.08.16 04:36:57.816695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43533, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4516 | 2024.08.16 04:36:57.816744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4517 | 2024.08.16 04:36:57.816763 [ 3 ] {} <Debug> HTTP-Session: b00909ec-dc3e-4c10-8ac5-0eaf882cffa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4518 | 2024.08.16 04:36:57.816779 [ 3 ] {} <Debug> HTTP-Session: b00909ec-dc3e-4c10-8ac5-0eaf882cffa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4519 | 2024.08.16 04:36:57.816793 [ 3 ] {} <Debug> HTTP-Session: b00909ec-dc3e-4c10-8ac5-0eaf882cffa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4520 | 2024.08.16 04:36:57.816824 [ 3 ] {} <Trace> HTTP-Session: b00909ec-dc3e-4c10-8ac5-0eaf882cffa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2024.08.16 04:36:57.817184 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4522 | 2024.08.16 04:36:57.817257 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <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 | ||
| 4523 | 2024.08.16 04:36:57.817683 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4524 | 2024.08.16 04:36:57.818393 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2024.08.16 04:36:57.818429 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4526 | 2024.08.16 04:36:57.819023 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4527 | 2024.08.16 04:36:57.819426 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2024.08.16 04:36:57.819632 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002716 sec., 9941.089837997055 rows/sec., 17.81 MiB/sec. | ||
| 4529 | 2024.08.16 04:36:57.820195 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4530 | 2024.08.16 04:36:57.820220 [ 3 ] {0605c9ea-cfc0-43d6-bff0-86122478d68e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4531 | 2024.08.16 04:36:57.820236 [ 3 ] {} <Debug> HTTP-Session: b00909ec-dc3e-4c10-8ac5-0eaf882cffa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4532 | 2024.08.16 04:36:57.820383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4533 | 2024.08.16 04:36:57.820432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4534 | 2024.08.16 04:36:57.820451 [ 3 ] {} <Debug> HTTP-Session: 3e972388-f8b8-433c-906b-0a4a472f0ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4535 | 2024.08.16 04:36:57.820468 [ 3 ] {} <Debug> HTTP-Session: 3e972388-f8b8-433c-906b-0a4a472f0ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4536 | 2024.08.16 04:36:57.820482 [ 3 ] {} <Debug> HTTP-Session: 3e972388-f8b8-433c-906b-0a4a472f0ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4537 | 2024.08.16 04:36:57.820513 [ 3 ] {} <Trace> HTTP-Session: 3e972388-f8b8-433c-906b-0a4a472f0ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4538 | 2024.08.16 04:36:57.820654 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4539 | 2024.08.16 04:36:57.820699 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4540 | 2024.08.16 04:36:57.820865 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4541 | 2024.08.16 04:36:57.821265 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2024.08.16 04:36:57.821306 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4543 | 2024.08.16 04:36:57.821701 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4544 | 2024.08.16 04:36:57.822116 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2024.08.16 04:36:57.822288 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00169 sec., 48520.71005917159 rows/sec., 3.08 MiB/sec. | ||
| 4546 | 2024.08.16 04:36:57.822640 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 4547 | 2024.08.16 04:36:57.822665 [ 3 ] {cfa4e4af-5ebd-42f1-a506-3e7f8fc892fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4548 | 2024.08.16 04:36:57.822681 [ 3 ] {} <Debug> HTTP-Session: 3e972388-f8b8-433c-906b-0a4a472f0ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4549 | 2024.08.16 04:37:02.779017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4550 | 2024.08.16 04:37:02.779162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4551 | 2024.08.16 04:37:02.779191 [ 3 ] {} <Debug> HTTP-Session: 357078c8-4c8f-4fae-bc31-24b9f4090446 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4552 | 2024.08.16 04:37:02.779219 [ 3 ] {} <Debug> HTTP-Session: 357078c8-4c8f-4fae-bc31-24b9f4090446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4553 | 2024.08.16 04:37:02.779237 [ 3 ] {} <Debug> HTTP-Session: 357078c8-4c8f-4fae-bc31-24b9f4090446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4554 | 2024.08.16 04:37:02.779293 [ 3 ] {} <Trace> HTTP-Session: 357078c8-4c8f-4fae-bc31-24b9f4090446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4555 | 2024.08.16 04:37:02.779488 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4556 | 2024.08.16 04:37:02.779563 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4557 | 2024.08.16 04:37:02.779782 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4558 | 2024.08.16 04:37:02.780264 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4559 | 2024.08.16 04:37:02.780309 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4560 | 2024.08.16 04:37:02.780681 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4561 | 2024.08.16 04:37:02.781024 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4562 | 2024.08.16 04:37:02.781205 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00177 sec., 2259.8870056497176 rows/sec., 183.17 KiB/sec. | ||
| 4563 | 2024.08.16 04:37:02.781426 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4564 | 2024.08.16 04:37:02.781453 [ 3 ] {eacf3e43-c9e5-43e8-8d92-e1a5a57b1de3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4565 | 2024.08.16 04:37:02.781470 [ 3 ] {} <Debug> HTTP-Session: 357078c8-4c8f-4fae-bc31-24b9f4090446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4566 | 2024.08.16 04:37:02.781642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4567 | 2024.08.16 04:37:02.781701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4568 | 2024.08.16 04:37:02.781720 [ 3 ] {} <Debug> HTTP-Session: c1f6a29e-3621-4671-90e1-a74160dd4b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4569 | 2024.08.16 04:37:02.781739 [ 3 ] {} <Debug> HTTP-Session: c1f6a29e-3621-4671-90e1-a74160dd4b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4570 | 2024.08.16 04:37:02.781753 [ 3 ] {} <Debug> HTTP-Session: c1f6a29e-3621-4671-90e1-a74160dd4b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4571 | 2024.08.16 04:37:02.781788 [ 3 ] {} <Trace> HTTP-Session: c1f6a29e-3621-4671-90e1-a74160dd4b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4572 | 2024.08.16 04:37:02.781912 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4573 | 2024.08.16 04:37:02.781958 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4574 | 2024.08.16 04:37:02.782093 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4575 | 2024.08.16 04:37:02.782519 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2024.08.16 04:37:02.782557 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4577 | 2024.08.16 04:37:02.782877 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4578 | 2024.08.16 04:37:02.783187 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2024.08.16 04:37:02.783344 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001472 sec., 46195.65217391304 rows/sec., 3.64 MiB/sec. | ||
| 4580 | 2024.08.16 04:37:02.783342 [ 29 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4581 | 2024.08.16 04:37:02.783449 [ 29 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4582 | 2024.08.16 04:37:02.783504 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4583 | 2024.08.16 04:37:02.783614 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4584 | 2024.08.16 04:37:02.783650 [ 3 ] {2f670aee-dabf-4b54-8a14-2c887afed6c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4585 | 2024.08.16 04:37:02.783654 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::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 | ||
| 4586 | 2024.08.16 04:37:02.783668 [ 3 ] {} <Debug> HTTP-Session: c1f6a29e-3621-4671-90e1-a74160dd4b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4587 | 2024.08.16 04:37:02.783782 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4588 | 2024.08.16 04:37:02.783817 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1425 rows starting from the beginning of the part | ||
| 4589 | 2024.08.16 04:37:02.783824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4590 | 2024.08.16 04:37:02.783914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4591 | 2024.08.16 04:37:02.783945 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1210 rows starting from the beginning of the part | ||
| 4592 | 2024.08.16 04:37:02.784009 [ 3 ] {} <Debug> HTTP-Session: f33a6905-bb09-4222-a690-f783c63373cc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4593 | 2024.08.16 04:37:02.784084 [ 3 ] {} <Debug> HTTP-Session: f33a6905-bb09-4222-a690-f783c63373cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4594 | 2024.08.16 04:37:02.784191 [ 3 ] {} <Debug> HTTP-Session: f33a6905-bb09-4222-a690-f783c63373cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4595 | 2024.08.16 04:37:02.784257 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 270 rows starting from the beginning of the part | ||
| 4596 | 2024.08.16 04:37:02.784339 [ 3 ] {} <Trace> HTTP-Session: f33a6905-bb09-4222-a690-f783c63373cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4597 | 2024.08.16 04:37:02.784643 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 68 rows starting from the beginning of the part | ||
| 4598 | 2024.08.16 04:37:02.784750 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4599 | 2024.08.16 04:37:02.784832 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 271 rows starting from the beginning of the part | ||
| 4600 | 2024.08.16 04:37:02.784906 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4601 | 2024.08.16 04:37:02.785118 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 68 rows starting from the beginning of the part | ||
| 4602 | 2024.08.16 04:37:02.785549 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4603 | 2024.08.16 04:37:02.786028 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4604 | 2024.08.16 04:37:02.786073 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4605 | 2024.08.16 04:37:02.786616 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4606 | 2024.08.16 04:37:02.787037 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4607 | 2024.08.16 04:37:02.787278 [ 29 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4608 | 2024.08.16 04:37:02.787332 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002672 sec., 25449.101796407187 rows/sec., 1.99 MiB/sec. | ||
| 4609 | 2024.08.16 04:37:02.787378 [ 29 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2024.08.16 04:37:02.787465 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4611 | 2024.08.16 04:37:02.787903 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4612 | 2024.08.16 04:37:02.788006 [ 3 ] {d9af9b3c-e74e-4967-a28b-1eb98aee7d5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4613 | 2024.08.16 04:37:02.788039 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::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 | ||
| 4614 | 2024.08.16 04:37:02.788082 [ 3 ] {} <Debug> HTTP-Session: f33a6905-bb09-4222-a690-f783c63373cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4615 | 2024.08.16 04:37:02.788237 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 4 columns (4 merged, 0 gathered) in 0.004645732 sec., 712912.4107890856 rows/sec., 59.43 MiB/sec. | ||
| 4616 | 2024.08.16 04:37:02.788354 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4617 | 2024.08.16 04:37:02.788429 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 893 rows starting from the beginning of the part | ||
| 4618 | 2024.08.16 04:37:02.788427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4619 | 2024.08.16 04:37:02.788612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4620 | 2024.08.16 04:37:02.788659 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4621 | 2024.08.16 04:37:02.788738 [ 3 ] {} <Debug> HTTP-Session: 0912e25c-732e-4bdb-912e-41a7591d8d00 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4622 | 2024.08.16 04:37:02.788835 [ 3 ] {} <Debug> HTTP-Session: 0912e25c-732e-4bdb-912e-41a7591d8d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4623 | 2024.08.16 04:37:02.788903 [ 3 ] {} <Debug> HTTP-Session: 0912e25c-732e-4bdb-912e-41a7591d8d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4624 | 2024.08.16 04:37:02.788891 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 528 rows starting from the beginning of the part | ||
| 4625 | 2024.08.16 04:37:02.789017 [ 3 ] {} <Trace> HTTP-Session: 0912e25c-732e-4bdb-912e-41a7591d8d00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4626 | 2024.08.16 04:37:02.789427 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 409 rows starting from the beginning of the part | ||
| 4627 | 2024.08.16 04:37:02.789455 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4628 | 2024.08.16 04:37:02.789663 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4629 | 2024.08.16 04:37:02.790228 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 68 rows starting from the beginning of the part | ||
| 4630 | 2024.08.16 04:37:02.790762 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2024.08.16 04:37:02.790835 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 411 rows starting from the beginning of the part | ||
| 4632 | 2024.08.16 04:37:02.790865 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4633 | 2024.08.16 04:37:02.791114 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_21_4} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4634 | 2024.08.16 04:37:02.791402 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4635 | 2024.08.16 04:37:02.791405 [ 201 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 68 rows starting from the beginning of the part | ||
| 4636 | 2024.08.16 04:37:02.792156 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2024.08.16 04:37:02.792232 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4638 | 2024.08.16 04:37:02.793229 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4639 | 2024.08.16 04:37:02.794042 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2024.08.16 04:37:02.794259 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4641 | 2024.08.16 04:37:02.794357 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4642 | 2024.08.16 04:37:02.794374 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005089 sec., 31440.36156415799 rows/sec., 2.19 MiB/sec. | ||
| 4643 | 2024.08.16 04:37:02.794427 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4644 | 2024.08.16 04:37:02.795033 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 4 columns (4 merged, 0 gathered) in 0.007370058 sec., 322521.20675305405 rows/sec., 23.47 MiB/sec. | ||
| 4645 | 2024.08.16 04:37:02.795144 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4646 | 2024.08.16 04:37:02.795157 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 4647 | 2024.08.16 04:37:02.795192 [ 3 ] {32e1b4ef-1586-48a5-b0b9-1aa7f5672dd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4648 | 2024.08.16 04:37:02.795232 [ 3 ] {} <Debug> HTTP-Session: 0912e25c-732e-4bdb-912e-41a7591d8d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4649 | 2024.08.16 04:37:02.795471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4650 | 2024.08.16 04:37:02.795490 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4651 | 2024.08.16 04:37:02.795549 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4652 | 2024.08.16 04:37:02.795623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4653 | 2024.08.16 04:37:02.795678 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4720 rows starting from the beginning of the part | ||
| 4654 | 2024.08.16 04:37:02.795714 [ 3 ] {} <Debug> HTTP-Session: dbc01723-9a5e-4380-867b-64149c726fba Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4655 | 2024.08.16 04:37:02.795787 [ 3 ] {} <Debug> HTTP-Session: dbc01723-9a5e-4380-867b-64149c726fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4656 | 2024.08.16 04:37:02.795856 [ 3 ] {} <Debug> HTTP-Session: dbc01723-9a5e-4380-867b-64149c726fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4657 | 2024.08.16 04:37:02.796060 [ 3 ] {} <Trace> HTTP-Session: dbc01723-9a5e-4380-867b-64149c726fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4658 | 2024.08.16 04:37:02.796065 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 846 rows starting from the beginning of the part | ||
| 4659 | 2024.08.16 04:37:02.796427 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 4660 | 2024.08.16 04:37:02.796663 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4661 | 2024.08.16 04:37:02.797044 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 4662 | 2024.08.16 04:37:02.797172 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <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 | ||
| 4663 | 2024.08.16 04:37:02.797585 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 238 rows starting from the beginning of the part | ||
| 4664 | 2024.08.16 04:37:02.798043 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 4665 | 2024.08.16 04:37:02.799564 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4666 | 2024.08.16 04:37:02.800111 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_21_4} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4667 | 2024.08.16 04:37:02.800452 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4668 | 2024.08.16 04:37:02.800850 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4669 | 2024.08.16 04:37:02.802257 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4670 | 2024.08.16 04:37:02.802297 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4671 | 2024.08.16 04:37:02.803247 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4672 | 2024.08.16 04:37:02.803684 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4673 | 2024.08.16 04:37:02.803889 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007558 sec., 529.2405398253507 rows/sec., 971.14 KiB/sec. | ||
| 4674 | 2024.08.16 04:37:02.804159 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4675 | 2024.08.16 04:37:02.804185 [ 3 ] {9d706e7a-dd78-4cd9-8c42-41f404f3712c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4676 | 2024.08.16 04:37:02.804201 [ 3 ] {} <Debug> HTTP-Session: dbc01723-9a5e-4380-867b-64149c726fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4677 | 2024.08.16 04:37:02.804348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4678 | 2024.08.16 04:37:02.804397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4679 | 2024.08.16 04:37:02.804416 [ 3 ] {} <Debug> HTTP-Session: 5f4430be-561b-4ad0-b12b-638f75c67469 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4680 | 2024.08.16 04:37:02.804432 [ 3 ] {} <Debug> HTTP-Session: 5f4430be-561b-4ad0-b12b-638f75c67469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4681 | 2024.08.16 04:37:02.804446 [ 3 ] {} <Debug> HTTP-Session: 5f4430be-561b-4ad0-b12b-638f75c67469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4682 | 2024.08.16 04:37:02.804477 [ 3 ] {} <Trace> HTTP-Session: 5f4430be-561b-4ad0-b12b-638f75c67469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4683 | 2024.08.16 04:37:02.804707 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4684 | 2024.08.16 04:37:02.804774 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4685 | 2024.08.16 04:37:02.804936 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4686 | 2024.08.16 04:37:02.805303 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4687 | 2024.08.16 04:37:02.805345 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4688 | 2024.08.16 04:37:02.805925 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4689 | 2024.08.16 04:37:02.805995 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6361 rows, containing 5 columns (5 merged, 0 gathered) in 0.011295773 sec., 563131.004845795 rows/sec., 38.02 MiB/sec. | ||
| 4690 | 2024.08.16 04:37:02.806334 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4691 | 2024.08.16 04:37:02.806549 [ 29 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4692 | 2024.08.16 04:37:02.806586 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002013 sec., 29806.259314456034 rows/sec., 2.01 MiB/sec. | ||
| 4693 | 2024.08.16 04:37:02.806621 [ 29 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2024.08.16 04:37:02.806624 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4695 | 2024.08.16 04:37:02.806718 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 4696 | 2024.08.16 04:37:02.807115 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 4697 | 2024.08.16 04:37:02.807162 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4698 | 2024.08.16 04:37:02.807225 [ 3 ] {c6d06647-78de-4f41-9e73-f4816f38d0b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4699 | 2024.08.16 04:37:02.807278 [ 3 ] {} <Debug> HTTP-Session: 5f4430be-561b-4ad0-b12b-638f75c67469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4700 | 2024.08.16 04:37:02.807667 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4701 | 2024.08.16 04:37:02.807733 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 952 rows starting from the beginning of the part | ||
| 4702 | 2024.08.16 04:37:02.807908 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 4703 | 2024.08.16 04:37:02.808104 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 4704 | 2024.08.16 04:37:02.808169 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4705 | 2024.08.16 04:37:02.808429 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 4706 | 2024.08.16 04:37:02.808675 [ 190 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4707 | 2024.08.16 04:37:02.808769 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 4708 | 2024.08.16 04:37:02.809036 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 4709 | 2024.08.16 04:37:02.809054 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 4710 | 2024.08.16 04:37:02.810273 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 4 columns (4 merged, 0 gathered) in 0.003348751 sec., 387009.9628189734 rows/sec., 25.26 MiB/sec. | ||
| 4711 | 2024.08.16 04:37:02.810462 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4712 | 2024.08.16 04:37:02.810862 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_21_4} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4713 | 2024.08.16 04:37:02.810943 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_21_4} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4714 | 2024.08.16 04:37:02.811025 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 4715 | 2024.08.16 04:37:04.665505 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4716 | 2024.08.16 04:37:04.665560 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4717 | 2024.08.16 04:37:07.784202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4718 | 2024.08.16 04:37:07.784329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4719 | 2024.08.16 04:37:07.784355 [ 3 ] {} <Debug> HTTP-Session: 8ff0b776-2656-43f5-a5af-0e14605d3e2e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4720 | 2024.08.16 04:37:07.784378 [ 3 ] {} <Debug> HTTP-Session: 8ff0b776-2656-43f5-a5af-0e14605d3e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4721 | 2024.08.16 04:37:07.784393 [ 3 ] {} <Debug> HTTP-Session: 8ff0b776-2656-43f5-a5af-0e14605d3e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4722 | 2024.08.16 04:37:07.784443 [ 3 ] {} <Trace> HTTP-Session: 8ff0b776-2656-43f5-a5af-0e14605d3e2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4723 | 2024.08.16 04:37:07.784658 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4724 | 2024.08.16 04:37:07.784725 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4725 | 2024.08.16 04:37:07.784918 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4726 | 2024.08.16 04:37:07.785383 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2024.08.16 04:37:07.785426 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4728 | 2024.08.16 04:37:07.785797 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4729 | 2024.08.16 04:37:07.786139 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2024.08.16 04:37:07.786315 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001743 sec., 15490.53356282272 rows/sec., 1.23 MiB/sec. | ||
| 4731 | 2024.08.16 04:37:07.786324 [ 150 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4732 | 2024.08.16 04:37:07.786427 [ 150 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2024.08.16 04:37:07.786482 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4734 | 2024.08.16 04:37:07.786627 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Debug> DynamicQueryHandler: Done processing query | ||
| 4735 | 2024.08.16 04:37:07.786678 [ 3 ] {29388d6a-a961-4d14-904b-c3b80add4b46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4736 | 2024.08.16 04:37:07.786689 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 4737 | 2024.08.16 04:37:07.786721 [ 3 ] {} <Debug> HTTP-Session: 8ff0b776-2656-43f5-a5af-0e14605d3e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4738 | 2024.08.16 04:37:07.786886 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4739 | 2024.08.16 04:37:07.786922 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
| 4740 | 2024.08.16 04:37:07.786960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4741 | 2024.08.16 04:37:07.787011 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 4742 | 2024.08.16 04:37:07.787097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4743 | 2024.08.16 04:37:07.787211 [ 3 ] {} <Debug> HTTP-Session: 11bf4dac-15c1-4ce5-a7e8-cf15ee95e360 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4744 | 2024.08.16 04:37:07.787357 [ 3 ] {} <Debug> HTTP-Session: 11bf4dac-15c1-4ce5-a7e8-cf15ee95e360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4745 | 2024.08.16 04:37:07.787466 [ 3 ] {} <Debug> HTTP-Session: 11bf4dac-15c1-4ce5-a7e8-cf15ee95e360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4746 | 2024.08.16 04:37:07.787498 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 4747 | 2024.08.16 04:37:07.787568 [ 3 ] {} <Trace> HTTP-Session: 11bf4dac-15c1-4ce5-a7e8-cf15ee95e360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4748 | 2024.08.16 04:37:07.787652 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part | ||
| 4749 | 2024.08.16 04:37:07.787801 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 4750 | 2024.08.16 04:37:07.787940 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4751 | 2024.08.16 04:37:07.788114 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4752 | 2024.08.16 04:37:07.788118 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part | ||
| 4753 | 2024.08.16 04:37:07.788808 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4754 | 2024.08.16 04:37:07.789590 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4755 | 2024.08.16 04:37:07.789641 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4756 | 2024.08.16 04:37:07.789947 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003376072 sec., 35544.265643623716 rows/sec., 2.81 MiB/sec. | ||
| 4757 | 2024.08.16 04:37:07.790216 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4758 | 2024.08.16 04:37:07.790247 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4759 | 2024.08.16 04:37:07.791054 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4760 | 2024.08.16 04:37:07.791155 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2024.08.16 04:37:07.791377 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.00364 sec., 74175.82417582418 rows/sec., 6.48 MiB/sec. | ||
| 4762 | 2024.08.16 04:37:07.791406 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_11_2} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4763 | 2024.08.16 04:37:07.791659 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4764 | 2024.08.16 04:37:07.791751 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Debug> DynamicQueryHandler: Done processing query | ||
| 4765 | 2024.08.16 04:37:07.791781 [ 3 ] {39b51c9f-b18a-474f-bafb-bc049b25ac72} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4766 | 2024.08.16 04:37:07.791798 [ 3 ] {} <Debug> HTTP-Session: 11bf4dac-15c1-4ce5-a7e8-cf15ee95e360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4767 | 2024.08.16 04:37:07.791961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4768 | 2024.08.16 04:37:07.792012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4769 | 2024.08.16 04:37:07.792032 [ 3 ] {} <Debug> HTTP-Session: 35961328-a3b1-4a69-96af-d79483cbc6ec Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4770 | 2024.08.16 04:37:07.792050 [ 3 ] {} <Debug> HTTP-Session: 35961328-a3b1-4a69-96af-d79483cbc6ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4771 | 2024.08.16 04:37:07.792064 [ 3 ] {} <Debug> HTTP-Session: 35961328-a3b1-4a69-96af-d79483cbc6ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4772 | 2024.08.16 04:37:07.792100 [ 3 ] {} <Trace> HTTP-Session: 35961328-a3b1-4a69-96af-d79483cbc6ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4773 | 2024.08.16 04:37:07.792207 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4774 | 2024.08.16 04:37:07.792251 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4775 | 2024.08.16 04:37:07.792398 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4776 | 2024.08.16 04:37:07.792712 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4777 | 2024.08.16 04:37:07.792752 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4778 | 2024.08.16 04:37:07.793081 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4779 | 2024.08.16 04:37:07.793397 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4780 | 2024.08.16 04:37:07.793550 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001374 sec., 10189.228529839884 rows/sec., 713.59 KiB/sec. | ||
| 4781 | 2024.08.16 04:37:07.793724 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Debug> DynamicQueryHandler: Done processing query | ||
| 4782 | 2024.08.16 04:37:07.793749 [ 3 ] {43106b74-2382-457b-88f7-af846d0ca877} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4783 | 2024.08.16 04:37:07.793765 [ 3 ] {} <Debug> HTTP-Session: 35961328-a3b1-4a69-96af-d79483cbc6ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4784 | 2024.08.16 04:37:07.793890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4785 | 2024.08.16 04:37:07.793940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4786 | 2024.08.16 04:37:07.793959 [ 3 ] {} <Debug> HTTP-Session: 7c6379f1-c43d-415f-b20c-57a2a170466e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4787 | 2024.08.16 04:37:07.793977 [ 3 ] {} <Debug> HTTP-Session: 7c6379f1-c43d-415f-b20c-57a2a170466e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4788 | 2024.08.16 04:37:07.793990 [ 3 ] {} <Debug> HTTP-Session: 7c6379f1-c43d-415f-b20c-57a2a170466e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4789 | 2024.08.16 04:37:07.794022 [ 3 ] {} <Trace> HTTP-Session: 7c6379f1-c43d-415f-b20c-57a2a170466e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4790 | 2024.08.16 04:37:07.794118 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4791 | 2024.08.16 04:37:07.794161 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4792 | 2024.08.16 04:37:07.794294 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4793 | 2024.08.16 04:37:07.794592 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4794 | 2024.08.16 04:37:07.794629 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4795 | 2024.08.16 04:37:07.794931 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4796 | 2024.08.16 04:37:07.795239 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4797 | 2024.08.16 04:37:07.795387 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 275.23 KiB/sec. | ||
| 4798 | 2024.08.16 04:37:07.795554 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 4799 | 2024.08.16 04:37:07.795579 [ 3 ] {bd775831-c9f6-4fed-bea8-7414928b51ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4800 | 2024.08.16 04:37:07.795595 [ 3 ] {} <Debug> HTTP-Session: 7c6379f1-c43d-415f-b20c-57a2a170466e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4801 | 2024.08.16 04:37:07.795765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4802 | 2024.08.16 04:37:07.795814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4803 | 2024.08.16 04:37:07.795832 [ 3 ] {} <Debug> HTTP-Session: bcf1e0e3-d23f-47a6-b1f5-8f4a577694bf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4804 | 2024.08.16 04:37:07.795849 [ 3 ] {} <Debug> HTTP-Session: bcf1e0e3-d23f-47a6-b1f5-8f4a577694bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4805 | 2024.08.16 04:37:07.795863 [ 3 ] {} <Debug> HTTP-Session: bcf1e0e3-d23f-47a6-b1f5-8f4a577694bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4806 | 2024.08.16 04:37:07.795894 [ 3 ] {} <Trace> HTTP-Session: bcf1e0e3-d23f-47a6-b1f5-8f4a577694bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4807 | 2024.08.16 04:37:07.796105 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4808 | 2024.08.16 04:37:07.796148 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4809 | 2024.08.16 04:37:07.796275 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4810 | 2024.08.16 04:37:07.796802 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4811 | 2024.08.16 04:37:07.796838 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4812 | 2024.08.16 04:37:07.797163 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4813 | 2024.08.16 04:37:07.797469 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4814 | 2024.08.16 04:37:07.797613 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001612 sec., 253722.08436724567 rows/sec., 18.08 MiB/sec. | ||
| 4815 | 2024.08.16 04:37:07.797781 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Debug> DynamicQueryHandler: Done processing query | ||
| 4816 | 2024.08.16 04:37:07.797806 [ 3 ] {12e99cf4-3ae4-4d62-9f05-a71d6541a320} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 4817 | 2024.08.16 04:37:07.797821 [ 3 ] {} <Debug> HTTP-Session: bcf1e0e3-d23f-47a6-b1f5-8f4a577694bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4818 | 2024.08.16 04:37:07.797959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4819 | 2024.08.16 04:37:07.798008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4820 | 2024.08.16 04:37:07.798027 [ 3 ] {} <Debug> HTTP-Session: b06d70a0-b87b-434b-b045-a1031699879a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4821 | 2024.08.16 04:37:07.798044 [ 3 ] {} <Debug> HTTP-Session: b06d70a0-b87b-434b-b045-a1031699879a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4822 | 2024.08.16 04:37:07.798057 [ 3 ] {} <Debug> HTTP-Session: b06d70a0-b87b-434b-b045-a1031699879a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4823 | 2024.08.16 04:37:07.798088 [ 3 ] {} <Trace> HTTP-Session: b06d70a0-b87b-434b-b045-a1031699879a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2024.08.16 04:37:07.798180 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4825 | 2024.08.16 04:37:07.798224 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4826 | 2024.08.16 04:37:07.798354 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4827 | 2024.08.16 04:37:07.798631 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4828 | 2024.08.16 04:37:07.798666 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4829 | 2024.08.16 04:37:07.799031 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4830 | 2024.08.16 04:37:07.799345 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4831 | 2024.08.16 04:37:07.799504 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. | ||
| 4832 | 2024.08.16 04:37:07.799674 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 4833 | 2024.08.16 04:37:07.799698 [ 3 ] {f8074fee-ac42-4802-a102-527fac60a2aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4834 | 2024.08.16 04:37:07.799714 [ 3 ] {} <Debug> HTTP-Session: b06d70a0-b87b-434b-b045-a1031699879a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4835 | 2024.08.16 04:37:07.799862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4836 | 2024.08.16 04:37:07.799909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4837 | 2024.08.16 04:37:07.799928 [ 3 ] {} <Debug> HTTP-Session: 568c4896-0cb5-40c0-8c04-3b3b0472727a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4838 | 2024.08.16 04:37:07.799945 [ 3 ] {} <Debug> HTTP-Session: 568c4896-0cb5-40c0-8c04-3b3b0472727a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4839 | 2024.08.16 04:37:07.799959 [ 3 ] {} <Debug> HTTP-Session: 568c4896-0cb5-40c0-8c04-3b3b0472727a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4840 | 2024.08.16 04:37:07.799989 [ 3 ] {} <Trace> HTTP-Session: 568c4896-0cb5-40c0-8c04-3b3b0472727a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4841 | 2024.08.16 04:37:07.800161 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4842 | 2024.08.16 04:37:07.800207 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4843 | 2024.08.16 04:37:07.800351 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4844 | 2024.08.16 04:37:07.800780 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4845 | 2024.08.16 04:37:07.800816 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4846 | 2024.08.16 04:37:07.801196 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4847 | 2024.08.16 04:37:07.801527 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2024.08.16 04:37:07.801682 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001604 sec., 147755.6109725686 rows/sec., 9.90 MiB/sec. | ||
| 4849 | 2024.08.16 04:37:07.801899 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Debug> DynamicQueryHandler: Done processing query | ||
| 4850 | 2024.08.16 04:37:07.801924 [ 3 ] {e6e25d3f-da3f-4dc2-bdb4-5ad35e0fab54} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4851 | 2024.08.16 04:37:07.801940 [ 3 ] {} <Debug> HTTP-Session: 568c4896-0cb5-40c0-8c04-3b3b0472727a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4852 | 2024.08.16 04:37:07.802066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4853 | 2024.08.16 04:37:07.802113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4854 | 2024.08.16 04:37:07.802132 [ 3 ] {} <Debug> HTTP-Session: 200faa25-62d1-471c-a46c-5b3308824797 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4855 | 2024.08.16 04:37:07.802149 [ 3 ] {} <Debug> HTTP-Session: 200faa25-62d1-471c-a46c-5b3308824797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4856 | 2024.08.16 04:37:07.802163 [ 3 ] {} <Debug> HTTP-Session: 200faa25-62d1-471c-a46c-5b3308824797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4857 | 2024.08.16 04:37:07.802193 [ 3 ] {} <Trace> HTTP-Session: 200faa25-62d1-471c-a46c-5b3308824797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4858 | 2024.08.16 04:37:07.802283 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4859 | 2024.08.16 04:37:07.802327 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4860 | 2024.08.16 04:37:07.802454 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4861 | 2024.08.16 04:37:07.802807 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4862 | 2024.08.16 04:37:07.802842 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4863 | 2024.08.16 04:37:07.803182 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4864 | 2024.08.16 04:37:07.803508 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4865 | 2024.08.16 04:37:07.803659 [ 149 ] {} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4866 | 2024.08.16 04:37:07.803670 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001399 sec., 714.7962830593281 rows/sec., 48.16 KiB/sec. | ||
| 4867 | 2024.08.16 04:37:07.803724 [ 149 ] {} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4868 | 2024.08.16 04:37:07.803786 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4869 | 2024.08.16 04:37:07.804067 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Debug> DynamicQueryHandler: Done processing query | ||
| 4870 | 2024.08.16 04:37:07.804158 [ 3 ] {277b327b-e441-4c72-bb1e-668f6a22e205} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4871 | 2024.08.16 04:37:07.804200 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 4872 | 2024.08.16 04:37:07.804222 [ 3 ] {} <Debug> HTTP-Session: 200faa25-62d1-471c-a46c-5b3308824797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4873 | 2024.08.16 04:37:07.804401 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4874 | 2024.08.16 04:37:07.804444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4875 | 2024.08.16 04:37:07.804464 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 4876 | 2024.08.16 04:37:07.804522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4877 | 2024.08.16 04:37:07.804601 [ 3 ] {} <Debug> HTTP-Session: 88618c0e-de94-4d21-bff0-c3a59df07e78 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4878 | 2024.08.16 04:37:07.804705 [ 3 ] {} <Debug> HTTP-Session: 88618c0e-de94-4d21-bff0-c3a59df07e78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4879 | 2024.08.16 04:37:07.804732 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 4880 | 2024.08.16 04:37:07.804762 [ 3 ] {} <Debug> HTTP-Session: 88618c0e-de94-4d21-bff0-c3a59df07e78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4881 | 2024.08.16 04:37:07.804903 [ 3 ] {} <Trace> HTTP-Session: 88618c0e-de94-4d21-bff0-c3a59df07e78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4882 | 2024.08.16 04:37:07.805044 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4883 | 2024.08.16 04:37:07.805252 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4884 | 2024.08.16 04:37:07.805419 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4885 | 2024.08.16 04:37:07.805598 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4886 | 2024.08.16 04:37:07.805738 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4887 | 2024.08.16 04:37:07.805968 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <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 | ||
| 4888 | 2024.08.16 04:37:07.808037 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4889 | 2024.08.16 04:37:07.808765 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.004870798 sec., 2053.0516765425295 rows/sec., 138.34 KiB/sec. | ||
| 4890 | 2024.08.16 04:37:07.809071 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4891 | 2024.08.16 04:37:07.809394 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4892 | 2024.08.16 04:37:07.809458 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4893 | 2024.08.16 04:37:07.810112 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2024.08.16 04:37:07.810293 [ 186 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_10_2} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4895 | 2024.08.16 04:37:07.810468 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4896 | 2024.08.16 04:37:07.810789 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4897 | 2024.08.16 04:37:07.811210 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4898 | 2024.08.16 04:37:07.811389 [ 149 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4899 | 2024.08.16 04:37:07.811410 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006232 sec., 4332.477535301669 rows/sec., 7.76 MiB/sec. | ||
| 4900 | 2024.08.16 04:37:07.811456 [ 149 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2024.08.16 04:37:07.811542 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4902 | 2024.08.16 04:37:07.811834 [ 197 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 4903 | 2024.08.16 04:37:07.812059 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Debug> DynamicQueryHandler: Done processing query | ||
| 4904 | 2024.08.16 04:37:07.812123 [ 3 ] {4ae2625d-7296-49df-a2d9-12cc6d4a2407} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4905 | 2024.08.16 04:37:07.812195 [ 3 ] {} <Debug> HTTP-Session: 88618c0e-de94-4d21-bff0-c3a59df07e78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4906 | 2024.08.16 04:37:07.812417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4907 | 2024.08.16 04:37:07.812431 [ 197 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4908 | 2024.08.16 04:37:07.812524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4909 | 2024.08.16 04:37:07.812561 [ 197 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 113 rows starting from the beginning of the part | ||
| 4910 | 2024.08.16 04:37:07.812574 [ 3 ] {} <Debug> HTTP-Session: 54d11c61-c1ed-44ff-9208-2a403a307ade Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4911 | 2024.08.16 04:37:07.812628 [ 3 ] {} <Debug> HTTP-Session: 54d11c61-c1ed-44ff-9208-2a403a307ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4912 | 2024.08.16 04:37:07.812677 [ 3 ] {} <Debug> HTTP-Session: 54d11c61-c1ed-44ff-9208-2a403a307ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4913 | 2024.08.16 04:37:07.812794 [ 3 ] {} <Trace> HTTP-Session: 54d11c61-c1ed-44ff-9208-2a403a307ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4914 | 2024.08.16 04:37:07.813170 [ 197 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 4915 | 2024.08.16 04:37:07.813194 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4916 | 2024.08.16 04:37:07.813308 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4917 | 2024.08.16 04:37:07.813886 [ 197 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 4918 | 2024.08.16 04:37:07.814169 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4919 | 2024.08.16 04:37:07.814665 [ 197 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part | ||
| 4920 | 2024.08.16 04:37:07.815409 [ 197 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 4921 | 2024.08.16 04:37:07.815436 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4922 | 2024.08.16 04:37:07.815506 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4923 | 2024.08.16 04:37:07.815947 [ 197 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part | ||
| 4924 | 2024.08.16 04:37:07.816819 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4925 | 2024.08.16 04:37:07.817668 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2024.08.16 04:37:07.817951 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0049 sec., 16734.69387755102 rows/sec., 1.06 MiB/sec. | ||
| 4927 | 2024.08.16 04:37:07.818369 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4928 | 2024.08.16 04:37:07.818415 [ 3 ] {491f26f6-b521-4de4-b947-880ca85bf5eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4929 | 2024.08.16 04:37:07.818457 [ 3 ] {} <Debug> HTTP-Session: 54d11c61-c1ed-44ff-9208-2a403a307ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4930 | 2024.08.16 04:37:07.820183 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 19 columns (19 merged, 0 gathered) in 0.008520966 sec., 23706.232368489676 rows/sec., 42.48 MiB/sec. | ||
| 4931 | 2024.08.16 04:37:07.820627 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4932 | 2024.08.16 04:37:07.821345 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4933 | 2024.08.16 04:37:07.821438 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4934 | 2024.08.16 04:37:07.821598 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 4935 | 2024.08.16 04:37:12.809408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4936 | 2024.08.16 04:37:12.809574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4937 | 2024.08.16 04:37:12.809610 [ 3 ] {} <Debug> HTTP-Session: 37724f2e-1205-46a3-a9ea-8381996fc19a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4938 | 2024.08.16 04:37:12.809643 [ 3 ] {} <Debug> HTTP-Session: 37724f2e-1205-46a3-a9ea-8381996fc19a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4939 | 2024.08.16 04:37:12.809665 [ 3 ] {} <Debug> HTTP-Session: 37724f2e-1205-46a3-a9ea-8381996fc19a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4940 | 2024.08.16 04:37:12.809726 [ 3 ] {} <Trace> HTTP-Session: 37724f2e-1205-46a3-a9ea-8381996fc19a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4941 | 2024.08.16 04:37:12.809921 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4942 | 2024.08.16 04:37:12.809995 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4943 | 2024.08.16 04:37:12.810212 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4944 | 2024.08.16 04:37:12.810666 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2024.08.16 04:37:12.810706 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4946 | 2024.08.16 04:37:12.811085 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4947 | 2024.08.16 04:37:12.811425 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2024.08.16 04:37:12.811572 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001712 sec., 2336.448598130841 rows/sec., 189.38 KiB/sec. | ||
| 4949 | 2024.08.16 04:37:12.811786 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Debug> DynamicQueryHandler: Done processing query | ||
| 4950 | 2024.08.16 04:37:12.811814 [ 3 ] {0afb8950-3440-4e64-a8c1-b50f59260e99} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4951 | 2024.08.16 04:37:12.811830 [ 3 ] {} <Debug> HTTP-Session: 37724f2e-1205-46a3-a9ea-8381996fc19a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4952 | 2024.08.16 04:37:12.812119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4953 | 2024.08.16 04:37:12.812175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4954 | 2024.08.16 04:37:12.812194 [ 3 ] {} <Debug> HTTP-Session: 14ee8cc2-0636-4722-8645-734a296487c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4955 | 2024.08.16 04:37:12.812213 [ 3 ] {} <Debug> HTTP-Session: 14ee8cc2-0636-4722-8645-734a296487c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4956 | 2024.08.16 04:37:12.812227 [ 3 ] {} <Debug> HTTP-Session: 14ee8cc2-0636-4722-8645-734a296487c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4957 | 2024.08.16 04:37:12.812262 [ 3 ] {} <Trace> HTTP-Session: 14ee8cc2-0636-4722-8645-734a296487c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4958 | 2024.08.16 04:37:12.812736 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4959 | 2024.08.16 04:37:12.812785 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4960 | 2024.08.16 04:37:12.812920 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4961 | 2024.08.16 04:37:12.814052 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2024.08.16 04:37:12.814088 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4963 | 2024.08.16 04:37:12.814481 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4964 | 2024.08.16 04:37:12.814811 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2024.08.16 04:37:12.814945 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Debug> executeQuery: Read 1208 rows, 101.60 KiB in 0.002552 sec., 473354.23197492165 rows/sec., 38.88 MiB/sec. | ||
| 4966 | 2024.08.16 04:37:12.815172 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4967 | 2024.08.16 04:37:12.815196 [ 3 ] {a705ab50-9ead-497f-8ab0-50773bf8ac7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 4968 | 2024.08.16 04:37:12.815213 [ 3 ] {} <Debug> HTTP-Session: 14ee8cc2-0636-4722-8645-734a296487c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4969 | 2024.08.16 04:37:12.815454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4970 | 2024.08.16 04:37:12.815508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4971 | 2024.08.16 04:37:12.815528 [ 3 ] {} <Debug> HTTP-Session: f2373426-9690-4bb9-8578-565df190c648 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4972 | 2024.08.16 04:37:12.815548 [ 3 ] {} <Debug> HTTP-Session: f2373426-9690-4bb9-8578-565df190c648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4973 | 2024.08.16 04:37:12.815561 [ 3 ] {} <Debug> HTTP-Session: f2373426-9690-4bb9-8578-565df190c648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4974 | 2024.08.16 04:37:12.815596 [ 3 ] {} <Trace> HTTP-Session: f2373426-9690-4bb9-8578-565df190c648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2024.08.16 04:37:12.815801 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4976 | 2024.08.16 04:37:12.815845 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4977 | 2024.08.16 04:37:12.815972 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4978 | 2024.08.16 04:37:12.816384 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4979 | 2024.08.16 04:37:12.816420 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4980 | 2024.08.16 04:37:12.816742 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4981 | 2024.08.16 04:37:12.817052 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4982 | 2024.08.16 04:37:12.817180 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001506 sec., 151394.42231075699 rows/sec., 10.25 MiB/sec. | ||
| 4983 | 2024.08.16 04:37:12.817347 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4984 | 2024.08.16 04:37:12.817371 [ 3 ] {0b31a38f-c24a-4975-9edf-41c6b5b64be2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4985 | 2024.08.16 04:37:12.817387 [ 3 ] {} <Debug> HTTP-Session: f2373426-9690-4bb9-8578-565df190c648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4986 | 2024.08.16 04:37:12.817576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 86510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4987 | 2024.08.16 04:37:12.817624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4988 | 2024.08.16 04:37:12.817643 [ 3 ] {} <Debug> HTTP-Session: 3c3680a8-9c04-4007-bc2f-c9a80d578fd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 4989 | 2024.08.16 04:37:12.817660 [ 3 ] {} <Debug> HTTP-Session: 3c3680a8-9c04-4007-bc2f-c9a80d578fd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4990 | 2024.08.16 04:37:12.817674 [ 3 ] {} <Debug> HTTP-Session: 3c3680a8-9c04-4007-bc2f-c9a80d578fd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4991 | 2024.08.16 04:37:12.817705 [ 3 ] {} <Trace> HTTP-Session: 3c3680a8-9c04-4007-bc2f-c9a80d578fd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4992 | 2024.08.16 04:37:12.818035 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4993 | 2024.08.16 04:37:12.818078 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4994 | 2024.08.16 04:37:12.818202 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4995 | 2024.08.16 04:37:12.818849 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2024.08.16 04:37:12.818885 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 4997 | 2024.08.16 04:37:12.819222 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4998 | 2024.08.16 04:37:12.819526 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2024.08.16 04:37:12.819659 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Debug> executeQuery: Read 524 rows, 39.72 KiB in 0.001854 sec., 282632.14670981665 rows/sec., 20.92 MiB/sec. | ||
| 5000 | 2024.08.16 04:37:12.819822 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5001 | 2024.08.16 04:37:12.819846 [ 3 ] {6ad28443-c27c-436f-99bd-ca4f51efcb5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 5002 | 2024.08.16 04:37:12.819862 [ 3 ] {} <Debug> HTTP-Session: 3c3680a8-9c04-4007-bc2f-c9a80d578fd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5003 | 2024.08.16 04:37:12.820143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5004 | 2024.08.16 04:37:12.820191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5005 | 2024.08.16 04:37:12.820210 [ 3 ] {} <Debug> HTTP-Session: e19df789-4de7-4120-bcc1-34bade9a6293 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5006 | 2024.08.16 04:37:12.820228 [ 3 ] {} <Debug> HTTP-Session: e19df789-4de7-4120-bcc1-34bade9a6293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5007 | 2024.08.16 04:37:12.820241 [ 3 ] {} <Debug> HTTP-Session: e19df789-4de7-4120-bcc1-34bade9a6293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5008 | 2024.08.16 04:37:12.820272 [ 3 ] {} <Trace> HTTP-Session: e19df789-4de7-4120-bcc1-34bade9a6293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5009 | 2024.08.16 04:37:12.820696 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5010 | 2024.08.16 04:37:12.820743 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5011 | 2024.08.16 04:37:12.820884 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5012 | 2024.08.16 04:37:12.821699 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2024.08.16 04:37:12.821734 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5014 | 2024.08.16 04:37:12.822170 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5015 | 2024.08.16 04:37:12.822509 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2024.08.16 04:37:12.822645 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.00222 sec., 380180.1801801802 rows/sec., 25.59 MiB/sec. | ||
| 5017 | 2024.08.16 04:37:12.822923 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Debug> DynamicQueryHandler: Done processing query | ||
| 5018 | 2024.08.16 04:37:12.822962 [ 3 ] {790386b6-e686-42f5-94d1-1f1d873af593} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 5019 | 2024.08.16 04:37:12.822979 [ 3 ] {} <Debug> HTTP-Session: e19df789-4de7-4120-bcc1-34bade9a6293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5020 | 2024.08.16 04:37:12.823133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5021 | 2024.08.16 04:37:12.823183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5022 | 2024.08.16 04:37:12.823202 [ 3 ] {} <Debug> HTTP-Session: 9f360f94-5637-464a-b37a-d06a322143ce Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5023 | 2024.08.16 04:37:12.823219 [ 3 ] {} <Debug> HTTP-Session: 9f360f94-5637-464a-b37a-d06a322143ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5024 | 2024.08.16 04:37:12.823233 [ 3 ] {} <Debug> HTTP-Session: 9f360f94-5637-464a-b37a-d06a322143ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5025 | 2024.08.16 04:37:12.823263 [ 3 ] {} <Trace> HTTP-Session: 9f360f94-5637-464a-b37a-d06a322143ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5026 | 2024.08.16 04:37:12.823387 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5027 | 2024.08.16 04:37:12.823456 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <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 | ||
| 5028 | 2024.08.16 04:37:12.823871 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5029 | 2024.08.16 04:37:12.824339 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5030 | 2024.08.16 04:37:12.824374 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5031 | 2024.08.16 04:37:12.824959 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5032 | 2024.08.16 04:37:12.825364 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2024.08.16 04:37:12.825505 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002169 sec., 1844.1678192715538 rows/sec., 3.30 MiB/sec. | ||
| 5034 | 2024.08.16 04:37:12.825724 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Debug> DynamicQueryHandler: Done processing query | ||
| 5035 | 2024.08.16 04:37:12.825749 [ 3 ] {18990ec0-6659-4640-aaf2-3f213602ff05} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5036 | 2024.08.16 04:37:12.825765 [ 3 ] {} <Debug> HTTP-Session: 9f360f94-5637-464a-b37a-d06a322143ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5037 | 2024.08.16 04:37:12.825889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5038 | 2024.08.16 04:37:12.825938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5039 | 2024.08.16 04:37:12.825957 [ 3 ] {} <Debug> HTTP-Session: 73eabec8-b9e3-4c43-9ab9-94db67e4c51c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5040 | 2024.08.16 04:37:12.825972 [ 3 ] {} <Debug> HTTP-Session: 73eabec8-b9e3-4c43-9ab9-94db67e4c51c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5041 | 2024.08.16 04:37:12.825986 [ 3 ] {} <Debug> HTTP-Session: 73eabec8-b9e3-4c43-9ab9-94db67e4c51c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5042 | 2024.08.16 04:37:12.826016 [ 3 ] {} <Trace> HTTP-Session: 73eabec8-b9e3-4c43-9ab9-94db67e4c51c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5043 | 2024.08.16 04:37:12.826142 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5044 | 2024.08.16 04:37:12.826184 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5045 | 2024.08.16 04:37:12.826308 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5046 | 2024.08.16 04:37:12.826593 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5047 | 2024.08.16 04:37:12.826629 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5048 | 2024.08.16 04:37:12.826979 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5049 | 2024.08.16 04:37:12.827294 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5050 | 2024.08.16 04:37:12.827423 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
| 5051 | 2024.08.16 04:37:12.827586 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5052 | 2024.08.16 04:37:12.827610 [ 3 ] {79835388-8e17-4485-872b-36f43378393e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5053 | 2024.08.16 04:37:12.827626 [ 3 ] {} <Debug> HTTP-Session: 73eabec8-b9e3-4c43-9ab9-94db67e4c51c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5054 | 2024.08.16 04:37:17.785435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5055 | 2024.08.16 04:37:17.785565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5056 | 2024.08.16 04:37:17.785591 [ 3 ] {} <Debug> HTTP-Session: 439c433a-816a-4b22-a440-d1b96175d9db Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5057 | 2024.08.16 04:37:17.785615 [ 3 ] {} <Debug> HTTP-Session: 439c433a-816a-4b22-a440-d1b96175d9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5058 | 2024.08.16 04:37:17.785632 [ 3 ] {} <Debug> HTTP-Session: 439c433a-816a-4b22-a440-d1b96175d9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5059 | 2024.08.16 04:37:17.785683 [ 3 ] {} <Trace> HTTP-Session: 439c433a-816a-4b22-a440-d1b96175d9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5060 | 2024.08.16 04:37:17.785866 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5061 | 2024.08.16 04:37:17.785932 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5062 | 2024.08.16 04:37:17.786121 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5063 | 2024.08.16 04:37:17.786553 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2024.08.16 04:37:17.786594 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5065 | 2024.08.16 04:37:17.786970 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5066 | 2024.08.16 04:37:17.787311 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2024.08.16 04:37:17.787459 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00165 sec., 16363.636363636364 rows/sec., 1.30 MiB/sec. | ||
| 5068 | 2024.08.16 04:37:17.787671 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5069 | 2024.08.16 04:37:17.787698 [ 3 ] {0de254dc-7875-49d5-a4b3-37c35570bc9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5070 | 2024.08.16 04:37:17.787715 [ 3 ] {} <Debug> HTTP-Session: 439c433a-816a-4b22-a440-d1b96175d9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5071 | 2024.08.16 04:37:17.787903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5072 | 2024.08.16 04:37:17.787963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5073 | 2024.08.16 04:37:17.787983 [ 3 ] {} <Debug> HTTP-Session: 3866b526-65a0-4c84-9880-9681f0bc7500 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5074 | 2024.08.16 04:37:17.788002 [ 3 ] {} <Debug> HTTP-Session: 3866b526-65a0-4c84-9880-9681f0bc7500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5075 | 2024.08.16 04:37:17.788017 [ 3 ] {} <Debug> HTTP-Session: 3866b526-65a0-4c84-9880-9681f0bc7500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5076 | 2024.08.16 04:37:17.788054 [ 3 ] {} <Trace> HTTP-Session: 3866b526-65a0-4c84-9880-9681f0bc7500 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5077 | 2024.08.16 04:37:17.788240 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5078 | 2024.08.16 04:37:17.788286 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5079 | 2024.08.16 04:37:17.788418 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5080 | 2024.08.16 04:37:17.788893 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5081 | 2024.08.16 04:37:17.788930 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5082 | 2024.08.16 04:37:17.789270 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5083 | 2024.08.16 04:37:17.789616 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5084 | 2024.08.16 04:37:17.789748 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001605 sec., 168224.29906542055 rows/sec., 14.71 MiB/sec. | ||
| 5085 | 2024.08.16 04:37:17.789929 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5086 | 2024.08.16 04:37:17.789955 [ 3 ] {7ed71aca-b47b-4b1a-8ef8-677129de098d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 5087 | 2024.08.16 04:37:17.789971 [ 3 ] {} <Debug> HTTP-Session: 3866b526-65a0-4c84-9880-9681f0bc7500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5088 | 2024.08.16 04:37:17.790099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5089 | 2024.08.16 04:37:17.790152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5090 | 2024.08.16 04:37:17.790172 [ 3 ] {} <Debug> HTTP-Session: 184c1192-ae04-4a36-aee0-f83616246b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5091 | 2024.08.16 04:37:17.790189 [ 3 ] {} <Debug> HTTP-Session: 184c1192-ae04-4a36-aee0-f83616246b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5092 | 2024.08.16 04:37:17.790202 [ 3 ] {} <Debug> HTTP-Session: 184c1192-ae04-4a36-aee0-f83616246b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5093 | 2024.08.16 04:37:17.790237 [ 3 ] {} <Trace> HTTP-Session: 184c1192-ae04-4a36-aee0-f83616246b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5094 | 2024.08.16 04:37:17.790341 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5095 | 2024.08.16 04:37:17.790386 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5096 | 2024.08.16 04:37:17.790515 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5097 | 2024.08.16 04:37:17.790817 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5098 | 2024.08.16 04:37:17.790870 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5099 | 2024.08.16 04:37:17.791205 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5100 | 2024.08.16 04:37:17.791529 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5101 | 2024.08.16 04:37:17.791663 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001349 sec., 10378.057820607859 rows/sec., 726.81 KiB/sec. | ||
| 5102 | 2024.08.16 04:37:17.791839 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5103 | 2024.08.16 04:37:17.791865 [ 3 ] {2f76529f-ac78-48c2-aa1e-b7d7002209c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5104 | 2024.08.16 04:37:17.791881 [ 3 ] {} <Debug> HTTP-Session: 184c1192-ae04-4a36-aee0-f83616246b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5105 | 2024.08.16 04:37:17.791995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5106 | 2024.08.16 04:37:17.792046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5107 | 2024.08.16 04:37:17.792067 [ 3 ] {} <Debug> HTTP-Session: e6a56964-c1f8-437a-b0eb-2e5f1ab282b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5108 | 2024.08.16 04:37:17.792084 [ 3 ] {} <Debug> HTTP-Session: e6a56964-c1f8-437a-b0eb-2e5f1ab282b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5109 | 2024.08.16 04:37:17.792099 [ 3 ] {} <Debug> HTTP-Session: e6a56964-c1f8-437a-b0eb-2e5f1ab282b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5110 | 2024.08.16 04:37:17.792133 [ 3 ] {} <Trace> HTTP-Session: e6a56964-c1f8-437a-b0eb-2e5f1ab282b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5111 | 2024.08.16 04:37:17.792234 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5112 | 2024.08.16 04:37:17.792280 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5113 | 2024.08.16 04:37:17.792410 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5114 | 2024.08.16 04:37:17.792688 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5115 | 2024.08.16 04:37:17.792725 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5116 | 2024.08.16 04:37:17.793033 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5117 | 2024.08.16 04:37:17.793351 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5118 | 2024.08.16 04:37:17.793527 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 269.58 KiB/sec. | ||
| 5119 | 2024.08.16 04:37:17.793838 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Debug> DynamicQueryHandler: Done processing query | ||
| 5120 | 2024.08.16 04:37:17.793864 [ 3 ] {511d70bb-0b0e-4250-b554-8c2385e3d146} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5121 | 2024.08.16 04:37:17.793881 [ 3 ] {} <Debug> HTTP-Session: e6a56964-c1f8-437a-b0eb-2e5f1ab282b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5122 | 2024.08.16 04:37:17.794079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5123 | 2024.08.16 04:37:17.794133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5124 | 2024.08.16 04:37:17.794154 [ 3 ] {} <Debug> HTTP-Session: bb89a768-aeb0-4767-9bc7-808fe51339e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5125 | 2024.08.16 04:37:17.794171 [ 3 ] {} <Debug> HTTP-Session: bb89a768-aeb0-4767-9bc7-808fe51339e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5126 | 2024.08.16 04:37:17.794186 [ 3 ] {} <Debug> HTTP-Session: bb89a768-aeb0-4767-9bc7-808fe51339e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5127 | 2024.08.16 04:37:17.794219 [ 3 ] {} <Trace> HTTP-Session: bb89a768-aeb0-4767-9bc7-808fe51339e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5128 | 2024.08.16 04:37:17.794461 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5129 | 2024.08.16 04:37:17.794541 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5130 | 2024.08.16 04:37:17.794690 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5131 | 2024.08.16 04:37:17.795207 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5132 | 2024.08.16 04:37:17.795244 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5133 | 2024.08.16 04:37:17.795579 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5134 | 2024.08.16 04:37:17.795895 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5135 | 2024.08.16 04:37:17.796043 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001713 sec., 238762.40513718623 rows/sec., 17.01 MiB/sec. | ||
| 5136 | 2024.08.16 04:37:17.796231 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Debug> DynamicQueryHandler: Done processing query | ||
| 5137 | 2024.08.16 04:37:17.796257 [ 3 ] {8a33c035-6b75-43c0-8e6f-bec5ae175899} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5138 | 2024.08.16 04:37:17.796273 [ 3 ] {} <Debug> HTTP-Session: bb89a768-aeb0-4767-9bc7-808fe51339e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5139 | 2024.08.16 04:37:17.796392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5140 | 2024.08.16 04:37:17.796443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5141 | 2024.08.16 04:37:17.796463 [ 3 ] {} <Debug> HTTP-Session: 2c1eb58c-bd44-4ec7-9c67-dd08d1d4614d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5142 | 2024.08.16 04:37:17.796479 [ 3 ] {} <Debug> HTTP-Session: 2c1eb58c-bd44-4ec7-9c67-dd08d1d4614d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5143 | 2024.08.16 04:37:17.796494 [ 3 ] {} <Debug> HTTP-Session: 2c1eb58c-bd44-4ec7-9c67-dd08d1d4614d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5144 | 2024.08.16 04:37:17.796528 [ 3 ] {} <Trace> HTTP-Session: 2c1eb58c-bd44-4ec7-9c67-dd08d1d4614d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5145 | 2024.08.16 04:37:17.796626 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5146 | 2024.08.16 04:37:17.796671 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5147 | 2024.08.16 04:37:17.796805 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5148 | 2024.08.16 04:37:17.797067 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5149 | 2024.08.16 04:37:17.797104 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5150 | 2024.08.16 04:37:17.797464 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5151 | 2024.08.16 04:37:17.797789 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5152 | 2024.08.16 04:37:17.797946 [ 139 ] {} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5153 | 2024.08.16 04:37:17.797957 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 233.07 KiB/sec. | ||
| 5154 | 2024.08.16 04:37:17.798032 [ 139 ] {} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2024.08.16 04:37:17.798092 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5156 | 2024.08.16 04:37:17.798292 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::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 | ||
| 5157 | 2024.08.16 04:37:17.798306 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Debug> DynamicQueryHandler: Done processing query | ||
| 5158 | 2024.08.16 04:37:17.798371 [ 3 ] {3aaa34a0-48cc-4fe6-bf02-82ab0fcc1521} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5159 | 2024.08.16 04:37:17.798400 [ 3 ] {} <Debug> HTTP-Session: 2c1eb58c-bd44-4ec7-9c67-dd08d1d4614d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5160 | 2024.08.16 04:37:17.798525 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5161 | 2024.08.16 04:37:17.798581 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 5162 | 2024.08.16 04:37:17.798606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5163 | 2024.08.16 04:37:17.798721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5164 | 2024.08.16 04:37:17.798757 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 5165 | 2024.08.16 04:37:17.798801 [ 3 ] {} <Debug> HTTP-Session: 945c0188-9f92-4ed6-921b-0e35f25bcd82 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5166 | 2024.08.16 04:37:17.798866 [ 3 ] {} <Debug> HTTP-Session: 945c0188-9f92-4ed6-921b-0e35f25bcd82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5167 | 2024.08.16 04:37:17.798932 [ 3 ] {} <Debug> HTTP-Session: 945c0188-9f92-4ed6-921b-0e35f25bcd82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5168 | 2024.08.16 04:37:17.799070 [ 3 ] {} <Trace> HTTP-Session: 945c0188-9f92-4ed6-921b-0e35f25bcd82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5169 | 2024.08.16 04:37:17.799070 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5170 | 2024.08.16 04:37:17.799362 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5171 | 2024.08.16 04:37:17.799544 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5172 | 2024.08.16 04:37:17.799775 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 5173 | 2024.08.16 04:37:17.799800 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5174 | 2024.08.16 04:37:17.800259 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5175 | 2024.08.16 04:37:17.800831 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5176 | 2024.08.16 04:37:17.801879 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5177 | 2024.08.16 04:37:17.801943 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5178 | 2024.08.16 04:37:17.802962 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004752504 sec., 13887.415981133314 rows/sec., 725.56 KiB/sec. | ||
| 5179 | 2024.08.16 04:37:17.803153 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5180 | 2024.08.16 04:37:17.803162 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5181 | 2024.08.16 04:37:17.804115 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2024.08.16 04:37:17.804169 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5183 | 2024.08.16 04:37:17.804294 [ 197 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_11_2} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5184 | 2024.08.16 04:37:17.804542 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005261 sec., 45048.46987264779 rows/sec., 3.02 MiB/sec. | ||
| 5185 | 2024.08.16 04:37:17.804561 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5186 | 2024.08.16 04:37:17.804887 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Debug> DynamicQueryHandler: Done processing query | ||
| 5187 | 2024.08.16 04:37:17.804918 [ 3 ] {15795273-125a-4d40-afd8-374b70b3ee77} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5188 | 2024.08.16 04:37:17.804935 [ 3 ] {} <Debug> HTTP-Session: 945c0188-9f92-4ed6-921b-0e35f25bcd82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5189 | 2024.08.16 04:37:17.805058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5190 | 2024.08.16 04:37:17.805110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5191 | 2024.08.16 04:37:17.805130 [ 3 ] {} <Debug> HTTP-Session: b8715f22-d271-4634-9867-e7385deb3b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5192 | 2024.08.16 04:37:17.805148 [ 3 ] {} <Debug> HTTP-Session: b8715f22-d271-4634-9867-e7385deb3b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5193 | 2024.08.16 04:37:17.805163 [ 3 ] {} <Debug> HTTP-Session: b8715f22-d271-4634-9867-e7385deb3b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5194 | 2024.08.16 04:37:17.805194 [ 3 ] {} <Trace> HTTP-Session: b8715f22-d271-4634-9867-e7385deb3b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5195 | 2024.08.16 04:37:17.805290 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5196 | 2024.08.16 04:37:17.805335 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5197 | 2024.08.16 04:37:17.805474 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5198 | 2024.08.16 04:37:17.805749 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2024.08.16 04:37:17.805787 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5200 | 2024.08.16 04:37:17.806145 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5201 | 2024.08.16 04:37:17.806485 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2024.08.16 04:37:17.806653 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 5203 | 2024.08.16 04:37:17.806824 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5204 | 2024.08.16 04:37:17.806849 [ 3 ] {96de6606-197b-4533-b498-f4a4ab03e1f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5205 | 2024.08.16 04:37:17.806866 [ 3 ] {} <Debug> HTTP-Session: b8715f22-d271-4634-9867-e7385deb3b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5206 | 2024.08.16 04:37:17.807044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5207 | 2024.08.16 04:37:17.807093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5208 | 2024.08.16 04:37:17.807114 [ 3 ] {} <Debug> HTTP-Session: bc94bf25-57df-4eed-aeac-c511e7504848 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5209 | 2024.08.16 04:37:17.807131 [ 3 ] {} <Debug> HTTP-Session: bc94bf25-57df-4eed-aeac-c511e7504848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5210 | 2024.08.16 04:37:17.807145 [ 3 ] {} <Debug> HTTP-Session: bc94bf25-57df-4eed-aeac-c511e7504848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5211 | 2024.08.16 04:37:17.807177 [ 3 ] {} <Trace> HTTP-Session: bc94bf25-57df-4eed-aeac-c511e7504848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2024.08.16 04:37:17.807474 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5213 | 2024.08.16 04:37:17.807540 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <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 | ||
| 5214 | 2024.08.16 04:37:17.807963 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5215 | 2024.08.16 04:37:17.808644 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2024.08.16 04:37:17.808683 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5217 | 2024.08.16 04:37:17.809314 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5218 | 2024.08.16 04:37:17.809740 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2024.08.16 04:37:17.809940 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002658 sec., 10158.013544018058 rows/sec., 18.20 MiB/sec. | ||
| 5220 | 2024.08.16 04:37:17.810506 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Debug> DynamicQueryHandler: Done processing query | ||
| 5221 | 2024.08.16 04:37:17.810533 [ 3 ] {fbd5ca41-1fdc-4cdc-a601-780fe2ffdd10} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5222 | 2024.08.16 04:37:17.810549 [ 3 ] {} <Debug> HTTP-Session: bc94bf25-57df-4eed-aeac-c511e7504848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5223 | 2024.08.16 04:37:17.810675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5224 | 2024.08.16 04:37:17.810724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5225 | 2024.08.16 04:37:17.810745 [ 3 ] {} <Debug> HTTP-Session: 138aaf5b-7b7a-443a-8254-4cc6ddaec837 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5226 | 2024.08.16 04:37:17.810761 [ 3 ] {} <Debug> HTTP-Session: 138aaf5b-7b7a-443a-8254-4cc6ddaec837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5227 | 2024.08.16 04:37:17.810776 [ 3 ] {} <Debug> HTTP-Session: 138aaf5b-7b7a-443a-8254-4cc6ddaec837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5228 | 2024.08.16 04:37:17.810808 [ 3 ] {} <Trace> HTTP-Session: 138aaf5b-7b7a-443a-8254-4cc6ddaec837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5229 | 2024.08.16 04:37:17.810941 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5230 | 2024.08.16 04:37:17.810986 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5231 | 2024.08.16 04:37:17.811140 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5232 | 2024.08.16 04:37:17.811464 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5233 | 2024.08.16 04:37:17.811502 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5234 | 2024.08.16 04:37:17.811863 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5235 | 2024.08.16 04:37:17.812198 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5236 | 2024.08.16 04:37:17.812362 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 5237 | 2024.08.16 04:37:17.812535 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5238 | 2024.08.16 04:37:17.812560 [ 3 ] {dfd0e369-09a1-4bd8-b005-fe78adfda1d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5239 | 2024.08.16 04:37:17.812576 [ 3 ] {} <Debug> HTTP-Session: 138aaf5b-7b7a-443a-8254-4cc6ddaec837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5240 | 2024.08.16 04:37:19.665606 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5241 | 2024.08.16 04:37:19.665655 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5242 | 2024.08.16 04:37:21.001258 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000883222 sec. | ||
| 5243 | 2024.08.16 04:37:22.779585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5244 | 2024.08.16 04:37:22.779737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5245 | 2024.08.16 04:37:22.779766 [ 3 ] {} <Debug> HTTP-Session: 56e1c94a-d379-402b-a3c0-2161b6e04a34 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5246 | 2024.08.16 04:37:22.779795 [ 3 ] {} <Debug> HTTP-Session: 56e1c94a-d379-402b-a3c0-2161b6e04a34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5247 | 2024.08.16 04:37:22.779813 [ 3 ] {} <Debug> HTTP-Session: 56e1c94a-d379-402b-a3c0-2161b6e04a34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5248 | 2024.08.16 04:37:22.779868 [ 3 ] {} <Trace> HTTP-Session: 56e1c94a-d379-402b-a3c0-2161b6e04a34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5249 | 2024.08.16 04:37:22.780074 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5250 | 2024.08.16 04:37:22.780149 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5251 | 2024.08.16 04:37:22.780367 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5252 | 2024.08.16 04:37:22.780818 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2024.08.16 04:37:22.780865 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5254 | 2024.08.16 04:37:22.781244 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5255 | 2024.08.16 04:37:22.781604 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5256 | 2024.08.16 04:37:22.781795 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001777 sec., 2250.9848058525604 rows/sec., 182.45 KiB/sec. | ||
| 5257 | 2024.08.16 04:37:22.782147 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5258 | 2024.08.16 04:37:22.782176 [ 3 ] {e4cec6f0-bdb9-41e6-9b93-13c2fbb8197f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5259 | 2024.08.16 04:37:22.782193 [ 3 ] {} <Debug> HTTP-Session: 56e1c94a-d379-402b-a3c0-2161b6e04a34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5260 | 2024.08.16 04:37:22.782364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5261 | 2024.08.16 04:37:22.782425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5262 | 2024.08.16 04:37:22.782448 [ 3 ] {} <Debug> HTTP-Session: fd3afd89-7eba-456e-adec-4f2299183918 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5263 | 2024.08.16 04:37:22.782469 [ 3 ] {} <Debug> HTTP-Session: fd3afd89-7eba-456e-adec-4f2299183918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5264 | 2024.08.16 04:37:22.782484 [ 3 ] {} <Debug> HTTP-Session: fd3afd89-7eba-456e-adec-4f2299183918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5265 | 2024.08.16 04:37:22.782521 [ 3 ] {} <Trace> HTTP-Session: fd3afd89-7eba-456e-adec-4f2299183918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5266 | 2024.08.16 04:37:22.782629 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5267 | 2024.08.16 04:37:22.782679 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5268 | 2024.08.16 04:37:22.782835 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5269 | 2024.08.16 04:37:22.783548 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5270 | 2024.08.16 04:37:22.783591 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5271 | 2024.08.16 04:37:22.783900 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5272 | 2024.08.16 04:37:22.784215 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2024.08.16 04:37:22.784381 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00178 sec., 2247.191011235955 rows/sec., 183.24 KiB/sec. | ||
| 5274 | 2024.08.16 04:37:22.784586 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5275 | 2024.08.16 04:37:22.784610 [ 3 ] {6262e699-a698-46da-b881-f479fae77b6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5276 | 2024.08.16 04:37:22.784626 [ 3 ] {} <Debug> HTTP-Session: fd3afd89-7eba-456e-adec-4f2299183918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5277 | 2024.08.16 04:37:22.784761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5278 | 2024.08.16 04:37:22.784813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5279 | 2024.08.16 04:37:22.784833 [ 3 ] {} <Debug> HTTP-Session: 4e0ec04a-db36-44f9-87f6-bf32192eb09a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5280 | 2024.08.16 04:37:22.784852 [ 3 ] {} <Debug> HTTP-Session: 4e0ec04a-db36-44f9-87f6-bf32192eb09a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5281 | 2024.08.16 04:37:22.784866 [ 3 ] {} <Debug> HTTP-Session: 4e0ec04a-db36-44f9-87f6-bf32192eb09a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5282 | 2024.08.16 04:37:22.784899 [ 3 ] {} <Trace> HTTP-Session: 4e0ec04a-db36-44f9-87f6-bf32192eb09a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5283 | 2024.08.16 04:37:22.785015 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5284 | 2024.08.16 04:37:22.785058 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5285 | 2024.08.16 04:37:22.785186 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5286 | 2024.08.16 04:37:22.785531 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2024.08.16 04:37:22.785568 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5288 | 2024.08.16 04:37:22.785875 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5289 | 2024.08.16 04:37:22.786178 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2024.08.16 04:37:22.786344 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001363 sec., 51357.30007336757 rows/sec., 4.03 MiB/sec. | ||
| 5291 | 2024.08.16 04:37:22.786983 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5292 | 2024.08.16 04:37:22.787030 [ 3 ] {f0194144-4058-4804-a13d-677eddd5b6a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5293 | 2024.08.16 04:37:22.787048 [ 3 ] {} <Debug> HTTP-Session: 4e0ec04a-db36-44f9-87f6-bf32192eb09a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5294 | 2024.08.16 04:37:22.787165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5295 | 2024.08.16 04:37:22.787214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5296 | 2024.08.16 04:37:22.787234 [ 3 ] {} <Debug> HTTP-Session: d47eb34d-f311-4eff-86da-e0136b21e5a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5297 | 2024.08.16 04:37:22.787250 [ 3 ] {} <Debug> HTTP-Session: d47eb34d-f311-4eff-86da-e0136b21e5a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5298 | 2024.08.16 04:37:22.787265 [ 3 ] {} <Debug> HTTP-Session: d47eb34d-f311-4eff-86da-e0136b21e5a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5299 | 2024.08.16 04:37:22.787296 [ 3 ] {} <Trace> HTTP-Session: d47eb34d-f311-4eff-86da-e0136b21e5a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5300 | 2024.08.16 04:37:22.787404 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5301 | 2024.08.16 04:37:22.787450 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5302 | 2024.08.16 04:37:22.787608 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5303 | 2024.08.16 04:37:22.787887 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5304 | 2024.08.16 04:37:22.787924 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5305 | 2024.08.16 04:37:22.788216 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5306 | 2024.08.16 04:37:22.788522 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2024.08.16 04:37:22.788686 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001301 sec., 3074.558032282859 rows/sec., 214.68 KiB/sec. | ||
| 5308 | 2024.08.16 04:37:22.788971 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Debug> DynamicQueryHandler: Done processing query | ||
| 5309 | 2024.08.16 04:37:22.788996 [ 3 ] {7f5258c0-10a7-4f61-a686-d1ac960bf105} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5310 | 2024.08.16 04:37:22.789012 [ 3 ] {} <Debug> HTTP-Session: d47eb34d-f311-4eff-86da-e0136b21e5a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5311 | 2024.08.16 04:37:22.789139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5312 | 2024.08.16 04:37:22.789188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5313 | 2024.08.16 04:37:22.789207 [ 3 ] {} <Debug> HTTP-Session: 86656761-ac1f-477e-b749-43dfd4285ebc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5314 | 2024.08.16 04:37:22.789224 [ 3 ] {} <Debug> HTTP-Session: 86656761-ac1f-477e-b749-43dfd4285ebc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5315 | 2024.08.16 04:37:22.789238 [ 3 ] {} <Debug> HTTP-Session: 86656761-ac1f-477e-b749-43dfd4285ebc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5316 | 2024.08.16 04:37:22.789268 [ 3 ] {} <Trace> HTTP-Session: 86656761-ac1f-477e-b749-43dfd4285ebc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5317 | 2024.08.16 04:37:22.789382 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5318 | 2024.08.16 04:37:22.789425 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5319 | 2024.08.16 04:37:22.789569 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5320 | 2024.08.16 04:37:22.789975 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2024.08.16 04:37:22.790013 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5322 | 2024.08.16 04:37:22.790324 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5323 | 2024.08.16 04:37:22.790626 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2024.08.16 04:37:22.790793 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001446 sec., 49792.53112033195 rows/sec., 3.89 MiB/sec. | ||
| 5325 | 2024.08.16 04:37:22.791091 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Debug> DynamicQueryHandler: Done processing query | ||
| 5326 | 2024.08.16 04:37:22.791116 [ 3 ] {f37e991c-0437-4f15-9f3a-29bcd4898507} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5327 | 2024.08.16 04:37:22.791132 [ 3 ] {} <Debug> HTTP-Session: 86656761-ac1f-477e-b749-43dfd4285ebc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5328 | 2024.08.16 04:37:22.791321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 31001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5329 | 2024.08.16 04:37:22.791370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5330 | 2024.08.16 04:37:22.791390 [ 3 ] {} <Debug> HTTP-Session: dd2857e6-75f4-4359-baa6-68936f7aa676 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5331 | 2024.08.16 04:37:22.791406 [ 3 ] {} <Debug> HTTP-Session: dd2857e6-75f4-4359-baa6-68936f7aa676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5332 | 2024.08.16 04:37:22.791421 [ 3 ] {} <Debug> HTTP-Session: dd2857e6-75f4-4359-baa6-68936f7aa676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5333 | 2024.08.16 04:37:22.791452 [ 3 ] {} <Trace> HTTP-Session: dd2857e6-75f4-4359-baa6-68936f7aa676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5334 | 2024.08.16 04:37:22.791599 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5335 | 2024.08.16 04:37:22.791646 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5336 | 2024.08.16 04:37:22.791808 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5337 | 2024.08.16 04:37:22.792194 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2024.08.16 04:37:22.792230 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5339 | 2024.08.16 04:37:22.792612 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5340 | 2024.08.16 04:37:22.792964 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5341 | 2024.08.16 04:37:22.793129 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001596 sec., 101503.75939849624 rows/sec., 7.07 MiB/sec. | ||
| 5342 | 2024.08.16 04:37:22.793304 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Debug> DynamicQueryHandler: Done processing query | ||
| 5343 | 2024.08.16 04:37:22.793330 [ 3 ] {45534053-2a37-446e-9154-b2d40fda9687} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5344 | 2024.08.16 04:37:22.793345 [ 3 ] {} <Debug> HTTP-Session: dd2857e6-75f4-4359-baa6-68936f7aa676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5345 | 2024.08.16 04:37:22.793469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5346 | 2024.08.16 04:37:22.793518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5347 | 2024.08.16 04:37:22.793538 [ 3 ] {} <Debug> HTTP-Session: f12f1a2a-ac37-41b3-9bea-49e1f7eaf761 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5348 | 2024.08.16 04:37:22.793554 [ 3 ] {} <Debug> HTTP-Session: f12f1a2a-ac37-41b3-9bea-49e1f7eaf761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5349 | 2024.08.16 04:37:22.793568 [ 3 ] {} <Debug> HTTP-Session: f12f1a2a-ac37-41b3-9bea-49e1f7eaf761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5350 | 2024.08.16 04:37:22.793598 [ 3 ] {} <Trace> HTTP-Session: f12f1a2a-ac37-41b3-9bea-49e1f7eaf761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5351 | 2024.08.16 04:37:22.793736 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5352 | 2024.08.16 04:37:22.793800 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <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 | ||
| 5353 | 2024.08.16 04:37:22.794225 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5354 | 2024.08.16 04:37:22.794764 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2024.08.16 04:37:22.794803 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5356 | 2024.08.16 04:37:22.795388 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5357 | 2024.08.16 04:37:22.795800 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2024.08.16 04:37:22.795987 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002315 sec., 1727.8617710583155 rows/sec., 3.10 MiB/sec. | ||
| 5359 | 2024.08.16 04:37:22.796212 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Debug> DynamicQueryHandler: Done processing query | ||
| 5360 | 2024.08.16 04:37:22.796237 [ 3 ] {ce62f59f-dbd8-4b07-9dcb-e767f94d6022} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5361 | 2024.08.16 04:37:22.796252 [ 3 ] {} <Debug> HTTP-Session: f12f1a2a-ac37-41b3-9bea-49e1f7eaf761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5362 | 2024.08.16 04:37:22.796368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5363 | 2024.08.16 04:37:22.796416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5364 | 2024.08.16 04:37:22.796436 [ 3 ] {} <Debug> HTTP-Session: 6ceeb845-7598-46d2-b6f7-da3dab8ac3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5365 | 2024.08.16 04:37:22.796452 [ 3 ] {} <Debug> HTTP-Session: 6ceeb845-7598-46d2-b6f7-da3dab8ac3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5366 | 2024.08.16 04:37:22.796466 [ 3 ] {} <Debug> HTTP-Session: 6ceeb845-7598-46d2-b6f7-da3dab8ac3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5367 | 2024.08.16 04:37:22.796498 [ 3 ] {} <Trace> HTTP-Session: 6ceeb845-7598-46d2-b6f7-da3dab8ac3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5368 | 2024.08.16 04:37:22.796614 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5369 | 2024.08.16 04:37:22.796658 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5370 | 2024.08.16 04:37:22.796785 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5371 | 2024.08.16 04:37:22.797072 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5372 | 2024.08.16 04:37:22.797108 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5373 | 2024.08.16 04:37:22.797468 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5374 | 2024.08.16 04:37:22.797791 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5375 | 2024.08.16 04:37:22.797960 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
| 5376 | 2024.08.16 04:37:22.798567 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 5377 | 2024.08.16 04:37:22.798653 [ 3 ] {5b9a0533-0eba-4f99-b645-f261f01182ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5378 | 2024.08.16 04:37:22.798756 [ 3 ] {} <Debug> HTTP-Session: 6ceeb845-7598-46d2-b6f7-da3dab8ac3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5379 | 2024.08.16 04:37:27.784568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5380 | 2024.08.16 04:37:27.784690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5381 | 2024.08.16 04:37:27.784718 [ 3 ] {} <Debug> HTTP-Session: 83bbab75-a43e-4ab0-934e-551ec39e7b8f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5382 | 2024.08.16 04:37:27.784756 [ 3 ] {} <Debug> HTTP-Session: 83bbab75-a43e-4ab0-934e-551ec39e7b8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5383 | 2024.08.16 04:37:27.784786 [ 3 ] {} <Debug> HTTP-Session: 83bbab75-a43e-4ab0-934e-551ec39e7b8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5384 | 2024.08.16 04:37:27.784866 [ 3 ] {} <Trace> HTTP-Session: 83bbab75-a43e-4ab0-934e-551ec39e7b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2024.08.16 04:37:27.785155 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5386 | 2024.08.16 04:37:27.785261 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5387 | 2024.08.16 04:37:27.785576 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5388 | 2024.08.16 04:37:27.786090 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2024.08.16 04:37:27.786131 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5390 | 2024.08.16 04:37:27.786496 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5391 | 2024.08.16 04:37:27.786845 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5392 | 2024.08.16 04:37:27.787030 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00197 sec., 13705.583756345179 rows/sec., 1.08 MiB/sec. | ||
| 5393 | 2024.08.16 04:37:27.787246 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5394 | 2024.08.16 04:37:27.787274 [ 3 ] {2b131564-51f4-4ef5-93b8-450df773fbcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5395 | 2024.08.16 04:37:27.787291 [ 3 ] {} <Debug> HTTP-Session: 83bbab75-a43e-4ab0-934e-551ec39e7b8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5396 | 2024.08.16 04:37:27.787430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5397 | 2024.08.16 04:37:27.787489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5398 | 2024.08.16 04:37:27.787511 [ 3 ] {} <Debug> HTTP-Session: 1ec32779-f175-4f92-ba4d-c5c8020e8450 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5399 | 2024.08.16 04:37:27.787529 [ 3 ] {} <Debug> HTTP-Session: 1ec32779-f175-4f92-ba4d-c5c8020e8450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5400 | 2024.08.16 04:37:27.787544 [ 3 ] {} <Debug> HTTP-Session: 1ec32779-f175-4f92-ba4d-c5c8020e8450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5401 | 2024.08.16 04:37:27.787580 [ 3 ] {} <Trace> HTTP-Session: 1ec32779-f175-4f92-ba4d-c5c8020e8450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2024.08.16 04:37:27.787679 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5403 | 2024.08.16 04:37:27.787725 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5404 | 2024.08.16 04:37:27.787858 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5405 | 2024.08.16 04:37:27.788164 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5406 | 2024.08.16 04:37:27.788201 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5407 | 2024.08.16 04:37:27.788503 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5408 | 2024.08.16 04:37:27.788809 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2024.08.16 04:37:27.788964 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0013 sec., 3076.923076923077 rows/sec., 250.90 KiB/sec. | ||
| 5410 | 2024.08.16 04:37:27.788965 [ 131 ] {} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5411 | 2024.08.16 04:37:27.789071 [ 131 ] {} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5412 | 2024.08.16 04:37:27.789112 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5413 | 2024.08.16 04:37:27.789240 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Debug> DynamicQueryHandler: Done processing query | ||
| 5414 | 2024.08.16 04:37:27.789322 [ 3 ] {71afb00d-7fe4-4e0f-9d29-253f9baf8270} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5415 | 2024.08.16 04:37:27.789404 [ 3 ] {} <Debug> HTTP-Session: 1ec32779-f175-4f92-ba4d-c5c8020e8450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5416 | 2024.08.16 04:37:27.789530 [ 199 ] {029081fc-8549-4313-950a-a4fb409a7a46::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 | ||
| 5417 | 2024.08.16 04:37:27.789658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5418 | 2024.08.16 04:37:27.789778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5419 | 2024.08.16 04:37:27.789810 [ 199 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5420 | 2024.08.16 04:37:27.789824 [ 3 ] {} <Debug> HTTP-Session: c12c73ef-5a90-4b00-8a4e-de75e6c58644 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5421 | 2024.08.16 04:37:27.789876 [ 199 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 5422 | 2024.08.16 04:37:27.789876 [ 3 ] {} <Debug> HTTP-Session: c12c73ef-5a90-4b00-8a4e-de75e6c58644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5423 | 2024.08.16 04:37:27.789938 [ 3 ] {} <Debug> HTTP-Session: c12c73ef-5a90-4b00-8a4e-de75e6c58644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5424 | 2024.08.16 04:37:27.790049 [ 3 ] {} <Trace> HTTP-Session: c12c73ef-5a90-4b00-8a4e-de75e6c58644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5425 | 2024.08.16 04:37:27.790099 [ 199 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5426 | 2024.08.16 04:37:27.790464 [ 199 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 5427 | 2024.08.16 04:37:27.790510 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5428 | 2024.08.16 04:37:27.790665 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5429 | 2024.08.16 04:37:27.790799 [ 199 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5430 | 2024.08.16 04:37:27.791164 [ 199 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 5431 | 2024.08.16 04:37:27.791572 [ 199 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5432 | 2024.08.16 04:37:27.791640 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5433 | 2024.08.16 04:37:27.792832 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2024.08.16 04:37:27.792895 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5435 | 2024.08.16 04:37:27.793840 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5436 | 2024.08.16 04:37:27.793877 [ 197 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004690963 sec., 4263.5168940791045 rows/sec., 347.66 KiB/sec. | ||
| 5437 | 2024.08.16 04:37:27.794149 [ 197 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5438 | 2024.08.16 04:37:27.794639 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5439 | 2024.08.16 04:37:27.794945 [ 131 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5440 | 2024.08.16 04:37:27.794984 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Debug> executeQuery: Read 272 rows, 24.32 KiB in 0.004686 sec., 58045.24114383269 rows/sec., 5.07 MiB/sec. | ||
| 5441 | 2024.08.16 04:37:27.795042 [ 131 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5442 | 2024.08.16 04:37:27.795153 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5443 | 2024.08.16 04:37:27.795167 [ 195 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2024.08.16 04:37:27.795490 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::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 | ||
| 5445 | 2024.08.16 04:37:27.795519 [ 195 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_6_1} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5446 | 2024.08.16 04:37:27.795562 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5447 | 2024.08.16 04:37:27.795662 [ 3 ] {22d38316-c10e-4b40-8fa4-7a31966684bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 5448 | 2024.08.16 04:37:27.795723 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5449 | 2024.08.16 04:37:27.795749 [ 3 ] {} <Debug> HTTP-Session: c12c73ef-5a90-4b00-8a4e-de75e6c58644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5450 | 2024.08.16 04:37:27.795844 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5451 | 2024.08.16 04:37:27.795881 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part | ||
| 5452 | 2024.08.16 04:37:27.796016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5453 | 2024.08.16 04:37:27.796111 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 270 rows starting from the beginning of the part | ||
| 5454 | 2024.08.16 04:37:27.796179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5455 | 2024.08.16 04:37:27.796279 [ 3 ] {} <Debug> HTTP-Session: 0c965260-0de7-4256-a11b-19891d125ef6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5456 | 2024.08.16 04:37:27.796371 [ 3 ] {} <Debug> HTTP-Session: 0c965260-0de7-4256-a11b-19891d125ef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5457 | 2024.08.16 04:37:27.796379 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1208 rows starting from the beginning of the part | ||
| 5458 | 2024.08.16 04:37:27.796425 [ 3 ] {} <Debug> HTTP-Session: 0c965260-0de7-4256-a11b-19891d125ef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5459 | 2024.08.16 04:37:27.796558 [ 3 ] {} <Trace> HTTP-Session: 0c965260-0de7-4256-a11b-19891d125ef6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5460 | 2024.08.16 04:37:27.796668 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 270 rows starting from the beginning of the part | ||
| 5461 | 2024.08.16 04:37:27.796909 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5462 | 2024.08.16 04:37:27.796934 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 70 rows starting from the beginning of the part | ||
| 5463 | 2024.08.16 04:37:27.797042 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5464 | 2024.08.16 04:37:27.797202 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 272 rows starting from the beginning of the part | ||
| 5465 | 2024.08.16 04:37:27.797992 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5466 | 2024.08.16 04:37:27.798636 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2024.08.16 04:37:27.798716 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5468 | 2024.08.16 04:37:27.799659 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5469 | 2024.08.16 04:37:27.800249 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2024.08.16 04:37:27.800448 [ 131 ] {} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5471 | 2024.08.16 04:37:27.800528 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003728 sec., 1072.961373390558 rows/sec., 74.92 KiB/sec. | ||
| 5472 | 2024.08.16 04:37:27.800558 [ 131 ] {} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5473 | 2024.08.16 04:37:27.800630 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5474 | 2024.08.16 04:37:27.801151 [ 195 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::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 | ||
| 5475 | 2024.08.16 04:37:27.801171 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5476 | 2024.08.16 04:37:27.801253 [ 3 ] {1074f78b-8440-4c59-b6c9-e487eb3ed7d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5477 | 2024.08.16 04:37:27.801320 [ 3 ] {} <Debug> HTTP-Session: 0c965260-0de7-4256-a11b-19891d125ef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5478 | 2024.08.16 04:37:27.801386 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3518 rows, containing 4 columns (4 merged, 0 gathered) in 0.006070326 sec., 579540.5386794712 rows/sec., 48.54 MiB/sec. | ||
| 5479 | 2024.08.16 04:37:27.801458 [ 195 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5480 | 2024.08.16 04:37:27.801517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5481 | 2024.08.16 04:37:27.801549 [ 195 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 5482 | 2024.08.16 04:37:27.801638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5483 | 2024.08.16 04:37:27.801764 [ 3 ] {} <Debug> HTTP-Session: c16e0442-085b-4b24-a620-0db13d4942d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5484 | 2024.08.16 04:37:27.801820 [ 195 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5485 | 2024.08.16 04:37:27.801881 [ 3 ] {} <Debug> HTTP-Session: c16e0442-085b-4b24-a620-0db13d4942d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5486 | 2024.08.16 04:37:27.801953 [ 3 ] {} <Debug> HTTP-Session: c16e0442-085b-4b24-a620-0db13d4942d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5487 | 2024.08.16 04:37:27.802061 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5488 | 2024.08.16 04:37:27.802186 [ 3 ] {} <Trace> HTTP-Session: c16e0442-085b-4b24-a620-0db13d4942d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5489 | 2024.08.16 04:37:27.802415 [ 195 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 5490 | 2024.08.16 04:37:27.802642 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5491 | 2024.08.16 04:37:27.802893 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5492 | 2024.08.16 04:37:27.802875 [ 195 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5493 | 2024.08.16 04:37:27.803837 [ 195 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 5494 | 2024.08.16 04:37:27.804242 [ 195 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5495 | 2024.08.16 04:37:27.804263 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5496 | 2024.08.16 04:37:27.804277 [ 188 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2024.08.16 04:37:27.805063 [ 188 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_26_5} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5498 | 2024.08.16 04:37:27.805261 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 5499 | 2024.08.16 04:37:27.805916 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2024.08.16 04:37:27.805982 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5501 | 2024.08.16 04:37:27.806957 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5502 | 2024.08.16 04:37:27.807262 [ 188 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006487656 sec., 3082.7775085485423 rows/sec., 215.25 KiB/sec. | ||
| 5503 | 2024.08.16 04:37:27.807451 [ 188 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5504 | 2024.08.16 04:37:27.807541 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2024.08.16 04:37:27.807819 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005342 sec., 2620.741295394983 rows/sec., 183.54 KiB/sec. | ||
| 5506 | 2024.08.16 04:37:27.808069 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Debug> DynamicQueryHandler: Done processing query | ||
| 5507 | 2024.08.16 04:37:27.808102 [ 3 ] {d7101796-d643-4ee3-bac4-51e389809772} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5508 | 2024.08.16 04:37:27.808125 [ 3 ] {} <Debug> HTTP-Session: c16e0442-085b-4b24-a620-0db13d4942d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5509 | 2024.08.16 04:37:27.808134 [ 188 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5510 | 2024.08.16 04:37:27.808216 [ 188 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_6_1} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5511 | 2024.08.16 04:37:27.808252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5512 | 2024.08.16 04:37:27.808309 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5513 | 2024.08.16 04:37:27.808324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5514 | 2024.08.16 04:37:27.808349 [ 3 ] {} <Debug> HTTP-Session: 9532eeaa-ecbd-4b41-94cd-23ec91067a9d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5515 | 2024.08.16 04:37:27.808366 [ 3 ] {} <Debug> HTTP-Session: 9532eeaa-ecbd-4b41-94cd-23ec91067a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5516 | 2024.08.16 04:37:27.808380 [ 3 ] {} <Debug> HTTP-Session: 9532eeaa-ecbd-4b41-94cd-23ec91067a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5517 | 2024.08.16 04:37:27.808413 [ 3 ] {} <Trace> HTTP-Session: 9532eeaa-ecbd-4b41-94cd-23ec91067a9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5518 | 2024.08.16 04:37:27.808514 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5519 | 2024.08.16 04:37:27.808557 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5520 | 2024.08.16 04:37:27.808688 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5521 | 2024.08.16 04:37:27.808978 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2024.08.16 04:37:27.809016 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5523 | 2024.08.16 04:37:27.809325 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5524 | 2024.08.16 04:37:27.809650 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2024.08.16 04:37:27.809802 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001306 sec., 4594.180704441041 rows/sec., 271.43 KiB/sec. | ||
| 5526 | 2024.08.16 04:37:27.810116 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Debug> DynamicQueryHandler: Done processing query | ||
| 5527 | 2024.08.16 04:37:27.810142 [ 3 ] {6fe12f60-df7e-47ed-bb33-fde8c0993857} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5528 | 2024.08.16 04:37:27.810158 [ 3 ] {} <Debug> HTTP-Session: 9532eeaa-ecbd-4b41-94cd-23ec91067a9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5529 | 2024.08.16 04:37:27.810319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 67048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5530 | 2024.08.16 04:37:27.810370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5531 | 2024.08.16 04:37:27.810390 [ 3 ] {} <Debug> HTTP-Session: 29d21ccd-0189-4195-8a1d-1525ac24b505 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5532 | 2024.08.16 04:37:27.810407 [ 3 ] {} <Debug> HTTP-Session: 29d21ccd-0189-4195-8a1d-1525ac24b505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5533 | 2024.08.16 04:37:27.810421 [ 3 ] {} <Debug> HTTP-Session: 29d21ccd-0189-4195-8a1d-1525ac24b505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5534 | 2024.08.16 04:37:27.810454 [ 3 ] {} <Trace> HTTP-Session: 29d21ccd-0189-4195-8a1d-1525ac24b505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5535 | 2024.08.16 04:37:27.810783 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5536 | 2024.08.16 04:37:27.810829 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5537 | 2024.08.16 04:37:27.810981 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5538 | 2024.08.16 04:37:27.811558 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2024.08.16 04:37:27.811596 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5540 | 2024.08.16 04:37:27.811937 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5541 | 2024.08.16 04:37:27.812247 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2024.08.16 04:37:27.812406 [ 131 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5543 | 2024.08.16 04:37:27.812419 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001839 sec., 224578.57531266994 rows/sec., 16.02 MiB/sec. | ||
| 5544 | 2024.08.16 04:37:27.812474 [ 131 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5545 | 2024.08.16 04:37:27.812541 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5546 | 2024.08.16 04:37:27.812712 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::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 | ||
| 5547 | 2024.08.16 04:37:27.812751 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 5548 | 2024.08.16 04:37:27.812807 [ 3 ] {be7413e1-bd77-47b8-bd0a-57879b7896ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5549 | 2024.08.16 04:37:27.812849 [ 3 ] {} <Debug> HTTP-Session: 29d21ccd-0189-4195-8a1d-1525ac24b505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5550 | 2024.08.16 04:37:27.812950 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5551 | 2024.08.16 04:37:27.812998 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 899 rows starting from the beginning of the part | ||
| 5552 | 2024.08.16 04:37:27.813029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5553 | 2024.08.16 04:37:27.813177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5554 | 2024.08.16 04:37:27.813211 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 409 rows starting from the beginning of the part | ||
| 5555 | 2024.08.16 04:37:27.813279 [ 3 ] {} <Debug> HTTP-Session: b58aadf5-2b3b-49bf-87fb-e43a20ab0683 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5556 | 2024.08.16 04:37:27.813359 [ 3 ] {} <Debug> HTTP-Session: b58aadf5-2b3b-49bf-87fb-e43a20ab0683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5557 | 2024.08.16 04:37:27.813451 [ 3 ] {} <Debug> HTTP-Session: b58aadf5-2b3b-49bf-87fb-e43a20ab0683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5558 | 2024.08.16 04:37:27.813500 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 524 rows starting from the beginning of the part | ||
| 5559 | 2024.08.16 04:37:27.813607 [ 3 ] {} <Trace> HTTP-Session: b58aadf5-2b3b-49bf-87fb-e43a20ab0683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5560 | 2024.08.16 04:37:27.813770 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 409 rows starting from the beginning of the part | ||
| 5561 | 2024.08.16 04:37:27.814027 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part | ||
| 5562 | 2024.08.16 04:37:27.814046 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5563 | 2024.08.16 04:37:27.814252 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 413 rows starting from the beginning of the part | ||
| 5564 | 2024.08.16 04:37:27.814263 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5565 | 2024.08.16 04:37:27.814991 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5566 | 2024.08.16 04:37:27.815683 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5567 | 2024.08.16 04:37:27.815749 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5568 | 2024.08.16 04:37:27.816657 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5569 | 2024.08.16 04:37:27.817226 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 4 columns (4 merged, 0 gathered) in 0.004589031 sec., 594025.1874524272 rows/sec., 43.03 MiB/sec. | ||
| 5570 | 2024.08.16 04:37:27.817271 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2024.08.16 04:37:27.817459 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5572 | 2024.08.16 04:37:27.817477 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003606 sec., 1663.893510815308 rows/sec., 86.93 KiB/sec. | ||
| 5573 | 2024.08.16 04:37:27.818048 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Debug> DynamicQueryHandler: Done processing query | ||
| 5574 | 2024.08.16 04:37:27.818082 [ 3 ] {7e801350-9d56-461a-a5cc-edd2b10c3a03} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5575 | 2024.08.16 04:37:27.818108 [ 3 ] {} <Debug> HTTP-Session: b58aadf5-2b3b-49bf-87fb-e43a20ab0683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5576 | 2024.08.16 04:37:27.818234 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5577 | 2024.08.16 04:37:27.818297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 45013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5578 | 2024.08.16 04:37:27.818324 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_26_5} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5579 | 2024.08.16 04:37:27.818353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5580 | 2024.08.16 04:37:27.818390 [ 3 ] {} <Debug> HTTP-Session: abc0931c-2059-46e6-8ff0-3fb718f8398f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5581 | 2024.08.16 04:37:27.818415 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 5582 | 2024.08.16 04:37:27.818421 [ 3 ] {} <Debug> HTTP-Session: abc0931c-2059-46e6-8ff0-3fb718f8398f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5583 | 2024.08.16 04:37:27.818449 [ 3 ] {} <Debug> HTTP-Session: abc0931c-2059-46e6-8ff0-3fb718f8398f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5584 | 2024.08.16 04:37:27.818481 [ 3 ] {} <Trace> HTTP-Session: abc0931c-2059-46e6-8ff0-3fb718f8398f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5585 | 2024.08.16 04:37:27.818712 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5586 | 2024.08.16 04:37:27.818760 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5587 | 2024.08.16 04:37:27.818916 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5588 | 2024.08.16 04:37:27.819378 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2024.08.16 04:37:27.819415 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5590 | 2024.08.16 04:37:27.819809 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5591 | 2024.08.16 04:37:27.820155 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.08.16 04:37:27.820311 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5593 | 2024.08.16 04:37:27.820318 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001739 sec., 137435.3076480736 rows/sec., 9.21 MiB/sec. | ||
| 5594 | 2024.08.16 04:37:27.820382 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5595 | 2024.08.16 04:37:27.820452 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5596 | 2024.08.16 04:37:27.820630 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 5597 | 2024.08.16 04:37:27.820657 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5598 | 2024.08.16 04:37:27.820706 [ 3 ] {dcef9faa-5c3f-413e-a20a-863f19b9dae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5599 | 2024.08.16 04:37:27.820741 [ 3 ] {} <Debug> HTTP-Session: abc0931c-2059-46e6-8ff0-3fb718f8398f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5600 | 2024.08.16 04:37:27.820864 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5601 | 2024.08.16 04:37:27.820935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5602 | 2024.08.16 04:37:27.820940 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6361 rows starting from the beginning of the part | ||
| 5603 | 2024.08.16 04:37:27.821031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5604 | 2024.08.16 04:37:27.821155 [ 3 ] {} <Debug> HTTP-Session: 42c748dc-3c80-4b1d-bdb2-aa8f1a949664 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5605 | 2024.08.16 04:37:27.821234 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 5606 | 2024.08.16 04:37:27.821251 [ 3 ] {} <Debug> HTTP-Session: 42c748dc-3c80-4b1d-bdb2-aa8f1a949664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5607 | 2024.08.16 04:37:27.821308 [ 3 ] {} <Debug> HTTP-Session: 42c748dc-3c80-4b1d-bdb2-aa8f1a949664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5608 | 2024.08.16 04:37:27.821478 [ 3 ] {} <Trace> HTTP-Session: 42c748dc-3c80-4b1d-bdb2-aa8f1a949664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5609 | 2024.08.16 04:37:27.821563 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 844 rows starting from the beginning of the part | ||
| 5610 | 2024.08.16 04:37:27.821836 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 5611 | 2024.08.16 04:37:27.821888 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5612 | 2024.08.16 04:37:27.822060 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 162 rows starting from the beginning of the part | ||
| 5613 | 2024.08.16 04:37:27.822137 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5614 | 2024.08.16 04:37:27.822349 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 239 rows starting from the beginning of the part | ||
| 5615 | 2024.08.16 04:37:27.823147 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5616 | 2024.08.16 04:37:27.823728 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2024.08.16 04:37:27.823779 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5618 | 2024.08.16 04:37:27.824388 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5619 | 2024.08.16 04:37:27.825385 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2024.08.16 04:37:27.825652 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003962 sec., 252.39777889954567 rows/sec., 17.01 KiB/sec. | ||
| 5621 | 2024.08.16 04:37:27.825906 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Debug> DynamicQueryHandler: Done processing query | ||
| 5622 | 2024.08.16 04:37:27.825933 [ 3 ] {28e9ce4d-c30f-4684-958f-b7d848f63c84} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5623 | 2024.08.16 04:37:27.825949 [ 3 ] {} <Debug> HTTP-Session: 42c748dc-3c80-4b1d-bdb2-aa8f1a949664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5624 | 2024.08.16 04:37:27.826091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5625 | 2024.08.16 04:37:27.826153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5626 | 2024.08.16 04:37:27.826173 [ 3 ] {} <Debug> HTTP-Session: 06af5d3a-acc0-40e2-a5b7-268f60d71b9e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5627 | 2024.08.16 04:37:27.826191 [ 3 ] {} <Debug> HTTP-Session: 06af5d3a-acc0-40e2-a5b7-268f60d71b9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5628 | 2024.08.16 04:37:27.826205 [ 3 ] {} <Debug> HTTP-Session: 06af5d3a-acc0-40e2-a5b7-268f60d71b9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5629 | 2024.08.16 04:37:27.826320 [ 3 ] {} <Trace> HTTP-Session: 06af5d3a-acc0-40e2-a5b7-268f60d71b9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5630 | 2024.08.16 04:37:27.827141 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5631 | 2024.08.16 04:37:27.827148 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8080 rows, containing 5 columns (5 merged, 0 gathered) in 0.00658897 sec., 1226291.817992797 rows/sec., 82.77 MiB/sec. | ||
| 5632 | 2024.08.16 04:37:27.827252 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <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 | ||
| 5633 | 2024.08.16 04:37:27.827690 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5634 | 2024.08.16 04:37:27.828346 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5635 | 2024.08.16 04:37:27.828822 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5636 | 2024.08.16 04:37:27.828977 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5637 | 2024.08.16 04:37:27.829067 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 5638 | 2024.08.16 04:37:27.829628 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5639 | 2024.08.16 04:37:27.829671 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5640 | 2024.08.16 04:37:27.830328 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5641 | 2024.08.16 04:37:27.830751 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5642 | 2024.08.16 04:37:27.830954 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004486 sec., 6018.724921979491 rows/sec., 10.79 MiB/sec. | ||
| 5643 | 2024.08.16 04:37:27.831220 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5644 | 2024.08.16 04:37:27.831247 [ 3 ] {fa6f7d9c-a6a6-4480-9391-fbc234a0362f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5645 | 2024.08.16 04:37:27.831264 [ 3 ] {} <Debug> HTTP-Session: 06af5d3a-acc0-40e2-a5b7-268f60d71b9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5646 | 2024.08.16 04:37:27.831428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5647 | 2024.08.16 04:37:27.831480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5648 | 2024.08.16 04:37:27.831501 [ 3 ] {} <Debug> HTTP-Session: f4eff36f-46ec-4544-bad7-7b5b2db9aefc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5649 | 2024.08.16 04:37:27.831518 [ 3 ] {} <Debug> HTTP-Session: f4eff36f-46ec-4544-bad7-7b5b2db9aefc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5650 | 2024.08.16 04:37:27.831532 [ 3 ] {} <Debug> HTTP-Session: f4eff36f-46ec-4544-bad7-7b5b2db9aefc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5651 | 2024.08.16 04:37:27.831567 [ 3 ] {} <Trace> HTTP-Session: f4eff36f-46ec-4544-bad7-7b5b2db9aefc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5652 | 2024.08.16 04:37:27.831702 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5653 | 2024.08.16 04:37:27.831746 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5654 | 2024.08.16 04:37:27.831881 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5655 | 2024.08.16 04:37:27.832197 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5656 | 2024.08.16 04:37:27.832234 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5657 | 2024.08.16 04:37:27.832606 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5658 | 2024.08.16 04:37:27.832944 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5659 | 2024.08.16 04:37:27.833102 [ 129 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5660 | 2024.08.16 04:37:27.833112 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec. | ||
| 5661 | 2024.08.16 04:37:27.833153 [ 129 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5662 | 2024.08.16 04:37:27.833215 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 5663 | 2024.08.16 04:37:27.833470 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Debug> DynamicQueryHandler: Done processing query | ||
| 5664 | 2024.08.16 04:37:27.833567 [ 3 ] {d0a67f3d-c847-4bee-978c-e851d0401bda} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5665 | 2024.08.16 04:37:27.833659 [ 3 ] {} <Debug> HTTP-Session: f4eff36f-46ec-4544-bad7-7b5b2db9aefc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5666 | 2024.08.16 04:37:27.833839 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 5667 | 2024.08.16 04:37:27.834025 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5668 | 2024.08.16 04:37:27.834061 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1296 rows starting from the beginning of the part | ||
| 5669 | 2024.08.16 04:37:27.834174 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 5670 | 2024.08.16 04:37:27.834271 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 5671 | 2024.08.16 04:37:27.834441 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 5672 | 2024.08.16 04:37:27.834575 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 5673 | 2024.08.16 04:37:27.834701 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 5674 | 2024.08.16 04:37:27.835980 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1662 rows, containing 4 columns (4 merged, 0 gathered) in 0.002628363 sec., 632332.7485587037 rows/sec., 41.20 MiB/sec. | ||
| 5675 | 2024.08.16 04:37:27.836162 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5676 | 2024.08.16 04:37:27.836533 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5677 | 2024.08.16 04:37:27.836611 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_26_5} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5678 | 2024.08.16 04:37:27.836689 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5679 | 2024.08.16 04:37:32.779189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5680 | 2024.08.16 04:37:32.779338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5681 | 2024.08.16 04:37:32.779369 [ 3 ] {} <Debug> HTTP-Session: 022e1e13-1443-45ac-b156-d019119c9372 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5682 | 2024.08.16 04:37:32.779397 [ 3 ] {} <Debug> HTTP-Session: 022e1e13-1443-45ac-b156-d019119c9372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5683 | 2024.08.16 04:37:32.779416 [ 3 ] {} <Debug> HTTP-Session: 022e1e13-1443-45ac-b156-d019119c9372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5684 | 2024.08.16 04:37:32.779471 [ 3 ] {} <Trace> HTTP-Session: 022e1e13-1443-45ac-b156-d019119c9372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5685 | 2024.08.16 04:37:32.779679 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5686 | 2024.08.16 04:37:32.779755 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5687 | 2024.08.16 04:37:32.779963 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5688 | 2024.08.16 04:37:32.780378 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5689 | 2024.08.16 04:37:32.780425 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5690 | 2024.08.16 04:37:32.780805 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5691 | 2024.08.16 04:37:32.781154 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5692 | 2024.08.16 04:37:32.781329 [ 123 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5693 | 2024.08.16 04:37:32.781341 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001712 sec., 2336.448598130841 rows/sec., 189.38 KiB/sec. | ||
| 5694 | 2024.08.16 04:37:32.781414 [ 123 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5695 | 2024.08.16 04:37:32.781477 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5696 | 2024.08.16 04:37:32.781671 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 5697 | 2024.08.16 04:37:32.781742 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Debug> DynamicQueryHandler: Done processing query | ||
| 5698 | 2024.08.16 04:37:32.781796 [ 3 ] {531992e4-f384-47d8-8654-c7064ce83632} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5699 | 2024.08.16 04:37:32.781845 [ 3 ] {} <Debug> HTTP-Session: 022e1e13-1443-45ac-b156-d019119c9372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5700 | 2024.08.16 04:37:32.781941 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5701 | 2024.08.16 04:37:32.781979 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 31 rows starting from the beginning of the part | ||
| 5702 | 2024.08.16 04:37:32.782095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5703 | 2024.08.16 04:37:32.782169 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 5704 | 2024.08.16 04:37:32.782257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5705 | 2024.08.16 04:37:32.782353 [ 3 ] {} <Debug> HTTP-Session: 5f195f9c-2939-4aeb-a50a-e85245fa9ef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5706 | 2024.08.16 04:37:32.782444 [ 3 ] {} <Debug> HTTP-Session: 5f195f9c-2939-4aeb-a50a-e85245fa9ef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5707 | 2024.08.16 04:37:32.782514 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part | ||
| 5708 | 2024.08.16 04:37:32.782533 [ 3 ] {} <Debug> HTTP-Session: 5f195f9c-2939-4aeb-a50a-e85245fa9ef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5709 | 2024.08.16 04:37:32.782661 [ 3 ] {} <Trace> HTTP-Session: 5f195f9c-2939-4aeb-a50a-e85245fa9ef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5710 | 2024.08.16 04:37:32.782818 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 5711 | 2024.08.16 04:37:32.783045 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5712 | 2024.08.16 04:37:32.783070 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part | ||
| 5713 | 2024.08.16 04:37:32.783171 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5714 | 2024.08.16 04:37:32.783497 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 5715 | 2024.08.16 04:37:32.784130 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5716 | 2024.08.16 04:37:32.784911 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5717 | 2024.08.16 04:37:32.784981 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5718 | 2024.08.16 04:37:32.785974 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5719 | 2024.08.16 04:37:32.786060 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 97 rows, containing 4 columns (4 merged, 0 gathered) in 0.004491818 sec., 21594.81973668568 rows/sec., 1.71 MiB/sec. | ||
| 5720 | 2024.08.16 04:37:32.786304 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5721 | 2024.08.16 04:37:32.786827 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2024.08.16 04:37:32.787129 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.00426 sec., 15962.441314553991 rows/sec., 1.26 MiB/sec. | ||
| 5723 | 2024.08.16 04:37:32.787175 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2024.08.16 04:37:32.787377 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_16_3} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5725 | 2024.08.16 04:37:32.787516 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5726 | 2024.08.16 04:37:32.787516 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Debug> DynamicQueryHandler: Done processing query | ||
| 5727 | 2024.08.16 04:37:32.787578 [ 3 ] {4fdc1fb3-ca6b-4093-8977-eb02ad408d88} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5728 | 2024.08.16 04:37:32.787596 [ 3 ] {} <Debug> HTTP-Session: 5f195f9c-2939-4aeb-a50a-e85245fa9ef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5729 | 2024.08.16 04:37:32.787744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5730 | 2024.08.16 04:37:32.787794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5731 | 2024.08.16 04:37:32.787816 [ 3 ] {} <Debug> HTTP-Session: 2eb950db-fa89-4f90-bfd8-c10bb8ccd1e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5732 | 2024.08.16 04:37:32.787833 [ 3 ] {} <Debug> HTTP-Session: 2eb950db-fa89-4f90-bfd8-c10bb8ccd1e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5733 | 2024.08.16 04:37:32.787847 [ 3 ] {} <Debug> HTTP-Session: 2eb950db-fa89-4f90-bfd8-c10bb8ccd1e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5734 | 2024.08.16 04:37:32.787882 [ 3 ] {} <Trace> HTTP-Session: 2eb950db-fa89-4f90-bfd8-c10bb8ccd1e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5735 | 2024.08.16 04:37:32.788016 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5736 | 2024.08.16 04:37:32.788062 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5737 | 2024.08.16 04:37:32.788217 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5738 | 2024.08.16 04:37:32.788559 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2024.08.16 04:37:32.788597 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5740 | 2024.08.16 04:37:32.788926 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5741 | 2024.08.16 04:37:32.789262 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2024.08.16 04:37:32.789424 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001457 sec., 46671.24227865477 rows/sec., 3.64 MiB/sec. | ||
| 5743 | 2024.08.16 04:37:32.789743 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 5744 | 2024.08.16 04:37:32.789769 [ 3 ] {5c791cce-91b1-4683-b904-2ec70e8143ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5745 | 2024.08.16 04:37:32.789786 [ 3 ] {} <Debug> HTTP-Session: 2eb950db-fa89-4f90-bfd8-c10bb8ccd1e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5746 | 2024.08.16 04:37:32.789925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5747 | 2024.08.16 04:37:32.789975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5748 | 2024.08.16 04:37:32.789995 [ 3 ] {} <Debug> HTTP-Session: 1ef17a15-4357-4350-ace8-ffd0cc976882 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5749 | 2024.08.16 04:37:32.790012 [ 3 ] {} <Debug> HTTP-Session: 1ef17a15-4357-4350-ace8-ffd0cc976882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5750 | 2024.08.16 04:37:32.790026 [ 3 ] {} <Debug> HTTP-Session: 1ef17a15-4357-4350-ace8-ffd0cc976882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5751 | 2024.08.16 04:37:32.790058 [ 3 ] {} <Trace> HTTP-Session: 1ef17a15-4357-4350-ace8-ffd0cc976882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5752 | 2024.08.16 04:37:32.790212 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5753 | 2024.08.16 04:37:32.790261 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5754 | 2024.08.16 04:37:32.790431 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5755 | 2024.08.16 04:37:32.790811 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5756 | 2024.08.16 04:37:32.790849 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5757 | 2024.08.16 04:37:32.791247 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5758 | 2024.08.16 04:37:32.791602 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2024.08.16 04:37:32.791768 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 5760 | 2024.08.16 04:37:32.792069 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5761 | 2024.08.16 04:37:32.792122 [ 3 ] {92c3365b-c134-4372-b531-b7175bc8744f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5762 | 2024.08.16 04:37:32.792161 [ 3 ] {} <Debug> HTTP-Session: 1ef17a15-4357-4350-ace8-ffd0cc976882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5763 | 2024.08.16 04:37:32.792305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5764 | 2024.08.16 04:37:32.792357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5765 | 2024.08.16 04:37:32.792378 [ 3 ] {} <Debug> HTTP-Session: 97ef280e-7a3c-41d9-ac56-1da3cf1ac5d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5766 | 2024.08.16 04:37:32.792395 [ 3 ] {} <Debug> HTTP-Session: 97ef280e-7a3c-41d9-ac56-1da3cf1ac5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5767 | 2024.08.16 04:37:32.792409 [ 3 ] {} <Debug> HTTP-Session: 97ef280e-7a3c-41d9-ac56-1da3cf1ac5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5768 | 2024.08.16 04:37:32.792443 [ 3 ] {} <Trace> HTTP-Session: 97ef280e-7a3c-41d9-ac56-1da3cf1ac5d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5769 | 2024.08.16 04:37:32.792602 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5770 | 2024.08.16 04:37:32.792672 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <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 | ||
| 5771 | 2024.08.16 04:37:32.793120 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5772 | 2024.08.16 04:37:32.793604 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5773 | 2024.08.16 04:37:32.793640 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5774 | 2024.08.16 04:37:32.794214 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5775 | 2024.08.16 04:37:32.794631 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5776 | 2024.08.16 04:37:32.794806 [ 123 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5777 | 2024.08.16 04:37:32.794837 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002309 sec., 1732.3516673884799 rows/sec., 3.10 MiB/sec. | ||
| 5778 | 2024.08.16 04:37:32.794861 [ 123 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5779 | 2024.08.16 04:37:32.794958 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5780 | 2024.08.16 04:37:32.795379 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 5781 | 2024.08.16 04:37:32.795471 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5782 | 2024.08.16 04:37:32.795512 [ 3 ] {1b24dc95-a538-4765-81a9-a035920cb85c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5783 | 2024.08.16 04:37:32.795551 [ 3 ] {} <Debug> HTTP-Session: 97ef280e-7a3c-41d9-ac56-1da3cf1ac5d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5784 | 2024.08.16 04:37:32.795789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5785 | 2024.08.16 04:37:32.795941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5786 | 2024.08.16 04:37:32.796015 [ 3 ] {} <Debug> HTTP-Session: e956636a-cc56-4a97-a979-0c3b628e7b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5787 | 2024.08.16 04:37:32.796071 [ 3 ] {} <Debug> HTTP-Session: e956636a-cc56-4a97-a979-0c3b628e7b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5788 | 2024.08.16 04:37:32.796124 [ 3 ] {} <Debug> HTTP-Session: e956636a-cc56-4a97-a979-0c3b628e7b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5789 | 2024.08.16 04:37:32.796229 [ 3 ] {} <Trace> HTTP-Session: e956636a-cc56-4a97-a979-0c3b628e7b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5790 | 2024.08.16 04:37:32.796313 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5791 | 2024.08.16 04:37:32.796510 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5792 | 2024.08.16 04:37:32.796510 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 202 rows starting from the beginning of the part | ||
| 5793 | 2024.08.16 04:37:32.796594 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5794 | 2024.08.16 04:37:32.797383 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 5795 | 2024.08.16 04:37:32.797721 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5796 | 2024.08.16 04:37:32.798170 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part | ||
| 5797 | 2024.08.16 04:37:32.798849 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 5798 | 2024.08.16 04:37:32.799096 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5799 | 2024.08.16 04:37:32.799202 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5800 | 2024.08.16 04:37:32.799580 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part | ||
| 5801 | 2024.08.16 04:37:32.800262 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 5802 | 2024.08.16 04:37:32.800790 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5803 | 2024.08.16 04:37:32.801694 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5804 | 2024.08.16 04:37:32.802136 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005732 sec., 10467.5505931612 rows/sec., 722.37 KiB/sec. | ||
| 5805 | 2024.08.16 04:37:32.802487 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Debug> DynamicQueryHandler: Done processing query | ||
| 5806 | 2024.08.16 04:37:32.802518 [ 3 ] {19edbcec-c42a-4dcd-a5e3-ad2252683a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5807 | 2024.08.16 04:37:32.802539 [ 3 ] {} <Debug> HTTP-Session: e956636a-cc56-4a97-a979-0c3b628e7b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5808 | 2024.08.16 04:37:32.804485 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 19 columns (19 merged, 0 gathered) in 0.009333626 sec., 28713.385344559556 rows/sec., 51.45 MiB/sec. | ||
| 5809 | 2024.08.16 04:37:32.804931 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5810 | 2024.08.16 04:37:32.805482 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5811 | 2024.08.16 04:37:32.805560 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5812 | 2024.08.16 04:37:32.805666 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
| 5813 | 2024.08.16 04:37:34.665693 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5814 | 2024.08.16 04:37:34.665753 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5815 | 2024.08.16 04:37:37.783896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5816 | 2024.08.16 04:37:37.784020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5817 | 2024.08.16 04:37:37.784048 [ 3 ] {} <Debug> HTTP-Session: e273476c-03a1-403d-a7b8-f1208cb76bbc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5818 | 2024.08.16 04:37:37.784075 [ 3 ] {} <Debug> HTTP-Session: e273476c-03a1-403d-a7b8-f1208cb76bbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5819 | 2024.08.16 04:37:37.784094 [ 3 ] {} <Debug> HTTP-Session: e273476c-03a1-403d-a7b8-f1208cb76bbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5820 | 2024.08.16 04:37:37.784149 [ 3 ] {} <Trace> HTTP-Session: e273476c-03a1-403d-a7b8-f1208cb76bbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5821 | 2024.08.16 04:37:37.784352 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5822 | 2024.08.16 04:37:37.784424 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5823 | 2024.08.16 04:37:37.784641 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5824 | 2024.08.16 04:37:37.785115 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5825 | 2024.08.16 04:37:37.785155 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5826 | 2024.08.16 04:37:37.785517 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5827 | 2024.08.16 04:37:37.785860 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5828 | 2024.08.16 04:37:37.786052 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00176 sec., 15340.90909090909 rows/sec., 1.21 MiB/sec. | ||
| 5829 | 2024.08.16 04:37:37.786254 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5830 | 2024.08.16 04:37:37.786281 [ 3 ] {c6216360-9454-41b0-b470-f198a76294b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5831 | 2024.08.16 04:37:37.786297 [ 3 ] {} <Debug> HTTP-Session: e273476c-03a1-403d-a7b8-f1208cb76bbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5832 | 2024.08.16 04:37:37.786417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5833 | 2024.08.16 04:37:37.786468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5834 | 2024.08.16 04:37:37.786488 [ 3 ] {} <Debug> HTTP-Session: e99b8e94-b1dd-4b6b-a44c-ef671c330fd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5835 | 2024.08.16 04:37:37.786504 [ 3 ] {} <Debug> HTTP-Session: e99b8e94-b1dd-4b6b-a44c-ef671c330fd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5836 | 2024.08.16 04:37:37.786519 [ 3 ] {} <Debug> HTTP-Session: e99b8e94-b1dd-4b6b-a44c-ef671c330fd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5837 | 2024.08.16 04:37:37.786551 [ 3 ] {} <Trace> HTTP-Session: e99b8e94-b1dd-4b6b-a44c-ef671c330fd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5838 | 2024.08.16 04:37:37.786670 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5839 | 2024.08.16 04:37:37.786713 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5840 | 2024.08.16 04:37:37.786840 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5841 | 2024.08.16 04:37:37.787113 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5842 | 2024.08.16 04:37:37.787150 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5843 | 2024.08.16 04:37:37.787449 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5844 | 2024.08.16 04:37:37.787762 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5845 | 2024.08.16 04:37:37.787913 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001265 sec., 1581.0276679841897 rows/sec., 128.92 KiB/sec. | ||
| 5846 | 2024.08.16 04:37:37.788083 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5847 | 2024.08.16 04:37:37.788108 [ 3 ] {d5801a9b-c720-4d9c-90f9-04e60652a77f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5848 | 2024.08.16 04:37:37.788124 [ 3 ] {} <Debug> HTTP-Session: e99b8e94-b1dd-4b6b-a44c-ef671c330fd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5849 | 2024.08.16 04:37:37.788288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5850 | 2024.08.16 04:37:37.788338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5851 | 2024.08.16 04:37:37.788358 [ 3 ] {} <Debug> HTTP-Session: c0da6e38-229e-4515-8b67-d24d9843ba8c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5852 | 2024.08.16 04:37:37.788374 [ 3 ] {} <Debug> HTTP-Session: c0da6e38-229e-4515-8b67-d24d9843ba8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5853 | 2024.08.16 04:37:37.788388 [ 3 ] {} <Debug> HTTP-Session: c0da6e38-229e-4515-8b67-d24d9843ba8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5854 | 2024.08.16 04:37:37.788424 [ 3 ] {} <Trace> HTTP-Session: c0da6e38-229e-4515-8b67-d24d9843ba8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5855 | 2024.08.16 04:37:37.788599 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5856 | 2024.08.16 04:37:37.788642 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5857 | 2024.08.16 04:37:37.788769 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5858 | 2024.08.16 04:37:37.789313 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5859 | 2024.08.16 04:37:37.789351 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5860 | 2024.08.16 04:37:37.789692 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5861 | 2024.08.16 04:37:37.790003 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5862 | 2024.08.16 04:37:37.790164 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001655 sec., 163746.22356495468 rows/sec., 14.30 MiB/sec. | ||
| 5863 | 2024.08.16 04:37:37.790334 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Debug> DynamicQueryHandler: Done processing query | ||
| 5864 | 2024.08.16 04:37:37.790360 [ 3 ] {4faffb31-26db-4fc2-8e28-70a9e629bf74} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 5865 | 2024.08.16 04:37:37.790375 [ 3 ] {} <Debug> HTTP-Session: c0da6e38-229e-4515-8b67-d24d9843ba8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5866 | 2024.08.16 04:37:37.790492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5867 | 2024.08.16 04:37:37.790540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5868 | 2024.08.16 04:37:37.790561 [ 3 ] {} <Debug> HTTP-Session: e0b903b1-75b1-461b-b0e0-d7c5fda0f054 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5869 | 2024.08.16 04:37:37.790577 [ 3 ] {} <Debug> HTTP-Session: e0b903b1-75b1-461b-b0e0-d7c5fda0f054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5870 | 2024.08.16 04:37:37.790591 [ 3 ] {} <Debug> HTTP-Session: e0b903b1-75b1-461b-b0e0-d7c5fda0f054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5871 | 2024.08.16 04:37:37.790622 [ 3 ] {} <Trace> HTTP-Session: e0b903b1-75b1-461b-b0e0-d7c5fda0f054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5872 | 2024.08.16 04:37:37.790716 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5873 | 2024.08.16 04:37:37.790757 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5874 | 2024.08.16 04:37:37.790888 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5875 | 2024.08.16 04:37:37.791162 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5876 | 2024.08.16 04:37:37.791199 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5877 | 2024.08.16 04:37:37.791501 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5878 | 2024.08.16 04:37:37.791957 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5879 | 2024.08.16 04:37:37.792101 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001408 sec., 1420.4545454545455 rows/sec., 99.18 KiB/sec. | ||
| 5880 | 2024.08.16 04:37:37.792267 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Debug> DynamicQueryHandler: Done processing query | ||
| 5881 | 2024.08.16 04:37:37.792292 [ 3 ] {183daa67-6aff-497f-a4f7-a96f50f65277} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5882 | 2024.08.16 04:37:37.792308 [ 3 ] {} <Debug> HTTP-Session: e0b903b1-75b1-461b-b0e0-d7c5fda0f054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5883 | 2024.08.16 04:37:37.792417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5884 | 2024.08.16 04:37:37.792466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5885 | 2024.08.16 04:37:37.792487 [ 3 ] {} <Debug> HTTP-Session: 1b7a92a1-cbdb-4532-be2c-1904545d4b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5886 | 2024.08.16 04:37:37.792504 [ 3 ] {} <Debug> HTTP-Session: 1b7a92a1-cbdb-4532-be2c-1904545d4b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5887 | 2024.08.16 04:37:37.792519 [ 3 ] {} <Debug> HTTP-Session: 1b7a92a1-cbdb-4532-be2c-1904545d4b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5888 | 2024.08.16 04:37:37.792550 [ 3 ] {} <Trace> HTTP-Session: 1b7a92a1-cbdb-4532-be2c-1904545d4b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5889 | 2024.08.16 04:37:37.792651 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5890 | 2024.08.16 04:37:37.792694 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5891 | 2024.08.16 04:37:37.792821 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5892 | 2024.08.16 04:37:37.793107 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5893 | 2024.08.16 04:37:37.793143 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5894 | 2024.08.16 04:37:37.793455 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5895 | 2024.08.16 04:37:37.793768 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5896 | 2024.08.16 04:37:37.793928 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001294 sec., 10819.165378670788 rows/sec., 757.70 KiB/sec. | ||
| 5897 | 2024.08.16 04:37:37.793930 [ 118 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5898 | 2024.08.16 04:37:37.794031 [ 118 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5899 | 2024.08.16 04:37:37.794091 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5900 | 2024.08.16 04:37:37.794184 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5901 | 2024.08.16 04:37:37.794258 [ 3 ] {72f7b549-defa-4888-8642-03b03574732f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5902 | 2024.08.16 04:37:37.794355 [ 3 ] {} <Debug> HTTP-Session: 1b7a92a1-cbdb-4532-be2c-1904545d4b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5903 | 2024.08.16 04:37:37.794471 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::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 | ||
| 5904 | 2024.08.16 04:37:37.794625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5905 | 2024.08.16 04:37:37.794820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5906 | 2024.08.16 04:37:37.794924 [ 3 ] {} <Debug> HTTP-Session: 8af888f8-6314-4ea4-ad1f-f0666677e330 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5907 | 2024.08.16 04:37:37.795009 [ 3 ] {} <Debug> HTTP-Session: 8af888f8-6314-4ea4-ad1f-f0666677e330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5908 | 2024.08.16 04:37:37.795070 [ 3 ] {} <Debug> HTTP-Session: 8af888f8-6314-4ea4-ad1f-f0666677e330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5909 | 2024.08.16 04:37:37.795091 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5910 | 2024.08.16 04:37:37.795170 [ 3 ] {} <Trace> HTTP-Session: 8af888f8-6314-4ea4-ad1f-f0666677e330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5911 | 2024.08.16 04:37:37.795211 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 5912 | 2024.08.16 04:37:37.795452 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 5913 | 2024.08.16 04:37:37.795459 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5914 | 2024.08.16 04:37:37.795631 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5915 | 2024.08.16 04:37:37.795815 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 5916 | 2024.08.16 04:37:37.796248 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5917 | 2024.08.16 04:37:37.796671 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5918 | 2024.08.16 04:37:37.796675 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5919 | 2024.08.16 04:37:37.796965 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5920 | 2024.08.16 04:37:37.797692 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5921 | 2024.08.16 04:37:37.797755 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5922 | 2024.08.16 04:37:37.798514 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5923 | 2024.08.16 04:37:37.799453 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2024.08.16 04:37:37.799764 [ 193 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.005554814 sec., 94692.63957353028 rows/sec., 6.07 MiB/sec. | ||
| 5925 | 2024.08.16 04:37:37.799907 [ 118 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5926 | 2024.08.16 04:37:37.799938 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004608 sec., 1302.0833333333333 rows/sec., 76.93 KiB/sec. | ||
| 5927 | 2024.08.16 04:37:37.800009 [ 118 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5928 | 2024.08.16 04:37:37.800128 [ 193 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5929 | 2024.08.16 04:37:37.800159 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5930 | 2024.08.16 04:37:37.800500 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Debug> DynamicQueryHandler: Done processing query | ||
| 5931 | 2024.08.16 04:37:37.800571 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 5932 | 2024.08.16 04:37:37.800599 [ 3 ] {31244370-2a6d-4f22-9f39-f57226e979de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5933 | 2024.08.16 04:37:37.800700 [ 3 ] {} <Debug> HTTP-Session: 8af888f8-6314-4ea4-ad1f-f0666677e330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5934 | 2024.08.16 04:37:37.800966 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5935 | 2024.08.16 04:37:37.801005 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
| 5936 | 2024.08.16 04:37:37.801176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5937 | 2024.08.16 04:37:37.801323 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 5938 | 2024.08.16 04:37:37.801436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5939 | 2024.08.16 04:37:37.801554 [ 193 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2024.08.16 04:37:37.801614 [ 3 ] {} <Debug> HTTP-Session: 1d0373e4-d0aa-49ec-a692-ee21af757a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5941 | 2024.08.16 04:37:37.801761 [ 3 ] {} <Debug> HTTP-Session: 1d0373e4-d0aa-49ec-a692-ee21af757a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5942 | 2024.08.16 04:37:37.801783 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5943 | 2024.08.16 04:37:37.801860 [ 3 ] {} <Debug> HTTP-Session: 1d0373e4-d0aa-49ec-a692-ee21af757a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5944 | 2024.08.16 04:37:37.801971 [ 193 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_16_3} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5945 | 2024.08.16 04:37:37.802120 [ 3 ] {} <Trace> HTTP-Session: 1d0373e4-d0aa-49ec-a692-ee21af757a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5946 | 2024.08.16 04:37:37.802305 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5947 | 2024.08.16 04:37:37.802406 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5948 | 2024.08.16 04:37:37.802737 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5949 | 2024.08.16 04:37:37.802850 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5950 | 2024.08.16 04:37:37.803053 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5951 | 2024.08.16 04:37:37.803592 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5952 | 2024.08.16 04:37:37.804780 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5953 | 2024.08.16 04:37:37.804871 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5954 | 2024.08.16 04:37:37.804915 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00453047 sec., 6621.829523206202 rows/sec., 394.46 KiB/sec. | ||
| 5955 | 2024.08.16 04:37:37.805080 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5956 | 2024.08.16 04:37:37.805326 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5957 | 2024.08.16 04:37:37.805555 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5958 | 2024.08.16 04:37:37.805639 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_13_3} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5959 | 2024.08.16 04:37:37.805741 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5960 | 2024.08.16 04:37:37.805757 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5961 | 2024.08.16 04:37:37.805919 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.003404 sec., 120740.30552291422 rows/sec., 8.61 MiB/sec. | ||
| 5962 | 2024.08.16 04:37:37.806113 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Debug> DynamicQueryHandler: Done processing query | ||
| 5963 | 2024.08.16 04:37:37.806139 [ 3 ] {5cc6548b-ae34-4043-a318-c42b4ef49430} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5964 | 2024.08.16 04:37:37.806155 [ 3 ] {} <Debug> HTTP-Session: 1d0373e4-d0aa-49ec-a692-ee21af757a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5965 | 2024.08.16 04:37:37.806271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5966 | 2024.08.16 04:37:37.806320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5967 | 2024.08.16 04:37:37.806340 [ 3 ] {} <Debug> HTTP-Session: 2b091029-6895-4994-901f-2f13f7abf1cc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5968 | 2024.08.16 04:37:37.806357 [ 3 ] {} <Debug> HTTP-Session: 2b091029-6895-4994-901f-2f13f7abf1cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5969 | 2024.08.16 04:37:37.806371 [ 3 ] {} <Debug> HTTP-Session: 2b091029-6895-4994-901f-2f13f7abf1cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5970 | 2024.08.16 04:37:37.806403 [ 3 ] {} <Trace> HTTP-Session: 2b091029-6895-4994-901f-2f13f7abf1cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5971 | 2024.08.16 04:37:37.806501 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5972 | 2024.08.16 04:37:37.806545 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5973 | 2024.08.16 04:37:37.806678 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5974 | 2024.08.16 04:37:37.806962 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5975 | 2024.08.16 04:37:37.806998 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5976 | 2024.08.16 04:37:37.807359 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5977 | 2024.08.16 04:37:37.807701 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5978 | 2024.08.16 04:37:37.807862 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 5979 | 2024.08.16 04:37:37.808082 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5980 | 2024.08.16 04:37:37.808107 [ 3 ] {46ec6809-a153-42f4-a787-d606ed6c2ce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5981 | 2024.08.16 04:37:37.808124 [ 3 ] {} <Debug> HTTP-Session: 2b091029-6895-4994-901f-2f13f7abf1cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5982 | 2024.08.16 04:37:37.808283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5983 | 2024.08.16 04:37:37.808332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5984 | 2024.08.16 04:37:37.808353 [ 3 ] {} <Debug> HTTP-Session: 1aa6955a-82fe-4563-a718-82d50229e31c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 5985 | 2024.08.16 04:37:37.808370 [ 3 ] {} <Debug> HTTP-Session: 1aa6955a-82fe-4563-a718-82d50229e31c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5986 | 2024.08.16 04:37:37.808385 [ 3 ] {} <Debug> HTTP-Session: 1aa6955a-82fe-4563-a718-82d50229e31c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5987 | 2024.08.16 04:37:37.808421 [ 3 ] {} <Trace> HTTP-Session: 1aa6955a-82fe-4563-a718-82d50229e31c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5988 | 2024.08.16 04:37:37.808634 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5989 | 2024.08.16 04:37:37.808679 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5990 | 2024.08.16 04:37:37.808828 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5991 | 2024.08.16 04:37:37.809268 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2024.08.16 04:37:37.809305 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 5993 | 2024.08.16 04:37:37.809689 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5994 | 2024.08.16 04:37:37.810029 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2024.08.16 04:37:37.810195 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001687 sec., 141078.83817427387 rows/sec., 9.46 MiB/sec. | ||
| 5996 | 2024.08.16 04:37:37.810372 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5997 | 2024.08.16 04:37:37.810397 [ 3 ] {50a326b3-950c-4c6d-9ec4-692e2c59dea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5998 | 2024.08.16 04:37:37.810413 [ 3 ] {} <Debug> HTTP-Session: 1aa6955a-82fe-4563-a718-82d50229e31c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5999 | 2024.08.16 04:37:37.810520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6000 | 2024.08.16 04:37:37.810568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6001 | 2024.08.16 04:37:37.810589 [ 3 ] {} <Debug> HTTP-Session: f2c42714-d100-4279-94f4-7eae0710f63a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6002 | 2024.08.16 04:37:37.810605 [ 3 ] {} <Debug> HTTP-Session: f2c42714-d100-4279-94f4-7eae0710f63a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6003 | 2024.08.16 04:37:37.810619 [ 3 ] {} <Debug> HTTP-Session: f2c42714-d100-4279-94f4-7eae0710f63a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6004 | 2024.08.16 04:37:37.810650 [ 3 ] {} <Trace> HTTP-Session: f2c42714-d100-4279-94f4-7eae0710f63a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6005 | 2024.08.16 04:37:37.810744 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6006 | 2024.08.16 04:37:37.810790 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6007 | 2024.08.16 04:37:37.810920 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6008 | 2024.08.16 04:37:37.811180 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6009 | 2024.08.16 04:37:37.811217 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6010 | 2024.08.16 04:37:37.811569 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6011 | 2024.08.16 04:37:37.811896 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6012 | 2024.08.16 04:37:37.812068 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec. | ||
| 6013 | 2024.08.16 04:37:37.812377 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Debug> DynamicQueryHandler: Done processing query | ||
| 6014 | 2024.08.16 04:37:37.812403 [ 3 ] {acdce76c-b416-44d7-ab4d-b9634c29ae59} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6015 | 2024.08.16 04:37:37.812420 [ 3 ] {} <Debug> HTTP-Session: f2c42714-d100-4279-94f4-7eae0710f63a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6016 | 2024.08.16 04:37:37.812563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6017 | 2024.08.16 04:37:37.812612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6018 | 2024.08.16 04:37:37.812632 [ 3 ] {} <Debug> HTTP-Session: 5c5d91d9-d5c4-49cf-957b-21c388bae342 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6019 | 2024.08.16 04:37:37.812649 [ 3 ] {} <Debug> HTTP-Session: 5c5d91d9-d5c4-49cf-957b-21c388bae342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6020 | 2024.08.16 04:37:37.812664 [ 3 ] {} <Debug> HTTP-Session: 5c5d91d9-d5c4-49cf-957b-21c388bae342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6021 | 2024.08.16 04:37:37.812695 [ 3 ] {} <Trace> HTTP-Session: 5c5d91d9-d5c4-49cf-957b-21c388bae342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6022 | 2024.08.16 04:37:37.812997 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6023 | 2024.08.16 04:37:37.813070 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <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 | ||
| 6024 | 2024.08.16 04:37:37.813510 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6025 | 2024.08.16 04:37:37.814262 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2024.08.16 04:37:37.814299 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6027 | 2024.08.16 04:37:37.814927 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6028 | 2024.08.16 04:37:37.815349 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2024.08.16 04:37:37.815536 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002756 sec., 9796.806966618287 rows/sec., 17.56 MiB/sec. | ||
| 6030 | 2024.08.16 04:37:37.815762 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6031 | 2024.08.16 04:37:37.815787 [ 3 ] {566fafdb-f78a-446c-91b7-56a6bbcf760e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6032 | 2024.08.16 04:37:37.815802 [ 3 ] {} <Debug> HTTP-Session: 5c5d91d9-d5c4-49cf-957b-21c388bae342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6033 | 2024.08.16 04:37:37.815934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6034 | 2024.08.16 04:37:37.815991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6035 | 2024.08.16 04:37:37.816011 [ 3 ] {} <Debug> HTTP-Session: 7b4d509f-56b2-4bd7-869c-e0d3d9b004ef Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6036 | 2024.08.16 04:37:37.816028 [ 3 ] {} <Debug> HTTP-Session: 7b4d509f-56b2-4bd7-869c-e0d3d9b004ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6037 | 2024.08.16 04:37:37.816041 [ 3 ] {} <Debug> HTTP-Session: 7b4d509f-56b2-4bd7-869c-e0d3d9b004ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6038 | 2024.08.16 04:37:37.816073 [ 3 ] {} <Trace> HTTP-Session: 7b4d509f-56b2-4bd7-869c-e0d3d9b004ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6039 | 2024.08.16 04:37:37.816212 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6040 | 2024.08.16 04:37:37.816256 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6041 | 2024.08.16 04:37:37.816389 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6042 | 2024.08.16 04:37:37.816705 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6043 | 2024.08.16 04:37:37.816743 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6044 | 2024.08.16 04:37:37.817108 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6045 | 2024.08.16 04:37:37.817439 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6046 | 2024.08.16 04:37:37.817598 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 6047 | 2024.08.16 04:37:37.817772 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6048 | 2024.08.16 04:37:37.817798 [ 3 ] {f0b25e37-2588-4790-90f4-26b4cb2db56d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6049 | 2024.08.16 04:37:37.817813 [ 3 ] {} <Debug> HTTP-Session: 7b4d509f-56b2-4bd7-869c-e0d3d9b004ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6050 | 2024.08.16 04:37:42.808942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6051 | 2024.08.16 04:37:42.809079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6052 | 2024.08.16 04:37:42.809105 [ 3 ] {} <Debug> HTTP-Session: 212a8f84-b6c6-473c-8022-c6c8d7596d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6053 | 2024.08.16 04:37:42.809129 [ 3 ] {} <Debug> HTTP-Session: 212a8f84-b6c6-473c-8022-c6c8d7596d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6054 | 2024.08.16 04:37:42.809144 [ 3 ] {} <Debug> HTTP-Session: 212a8f84-b6c6-473c-8022-c6c8d7596d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6055 | 2024.08.16 04:37:42.809198 [ 3 ] {} <Trace> HTTP-Session: 212a8f84-b6c6-473c-8022-c6c8d7596d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6056 | 2024.08.16 04:37:42.809484 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6057 | 2024.08.16 04:37:42.809593 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6058 | 2024.08.16 04:37:42.809912 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6059 | 2024.08.16 04:37:42.810428 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6060 | 2024.08.16 04:37:42.810477 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6061 | 2024.08.16 04:37:42.810852 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6062 | 2024.08.16 04:37:42.811193 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6063 | 2024.08.16 04:37:42.811374 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001972 sec., 2028.397565922921 rows/sec., 164.41 KiB/sec. | ||
| 6064 | 2024.08.16 04:37:42.811604 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Debug> DynamicQueryHandler: Done processing query | ||
| 6065 | 2024.08.16 04:37:42.811632 [ 3 ] {8c614b45-b3e0-47fd-87c8-b5541232d2da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6066 | 2024.08.16 04:37:42.811649 [ 3 ] {} <Debug> HTTP-Session: 212a8f84-b6c6-473c-8022-c6c8d7596d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6067 | 2024.08.16 04:37:42.811801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6068 | 2024.08.16 04:37:42.811858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6069 | 2024.08.16 04:37:42.811879 [ 3 ] {} <Debug> HTTP-Session: e284ea52-12d4-4f1e-8cf3-acfcec54cc2a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6070 | 2024.08.16 04:37:42.811898 [ 3 ] {} <Debug> HTTP-Session: e284ea52-12d4-4f1e-8cf3-acfcec54cc2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6071 | 2024.08.16 04:37:42.811912 [ 3 ] {} <Debug> HTTP-Session: e284ea52-12d4-4f1e-8cf3-acfcec54cc2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6072 | 2024.08.16 04:37:42.811948 [ 3 ] {} <Trace> HTTP-Session: e284ea52-12d4-4f1e-8cf3-acfcec54cc2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6073 | 2024.08.16 04:37:42.812055 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6074 | 2024.08.16 04:37:42.812102 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6075 | 2024.08.16 04:37:42.812240 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6076 | 2024.08.16 04:37:42.812557 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6077 | 2024.08.16 04:37:42.812594 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6078 | 2024.08.16 04:37:42.812905 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6079 | 2024.08.16 04:37:42.813216 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6080 | 2024.08.16 04:37:42.813380 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001346 sec., 2971.7682020802376 rows/sec., 242.33 KiB/sec. | ||
| 6081 | 2024.08.16 04:37:42.813677 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6082 | 2024.08.16 04:37:42.813703 [ 3 ] {f65800f4-7e24-47c3-947f-ac3cedc76a2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6083 | 2024.08.16 04:37:42.813719 [ 3 ] {} <Debug> HTTP-Session: e284ea52-12d4-4f1e-8cf3-acfcec54cc2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6084 | 2024.08.16 04:37:42.813966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6085 | 2024.08.16 04:37:42.814041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6086 | 2024.08.16 04:37:42.814063 [ 3 ] {} <Debug> HTTP-Session: ccb27821-d2ba-4b2f-a616-2278e4048030 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6087 | 2024.08.16 04:37:42.814080 [ 3 ] {} <Debug> HTTP-Session: ccb27821-d2ba-4b2f-a616-2278e4048030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6088 | 2024.08.16 04:37:42.814094 [ 3 ] {} <Debug> HTTP-Session: ccb27821-d2ba-4b2f-a616-2278e4048030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6089 | 2024.08.16 04:37:42.814125 [ 3 ] {} <Trace> HTTP-Session: ccb27821-d2ba-4b2f-a616-2278e4048030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6090 | 2024.08.16 04:37:42.814617 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6091 | 2024.08.16 04:37:42.814666 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6092 | 2024.08.16 04:37:42.814812 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6093 | 2024.08.16 04:37:42.815931 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6094 | 2024.08.16 04:37:42.815972 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6095 | 2024.08.16 04:37:42.816357 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6096 | 2024.08.16 04:37:42.816676 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6097 | 2024.08.16 04:37:42.816837 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Debug> executeQuery: Read 1210 rows, 101.74 KiB in 0.002552 sec., 474137.9310344828 rows/sec., 38.93 MiB/sec. | ||
| 6098 | 2024.08.16 04:37:42.817017 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Debug> DynamicQueryHandler: Done processing query | ||
| 6099 | 2024.08.16 04:37:42.817041 [ 3 ] {4bf2ee6d-d22a-4c36-9495-57eea038c148} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 6100 | 2024.08.16 04:37:42.817057 [ 3 ] {} <Debug> HTTP-Session: ccb27821-d2ba-4b2f-a616-2278e4048030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6101 | 2024.08.16 04:37:42.817346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6102 | 2024.08.16 04:37:42.817395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6103 | 2024.08.16 04:37:42.817416 [ 3 ] {} <Debug> HTTP-Session: af19dfed-59e7-4afc-a864-defcdfe355fb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6104 | 2024.08.16 04:37:42.817432 [ 3 ] {} <Debug> HTTP-Session: af19dfed-59e7-4afc-a864-defcdfe355fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6105 | 2024.08.16 04:37:42.817446 [ 3 ] {} <Debug> HTTP-Session: af19dfed-59e7-4afc-a864-defcdfe355fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6106 | 2024.08.16 04:37:42.817476 [ 3 ] {} <Trace> HTTP-Session: af19dfed-59e7-4afc-a864-defcdfe355fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2024.08.16 04:37:42.817572 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6108 | 2024.08.16 04:37:42.817616 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6109 | 2024.08.16 04:37:42.817744 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6110 | 2024.08.16 04:37:42.818025 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2024.08.16 04:37:42.818063 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6112 | 2024.08.16 04:37:42.818359 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6113 | 2024.08.16 04:37:42.818663 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6114 | 2024.08.16 04:37:42.818814 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001256 sec., 3184.7133757961783 rows/sec., 222.37 KiB/sec. | ||
| 6115 | 2024.08.16 04:37:42.819113 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Debug> DynamicQueryHandler: Done processing query | ||
| 6116 | 2024.08.16 04:37:42.819140 [ 3 ] {fc65fd0d-6fbf-451a-998f-ce5e70d7b139} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6117 | 2024.08.16 04:37:42.819157 [ 3 ] {} <Debug> HTTP-Session: af19dfed-59e7-4afc-a864-defcdfe355fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6118 | 2024.08.16 04:37:42.819304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6119 | 2024.08.16 04:37:42.819354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6120 | 2024.08.16 04:37:42.819373 [ 3 ] {} <Debug> HTTP-Session: 9c146685-6adc-4458-9c7a-8b811f1fd872 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6121 | 2024.08.16 04:37:42.819390 [ 3 ] {} <Debug> HTTP-Session: 9c146685-6adc-4458-9c7a-8b811f1fd872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6122 | 2024.08.16 04:37:42.819410 [ 3 ] {} <Debug> HTTP-Session: 9c146685-6adc-4458-9c7a-8b811f1fd872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6123 | 2024.08.16 04:37:42.819440 [ 3 ] {} <Trace> HTTP-Session: 9c146685-6adc-4458-9c7a-8b811f1fd872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6124 | 2024.08.16 04:37:42.819643 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6125 | 2024.08.16 04:37:42.819687 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6126 | 2024.08.16 04:37:42.819833 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6127 | 2024.08.16 04:37:42.820230 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2024.08.16 04:37:42.820267 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6129 | 2024.08.16 04:37:42.820592 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6130 | 2024.08.16 04:37:42.820897 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2024.08.16 04:37:42.821060 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001533 sec., 148727.9843444227 rows/sec., 10.07 MiB/sec. | ||
| 6132 | 2024.08.16 04:37:42.821229 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Debug> DynamicQueryHandler: Done processing query | ||
| 6133 | 2024.08.16 04:37:42.821254 [ 3 ] {4e8f1648-5ff1-42f3-be11-b6beadcaee21} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6134 | 2024.08.16 04:37:42.821270 [ 3 ] {} <Debug> HTTP-Session: 9c146685-6adc-4458-9c7a-8b811f1fd872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6135 | 2024.08.16 04:37:42.821504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 87196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6136 | 2024.08.16 04:37:42.821565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6137 | 2024.08.16 04:37:42.821585 [ 3 ] {} <Debug> HTTP-Session: 0be623da-440b-4d6d-8333-69bde3280756 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6138 | 2024.08.16 04:37:42.821602 [ 3 ] {} <Debug> HTTP-Session: 0be623da-440b-4d6d-8333-69bde3280756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6139 | 2024.08.16 04:37:42.821615 [ 3 ] {} <Debug> HTTP-Session: 0be623da-440b-4d6d-8333-69bde3280756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6140 | 2024.08.16 04:37:42.821646 [ 3 ] {} <Trace> HTTP-Session: 0be623da-440b-4d6d-8333-69bde3280756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6141 | 2024.08.16 04:37:42.821959 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6142 | 2024.08.16 04:37:42.822003 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6143 | 2024.08.16 04:37:42.822129 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6144 | 2024.08.16 04:37:42.822790 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2024.08.16 04:37:42.822827 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6146 | 2024.08.16 04:37:42.823157 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6147 | 2024.08.16 04:37:42.823470 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2024.08.16 04:37:42.823625 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001869 sec., 282504.0128410915 rows/sec., 20.93 MiB/sec. | ||
| 6149 | 2024.08.16 04:37:42.823899 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6150 | 2024.08.16 04:37:42.823941 [ 3 ] {d0866678-8053-4bb5-a613-96c33875550f} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 6151 | 2024.08.16 04:37:42.823957 [ 3 ] {} <Debug> HTTP-Session: 0be623da-440b-4d6d-8333-69bde3280756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6152 | 2024.08.16 04:37:42.824196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6153 | 2024.08.16 04:37:42.824253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6154 | 2024.08.16 04:37:42.824273 [ 3 ] {} <Debug> HTTP-Session: 28b32b1e-cb10-4a71-8890-ec712c147a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6155 | 2024.08.16 04:37:42.824290 [ 3 ] {} <Debug> HTTP-Session: 28b32b1e-cb10-4a71-8890-ec712c147a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6156 | 2024.08.16 04:37:42.824305 [ 3 ] {} <Debug> HTTP-Session: 28b32b1e-cb10-4a71-8890-ec712c147a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6157 | 2024.08.16 04:37:42.824336 [ 3 ] {} <Trace> HTTP-Session: 28b32b1e-cb10-4a71-8890-ec712c147a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6158 | 2024.08.16 04:37:42.824865 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6159 | 2024.08.16 04:37:42.824934 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6160 | 2024.08.16 04:37:42.825135 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6161 | 2024.08.16 04:37:42.826103 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6162 | 2024.08.16 04:37:42.826142 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6163 | 2024.08.16 04:37:42.826598 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6164 | 2024.08.16 04:37:42.826944 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2024.08.16 04:37:42.827100 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002547 sec., 332155.4770318022 rows/sec., 22.36 MiB/sec. | ||
| 6166 | 2024.08.16 04:37:42.827458 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6167 | 2024.08.16 04:37:42.827484 [ 3 ] {441ec12f-0c34-4d7f-b783-0e19eac17d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 6168 | 2024.08.16 04:37:42.827501 [ 3 ] {} <Debug> HTTP-Session: 28b32b1e-cb10-4a71-8890-ec712c147a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6169 | 2024.08.16 04:37:42.827777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6170 | 2024.08.16 04:37:42.827828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6171 | 2024.08.16 04:37:42.827847 [ 3 ] {} <Debug> HTTP-Session: a5f100c7-08e7-4a0b-aea7-dd608f9b01dc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6172 | 2024.08.16 04:37:42.827864 [ 3 ] {} <Debug> HTTP-Session: a5f100c7-08e7-4a0b-aea7-dd608f9b01dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6173 | 2024.08.16 04:37:42.827879 [ 3 ] {} <Debug> HTTP-Session: a5f100c7-08e7-4a0b-aea7-dd608f9b01dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6174 | 2024.08.16 04:37:42.827909 [ 3 ] {} <Trace> HTTP-Session: a5f100c7-08e7-4a0b-aea7-dd608f9b01dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6175 | 2024.08.16 04:37:42.828035 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6176 | 2024.08.16 04:37:42.828109 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <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 | ||
| 6177 | 2024.08.16 04:37:42.828555 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6178 | 2024.08.16 04:37:42.829061 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6179 | 2024.08.16 04:37:42.829098 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6180 | 2024.08.16 04:37:42.829689 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6181 | 2024.08.16 04:37:42.830098 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6182 | 2024.08.16 04:37:42.830305 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002313 sec., 1729.3558149589278 rows/sec., 3.10 MiB/sec. | ||
| 6183 | 2024.08.16 04:37:42.830843 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 6184 | 2024.08.16 04:37:42.830869 [ 3 ] {616911e2-d6c8-4a77-aae8-084871e891ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6185 | 2024.08.16 04:37:42.830884 [ 3 ] {} <Debug> HTTP-Session: a5f100c7-08e7-4a0b-aea7-dd608f9b01dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6186 | 2024.08.16 04:37:42.831015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6187 | 2024.08.16 04:37:42.831064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6188 | 2024.08.16 04:37:42.831084 [ 3 ] {} <Debug> HTTP-Session: ba215819-41ec-480a-a668-c97e163d7ba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6189 | 2024.08.16 04:37:42.831100 [ 3 ] {} <Debug> HTTP-Session: ba215819-41ec-480a-a668-c97e163d7ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6190 | 2024.08.16 04:37:42.831114 [ 3 ] {} <Debug> HTTP-Session: ba215819-41ec-480a-a668-c97e163d7ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6191 | 2024.08.16 04:37:42.831144 [ 3 ] {} <Trace> HTTP-Session: ba215819-41ec-480a-a668-c97e163d7ba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6192 | 2024.08.16 04:37:42.831263 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6193 | 2024.08.16 04:37:42.831307 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6194 | 2024.08.16 04:37:42.831451 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6195 | 2024.08.16 04:37:42.831781 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2024.08.16 04:37:42.831819 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6197 | 2024.08.16 04:37:42.832184 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6198 | 2024.08.16 04:37:42.832526 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2024.08.16 04:37:42.832671 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. | ||
| 6200 | 2024.08.16 04:37:42.832855 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6201 | 2024.08.16 04:37:42.832880 [ 3 ] {e794387c-cbe1-4d2d-a7f7-9305f3d56aa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6202 | 2024.08.16 04:37:42.832896 [ 3 ] {} <Debug> HTTP-Session: ba215819-41ec-480a-a668-c97e163d7ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6203 | 2024.08.16 04:37:47.784943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6204 | 2024.08.16 04:37:47.785081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6205 | 2024.08.16 04:37:47.785111 [ 3 ] {} <Debug> HTTP-Session: 14e4fec5-13a0-4440-a0eb-beed054a8875 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6206 | 2024.08.16 04:37:47.785139 [ 3 ] {} <Debug> HTTP-Session: 14e4fec5-13a0-4440-a0eb-beed054a8875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6207 | 2024.08.16 04:37:47.785157 [ 3 ] {} <Debug> HTTP-Session: 14e4fec5-13a0-4440-a0eb-beed054a8875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6208 | 2024.08.16 04:37:47.785210 [ 3 ] {} <Trace> HTTP-Session: 14e4fec5-13a0-4440-a0eb-beed054a8875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6209 | 2024.08.16 04:37:47.785405 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6210 | 2024.08.16 04:37:47.785469 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6211 | 2024.08.16 04:37:47.785656 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6212 | 2024.08.16 04:37:47.786110 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2024.08.16 04:37:47.786154 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6214 | 2024.08.16 04:37:47.786520 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6215 | 2024.08.16 04:37:47.786857 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2024.08.16 04:37:47.786999 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001652 sec., 16343.825665859564 rows/sec., 1.29 MiB/sec. | ||
| 6217 | 2024.08.16 04:37:47.787293 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6218 | 2024.08.16 04:37:47.787321 [ 3 ] {e2033faa-7789-4f82-9fab-6675660782fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6219 | 2024.08.16 04:37:47.787338 [ 3 ] {} <Debug> HTTP-Session: 14e4fec5-13a0-4440-a0eb-beed054a8875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6220 | 2024.08.16 04:37:47.787550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6221 | 2024.08.16 04:37:47.787608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6222 | 2024.08.16 04:37:47.787627 [ 3 ] {} <Debug> HTTP-Session: 59a479f5-2a16-4e40-88f1-b9630a0d2a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6223 | 2024.08.16 04:37:47.787646 [ 3 ] {} <Debug> HTTP-Session: 59a479f5-2a16-4e40-88f1-b9630a0d2a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6224 | 2024.08.16 04:37:47.787660 [ 3 ] {} <Debug> HTTP-Session: 59a479f5-2a16-4e40-88f1-b9630a0d2a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6225 | 2024.08.16 04:37:47.787695 [ 3 ] {} <Trace> HTTP-Session: 59a479f5-2a16-4e40-88f1-b9630a0d2a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6226 | 2024.08.16 04:37:47.787878 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6227 | 2024.08.16 04:37:47.787924 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6228 | 2024.08.16 04:37:47.788070 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6229 | 2024.08.16 04:37:47.788600 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6230 | 2024.08.16 04:37:47.788638 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6231 | 2024.08.16 04:37:47.788964 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6232 | 2024.08.16 04:37:47.789271 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6233 | 2024.08.16 04:37:47.789399 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001612 sec., 167493.7965260546 rows/sec., 14.64 MiB/sec. | ||
| 6234 | 2024.08.16 04:37:47.789569 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Debug> DynamicQueryHandler: Done processing query | ||
| 6235 | 2024.08.16 04:37:47.789601 [ 3 ] {f9453f83-2714-424c-a0ea-7def086a2373} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 6236 | 2024.08.16 04:37:47.789622 [ 3 ] {} <Debug> HTTP-Session: 59a479f5-2a16-4e40-88f1-b9630a0d2a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6237 | 2024.08.16 04:37:47.789789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6238 | 2024.08.16 04:37:47.789841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6239 | 2024.08.16 04:37:47.789860 [ 3 ] {} <Debug> HTTP-Session: 45627135-0ec9-4cfe-b24d-d8a34320f615 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6240 | 2024.08.16 04:37:47.789877 [ 3 ] {} <Debug> HTTP-Session: 45627135-0ec9-4cfe-b24d-d8a34320f615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6241 | 2024.08.16 04:37:47.789891 [ 3 ] {} <Debug> HTTP-Session: 45627135-0ec9-4cfe-b24d-d8a34320f615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6242 | 2024.08.16 04:37:47.789923 [ 3 ] {} <Trace> HTTP-Session: 45627135-0ec9-4cfe-b24d-d8a34320f615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6243 | 2024.08.16 04:37:47.790022 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6244 | 2024.08.16 04:37:47.790064 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6245 | 2024.08.16 04:37:47.790187 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6246 | 2024.08.16 04:37:47.790475 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2024.08.16 04:37:47.790511 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6248 | 2024.08.16 04:37:47.790813 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6249 | 2024.08.16 04:37:47.791121 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2024.08.16 04:37:47.791252 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001258 sec., 11128.775834658187 rows/sec., 779.39 KiB/sec. | ||
| 6251 | 2024.08.16 04:37:47.791414 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6252 | 2024.08.16 04:37:47.791438 [ 3 ] {15d1b2cc-1306-4245-8dfc-82e6825edbfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6253 | 2024.08.16 04:37:47.791454 [ 3 ] {} <Debug> HTTP-Session: 45627135-0ec9-4cfe-b24d-d8a34320f615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6254 | 2024.08.16 04:37:47.791580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6255 | 2024.08.16 04:37:47.791629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6256 | 2024.08.16 04:37:47.791647 [ 3 ] {} <Debug> HTTP-Session: cc2bf16a-bffe-4fc1-9e97-b00c191c5cda Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6257 | 2024.08.16 04:37:47.791664 [ 3 ] {} <Debug> HTTP-Session: cc2bf16a-bffe-4fc1-9e97-b00c191c5cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6258 | 2024.08.16 04:37:47.791678 [ 3 ] {} <Debug> HTTP-Session: cc2bf16a-bffe-4fc1-9e97-b00c191c5cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6259 | 2024.08.16 04:37:47.791708 [ 3 ] {} <Trace> HTTP-Session: cc2bf16a-bffe-4fc1-9e97-b00c191c5cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6260 | 2024.08.16 04:37:47.791804 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6261 | 2024.08.16 04:37:47.791843 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6262 | 2024.08.16 04:37:47.791967 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6263 | 2024.08.16 04:37:47.792248 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2024.08.16 04:37:47.792284 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6265 | 2024.08.16 04:37:47.792582 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6266 | 2024.08.16 04:37:47.792879 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6267 | 2024.08.16 04:37:47.793004 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001224 sec., 4901.9607843137255 rows/sec., 289.62 KiB/sec. | ||
| 6268 | 2024.08.16 04:37:47.793168 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Debug> DynamicQueryHandler: Done processing query | ||
| 6269 | 2024.08.16 04:37:47.793193 [ 3 ] {a8b15503-1eef-4233-b8f6-aaca919bf235} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6270 | 2024.08.16 04:37:47.793208 [ 3 ] {} <Debug> HTTP-Session: cc2bf16a-bffe-4fc1-9e97-b00c191c5cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6271 | 2024.08.16 04:37:47.793376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6272 | 2024.08.16 04:37:47.793429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6273 | 2024.08.16 04:37:47.793449 [ 3 ] {} <Debug> HTTP-Session: 8b21d0db-1f2e-40f2-9968-6d17f72a5e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6274 | 2024.08.16 04:37:47.793466 [ 3 ] {} <Debug> HTTP-Session: 8b21d0db-1f2e-40f2-9968-6d17f72a5e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6275 | 2024.08.16 04:37:47.793480 [ 3 ] {} <Debug> HTTP-Session: 8b21d0db-1f2e-40f2-9968-6d17f72a5e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6276 | 2024.08.16 04:37:47.793511 [ 3 ] {} <Trace> HTTP-Session: 8b21d0db-1f2e-40f2-9968-6d17f72a5e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6277 | 2024.08.16 04:37:47.793722 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6278 | 2024.08.16 04:37:47.793765 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6279 | 2024.08.16 04:37:47.793888 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6280 | 2024.08.16 04:37:47.794423 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6281 | 2024.08.16 04:37:47.794460 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6282 | 2024.08.16 04:37:47.794777 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6283 | 2024.08.16 04:37:47.795078 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6284 | 2024.08.16 04:37:47.795210 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001593 sec., 256748.27369742625 rows/sec., 18.30 MiB/sec. | ||
| 6285 | 2024.08.16 04:37:47.795441 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Debug> DynamicQueryHandler: Done processing query | ||
| 6286 | 2024.08.16 04:37:47.795475 [ 3 ] {e4fca23c-fd38-4595-b076-b11af66f4134} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 6287 | 2024.08.16 04:37:47.795496 [ 3 ] {} <Debug> HTTP-Session: 8b21d0db-1f2e-40f2-9968-6d17f72a5e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6288 | 2024.08.16 04:37:47.795622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6289 | 2024.08.16 04:37:47.795670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6290 | 2024.08.16 04:37:47.795689 [ 3 ] {} <Debug> HTTP-Session: 6f10554a-013d-4193-9bdc-2847662fe1cc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6291 | 2024.08.16 04:37:47.795706 [ 3 ] {} <Debug> HTTP-Session: 6f10554a-013d-4193-9bdc-2847662fe1cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6292 | 2024.08.16 04:37:47.795719 [ 3 ] {} <Debug> HTTP-Session: 6f10554a-013d-4193-9bdc-2847662fe1cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6293 | 2024.08.16 04:37:47.795750 [ 3 ] {} <Trace> HTTP-Session: 6f10554a-013d-4193-9bdc-2847662fe1cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2024.08.16 04:37:47.795842 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6295 | 2024.08.16 04:37:47.795885 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6296 | 2024.08.16 04:37:47.796026 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6297 | 2024.08.16 04:37:47.796325 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2024.08.16 04:37:47.796361 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6299 | 2024.08.16 04:37:47.796713 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6300 | 2024.08.16 04:37:47.797039 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6301 | 2024.08.16 04:37:47.797201 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec. | ||
| 6302 | 2024.08.16 04:37:47.797370 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Debug> DynamicQueryHandler: Done processing query | ||
| 6303 | 2024.08.16 04:37:47.797395 [ 3 ] {1fc2486e-aec4-46c1-b6e0-069b089eb501} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6304 | 2024.08.16 04:37:47.797411 [ 3 ] {} <Debug> HTTP-Session: 6f10554a-013d-4193-9bdc-2847662fe1cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6305 | 2024.08.16 04:37:47.797559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6306 | 2024.08.16 04:37:47.797606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6307 | 2024.08.16 04:37:47.797625 [ 3 ] {} <Debug> HTTP-Session: b61b6ade-2fe8-4717-882f-ac3cf65d0dca Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6308 | 2024.08.16 04:37:47.797642 [ 3 ] {} <Debug> HTTP-Session: b61b6ade-2fe8-4717-882f-ac3cf65d0dca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6309 | 2024.08.16 04:37:47.797655 [ 3 ] {} <Debug> HTTP-Session: b61b6ade-2fe8-4717-882f-ac3cf65d0dca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6310 | 2024.08.16 04:37:47.797686 [ 3 ] {} <Trace> HTTP-Session: b61b6ade-2fe8-4717-882f-ac3cf65d0dca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6311 | 2024.08.16 04:37:47.797912 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6312 | 2024.08.16 04:37:47.797956 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6313 | 2024.08.16 04:37:47.798098 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6314 | 2024.08.16 04:37:47.798532 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2024.08.16 04:37:47.798569 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6316 | 2024.08.16 04:37:47.798935 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6317 | 2024.08.16 04:37:47.799261 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2024.08.16 04:37:47.799422 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 6319 | 2024.08.16 04:37:47.799596 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6320 | 2024.08.16 04:37:47.799621 [ 3 ] {23ab2e8a-a6ff-4e79-aee3-45c61983ab5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6321 | 2024.08.16 04:37:47.799637 [ 3 ] {} <Debug> HTTP-Session: b61b6ade-2fe8-4717-882f-ac3cf65d0dca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6322 | 2024.08.16 04:37:47.799750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6323 | 2024.08.16 04:37:47.799799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6324 | 2024.08.16 04:37:47.799817 [ 3 ] {} <Debug> HTTP-Session: e0b1d345-e3be-4b3e-8e91-9522d478e2b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6325 | 2024.08.16 04:37:47.799834 [ 3 ] {} <Debug> HTTP-Session: e0b1d345-e3be-4b3e-8e91-9522d478e2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6326 | 2024.08.16 04:37:47.799848 [ 3 ] {} <Debug> HTTP-Session: e0b1d345-e3be-4b3e-8e91-9522d478e2b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6327 | 2024.08.16 04:37:47.799877 [ 3 ] {} <Trace> HTTP-Session: e0b1d345-e3be-4b3e-8e91-9522d478e2b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6328 | 2024.08.16 04:37:47.799967 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6329 | 2024.08.16 04:37:47.800011 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6330 | 2024.08.16 04:37:47.800138 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6331 | 2024.08.16 04:37:47.800389 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6332 | 2024.08.16 04:37:47.800425 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6333 | 2024.08.16 04:37:47.800759 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6334 | 2024.08.16 04:37:47.801064 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6335 | 2024.08.16 04:37:47.801217 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001272 sec., 786.1635220125787 rows/sec., 52.97 KiB/sec. | ||
| 6336 | 2024.08.16 04:37:47.801381 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6337 | 2024.08.16 04:37:47.801405 [ 3 ] {da624348-81e1-42cc-ba57-6f12f6ef9f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6338 | 2024.08.16 04:37:47.801420 [ 3 ] {} <Debug> HTTP-Session: e0b1d345-e3be-4b3e-8e91-9522d478e2b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6339 | 2024.08.16 04:37:47.801566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6340 | 2024.08.16 04:37:47.801614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6341 | 2024.08.16 04:37:47.801632 [ 3 ] {} <Debug> HTTP-Session: 00a5944b-44cd-4bd1-b275-45ef97d0362b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6342 | 2024.08.16 04:37:47.801648 [ 3 ] {} <Debug> HTTP-Session: 00a5944b-44cd-4bd1-b275-45ef97d0362b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6343 | 2024.08.16 04:37:47.801662 [ 3 ] {} <Debug> HTTP-Session: 00a5944b-44cd-4bd1-b275-45ef97d0362b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6344 | 2024.08.16 04:37:47.801692 [ 3 ] {} <Trace> HTTP-Session: 00a5944b-44cd-4bd1-b275-45ef97d0362b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6345 | 2024.08.16 04:37:47.801985 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6346 | 2024.08.16 04:37:47.802046 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <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 | ||
| 6347 | 2024.08.16 04:37:47.802458 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6348 | 2024.08.16 04:37:47.803111 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2024.08.16 04:37:47.803147 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6350 | 2024.08.16 04:37:47.803760 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6351 | 2024.08.16 04:37:47.804170 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6352 | 2024.08.16 04:37:47.804440 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002602 sec., 10376.63335895465 rows/sec., 18.59 MiB/sec. | ||
| 6353 | 2024.08.16 04:37:47.805027 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Debug> DynamicQueryHandler: Done processing query | ||
| 6354 | 2024.08.16 04:37:47.805054 [ 3 ] {8e57a46c-f281-4a6b-8d06-bd56dff77114} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6355 | 2024.08.16 04:37:47.805070 [ 3 ] {} <Debug> HTTP-Session: 00a5944b-44cd-4bd1-b275-45ef97d0362b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6356 | 2024.08.16 04:37:47.805212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6357 | 2024.08.16 04:37:47.805261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6358 | 2024.08.16 04:37:47.805280 [ 3 ] {} <Debug> HTTP-Session: a37aea0a-b79c-47c2-beea-0bb526779b82 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6359 | 2024.08.16 04:37:47.805297 [ 3 ] {} <Debug> HTTP-Session: a37aea0a-b79c-47c2-beea-0bb526779b82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6360 | 2024.08.16 04:37:47.805312 [ 3 ] {} <Debug> HTTP-Session: a37aea0a-b79c-47c2-beea-0bb526779b82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6361 | 2024.08.16 04:37:47.805343 [ 3 ] {} <Trace> HTTP-Session: a37aea0a-b79c-47c2-beea-0bb526779b82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6362 | 2024.08.16 04:37:47.805488 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6363 | 2024.08.16 04:37:47.805531 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6364 | 2024.08.16 04:37:47.805672 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6365 | 2024.08.16 04:37:47.805983 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2024.08.16 04:37:47.806019 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6367 | 2024.08.16 04:37:47.806381 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6368 | 2024.08.16 04:37:47.806696 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6369 | 2024.08.16 04:37:47.806849 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec. | ||
| 6370 | 2024.08.16 04:37:47.807015 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Debug> DynamicQueryHandler: Done processing query | ||
| 6371 | 2024.08.16 04:37:47.807039 [ 3 ] {31d18a2a-d37c-4d94-92a7-c5a3082f3f16} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6372 | 2024.08.16 04:37:47.807055 [ 3 ] {} <Debug> HTTP-Session: a37aea0a-b79c-47c2-beea-0bb526779b82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6373 | 2024.08.16 04:37:49.665978 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6374 | 2024.08.16 04:37:49.666033 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6375 | 2024.08.16 04:37:52.779337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6376 | 2024.08.16 04:37:52.779463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6377 | 2024.08.16 04:37:52.779491 [ 3 ] {} <Debug> HTTP-Session: a0732990-2521-413b-bb87-f1281116b92a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6378 | 2024.08.16 04:37:52.779519 [ 3 ] {} <Debug> HTTP-Session: a0732990-2521-413b-bb87-f1281116b92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6379 | 2024.08.16 04:37:52.779537 [ 3 ] {} <Debug> HTTP-Session: a0732990-2521-413b-bb87-f1281116b92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6380 | 2024.08.16 04:37:52.779591 [ 3 ] {} <Trace> HTTP-Session: a0732990-2521-413b-bb87-f1281116b92a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6381 | 2024.08.16 04:37:52.779786 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6382 | 2024.08.16 04:37:52.779860 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6383 | 2024.08.16 04:37:52.780078 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6384 | 2024.08.16 04:37:52.780547 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6385 | 2024.08.16 04:37:52.780593 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6386 | 2024.08.16 04:37:52.780959 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6387 | 2024.08.16 04:37:52.781311 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6388 | 2024.08.16 04:37:52.781479 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001745 sec., 2292.2636103151863 rows/sec., 185.80 KiB/sec. | ||
| 6389 | 2024.08.16 04:37:52.781789 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Debug> DynamicQueryHandler: Done processing query | ||
| 6390 | 2024.08.16 04:37:52.781818 [ 3 ] {e2563f5c-960b-4a5c-8582-bb786d9d4885} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6391 | 2024.08.16 04:37:52.781835 [ 3 ] {} <Debug> HTTP-Session: a0732990-2521-413b-bb87-f1281116b92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6392 | 2024.08.16 04:37:52.782007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6393 | 2024.08.16 04:37:52.782066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6394 | 2024.08.16 04:37:52.782087 [ 3 ] {} <Debug> HTTP-Session: d26598de-051b-4f90-b90a-d5ee8783aac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6395 | 2024.08.16 04:37:52.782105 [ 3 ] {} <Debug> HTTP-Session: d26598de-051b-4f90-b90a-d5ee8783aac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6396 | 2024.08.16 04:37:52.782119 [ 3 ] {} <Debug> HTTP-Session: d26598de-051b-4f90-b90a-d5ee8783aac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6397 | 2024.08.16 04:37:52.782155 [ 3 ] {} <Trace> HTTP-Session: d26598de-051b-4f90-b90a-d5ee8783aac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6398 | 2024.08.16 04:37:52.782286 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6399 | 2024.08.16 04:37:52.782335 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6400 | 2024.08.16 04:37:52.782485 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6401 | 2024.08.16 04:37:52.782858 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6402 | 2024.08.16 04:37:52.782898 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6403 | 2024.08.16 04:37:52.783213 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6404 | 2024.08.16 04:37:52.783523 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6405 | 2024.08.16 04:37:52.783676 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001431 sec., 47519.217330538086 rows/sec., 3.74 MiB/sec. | ||
| 6406 | 2024.08.16 04:37:52.783694 [ 103 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6407 | 2024.08.16 04:37:52.783794 [ 103 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6408 | 2024.08.16 04:37:52.783843 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6409 | 2024.08.16 04:37:52.783938 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6410 | 2024.08.16 04:37:52.783989 [ 3 ] {b28cab9e-42ab-4919-b46d-1e97790ed1f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6411 | 2024.08.16 04:37:52.784006 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::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 | ||
| 6412 | 2024.08.16 04:37:52.784018 [ 3 ] {} <Debug> HTTP-Session: d26598de-051b-4f90-b90a-d5ee8783aac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6413 | 2024.08.16 04:37:52.784180 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6414 | 2024.08.16 04:37:52.784227 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1430 rows starting from the beginning of the part | ||
| 6415 | 2024.08.16 04:37:52.784263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6416 | 2024.08.16 04:37:52.784410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6417 | 2024.08.16 04:37:52.784473 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 68 rows starting from the beginning of the part | ||
| 6418 | 2024.08.16 04:37:52.784493 [ 3 ] {} <Debug> HTTP-Session: 0dcdcc91-0724-4abb-b9ae-c8a68b24d01c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6419 | 2024.08.16 04:37:52.784564 [ 3 ] {} <Debug> HTTP-Session: 0dcdcc91-0724-4abb-b9ae-c8a68b24d01c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6420 | 2024.08.16 04:37:52.784658 [ 3 ] {} <Debug> HTTP-Session: 0dcdcc91-0724-4abb-b9ae-c8a68b24d01c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6421 | 2024.08.16 04:37:52.784705 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 271 rows starting from the beginning of the part | ||
| 6422 | 2024.08.16 04:37:52.784802 [ 3 ] {} <Trace> HTTP-Session: 0dcdcc91-0724-4abb-b9ae-c8a68b24d01c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6423 | 2024.08.16 04:37:52.784947 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1210 rows starting from the beginning of the part | ||
| 6424 | 2024.08.16 04:37:52.785179 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6425 | 2024.08.16 04:37:52.785229 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 270 rows starting from the beginning of the part | ||
| 6426 | 2024.08.16 04:37:52.785311 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6427 | 2024.08.16 04:37:52.785681 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 68 rows starting from the beginning of the part | ||
| 6428 | 2024.08.16 04:37:52.786359 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6429 | 2024.08.16 04:37:52.787075 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2024.08.16 04:37:52.787154 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6431 | 2024.08.16 04:37:52.787975 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6432 | 2024.08.16 04:37:52.788508 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6433 | 2024.08.16 04:37:52.788704 [ 103 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6434 | 2024.08.16 04:37:52.788787 [ 103 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6435 | 2024.08.16 04:37:52.788788 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.003734 sec., 18211.03374397429 rows/sec., 1.42 MiB/sec. | ||
| 6436 | 2024.08.16 04:37:52.788841 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6437 | 2024.08.16 04:37:52.789349 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6438 | 2024.08.16 04:37:52.789439 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::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 | ||
| 6439 | 2024.08.16 04:37:52.789459 [ 3 ] {ff12d507-eb68-4d21-a3ff-7643ac8e2af7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6440 | 2024.08.16 04:37:52.789535 [ 3 ] {} <Debug> HTTP-Session: 0dcdcc91-0724-4abb-b9ae-c8a68b24d01c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6441 | 2024.08.16 04:37:52.789699 [ 201 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 4 columns (4 merged, 0 gathered) in 0.00578321 sec., 573556.9000606929 rows/sec., 47.80 MiB/sec. | ||
| 6442 | 2024.08.16 04:37:52.789772 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6443 | 2024.08.16 04:37:52.789834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6444 | 2024.08.16 04:37:52.789856 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 903 rows starting from the beginning of the part | ||
| 6445 | 2024.08.16 04:37:52.789929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6446 | 2024.08.16 04:37:52.790064 [ 3 ] {} <Debug> HTTP-Session: 5b995c6b-918b-4a43-91ae-35ef348ce503 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6447 | 2024.08.16 04:37:52.790150 [ 3 ] {} <Debug> HTTP-Session: 5b995c6b-918b-4a43-91ae-35ef348ce503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6448 | 2024.08.16 04:37:52.790163 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6449 | 2024.08.16 04:37:52.790233 [ 3 ] {} <Debug> HTTP-Session: 5b995c6b-918b-4a43-91ae-35ef348ce503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6450 | 2024.08.16 04:37:52.790344 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 68 rows starting from the beginning of the part | ||
| 6451 | 2024.08.16 04:37:52.790393 [ 3 ] {} <Trace> HTTP-Session: 5b995c6b-918b-4a43-91ae-35ef348ce503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6452 | 2024.08.16 04:37:52.790668 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 411 rows starting from the beginning of the part | ||
| 6453 | 2024.08.16 04:37:52.791055 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6454 | 2024.08.16 04:37:52.791365 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6455 | 2024.08.16 04:37:52.791409 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 528 rows starting from the beginning of the part | ||
| 6456 | 2024.08.16 04:37:52.792116 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 409 rows starting from the beginning of the part | ||
| 6457 | 2024.08.16 04:37:52.792291 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2024.08.16 04:37:52.792699 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_31_6} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6459 | 2024.08.16 04:37:52.792720 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6460 | 2024.08.16 04:37:52.792755 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 68 rows starting from the beginning of the part | ||
| 6461 | 2024.08.16 04:37:52.793022 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6462 | 2024.08.16 04:37:52.794016 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2024.08.16 04:37:52.794091 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6464 | 2024.08.16 04:37:52.795150 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6465 | 2024.08.16 04:37:52.795756 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 4 columns (4 merged, 0 gathered) in 0.006759494 sec., 353132.9416077594 rows/sec., 25.71 MiB/sec. | ||
| 6466 | 2024.08.16 04:37:52.795850 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6467 | 2024.08.16 04:37:52.796039 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6468 | 2024.08.16 04:37:52.796104 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6469 | 2024.08.16 04:37:52.796145 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005461 sec., 29298.66324848929 rows/sec., 2.04 MiB/sec. | ||
| 6470 | 2024.08.16 04:37:52.796202 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6471 | 2024.08.16 04:37:52.796292 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6472 | 2024.08.16 04:37:52.796831 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Debug> DynamicQueryHandler: Done processing query | ||
| 6473 | 2024.08.16 04:37:52.796912 [ 3 ] {804d52e6-5b2c-44c6-9638-dba4bc89ab66} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6474 | 2024.08.16 04:37:52.796903 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 6475 | 2024.08.16 04:37:52.796988 [ 3 ] {} <Debug> HTTP-Session: 5b995c6b-918b-4a43-91ae-35ef348ce503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6476 | 2024.08.16 04:37:52.797262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6477 | 2024.08.16 04:37:52.797431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6478 | 2024.08.16 04:37:52.797522 [ 3 ] {} <Debug> HTTP-Session: 908c6d7d-b387-4916-8f26-3a05bac9e93a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6479 | 2024.08.16 04:37:52.797561 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6480 | 2024.08.16 04:37:52.797586 [ 3 ] {} <Debug> HTTP-Session: 908c6d7d-b387-4916-8f26-3a05bac9e93a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6481 | 2024.08.16 04:37:52.797648 [ 3 ] {} <Debug> HTTP-Session: 908c6d7d-b387-4916-8f26-3a05bac9e93a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6482 | 2024.08.16 04:37:52.797665 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6483 | 2024.08.16 04:37:52.797688 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8080 rows starting from the beginning of the part | ||
| 6484 | 2024.08.16 04:37:52.797754 [ 3 ] {} <Trace> HTTP-Session: 908c6d7d-b387-4916-8f26-3a05bac9e93a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2024.08.16 04:37:52.798177 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 6486 | 2024.08.16 04:37:52.798231 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_31_6} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6487 | 2024.08.16 04:37:52.798235 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6488 | 2024.08.16 04:37:52.798558 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 238 rows starting from the beginning of the part | ||
| 6489 | 2024.08.16 04:37:52.798596 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <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 | ||
| 6490 | 2024.08.16 04:37:52.799006 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 846 rows starting from the beginning of the part | ||
| 6491 | 2024.08.16 04:37:52.799474 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 6492 | 2024.08.16 04:37:52.799642 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6493 | 2024.08.16 04:37:52.799948 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 6494 | 2024.08.16 04:37:52.801389 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6495 | 2024.08.16 04:37:52.802135 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2024.08.16 04:37:52.802214 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6497 | 2024.08.16 04:37:52.804135 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6498 | 2024.08.16 04:37:52.804875 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6499 | 2024.08.16 04:37:52.805283 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007272 sec., 550.0550055005501 rows/sec., 1009.33 KiB/sec. | ||
| 6500 | 2024.08.16 04:37:52.805594 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6501 | 2024.08.16 04:37:52.805625 [ 3 ] {b4b51244-81e6-4e40-a91d-3a6b2c8f9bc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6502 | 2024.08.16 04:37:52.805648 [ 3 ] {} <Debug> HTTP-Session: 908c6d7d-b387-4916-8f26-3a05bac9e93a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6503 | 2024.08.16 04:37:52.805785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6504 | 2024.08.16 04:37:52.805838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6505 | 2024.08.16 04:37:52.805857 [ 3 ] {} <Debug> HTTP-Session: e71ff5a1-ee29-4b22-b5e3-2f73eacee42d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6506 | 2024.08.16 04:37:52.805874 [ 3 ] {} <Debug> HTTP-Session: e71ff5a1-ee29-4b22-b5e3-2f73eacee42d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6507 | 2024.08.16 04:37:52.805888 [ 3 ] {} <Debug> HTTP-Session: e71ff5a1-ee29-4b22-b5e3-2f73eacee42d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6508 | 2024.08.16 04:37:52.805920 [ 3 ] {} <Trace> HTTP-Session: e71ff5a1-ee29-4b22-b5e3-2f73eacee42d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6509 | 2024.08.16 04:37:52.806058 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6510 | 2024.08.16 04:37:52.806103 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6511 | 2024.08.16 04:37:52.806303 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6512 | 2024.08.16 04:37:52.806708 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2024.08.16 04:37:52.806753 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6514 | 2024.08.16 04:37:52.807177 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9721 rows, containing 5 columns (5 merged, 0 gathered) in 0.010707099 sec., 907902.3178920826 rows/sec., 61.31 MiB/sec. | ||
| 6515 | 2024.08.16 04:37:52.807475 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6516 | 2024.08.16 04:37:52.807570 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6517 | 2024.08.16 04:37:52.808491 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6518 | 2024.08.16 04:37:52.808504 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6519 | 2024.08.16 04:37:52.808749 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6520 | 2024.08.16 04:37:52.808806 [ 103 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6521 | 2024.08.16 04:37:52.808829 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002815 sec., 21314.387211367673 rows/sec., 1.44 MiB/sec. | ||
| 6522 | 2024.08.16 04:37:52.808924 [ 103 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6523 | 2024.08.16 04:37:52.809051 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 6524 | 2024.08.16 04:37:52.809072 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 6525 | 2024.08.16 04:37:52.809297 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 6526 | 2024.08.16 04:37:52.809337 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Debug> DynamicQueryHandler: Done processing query | ||
| 6527 | 2024.08.16 04:37:52.809390 [ 3 ] {450d96a4-682b-4add-9f1d-ca91b6ff2459} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6528 | 2024.08.16 04:37:52.809450 [ 3 ] {} <Debug> HTTP-Session: e71ff5a1-ee29-4b22-b5e3-2f73eacee42d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6529 | 2024.08.16 04:37:52.809546 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6530 | 2024.08.16 04:37:52.809583 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1662 rows starting from the beginning of the part | ||
| 6531 | 2024.08.16 04:37:52.809642 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 6532 | 2024.08.16 04:37:52.809760 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 6533 | 2024.08.16 04:37:52.809984 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 6534 | 2024.08.16 04:37:52.810053 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 6535 | 2024.08.16 04:37:52.810265 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 6536 | 2024.08.16 04:37:52.811451 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2006 rows, containing 4 columns (4 merged, 0 gathered) in 0.002217564 sec., 904596.2145850131 rows/sec., 59.00 MiB/sec. | ||
| 6537 | 2024.08.16 04:37:52.811641 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6538 | 2024.08.16 04:37:52.812007 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_31_6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6539 | 2024.08.16 04:37:52.812089 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_31_6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6540 | 2024.08.16 04:37:52.812166 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 6541 | 2024.08.16 04:37:53.000158 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.10 MiB, peak 197.01 MiB, free memory in arenas 0.00 B, will set to 189.46 MiB (RSS), difference: 1.36 MiB | ||
| 6542 | 2024.08.16 04:37:57.784328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6543 | 2024.08.16 04:37:57.784477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6544 | 2024.08.16 04:37:57.784508 [ 3 ] {} <Debug> HTTP-Session: f415883d-4863-465d-a6a7-0ba6e8ecaaf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6545 | 2024.08.16 04:37:57.784536 [ 3 ] {} <Debug> HTTP-Session: f415883d-4863-465d-a6a7-0ba6e8ecaaf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6546 | 2024.08.16 04:37:57.784554 [ 3 ] {} <Debug> HTTP-Session: f415883d-4863-465d-a6a7-0ba6e8ecaaf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6547 | 2024.08.16 04:37:57.784610 [ 3 ] {} <Trace> HTTP-Session: f415883d-4863-465d-a6a7-0ba6e8ecaaf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6548 | 2024.08.16 04:37:57.784804 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6549 | 2024.08.16 04:37:57.784869 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6550 | 2024.08.16 04:37:57.785060 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6551 | 2024.08.16 04:37:57.785550 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2024.08.16 04:37:57.785597 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6553 | 2024.08.16 04:37:57.785982 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6554 | 2024.08.16 04:37:57.786322 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2024.08.16 04:37:57.786504 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00175 sec., 15428.571428571428 rows/sec., 1.22 MiB/sec. | ||
| 6556 | 2024.08.16 04:37:57.786517 [ 99 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6557 | 2024.08.16 04:37:57.786617 [ 99 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6558 | 2024.08.16 04:37:57.786667 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6559 | 2024.08.16 04:37:57.786803 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 6560 | 2024.08.16 04:37:57.786807 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6561 | 2024.08.16 04:37:57.786867 [ 3 ] {da7abb77-da90-4ffd-9f3e-e09a43b11edf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6562 | 2024.08.16 04:37:57.786885 [ 3 ] {} <Debug> HTTP-Session: f415883d-4863-465d-a6a7-0ba6e8ecaaf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6563 | 2024.08.16 04:37:57.786951 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6564 | 2024.08.16 04:37:57.786983 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 31 rows starting from the beginning of the part | ||
| 6565 | 2024.08.16 04:37:57.787034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6566 | 2024.08.16 04:37:57.787067 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part | ||
| 6567 | 2024.08.16 04:37:57.787174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6568 | 2024.08.16 04:37:57.787266 [ 3 ] {} <Debug> HTTP-Session: bfc37841-12bb-4939-b935-e4f8b32fe4cb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6569 | 2024.08.16 04:37:57.787360 [ 3 ] {} <Debug> HTTP-Session: bfc37841-12bb-4939-b935-e4f8b32fe4cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6570 | 2024.08.16 04:37:57.787456 [ 3 ] {} <Debug> HTTP-Session: bfc37841-12bb-4939-b935-e4f8b32fe4cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6571 | 2024.08.16 04:37:57.787453 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 6572 | 2024.08.16 04:37:57.787621 [ 3 ] {} <Trace> HTTP-Session: bfc37841-12bb-4939-b935-e4f8b32fe4cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6573 | 2024.08.16 04:37:57.787803 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 27 rows starting from the beginning of the part | ||
| 6574 | 2024.08.16 04:37:57.787876 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6575 | 2024.08.16 04:37:57.787973 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 6576 | 2024.08.16 04:37:57.788005 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6577 | 2024.08.16 04:37:57.788357 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part | ||
| 6578 | 2024.08.16 04:37:57.788770 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6579 | 2024.08.16 04:37:57.789209 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6580 | 2024.08.16 04:37:57.789262 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6581 | 2024.08.16 04:37:57.789810 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6582 | 2024.08.16 04:37:57.790019 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003266899 sec., 36732.081401965595 rows/sec., 2.91 MiB/sec. | ||
| 6583 | 2024.08.16 04:37:57.790261 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6584 | 2024.08.16 04:37:57.790405 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2024.08.16 04:37:57.790764 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002915 sec., 686.106346483705 rows/sec., 55.95 KiB/sec. | ||
| 6586 | 2024.08.16 04:37:57.791207 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Debug> DynamicQueryHandler: Done processing query | ||
| 6587 | 2024.08.16 04:37:57.791245 [ 3 ] {2d41dcf2-70dc-48d9-9025-25fbda428838} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6588 | 2024.08.16 04:37:57.791286 [ 3 ] {} <Debug> HTTP-Session: bfc37841-12bb-4939-b935-e4f8b32fe4cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6589 | 2024.08.16 04:37:57.791318 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6590 | 2024.08.16 04:37:57.791422 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_21_4} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6591 | 2024.08.16 04:37:57.791548 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6592 | 2024.08.16 04:37:57.791556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6593 | 2024.08.16 04:37:57.791630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6594 | 2024.08.16 04:37:57.791649 [ 3 ] {} <Debug> HTTP-Session: 1afa1308-d551-4d12-8628-5d36afc70dd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6595 | 2024.08.16 04:37:57.791667 [ 3 ] {} <Debug> HTTP-Session: 1afa1308-d551-4d12-8628-5d36afc70dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6596 | 2024.08.16 04:37:57.791680 [ 3 ] {} <Debug> HTTP-Session: 1afa1308-d551-4d12-8628-5d36afc70dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6597 | 2024.08.16 04:37:57.791714 [ 3 ] {} <Trace> HTTP-Session: 1afa1308-d551-4d12-8628-5d36afc70dd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6598 | 2024.08.16 04:37:57.791898 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6599 | 2024.08.16 04:37:57.791944 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6600 | 2024.08.16 04:37:57.792095 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6601 | 2024.08.16 04:37:57.792565 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6602 | 2024.08.16 04:37:57.792603 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6603 | 2024.08.16 04:37:57.792945 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6604 | 2024.08.16 04:37:57.793251 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6605 | 2024.08.16 04:37:57.793409 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001598 sec., 169586.98372966208 rows/sec., 14.81 MiB/sec. | ||
| 6606 | 2024.08.16 04:37:57.793587 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6607 | 2024.08.16 04:37:57.793612 [ 3 ] {00297c74-a75e-4b33-ba72-bd5fe3e09ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 6608 | 2024.08.16 04:37:57.793628 [ 3 ] {} <Debug> HTTP-Session: 1afa1308-d551-4d12-8628-5d36afc70dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6609 | 2024.08.16 04:37:57.793766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6610 | 2024.08.16 04:37:57.793816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6611 | 2024.08.16 04:37:57.793834 [ 3 ] {} <Debug> HTTP-Session: bc513039-1bed-4cec-83fe-5a5e18ed4b35 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6612 | 2024.08.16 04:37:57.793851 [ 3 ] {} <Debug> HTTP-Session: bc513039-1bed-4cec-83fe-5a5e18ed4b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6613 | 2024.08.16 04:37:57.793865 [ 3 ] {} <Debug> HTTP-Session: bc513039-1bed-4cec-83fe-5a5e18ed4b35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6614 | 2024.08.16 04:37:57.793896 [ 3 ] {} <Trace> HTTP-Session: bc513039-1bed-4cec-83fe-5a5e18ed4b35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6615 | 2024.08.16 04:37:57.793988 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6616 | 2024.08.16 04:37:57.794031 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6617 | 2024.08.16 04:37:57.794159 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6618 | 2024.08.16 04:37:57.794425 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6619 | 2024.08.16 04:37:57.794462 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6620 | 2024.08.16 04:37:57.794764 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6621 | 2024.08.16 04:37:57.795069 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6622 | 2024.08.16 04:37:57.795218 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001253 sec., 1596.1691939345571 rows/sec., 111.45 KiB/sec. | ||
| 6623 | 2024.08.16 04:37:57.795382 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6624 | 2024.08.16 04:37:57.795406 [ 3 ] {d4de069d-c265-437e-81d8-12530c22c87f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6625 | 2024.08.16 04:37:57.795422 [ 3 ] {} <Debug> HTTP-Session: bc513039-1bed-4cec-83fe-5a5e18ed4b35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6626 | 2024.08.16 04:37:57.795540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6627 | 2024.08.16 04:37:57.795589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6628 | 2024.08.16 04:37:57.795608 [ 3 ] {} <Debug> HTTP-Session: 81a43c2c-d868-4ef3-b946-abcef3b91b5b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6629 | 2024.08.16 04:37:57.795624 [ 3 ] {} <Debug> HTTP-Session: 81a43c2c-d868-4ef3-b946-abcef3b91b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6630 | 2024.08.16 04:37:57.795638 [ 3 ] {} <Debug> HTTP-Session: 81a43c2c-d868-4ef3-b946-abcef3b91b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6631 | 2024.08.16 04:37:57.795668 [ 3 ] {} <Trace> HTTP-Session: 81a43c2c-d868-4ef3-b946-abcef3b91b5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6632 | 2024.08.16 04:37:57.795764 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6633 | 2024.08.16 04:37:57.795806 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6634 | 2024.08.16 04:37:57.795933 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6635 | 2024.08.16 04:37:57.796210 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2024.08.16 04:37:57.796246 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6637 | 2024.08.16 04:37:57.796553 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6638 | 2024.08.16 04:37:57.796856 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6639 | 2024.08.16 04:37:57.797005 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001261 sec., 11102.299762093577 rows/sec., 777.53 KiB/sec. | ||
| 6640 | 2024.08.16 04:37:57.797169 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6641 | 2024.08.16 04:37:57.797194 [ 3 ] {de32821d-0ae8-4cf7-b336-64985eed900d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6642 | 2024.08.16 04:37:57.797209 [ 3 ] {} <Debug> HTTP-Session: 81a43c2c-d868-4ef3-b946-abcef3b91b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6643 | 2024.08.16 04:37:57.797346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6644 | 2024.08.16 04:37:57.797393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6645 | 2024.08.16 04:37:57.797412 [ 3 ] {} <Debug> HTTP-Session: 25899a37-b896-4e3d-888e-b930963b94fa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6646 | 2024.08.16 04:37:57.797429 [ 3 ] {} <Debug> HTTP-Session: 25899a37-b896-4e3d-888e-b930963b94fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6647 | 2024.08.16 04:37:57.797443 [ 3 ] {} <Debug> HTTP-Session: 25899a37-b896-4e3d-888e-b930963b94fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6648 | 2024.08.16 04:37:57.797473 [ 3 ] {} <Trace> HTTP-Session: 25899a37-b896-4e3d-888e-b930963b94fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6649 | 2024.08.16 04:37:57.797568 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6650 | 2024.08.16 04:37:57.797610 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6651 | 2024.08.16 04:37:57.797734 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6652 | 2024.08.16 04:37:57.798086 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6653 | 2024.08.16 04:37:57.798123 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6654 | 2024.08.16 04:37:57.798438 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6655 | 2024.08.16 04:37:57.798740 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6656 | 2024.08.16 04:37:57.798896 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 263.37 KiB/sec. | ||
| 6657 | 2024.08.16 04:37:57.799203 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6658 | 2024.08.16 04:37:57.799239 [ 3 ] {3225c69e-1a9d-4932-919a-1d026605ae0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6659 | 2024.08.16 04:37:57.799255 [ 3 ] {} <Debug> HTTP-Session: 25899a37-b896-4e3d-888e-b930963b94fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6660 | 2024.08.16 04:37:57.799444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6661 | 2024.08.16 04:37:57.799495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6662 | 2024.08.16 04:37:57.799514 [ 3 ] {} <Debug> HTTP-Session: 2084ae49-8b10-4fc9-a0cc-ec56f14ee3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6663 | 2024.08.16 04:37:57.799532 [ 3 ] {} <Debug> HTTP-Session: 2084ae49-8b10-4fc9-a0cc-ec56f14ee3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6664 | 2024.08.16 04:37:57.799546 [ 3 ] {} <Debug> HTTP-Session: 2084ae49-8b10-4fc9-a0cc-ec56f14ee3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6665 | 2024.08.16 04:37:57.799576 [ 3 ] {} <Trace> HTTP-Session: 2084ae49-8b10-4fc9-a0cc-ec56f14ee3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6666 | 2024.08.16 04:37:57.799790 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6667 | 2024.08.16 04:37:57.799834 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6668 | 2024.08.16 04:37:57.799979 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6669 | 2024.08.16 04:37:57.800538 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6670 | 2024.08.16 04:37:57.800576 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6671 | 2024.08.16 04:37:57.800905 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6672 | 2024.08.16 04:37:57.801203 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6673 | 2024.08.16 04:37:57.801353 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.001673 sec., 245666.4674237896 rows/sec., 17.52 MiB/sec. | ||
| 6674 | 2024.08.16 04:37:57.801651 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6675 | 2024.08.16 04:37:57.801703 [ 3 ] {81012655-743d-4899-bc61-aa19d5b8c03c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 6676 | 2024.08.16 04:37:57.801740 [ 3 ] {} <Debug> HTTP-Session: 2084ae49-8b10-4fc9-a0cc-ec56f14ee3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6677 | 2024.08.16 04:37:57.801884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6678 | 2024.08.16 04:37:57.801934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6679 | 2024.08.16 04:37:57.801953 [ 3 ] {} <Debug> HTTP-Session: e4794149-fd5c-443a-8c1f-bc0418824f13 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6680 | 2024.08.16 04:37:57.801969 [ 3 ] {} <Debug> HTTP-Session: e4794149-fd5c-443a-8c1f-bc0418824f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6681 | 2024.08.16 04:37:57.801983 [ 3 ] {} <Debug> HTTP-Session: e4794149-fd5c-443a-8c1f-bc0418824f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6682 | 2024.08.16 04:37:57.802013 [ 3 ] {} <Trace> HTTP-Session: e4794149-fd5c-443a-8c1f-bc0418824f13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6683 | 2024.08.16 04:37:57.802112 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6684 | 2024.08.16 04:37:57.802157 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6685 | 2024.08.16 04:37:57.802308 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6686 | 2024.08.16 04:37:57.802675 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2024.08.16 04:37:57.802712 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6688 | 2024.08.16 04:37:57.803061 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6689 | 2024.08.16 04:37:57.803380 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6690 | 2024.08.16 04:37:57.803538 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 6691 | 2024.08.16 04:37:57.803848 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6692 | 2024.08.16 04:37:57.803874 [ 3 ] {5828aec2-4da7-4730-b6db-6d9ec2f368a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6693 | 2024.08.16 04:37:57.803889 [ 3 ] {} <Debug> HTTP-Session: e4794149-fd5c-443a-8c1f-bc0418824f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6694 | 2024.08.16 04:37:57.804046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6695 | 2024.08.16 04:37:57.804095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6696 | 2024.08.16 04:37:57.804114 [ 3 ] {} <Debug> HTTP-Session: 6070c66c-982d-491e-b6bd-7e41adf1b986 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6697 | 2024.08.16 04:37:57.804130 [ 3 ] {} <Debug> HTTP-Session: 6070c66c-982d-491e-b6bd-7e41adf1b986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6698 | 2024.08.16 04:37:57.804144 [ 3 ] {} <Debug> HTTP-Session: 6070c66c-982d-491e-b6bd-7e41adf1b986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6699 | 2024.08.16 04:37:57.804174 [ 3 ] {} <Trace> HTTP-Session: 6070c66c-982d-491e-b6bd-7e41adf1b986 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6700 | 2024.08.16 04:37:57.804389 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6701 | 2024.08.16 04:37:57.804450 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6702 | 2024.08.16 04:37:57.804623 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6703 | 2024.08.16 04:37:57.805127 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6704 | 2024.08.16 04:37:57.805174 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6705 | 2024.08.16 04:37:57.805659 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6706 | 2024.08.16 04:37:57.806006 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6707 | 2024.08.16 04:37:57.806175 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001918 sec., 124087.59124087592 rows/sec., 8.32 MiB/sec. | ||
| 6708 | 2024.08.16 04:37:57.806359 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6709 | 2024.08.16 04:37:57.806384 [ 3 ] {8a7b366b-88ed-459e-9a6b-45c482e7eddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6710 | 2024.08.16 04:37:57.806400 [ 3 ] {} <Debug> HTTP-Session: 6070c66c-982d-491e-b6bd-7e41adf1b986 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6711 | 2024.08.16 04:37:57.806515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6712 | 2024.08.16 04:37:57.806565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6713 | 2024.08.16 04:37:57.806585 [ 3 ] {} <Debug> HTTP-Session: 015d73b7-1caa-433b-b1db-b3e91041424c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6714 | 2024.08.16 04:37:57.806602 [ 3 ] {} <Debug> HTTP-Session: 015d73b7-1caa-433b-b1db-b3e91041424c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6715 | 2024.08.16 04:37:57.806616 [ 3 ] {} <Debug> HTTP-Session: 015d73b7-1caa-433b-b1db-b3e91041424c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6716 | 2024.08.16 04:37:57.806648 [ 3 ] {} <Trace> HTTP-Session: 015d73b7-1caa-433b-b1db-b3e91041424c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6717 | 2024.08.16 04:37:57.806742 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6718 | 2024.08.16 04:37:57.806789 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6719 | 2024.08.16 04:37:57.806923 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6720 | 2024.08.16 04:37:57.807194 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6721 | 2024.08.16 04:37:57.807232 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6722 | 2024.08.16 04:37:57.807582 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6723 | 2024.08.16 04:37:57.807915 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6724 | 2024.08.16 04:37:57.808071 [ 98 ] {} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 6725 | 2024.08.16 04:37:57.808082 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec. | ||
| 6726 | 2024.08.16 04:37:57.808158 [ 98 ] {} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6727 | 2024.08.16 04:37:57.808224 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6728 | 2024.08.16 04:37:57.808455 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Debug> DynamicQueryHandler: Done processing query | ||
| 6729 | 2024.08.16 04:37:57.808535 [ 3 ] {e842c403-d9eb-45c4-8abd-99ceae69d413} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6730 | 2024.08.16 04:37:57.808614 [ 3 ] {} <Debug> HTTP-Session: 015d73b7-1caa-433b-b1db-b3e91041424c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6731 | 2024.08.16 04:37:57.808641 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 6732 | 2024.08.16 04:37:57.808885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6733 | 2024.08.16 04:37:57.808985 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6734 | 2024.08.16 04:37:57.808997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6735 | 2024.08.16 04:37:57.809064 [ 3 ] {} <Debug> HTTP-Session: 4bf571cd-7d5f-41b5-96aa-0f3993ecc7ec Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6736 | 2024.08.16 04:37:57.809067 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 6737 | 2024.08.16 04:37:57.809087 [ 3 ] {} <Debug> HTTP-Session: 4bf571cd-7d5f-41b5-96aa-0f3993ecc7ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6738 | 2024.08.16 04:37:57.809133 [ 3 ] {} <Debug> HTTP-Session: 4bf571cd-7d5f-41b5-96aa-0f3993ecc7ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6739 | 2024.08.16 04:37:57.809269 [ 3 ] {} <Trace> HTTP-Session: 4bf571cd-7d5f-41b5-96aa-0f3993ecc7ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6740 | 2024.08.16 04:37:57.809321 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 6741 | 2024.08.16 04:37:57.809584 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 6742 | 2024.08.16 04:37:57.809814 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 6743 | 2024.08.16 04:37:57.809854 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6744 | 2024.08.16 04:37:57.810125 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6745 | 2024.08.16 04:37:57.810205 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <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 | ||
| 6746 | 2024.08.16 04:37:57.810410 [ 197 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6747 | 2024.08.16 04:37:57.812550 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6748 | 2024.08.16 04:37:57.813621 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005269637 sec., 2846.495878179085 rows/sec., 191.80 KiB/sec. | ||
| 6749 | 2024.08.16 04:37:57.813903 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 6750 | 2024.08.16 04:37:57.814426 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6751 | 2024.08.16 04:37:57.814505 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6752 | 2024.08.16 04:37:57.815021 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6753 | 2024.08.16 04:37:57.815220 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_15_3} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 6754 | 2024.08.16 04:37:57.815366 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6755 | 2024.08.16 04:37:57.815708 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6756 | 2024.08.16 04:37:57.816152 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6757 | 2024.08.16 04:37:57.816327 [ 98 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6758 | 2024.08.16 04:37:57.816346 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006857 sec., 3937.5820329590197 rows/sec., 7.06 MiB/sec. | ||
| 6759 | 2024.08.16 04:37:57.816376 [ 98 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6760 | 2024.08.16 04:37:57.816436 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6761 | 2024.08.16 04:37:57.816768 [ 201 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 6762 | 2024.08.16 04:37:57.817002 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Debug> DynamicQueryHandler: Done processing query | ||
| 6763 | 2024.08.16 04:37:57.817064 [ 3 ] {24318efd-fc82-4d7f-a724-2fb69ee0f671} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6764 | 2024.08.16 04:37:57.817123 [ 3 ] {} <Debug> HTTP-Session: 4bf571cd-7d5f-41b5-96aa-0f3993ecc7ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6765 | 2024.08.16 04:37:57.817371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6766 | 2024.08.16 04:37:57.817378 [ 201 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6767 | 2024.08.16 04:37:57.817482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6768 | 2024.08.16 04:37:57.817523 [ 201 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 268 rows starting from the beginning of the part | ||
| 6769 | 2024.08.16 04:37:57.817534 [ 3 ] {} <Debug> HTTP-Session: 802ca871-4b19-48d7-a000-41a7c9a0b8ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6770 | 2024.08.16 04:37:57.817591 [ 3 ] {} <Debug> HTTP-Session: 802ca871-4b19-48d7-a000-41a7c9a0b8ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6771 | 2024.08.16 04:37:57.817643 [ 3 ] {} <Debug> HTTP-Session: 802ca871-4b19-48d7-a000-41a7c9a0b8ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6772 | 2024.08.16 04:37:57.817740 [ 3 ] {} <Trace> HTTP-Session: 802ca871-4b19-48d7-a000-41a7c9a0b8ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6773 | 2024.08.16 04:37:57.818182 [ 201 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part | ||
| 6774 | 2024.08.16 04:37:57.818191 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6775 | 2024.08.16 04:37:57.818314 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6776 | 2024.08.16 04:37:57.818924 [ 201 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 6777 | 2024.08.16 04:37:57.819166 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6778 | 2024.08.16 04:37:57.819612 [ 201 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 27 rows starting from the beginning of the part | ||
| 6779 | 2024.08.16 04:37:57.820268 [ 201 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 6780 | 2024.08.16 04:37:57.820433 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6781 | 2024.08.16 04:37:57.820550 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6782 | 2024.08.16 04:37:57.820934 [ 201 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part | ||
| 6783 | 2024.08.16 04:37:57.821871 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6784 | 2024.08.16 04:37:57.822734 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6785 | 2024.08.16 04:37:57.822982 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005 sec., 16400 rows/sec., 1.04 MiB/sec. | ||
| 6786 | 2024.08.16 04:37:57.823234 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6787 | 2024.08.16 04:37:57.823283 [ 3 ] {b16ab513-d99a-4d35-bc1d-5623be67223a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6788 | 2024.08.16 04:37:57.823327 [ 3 ] {} <Debug> HTTP-Session: 802ca871-4b19-48d7-a000-41a7c9a0b8ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6789 | 2024.08.16 04:37:57.825352 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 357 rows, containing 19 columns (19 merged, 0 gathered) in 0.008760282 sec., 40752.11277445179 rows/sec., 73.02 MiB/sec. | ||
| 6790 | 2024.08.16 04:37:57.826130 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6791 | 2024.08.16 04:37:57.826716 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6792 | 2024.08.16 04:37:57.826796 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6793 | 2024.08.16 04:37:57.826938 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 6794 | 2024.08.16 04:38:02.778600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6795 | 2024.08.16 04:38:02.778726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6796 | 2024.08.16 04:38:02.778752 [ 3 ] {} <Debug> HTTP-Session: 641687ad-b9a0-4901-a925-6fcfe80d1993 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6797 | 2024.08.16 04:38:02.778777 [ 3 ] {} <Debug> HTTP-Session: 641687ad-b9a0-4901-a925-6fcfe80d1993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6798 | 2024.08.16 04:38:02.778792 [ 3 ] {} <Debug> HTTP-Session: 641687ad-b9a0-4901-a925-6fcfe80d1993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6799 | 2024.08.16 04:38:02.778841 [ 3 ] {} <Trace> HTTP-Session: 641687ad-b9a0-4901-a925-6fcfe80d1993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2024.08.16 04:38:02.779013 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6801 | 2024.08.16 04:38:02.779080 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6802 | 2024.08.16 04:38:02.779270 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6803 | 2024.08.16 04:38:02.779718 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6804 | 2024.08.16 04:38:02.779760 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6805 | 2024.08.16 04:38:02.780130 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6806 | 2024.08.16 04:38:02.780485 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2024.08.16 04:38:02.780630 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001669 sec., 2396.644697423607 rows/sec., 194.26 KiB/sec. | ||
| 6808 | 2024.08.16 04:38:02.780977 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Debug> DynamicQueryHandler: Done processing query | ||
| 6809 | 2024.08.16 04:38:02.781013 [ 3 ] {42d61b2f-f535-4bd8-85cf-1fdf142e7257} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6810 | 2024.08.16 04:38:02.781037 [ 3 ] {} <Debug> HTTP-Session: 641687ad-b9a0-4901-a925-6fcfe80d1993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6811 | 2024.08.16 04:38:02.781186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6812 | 2024.08.16 04:38:02.781244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6813 | 2024.08.16 04:38:02.781265 [ 3 ] {} <Debug> HTTP-Session: 0a97cefe-f696-48af-b46c-f8382d591f8c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6814 | 2024.08.16 04:38:02.781284 [ 3 ] {} <Debug> HTTP-Session: 0a97cefe-f696-48af-b46c-f8382d591f8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6815 | 2024.08.16 04:38:02.781298 [ 3 ] {} <Debug> HTTP-Session: 0a97cefe-f696-48af-b46c-f8382d591f8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6816 | 2024.08.16 04:38:02.781337 [ 3 ] {} <Trace> HTTP-Session: 0a97cefe-f696-48af-b46c-f8382d591f8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6817 | 2024.08.16 04:38:02.781464 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6818 | 2024.08.16 04:38:02.781513 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6819 | 2024.08.16 04:38:02.781662 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6820 | 2024.08.16 04:38:02.782060 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2024.08.16 04:38:02.782099 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6822 | 2024.08.16 04:38:02.782419 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6823 | 2024.08.16 04:38:02.782732 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6824 | 2024.08.16 04:38:02.782862 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001446 sec., 47026.27939142462 rows/sec., 3.70 MiB/sec. | ||
| 6825 | 2024.08.16 04:38:02.783162 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6826 | 2024.08.16 04:38:02.783213 [ 3 ] {192d4dc7-c9d9-4dae-aa24-7ccc393e82c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6827 | 2024.08.16 04:38:02.783231 [ 3 ] {} <Debug> HTTP-Session: 0a97cefe-f696-48af-b46c-f8382d591f8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6828 | 2024.08.16 04:38:02.783406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6829 | 2024.08.16 04:38:02.783457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6830 | 2024.08.16 04:38:02.783478 [ 3 ] {} <Debug> HTTP-Session: a3db73c7-628e-495e-9fde-a628920c13cf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6831 | 2024.08.16 04:38:02.783495 [ 3 ] {} <Debug> HTTP-Session: a3db73c7-628e-495e-9fde-a628920c13cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6832 | 2024.08.16 04:38:02.783508 [ 3 ] {} <Debug> HTTP-Session: a3db73c7-628e-495e-9fde-a628920c13cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6833 | 2024.08.16 04:38:02.783540 [ 3 ] {} <Trace> HTTP-Session: a3db73c7-628e-495e-9fde-a628920c13cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6834 | 2024.08.16 04:38:02.783666 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6835 | 2024.08.16 04:38:02.783711 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6836 | 2024.08.16 04:38:02.783855 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6837 | 2024.08.16 04:38:02.784197 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6838 | 2024.08.16 04:38:02.784234 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6839 | 2024.08.16 04:38:02.784553 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6840 | 2024.08.16 04:38:02.784864 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6841 | 2024.08.16 04:38:02.784992 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001375 sec., 49454.545454545456 rows/sec., 3.86 MiB/sec. | ||
| 6842 | 2024.08.16 04:38:02.785162 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Debug> DynamicQueryHandler: Done processing query | ||
| 6843 | 2024.08.16 04:38:02.785186 [ 3 ] {43c5bc7b-426d-4600-b86e-9cf933cf8808} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6844 | 2024.08.16 04:38:02.785203 [ 3 ] {} <Debug> HTTP-Session: a3db73c7-628e-495e-9fde-a628920c13cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6845 | 2024.08.16 04:38:02.785356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6846 | 2024.08.16 04:38:02.785405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6847 | 2024.08.16 04:38:02.785426 [ 3 ] {} <Debug> HTTP-Session: 31a17275-dcb4-49b4-a01b-a38be7ebc136 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6848 | 2024.08.16 04:38:02.785442 [ 3 ] {} <Debug> HTTP-Session: 31a17275-dcb4-49b4-a01b-a38be7ebc136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6849 | 2024.08.16 04:38:02.785456 [ 3 ] {} <Debug> HTTP-Session: 31a17275-dcb4-49b4-a01b-a38be7ebc136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6850 | 2024.08.16 04:38:02.785487 [ 3 ] {} <Trace> HTTP-Session: 31a17275-dcb4-49b4-a01b-a38be7ebc136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6851 | 2024.08.16 04:38:02.785636 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6852 | 2024.08.16 04:38:02.785684 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6853 | 2024.08.16 04:38:02.785829 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6854 | 2024.08.16 04:38:02.786218 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2024.08.16 04:38:02.786255 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6856 | 2024.08.16 04:38:02.786644 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6857 | 2024.08.16 04:38:02.786994 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2024.08.16 04:38:02.787123 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
| 6859 | 2024.08.16 04:38:02.787296 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Debug> DynamicQueryHandler: Done processing query | ||
| 6860 | 2024.08.16 04:38:02.787323 [ 3 ] {57af5383-6467-4d78-9d98-41fd0c2ad380} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6861 | 2024.08.16 04:38:02.787339 [ 3 ] {} <Debug> HTTP-Session: 31a17275-dcb4-49b4-a01b-a38be7ebc136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6862 | 2024.08.16 04:38:02.787512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6863 | 2024.08.16 04:38:02.787562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6864 | 2024.08.16 04:38:02.787588 [ 3 ] {} <Debug> HTTP-Session: adecd95b-0921-4808-a2d3-a3b375554668 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6865 | 2024.08.16 04:38:02.787605 [ 3 ] {} <Debug> HTTP-Session: adecd95b-0921-4808-a2d3-a3b375554668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6866 | 2024.08.16 04:38:02.787619 [ 3 ] {} <Debug> HTTP-Session: adecd95b-0921-4808-a2d3-a3b375554668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6867 | 2024.08.16 04:38:02.787650 [ 3 ] {} <Trace> HTTP-Session: adecd95b-0921-4808-a2d3-a3b375554668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6868 | 2024.08.16 04:38:02.787795 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6869 | 2024.08.16 04:38:02.787860 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <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 | ||
| 6870 | 2024.08.16 04:38:02.788260 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6871 | 2024.08.16 04:38:02.788774 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2024.08.16 04:38:02.788812 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6873 | 2024.08.16 04:38:02.789391 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6874 | 2024.08.16 04:38:02.789803 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2024.08.16 04:38:02.789946 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002223 sec., 1799.3702204228518 rows/sec., 3.22 MiB/sec. | ||
| 6876 | 2024.08.16 04:38:02.790166 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Debug> DynamicQueryHandler: Done processing query | ||
| 6877 | 2024.08.16 04:38:02.790192 [ 3 ] {6358677f-9fcd-4527-b089-fe6e77183409} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6878 | 2024.08.16 04:38:02.790208 [ 3 ] {} <Debug> HTTP-Session: adecd95b-0921-4808-a2d3-a3b375554668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6879 | 2024.08.16 04:38:02.790333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6880 | 2024.08.16 04:38:02.790383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6881 | 2024.08.16 04:38:02.790402 [ 3 ] {} <Debug> HTTP-Session: 9c70ae51-a20b-4de1-a5db-1b3a16e0db41 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6882 | 2024.08.16 04:38:02.790419 [ 3 ] {} <Debug> HTTP-Session: 9c70ae51-a20b-4de1-a5db-1b3a16e0db41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6883 | 2024.08.16 04:38:02.790432 [ 3 ] {} <Debug> HTTP-Session: 9c70ae51-a20b-4de1-a5db-1b3a16e0db41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6884 | 2024.08.16 04:38:02.790462 [ 3 ] {} <Trace> HTTP-Session: 9c70ae51-a20b-4de1-a5db-1b3a16e0db41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6885 | 2024.08.16 04:38:02.790580 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6886 | 2024.08.16 04:38:02.790626 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6887 | 2024.08.16 04:38:02.790754 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6888 | 2024.08.16 04:38:02.791055 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2024.08.16 04:38:02.791092 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6890 | 2024.08.16 04:38:02.791448 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6891 | 2024.08.16 04:38:02.791771 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2024.08.16 04:38:02.791901 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
| 6893 | 2024.08.16 04:38:02.792068 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Debug> DynamicQueryHandler: Done processing query | ||
| 6894 | 2024.08.16 04:38:02.792093 [ 3 ] {7c502661-7707-4f2c-8159-2a5dc08ba544} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6895 | 2024.08.16 04:38:02.792109 [ 3 ] {} <Debug> HTTP-Session: 9c70ae51-a20b-4de1-a5db-1b3a16e0db41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6896 | 2024.08.16 04:38:04.666070 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6897 | 2024.08.16 04:38:04.666129 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6898 | 2024.08.16 04:38:07.784109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6899 | 2024.08.16 04:38:07.784261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6900 | 2024.08.16 04:38:07.784289 [ 3 ] {} <Debug> HTTP-Session: 5f1a0cd9-a7a6-4eb6-bc5b-ab8ea2029f91 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6901 | 2024.08.16 04:38:07.784314 [ 3 ] {} <Debug> HTTP-Session: 5f1a0cd9-a7a6-4eb6-bc5b-ab8ea2029f91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6902 | 2024.08.16 04:38:07.784330 [ 3 ] {} <Debug> HTTP-Session: 5f1a0cd9-a7a6-4eb6-bc5b-ab8ea2029f91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6903 | 2024.08.16 04:38:07.784378 [ 3 ] {} <Trace> HTTP-Session: 5f1a0cd9-a7a6-4eb6-bc5b-ab8ea2029f91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6904 | 2024.08.16 04:38:07.784594 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6905 | 2024.08.16 04:38:07.784669 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6906 | 2024.08.16 04:38:07.784862 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6907 | 2024.08.16 04:38:07.785354 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2024.08.16 04:38:07.785400 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6909 | 2024.08.16 04:38:07.785788 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6910 | 2024.08.16 04:38:07.786125 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6911 | 2024.08.16 04:38:07.786306 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001763 sec., 15314.804310833806 rows/sec., 1.21 MiB/sec. | ||
| 6912 | 2024.08.16 04:38:07.786674 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6913 | 2024.08.16 04:38:07.786708 [ 3 ] {63e0948f-6ecf-41ee-9592-f239785a83fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6914 | 2024.08.16 04:38:07.786727 [ 3 ] {} <Debug> HTTP-Session: 5f1a0cd9-a7a6-4eb6-bc5b-ab8ea2029f91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6915 | 2024.08.16 04:38:07.786978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6916 | 2024.08.16 04:38:07.787037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6917 | 2024.08.16 04:38:07.787060 [ 3 ] {} <Debug> HTTP-Session: ef21feaa-f9bb-4005-91af-327bae7db4ea Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6918 | 2024.08.16 04:38:07.787080 [ 3 ] {} <Debug> HTTP-Session: ef21feaa-f9bb-4005-91af-327bae7db4ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6919 | 2024.08.16 04:38:07.787097 [ 3 ] {} <Debug> HTTP-Session: ef21feaa-f9bb-4005-91af-327bae7db4ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6920 | 2024.08.16 04:38:07.787136 [ 3 ] {} <Trace> HTTP-Session: ef21feaa-f9bb-4005-91af-327bae7db4ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6921 | 2024.08.16 04:38:07.787330 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6922 | 2024.08.16 04:38:07.787381 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6923 | 2024.08.16 04:38:07.787531 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6924 | 2024.08.16 04:38:07.788055 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6925 | 2024.08.16 04:38:07.788094 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6926 | 2024.08.16 04:38:07.788433 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6927 | 2024.08.16 04:38:07.788745 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2024.08.16 04:38:07.788907 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001662 sec., 162454.87364620937 rows/sec., 14.20 MiB/sec. | ||
| 6929 | 2024.08.16 04:38:07.789235 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Debug> DynamicQueryHandler: Done processing query | ||
| 6930 | 2024.08.16 04:38:07.789269 [ 3 ] {9bf1a3a0-b4cf-4c27-9a95-d6acfb572554} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 6931 | 2024.08.16 04:38:07.789300 [ 3 ] {} <Debug> HTTP-Session: ef21feaa-f9bb-4005-91af-327bae7db4ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6932 | 2024.08.16 04:38:07.789438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6933 | 2024.08.16 04:38:07.789487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6934 | 2024.08.16 04:38:07.789505 [ 3 ] {} <Debug> HTTP-Session: 18092ffb-c0bd-4f14-b656-2afe4eade35d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6935 | 2024.08.16 04:38:07.789522 [ 3 ] {} <Debug> HTTP-Session: 18092ffb-c0bd-4f14-b656-2afe4eade35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6936 | 2024.08.16 04:38:07.789536 [ 3 ] {} <Debug> HTTP-Session: 18092ffb-c0bd-4f14-b656-2afe4eade35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6937 | 2024.08.16 04:38:07.789567 [ 3 ] {} <Trace> HTTP-Session: 18092ffb-c0bd-4f14-b656-2afe4eade35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6938 | 2024.08.16 04:38:07.789667 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6939 | 2024.08.16 04:38:07.789712 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6940 | 2024.08.16 04:38:07.789856 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6941 | 2024.08.16 04:38:07.790153 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6942 | 2024.08.16 04:38:07.790190 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6943 | 2024.08.16 04:38:07.790500 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6944 | 2024.08.16 04:38:07.790802 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6945 | 2024.08.16 04:38:07.790961 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001313 sec., 10662.604722010663 rows/sec., 746.74 KiB/sec. | ||
| 6946 | 2024.08.16 04:38:07.791287 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 6947 | 2024.08.16 04:38:07.791312 [ 3 ] {240ef805-a978-4195-b125-ee01b78a09ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6948 | 2024.08.16 04:38:07.791327 [ 3 ] {} <Debug> HTTP-Session: 18092ffb-c0bd-4f14-b656-2afe4eade35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6949 | 2024.08.16 04:38:07.791449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6950 | 2024.08.16 04:38:07.791498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6951 | 2024.08.16 04:38:07.791517 [ 3 ] {} <Debug> HTTP-Session: 30d7bd60-1db4-481a-b16e-71c0f8dfeb10 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6952 | 2024.08.16 04:38:07.791533 [ 3 ] {} <Debug> HTTP-Session: 30d7bd60-1db4-481a-b16e-71c0f8dfeb10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6953 | 2024.08.16 04:38:07.791546 [ 3 ] {} <Debug> HTTP-Session: 30d7bd60-1db4-481a-b16e-71c0f8dfeb10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6954 | 2024.08.16 04:38:07.791577 [ 3 ] {} <Trace> HTTP-Session: 30d7bd60-1db4-481a-b16e-71c0f8dfeb10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6955 | 2024.08.16 04:38:07.791683 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6956 | 2024.08.16 04:38:07.791727 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6957 | 2024.08.16 04:38:07.791871 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6958 | 2024.08.16 04:38:07.792209 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6959 | 2024.08.16 04:38:07.792245 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6960 | 2024.08.16 04:38:07.792546 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6961 | 2024.08.16 04:38:07.792847 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6962 | 2024.08.16 04:38:07.793002 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 265.74 KiB/sec. | ||
| 6963 | 2024.08.16 04:38:07.793173 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6964 | 2024.08.16 04:38:07.793197 [ 3 ] {6129da02-d0bb-4723-84c8-0b700478927a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6965 | 2024.08.16 04:38:07.793213 [ 3 ] {} <Debug> HTTP-Session: 30d7bd60-1db4-481a-b16e-71c0f8dfeb10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6966 | 2024.08.16 04:38:07.793371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6967 | 2024.08.16 04:38:07.793419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6968 | 2024.08.16 04:38:07.793437 [ 3 ] {} <Debug> HTTP-Session: 62b05c12-b4e3-4800-81fc-fdba6f799452 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6969 | 2024.08.16 04:38:07.793453 [ 3 ] {} <Debug> HTTP-Session: 62b05c12-b4e3-4800-81fc-fdba6f799452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6970 | 2024.08.16 04:38:07.793468 [ 3 ] {} <Debug> HTTP-Session: 62b05c12-b4e3-4800-81fc-fdba6f799452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6971 | 2024.08.16 04:38:07.793498 [ 3 ] {} <Trace> HTTP-Session: 62b05c12-b4e3-4800-81fc-fdba6f799452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6972 | 2024.08.16 04:38:07.793710 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6973 | 2024.08.16 04:38:07.793752 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6974 | 2024.08.16 04:38:07.793875 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6975 | 2024.08.16 04:38:07.794443 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6976 | 2024.08.16 04:38:07.794479 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6977 | 2024.08.16 04:38:07.794800 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6978 | 2024.08.16 04:38:07.795104 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6979 | 2024.08.16 04:38:07.795258 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001648 sec., 248179.61165048546 rows/sec., 17.68 MiB/sec. | ||
| 6980 | 2024.08.16 04:38:07.795522 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 6981 | 2024.08.16 04:38:07.795574 [ 3 ] {acd5b9e4-c81d-4569-a4aa-582aa56cf5ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 6982 | 2024.08.16 04:38:07.795606 [ 3 ] {} <Debug> HTTP-Session: 62b05c12-b4e3-4800-81fc-fdba6f799452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6983 | 2024.08.16 04:38:07.795746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6984 | 2024.08.16 04:38:07.795795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6985 | 2024.08.16 04:38:07.795813 [ 3 ] {} <Debug> HTTP-Session: 76d2c3d7-0fa4-4f43-b3ce-ec4a7ad03018 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 6986 | 2024.08.16 04:38:07.795830 [ 3 ] {} <Debug> HTTP-Session: 76d2c3d7-0fa4-4f43-b3ce-ec4a7ad03018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6987 | 2024.08.16 04:38:07.795843 [ 3 ] {} <Debug> HTTP-Session: 76d2c3d7-0fa4-4f43-b3ce-ec4a7ad03018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6988 | 2024.08.16 04:38:07.795874 [ 3 ] {} <Trace> HTTP-Session: 76d2c3d7-0fa4-4f43-b3ce-ec4a7ad03018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2024.08.16 04:38:07.795972 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6990 | 2024.08.16 04:38:07.796019 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6991 | 2024.08.16 04:38:07.796166 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6992 | 2024.08.16 04:38:07.796448 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2024.08.16 04:38:07.796485 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 6994 | 2024.08.16 04:38:07.796838 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6995 | 2024.08.16 04:38:07.797158 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6996 | 2024.08.16 04:38:07.797307 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec. | ||
| 6997 | 2024.08.16 04:38:07.797324 [ 86 ] {} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6998 | 2024.08.16 04:38:07.797430 [ 86 ] {} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6999 | 2024.08.16 04:38:07.797473 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7000 | 2024.08.16 04:38:07.797564 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7001 | 2024.08.16 04:38:07.797599 [ 3 ] {ce7c9712-aff8-4098-8605-daeb9ed266b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7002 | 2024.08.16 04:38:07.797621 [ 3 ] {} <Debug> HTTP-Session: 76d2c3d7-0fa4-4f43-b3ce-ec4a7ad03018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7003 | 2024.08.16 04:38:07.797629 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::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 | ||
| 7004 | 2024.08.16 04:38:07.797771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7005 | 2024.08.16 04:38:07.797788 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7006 | 2024.08.16 04:38:07.797836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7007 | 2024.08.16 04:38:07.797837 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 7008 | 2024.08.16 04:38:07.797863 [ 3 ] {} <Debug> HTTP-Session: 890e1a05-33e1-4e14-a926-3b52b9fd6599 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7009 | 2024.08.16 04:38:07.797885 [ 3 ] {} <Debug> HTTP-Session: 890e1a05-33e1-4e14-a926-3b52b9fd6599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7010 | 2024.08.16 04:38:07.797904 [ 3 ] {} <Debug> HTTP-Session: 890e1a05-33e1-4e14-a926-3b52b9fd6599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7011 | 2024.08.16 04:38:07.797985 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 7012 | 2024.08.16 04:38:07.798027 [ 3 ] {} <Trace> HTTP-Session: 890e1a05-33e1-4e14-a926-3b52b9fd6599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7013 | 2024.08.16 04:38:07.798307 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 7014 | 2024.08.16 04:38:07.798396 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 7015 | 2024.08.16 04:38:07.798570 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7016 | 2024.08.16 04:38:07.798833 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 7017 | 2024.08.16 04:38:07.798862 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7018 | 2024.08.16 04:38:07.799169 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 7019 | 2024.08.16 04:38:07.799698 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7020 | 2024.08.16 04:38:07.800405 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2024.08.16 04:38:07.800453 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7022 | 2024.08.16 04:38:07.800871 [ 200 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00332262 sec., 28892.861657366775 rows/sec., 1.47 MiB/sec. | ||
| 7023 | 2024.08.16 04:38:07.801081 [ 194 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7024 | 2024.08.16 04:38:07.801112 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7025 | 2024.08.16 04:38:07.801915 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7026 | 2024.08.16 04:38:07.802023 [ 194 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7027 | 2024.08.16 04:38:07.802259 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003978 sec., 59577.67722473605 rows/sec., 3.99 MiB/sec. | ||
| 7028 | 2024.08.16 04:38:07.802293 [ 194 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_16_3} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7029 | 2024.08.16 04:38:07.802639 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7030 | 2024.08.16 04:38:07.802798 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7031 | 2024.08.16 04:38:07.802845 [ 3 ] {0471a7e2-eddb-4333-a196-c2ae4cfda2bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7032 | 2024.08.16 04:38:07.802870 [ 3 ] {} <Debug> HTTP-Session: 890e1a05-33e1-4e14-a926-3b52b9fd6599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7033 | 2024.08.16 04:38:07.802996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7034 | 2024.08.16 04:38:07.803044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7035 | 2024.08.16 04:38:07.803063 [ 3 ] {} <Debug> HTTP-Session: 53ade433-312a-4170-afba-4adb59b5c2cb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7036 | 2024.08.16 04:38:07.803080 [ 3 ] {} <Debug> HTTP-Session: 53ade433-312a-4170-afba-4adb59b5c2cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7037 | 2024.08.16 04:38:07.803094 [ 3 ] {} <Debug> HTTP-Session: 53ade433-312a-4170-afba-4adb59b5c2cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7038 | 2024.08.16 04:38:07.803124 [ 3 ] {} <Trace> HTTP-Session: 53ade433-312a-4170-afba-4adb59b5c2cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7039 | 2024.08.16 04:38:07.803220 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7040 | 2024.08.16 04:38:07.803267 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7041 | 2024.08.16 04:38:07.803425 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7042 | 2024.08.16 04:38:07.803693 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7043 | 2024.08.16 04:38:07.803729 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7044 | 2024.08.16 04:38:07.804079 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7045 | 2024.08.16 04:38:07.804404 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7046 | 2024.08.16 04:38:07.804567 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001363 sec., 733.6757153338224 rows/sec., 49.44 KiB/sec. | ||
| 7047 | 2024.08.16 04:38:07.804856 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7048 | 2024.08.16 04:38:07.804881 [ 3 ] {92266424-cbb6-4567-8066-858129eacfb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7049 | 2024.08.16 04:38:07.804896 [ 3 ] {} <Debug> HTTP-Session: 53ade433-312a-4170-afba-4adb59b5c2cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7050 | 2024.08.16 04:38:07.805036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7051 | 2024.08.16 04:38:07.805104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7052 | 2024.08.16 04:38:07.805135 [ 3 ] {} <Debug> HTTP-Session: 80d215cf-486e-4d99-9ef8-4716fd07e921 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7053 | 2024.08.16 04:38:07.805160 [ 3 ] {} <Debug> HTTP-Session: 80d215cf-486e-4d99-9ef8-4716fd07e921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7054 | 2024.08.16 04:38:07.805181 [ 3 ] {} <Debug> HTTP-Session: 80d215cf-486e-4d99-9ef8-4716fd07e921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7055 | 2024.08.16 04:38:07.805223 [ 3 ] {} <Trace> HTTP-Session: 80d215cf-486e-4d99-9ef8-4716fd07e921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7056 | 2024.08.16 04:38:07.805735 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7057 | 2024.08.16 04:38:07.805837 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <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 | ||
| 7058 | 2024.08.16 04:38:07.806486 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7059 | 2024.08.16 04:38:07.807335 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2024.08.16 04:38:07.807386 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7061 | 2024.08.16 04:38:07.808334 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7062 | 2024.08.16 04:38:07.808975 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7063 | 2024.08.16 04:38:07.809218 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003872 sec., 6973.140495867769 rows/sec., 12.50 MiB/sec. | ||
| 7064 | 2024.08.16 04:38:07.809523 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Debug> DynamicQueryHandler: Done processing query | ||
| 7065 | 2024.08.16 04:38:07.809559 [ 3 ] {225b76a7-6b40-4783-ae97-1ef5d488b873} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7066 | 2024.08.16 04:38:07.809583 [ 3 ] {} <Debug> HTTP-Session: 80d215cf-486e-4d99-9ef8-4716fd07e921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7067 | 2024.08.16 04:38:07.809744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7068 | 2024.08.16 04:38:07.809813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7069 | 2024.08.16 04:38:07.809845 [ 3 ] {} <Debug> HTTP-Session: f8c95936-03f8-4495-9b9c-c279cb3ec54d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7070 | 2024.08.16 04:38:07.809871 [ 3 ] {} <Debug> HTTP-Session: f8c95936-03f8-4495-9b9c-c279cb3ec54d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7071 | 2024.08.16 04:38:07.809893 [ 3 ] {} <Debug> HTTP-Session: f8c95936-03f8-4495-9b9c-c279cb3ec54d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7072 | 2024.08.16 04:38:07.809938 [ 3 ] {} <Trace> HTTP-Session: f8c95936-03f8-4495-9b9c-c279cb3ec54d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7073 | 2024.08.16 04:38:07.810123 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7074 | 2024.08.16 04:38:07.810185 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7075 | 2024.08.16 04:38:07.810377 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7076 | 2024.08.16 04:38:07.810773 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7077 | 2024.08.16 04:38:07.810822 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7078 | 2024.08.16 04:38:07.811321 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7079 | 2024.08.16 04:38:07.811643 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2024.08.16 04:38:07.811805 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001764 sec., 46485.26077097506 rows/sec., 2.95 MiB/sec. | ||
| 7081 | 2024.08.16 04:38:07.812010 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Debug> DynamicQueryHandler: Done processing query | ||
| 7082 | 2024.08.16 04:38:07.812036 [ 3 ] {b3243a6d-ebdf-4f61-bfa1-4fc730ed3237} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7083 | 2024.08.16 04:38:07.812052 [ 3 ] {} <Debug> HTTP-Session: f8c95936-03f8-4495-9b9c-c279cb3ec54d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7084 | 2024.08.16 04:38:12.808873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7085 | 2024.08.16 04:38:12.809016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7086 | 2024.08.16 04:38:12.809046 [ 3 ] {} <Debug> HTTP-Session: 61e44f34-80b3-4222-a531-dd7b90f9c0df Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7087 | 2024.08.16 04:38:12.809073 [ 3 ] {} <Debug> HTTP-Session: 61e44f34-80b3-4222-a531-dd7b90f9c0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7088 | 2024.08.16 04:38:12.809091 [ 3 ] {} <Debug> HTTP-Session: 61e44f34-80b3-4222-a531-dd7b90f9c0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7089 | 2024.08.16 04:38:12.809148 [ 3 ] {} <Trace> HTTP-Session: 61e44f34-80b3-4222-a531-dd7b90f9c0df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7090 | 2024.08.16 04:38:12.809352 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7091 | 2024.08.16 04:38:12.809427 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7092 | 2024.08.16 04:38:12.809648 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7093 | 2024.08.16 04:38:12.810129 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2024.08.16 04:38:12.810174 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7095 | 2024.08.16 04:38:12.810543 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7096 | 2024.08.16 04:38:12.810877 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7097 | 2024.08.16 04:38:12.811059 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001757 sec., 2276.607854297097 rows/sec., 184.53 KiB/sec. | ||
| 7098 | 2024.08.16 04:38:12.811430 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Debug> DynamicQueryHandler: Done processing query | ||
| 7099 | 2024.08.16 04:38:12.811457 [ 3 ] {2ed527e1-90f1-4681-b221-7787d1392c86} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7100 | 2024.08.16 04:38:12.811474 [ 3 ] {} <Debug> HTTP-Session: 61e44f34-80b3-4222-a531-dd7b90f9c0df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7101 | 2024.08.16 04:38:12.811714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7102 | 2024.08.16 04:38:12.811771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7103 | 2024.08.16 04:38:12.811790 [ 3 ] {} <Debug> HTTP-Session: 9ddfee66-3e8b-49b2-a8c4-f56322ac0600 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7104 | 2024.08.16 04:38:12.811809 [ 3 ] {} <Debug> HTTP-Session: 9ddfee66-3e8b-49b2-a8c4-f56322ac0600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7105 | 2024.08.16 04:38:12.811823 [ 3 ] {} <Debug> HTTP-Session: 9ddfee66-3e8b-49b2-a8c4-f56322ac0600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7106 | 2024.08.16 04:38:12.811859 [ 3 ] {} <Trace> HTTP-Session: 9ddfee66-3e8b-49b2-a8c4-f56322ac0600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7107 | 2024.08.16 04:38:12.812331 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7108 | 2024.08.16 04:38:12.812380 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7109 | 2024.08.16 04:38:12.812535 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7110 | 2024.08.16 04:38:12.813654 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2024.08.16 04:38:12.813693 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7112 | 2024.08.16 04:38:12.814084 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7113 | 2024.08.16 04:38:12.814396 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2024.08.16 04:38:12.814565 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Debug> executeQuery: Read 1208 rows, 101.60 KiB in 0.002553 sec., 473168.82099490793 rows/sec., 38.86 MiB/sec. | ||
| 7115 | 2024.08.16 04:38:12.814759 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Debug> DynamicQueryHandler: Done processing query | ||
| 7116 | 2024.08.16 04:38:12.814784 [ 3 ] {25c6abf1-d436-490f-928f-a51523f8e357} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 7117 | 2024.08.16 04:38:12.814799 [ 3 ] {} <Debug> HTTP-Session: 9ddfee66-3e8b-49b2-a8c4-f56322ac0600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7118 | 2024.08.16 04:38:12.814981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7119 | 2024.08.16 04:38:12.815033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7120 | 2024.08.16 04:38:12.815052 [ 3 ] {} <Debug> HTTP-Session: 0ceb8ac8-35a7-42f4-940b-f84b9217f2e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7121 | 2024.08.16 04:38:12.815070 [ 3 ] {} <Debug> HTTP-Session: 0ceb8ac8-35a7-42f4-940b-f84b9217f2e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7122 | 2024.08.16 04:38:12.815083 [ 3 ] {} <Debug> HTTP-Session: 0ceb8ac8-35a7-42f4-940b-f84b9217f2e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7123 | 2024.08.16 04:38:12.815116 [ 3 ] {} <Trace> HTTP-Session: 0ceb8ac8-35a7-42f4-940b-f84b9217f2e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7124 | 2024.08.16 04:38:12.815270 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7125 | 2024.08.16 04:38:12.815314 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7126 | 2024.08.16 04:38:12.815445 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7127 | 2024.08.16 04:38:12.815861 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7128 | 2024.08.16 04:38:12.815898 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7129 | 2024.08.16 04:38:12.816214 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7130 | 2024.08.16 04:38:12.816517 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7131 | 2024.08.16 04:38:12.816679 [ 83 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7132 | 2024.08.16 04:38:12.816687 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001481 sec., 153950.03376097232 rows/sec., 10.42 MiB/sec. | ||
| 7133 | 2024.08.16 04:38:12.816776 [ 83 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2024.08.16 04:38:12.816846 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7135 | 2024.08.16 04:38:12.817018 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Debug> DynamicQueryHandler: Done processing query | ||
| 7136 | 2024.08.16 04:38:12.817032 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::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 | ||
| 7137 | 2024.08.16 04:38:12.817054 [ 3 ] {444b777e-2a24-4cbe-b579-0d3470316627} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7138 | 2024.08.16 04:38:12.817105 [ 3 ] {} <Debug> HTTP-Session: 0ceb8ac8-35a7-42f4-940b-f84b9217f2e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7139 | 2024.08.16 04:38:12.817240 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7140 | 2024.08.16 04:38:12.817280 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
| 7141 | 2024.08.16 04:38:12.817333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 86510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7142 | 2024.08.16 04:38:12.817478 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 7143 | 2024.08.16 04:38:12.817497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7144 | 2024.08.16 04:38:12.817596 [ 3 ] {} <Debug> HTTP-Session: d21fe93f-b535-47c1-a15f-75d68d907faa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7145 | 2024.08.16 04:38:12.817706 [ 3 ] {} <Debug> HTTP-Session: d21fe93f-b535-47c1-a15f-75d68d907faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7146 | 2024.08.16 04:38:12.817804 [ 3 ] {} <Debug> HTTP-Session: d21fe93f-b535-47c1-a15f-75d68d907faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7147 | 2024.08.16 04:38:12.817838 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 7148 | 2024.08.16 04:38:12.817953 [ 3 ] {} <Trace> HTTP-Session: d21fe93f-b535-47c1-a15f-75d68d907faa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7149 | 2024.08.16 04:38:12.818094 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 7150 | 2024.08.16 04:38:12.818285 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7151 | 2024.08.16 04:38:12.818353 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
| 7152 | 2024.08.16 04:38:12.818660 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7153 | 2024.08.16 04:38:12.818856 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7154 | 2024.08.16 04:38:12.819300 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7155 | 2024.08.16 04:38:12.820609 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2024.08.16 04:38:12.820706 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7157 | 2024.08.16 04:38:12.820880 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 4 columns (4 merged, 0 gathered) in 0.003934115 sec., 188098.2126856993 rows/sec., 12.05 MiB/sec. | ||
| 7158 | 2024.08.16 04:38:12.821133 [ 194 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7159 | 2024.08.16 04:38:12.821303 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7160 | 2024.08.16 04:38:12.822114 [ 194 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7161 | 2024.08.16 04:38:12.822162 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7162 | 2024.08.16 04:38:12.822311 [ 194 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_21_4} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7163 | 2024.08.16 04:38:12.822491 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Debug> executeQuery: Read 524 rows, 39.72 KiB in 0.004265 sec., 122860.49237983588 rows/sec., 9.10 MiB/sec. | ||
| 7164 | 2024.08.16 04:38:12.822522 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7165 | 2024.08.16 04:38:12.822770 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Debug> DynamicQueryHandler: Done processing query | ||
| 7166 | 2024.08.16 04:38:12.822799 [ 3 ] {44bcb4f0-4af8-4c68-88c4-39db5dd90055} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 7167 | 2024.08.16 04:38:12.822815 [ 3 ] {} <Debug> HTTP-Session: d21fe93f-b535-47c1-a15f-75d68d907faa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7168 | 2024.08.16 04:38:12.823055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7169 | 2024.08.16 04:38:12.823104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7170 | 2024.08.16 04:38:12.823122 [ 3 ] {} <Debug> HTTP-Session: 7bbb5439-054f-4947-8c57-dcf5d4af73b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7171 | 2024.08.16 04:38:12.823138 [ 3 ] {} <Debug> HTTP-Session: 7bbb5439-054f-4947-8c57-dcf5d4af73b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7172 | 2024.08.16 04:38:12.823152 [ 3 ] {} <Debug> HTTP-Session: 7bbb5439-054f-4947-8c57-dcf5d4af73b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7173 | 2024.08.16 04:38:12.823182 [ 3 ] {} <Trace> HTTP-Session: 7bbb5439-054f-4947-8c57-dcf5d4af73b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7174 | 2024.08.16 04:38:12.823616 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7175 | 2024.08.16 04:38:12.823666 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7176 | 2024.08.16 04:38:12.823831 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7177 | 2024.08.16 04:38:12.824647 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7178 | 2024.08.16 04:38:12.824684 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7179 | 2024.08.16 04:38:12.825137 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7180 | 2024.08.16 04:38:12.825481 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7181 | 2024.08.16 04:38:12.825629 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002294 sec., 367916.30340017437 rows/sec., 24.76 MiB/sec. | ||
| 7182 | 2024.08.16 04:38:12.825927 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Debug> DynamicQueryHandler: Done processing query | ||
| 7183 | 2024.08.16 04:38:12.825961 [ 3 ] {64ffae64-d857-41eb-8a3a-26ca0dc12c80} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 7184 | 2024.08.16 04:38:12.825978 [ 3 ] {} <Debug> HTTP-Session: 7bbb5439-054f-4947-8c57-dcf5d4af73b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7185 | 2024.08.16 04:38:12.826116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7186 | 2024.08.16 04:38:12.826166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7187 | 2024.08.16 04:38:12.826184 [ 3 ] {} <Debug> HTTP-Session: 2a996b52-f383-43c1-82cf-74d14a5a6975 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7188 | 2024.08.16 04:38:12.826201 [ 3 ] {} <Debug> HTTP-Session: 2a996b52-f383-43c1-82cf-74d14a5a6975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7189 | 2024.08.16 04:38:12.826214 [ 3 ] {} <Debug> HTTP-Session: 2a996b52-f383-43c1-82cf-74d14a5a6975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7190 | 2024.08.16 04:38:12.826244 [ 3 ] {} <Trace> HTTP-Session: 2a996b52-f383-43c1-82cf-74d14a5a6975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7191 | 2024.08.16 04:38:12.826371 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7192 | 2024.08.16 04:38:12.826439 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <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 | ||
| 7193 | 2024.08.16 04:38:12.826886 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7194 | 2024.08.16 04:38:12.827432 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2024.08.16 04:38:12.827469 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7196 | 2024.08.16 04:38:12.828042 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7197 | 2024.08.16 04:38:12.828442 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2024.08.16 04:38:12.828633 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002313 sec., 1729.3558149589278 rows/sec., 3.10 MiB/sec. | ||
| 7199 | 2024.08.16 04:38:12.828865 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7200 | 2024.08.16 04:38:12.828890 [ 3 ] {48b190e3-4c6e-435a-9e01-d731529724c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7201 | 2024.08.16 04:38:12.828906 [ 3 ] {} <Debug> HTTP-Session: 2a996b52-f383-43c1-82cf-74d14a5a6975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7202 | 2024.08.16 04:38:12.829042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7203 | 2024.08.16 04:38:12.829090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7204 | 2024.08.16 04:38:12.829109 [ 3 ] {} <Debug> HTTP-Session: b9ccee77-bfdc-43f6-bcdf-0c6a7a1f2bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7205 | 2024.08.16 04:38:12.829124 [ 3 ] {} <Debug> HTTP-Session: b9ccee77-bfdc-43f6-bcdf-0c6a7a1f2bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7206 | 2024.08.16 04:38:12.829138 [ 3 ] {} <Debug> HTTP-Session: b9ccee77-bfdc-43f6-bcdf-0c6a7a1f2bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7207 | 2024.08.16 04:38:12.829169 [ 3 ] {} <Trace> HTTP-Session: b9ccee77-bfdc-43f6-bcdf-0c6a7a1f2bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7208 | 2024.08.16 04:38:12.829291 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7209 | 2024.08.16 04:38:12.829336 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7210 | 2024.08.16 04:38:12.829464 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7211 | 2024.08.16 04:38:12.829781 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7212 | 2024.08.16 04:38:12.829818 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7213 | 2024.08.16 04:38:12.830183 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7214 | 2024.08.16 04:38:12.830506 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7215 | 2024.08.16 04:38:12.830665 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
| 7216 | 2024.08.16 04:38:12.830882 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 7217 | 2024.08.16 04:38:12.830906 [ 3 ] {3c5691ab-21be-4b5b-87af-b308e09893ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7218 | 2024.08.16 04:38:12.830921 [ 3 ] {} <Debug> HTTP-Session: b9ccee77-bfdc-43f6-bcdf-0c6a7a1f2bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7219 | 2024.08.16 04:38:17.785147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7220 | 2024.08.16 04:38:17.785300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7221 | 2024.08.16 04:38:17.785325 [ 3 ] {} <Debug> HTTP-Session: d01da0d7-6c0c-46d1-9378-6bdee9af8495 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7222 | 2024.08.16 04:38:17.785348 [ 3 ] {} <Debug> HTTP-Session: d01da0d7-6c0c-46d1-9378-6bdee9af8495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7223 | 2024.08.16 04:38:17.785363 [ 3 ] {} <Debug> HTTP-Session: d01da0d7-6c0c-46d1-9378-6bdee9af8495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7224 | 2024.08.16 04:38:17.785412 [ 3 ] {} <Trace> HTTP-Session: d01da0d7-6c0c-46d1-9378-6bdee9af8495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7225 | 2024.08.16 04:38:17.785602 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7226 | 2024.08.16 04:38:17.785669 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7227 | 2024.08.16 04:38:17.785860 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7228 | 2024.08.16 04:38:17.786304 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7229 | 2024.08.16 04:38:17.786351 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7230 | 2024.08.16 04:38:17.786718 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7231 | 2024.08.16 04:38:17.787051 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7232 | 2024.08.16 04:38:17.787247 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001694 sec., 15938.606847697756 rows/sec., 1.26 MiB/sec. | ||
| 7233 | 2024.08.16 04:38:17.787466 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7234 | 2024.08.16 04:38:17.787493 [ 3 ] {60ea1611-7b2a-4986-961f-0066d25e20a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7235 | 2024.08.16 04:38:17.787510 [ 3 ] {} <Debug> HTTP-Session: d01da0d7-6c0c-46d1-9378-6bdee9af8495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7236 | 2024.08.16 04:38:17.787715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7237 | 2024.08.16 04:38:17.787772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7238 | 2024.08.16 04:38:17.787791 [ 3 ] {} <Debug> HTTP-Session: 7083fe48-df60-4550-b6b3-61bf8b75cbb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7239 | 2024.08.16 04:38:17.787810 [ 3 ] {} <Debug> HTTP-Session: 7083fe48-df60-4550-b6b3-61bf8b75cbb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7240 | 2024.08.16 04:38:17.787824 [ 3 ] {} <Debug> HTTP-Session: 7083fe48-df60-4550-b6b3-61bf8b75cbb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7241 | 2024.08.16 04:38:17.787860 [ 3 ] {} <Trace> HTTP-Session: 7083fe48-df60-4550-b6b3-61bf8b75cbb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7242 | 2024.08.16 04:38:17.788037 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7243 | 2024.08.16 04:38:17.788084 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7244 | 2024.08.16 04:38:17.788218 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7245 | 2024.08.16 04:38:17.788735 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2024.08.16 04:38:17.788774 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7247 | 2024.08.16 04:38:17.789112 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7248 | 2024.08.16 04:38:17.789425 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7249 | 2024.08.16 04:38:17.789580 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001631 sec., 165542.61189454322 rows/sec., 14.47 MiB/sec. | ||
| 7250 | 2024.08.16 04:38:17.789589 [ 79 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7251 | 2024.08.16 04:38:17.789696 [ 79 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7252 | 2024.08.16 04:38:17.789742 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7253 | 2024.08.16 04:38:17.789837 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Debug> DynamicQueryHandler: Done processing query | ||
| 7254 | 2024.08.16 04:38:17.789898 [ 3 ] {f8b2017a-c747-4ad2-a3c6-7d5567963899} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 7255 | 2024.08.16 04:38:17.789933 [ 3 ] {} <Debug> HTTP-Session: 7083fe48-df60-4550-b6b3-61bf8b75cbb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7256 | 2024.08.16 04:38:17.789968 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::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 | ||
| 7257 | 2024.08.16 04:38:17.790099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7258 | 2024.08.16 04:38:17.790217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7259 | 2024.08.16 04:38:17.790275 [ 3 ] {} <Debug> HTTP-Session: fff28a08-cfde-459d-b3a9-1c0848882477 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7260 | 2024.08.16 04:38:17.790292 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7261 | 2024.08.16 04:38:17.790310 [ 3 ] {} <Debug> HTTP-Session: fff28a08-cfde-459d-b3a9-1c0848882477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7262 | 2024.08.16 04:38:17.790347 [ 3 ] {} <Debug> HTTP-Session: fff28a08-cfde-459d-b3a9-1c0848882477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7263 | 2024.08.16 04:38:17.790362 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1430 rows starting from the beginning of the part | ||
| 7264 | 2024.08.16 04:38:17.790409 [ 3 ] {} <Trace> HTTP-Session: fff28a08-cfde-459d-b3a9-1c0848882477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7265 | 2024.08.16 04:38:17.790532 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 271 rows starting from the beginning of the part | ||
| 7266 | 2024.08.16 04:38:17.790696 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7267 | 2024.08.16 04:38:17.790903 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 68 rows starting from the beginning of the part | ||
| 7268 | 2024.08.16 04:38:17.790947 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7269 | 2024.08.16 04:38:17.791333 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 270 rows starting from the beginning of the part | ||
| 7270 | 2024.08.16 04:38:17.791588 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1208 rows starting from the beginning of the part | ||
| 7271 | 2024.08.16 04:38:17.791961 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 270 rows starting from the beginning of the part | ||
| 7272 | 2024.08.16 04:38:17.792368 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7273 | 2024.08.16 04:38:17.793225 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7274 | 2024.08.16 04:38:17.793279 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7275 | 2024.08.16 04:38:17.794033 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7276 | 2024.08.16 04:38:17.794756 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2024.08.16 04:38:17.794930 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004389 sec., 3189.792663476874 rows/sec., 223.39 KiB/sec. | ||
| 7278 | 2024.08.16 04:38:17.795161 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Debug> DynamicQueryHandler: Done processing query | ||
| 7279 | 2024.08.16 04:38:17.795224 [ 3 ] {b1056371-4185-4191-890a-1fe89caca753} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7280 | 2024.08.16 04:38:17.795262 [ 3 ] {} <Debug> HTTP-Session: fff28a08-cfde-459d-b3a9-1c0848882477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7281 | 2024.08.16 04:38:17.795476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7282 | 2024.08.16 04:38:17.795528 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3517 rows, containing 4 columns (4 merged, 0 gathered) in 0.005700658 sec., 616946.3244418452 rows/sec., 51.67 MiB/sec. | ||
| 7283 | 2024.08.16 04:38:17.795548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7284 | 2024.08.16 04:38:17.795596 [ 3 ] {} <Debug> HTTP-Session: a1478fc9-79d0-4c61-b871-06fd6996b36a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7285 | 2024.08.16 04:38:17.795622 [ 3 ] {} <Debug> HTTP-Session: a1478fc9-79d0-4c61-b871-06fd6996b36a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7286 | 2024.08.16 04:38:17.795637 [ 3 ] {} <Debug> HTTP-Session: a1478fc9-79d0-4c61-b871-06fd6996b36a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7287 | 2024.08.16 04:38:17.795676 [ 3 ] {} <Trace> HTTP-Session: a1478fc9-79d0-4c61-b871-06fd6996b36a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7288 | 2024.08.16 04:38:17.795816 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7289 | 2024.08.16 04:38:17.795839 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7290 | 2024.08.16 04:38:17.795897 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7291 | 2024.08.16 04:38:17.796502 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7292 | 2024.08.16 04:38:17.796805 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2024.08.16 04:38:17.797036 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_36_7} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7294 | 2024.08.16 04:38:17.797135 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2024.08.16 04:38:17.797206 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 7296 | 2024.08.16 04:38:17.797212 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7297 | 2024.08.16 04:38:17.797574 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7298 | 2024.08.16 04:38:17.797896 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7299 | 2024.08.16 04:38:17.798056 [ 79 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7300 | 2024.08.16 04:38:17.798064 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002292 sec., 2617.801047120419 rows/sec., 154.67 KiB/sec. | ||
| 7301 | 2024.08.16 04:38:17.798107 [ 79 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2024.08.16 04:38:17.798170 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7303 | 2024.08.16 04:38:17.798377 [ 194 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 7304 | 2024.08.16 04:38:17.798438 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7305 | 2024.08.16 04:38:17.798487 [ 3 ] {78c49863-86e2-43dc-8f68-f2da7c0c88fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7306 | 2024.08.16 04:38:17.798533 [ 3 ] {} <Debug> HTTP-Session: a1478fc9-79d0-4c61-b871-06fd6996b36a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7307 | 2024.08.16 04:38:17.798621 [ 194 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7308 | 2024.08.16 04:38:17.798656 [ 194 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
| 7309 | 2024.08.16 04:38:17.798766 [ 194 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 7310 | 2024.08.16 04:38:17.798830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7311 | 2024.08.16 04:38:17.799063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7312 | 2024.08.16 04:38:17.799112 [ 194 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 7313 | 2024.08.16 04:38:17.799193 [ 3 ] {} <Debug> HTTP-Session: a6a64642-748c-454f-a1f1-505654e6c87a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7314 | 2024.08.16 04:38:17.799301 [ 3 ] {} <Debug> HTTP-Session: a6a64642-748c-454f-a1f1-505654e6c87a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7315 | 2024.08.16 04:38:17.799361 [ 3 ] {} <Debug> HTTP-Session: a6a64642-748c-454f-a1f1-505654e6c87a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7316 | 2024.08.16 04:38:17.799430 [ 194 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 7317 | 2024.08.16 04:38:17.799501 [ 3 ] {} <Trace> HTTP-Session: a6a64642-748c-454f-a1f1-505654e6c87a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2024.08.16 04:38:17.799741 [ 194 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7319 | 2024.08.16 04:38:17.800086 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7320 | 2024.08.16 04:38:17.800184 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7321 | 2024.08.16 04:38:17.800687 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7322 | 2024.08.16 04:38:17.801674 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003399072 sec., 8825.9383737679 rows/sec., 525.76 KiB/sec. | ||
| 7323 | 2024.08.16 04:38:17.801850 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2024.08.16 04:38:17.801856 [ 198 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7325 | 2024.08.16 04:38:17.801909 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7326 | 2024.08.16 04:38:17.802708 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7327 | 2024.08.16 04:38:17.802763 [ 198 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7328 | 2024.08.16 04:38:17.802965 [ 198 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_17_4} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7329 | 2024.08.16 04:38:17.803155 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7330 | 2024.08.16 04:38:17.803324 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7331 | 2024.08.16 04:38:17.803501 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.003668 sec., 111504.90730643403 rows/sec., 7.95 MiB/sec. | ||
| 7332 | 2024.08.16 04:38:17.803502 [ 79 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7333 | 2024.08.16 04:38:17.803595 [ 79 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7334 | 2024.08.16 04:38:17.803641 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7335 | 2024.08.16 04:38:17.803795 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::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 | ||
| 7336 | 2024.08.16 04:38:17.803827 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Debug> DynamicQueryHandler: Done processing query | ||
| 7337 | 2024.08.16 04:38:17.803860 [ 3 ] {7eb7b676-d7f4-44cb-98da-8b4d500967af} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7338 | 2024.08.16 04:38:17.803879 [ 3 ] {} <Debug> HTTP-Session: a6a64642-748c-454f-a1f1-505654e6c87a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7339 | 2024.08.16 04:38:17.803945 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7340 | 2024.08.16 04:38:17.803977 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 903 rows starting from the beginning of the part | ||
| 7341 | 2024.08.16 04:38:17.804115 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 411 rows starting from the beginning of the part | ||
| 7342 | 2024.08.16 04:38:17.804116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7343 | 2024.08.16 04:38:17.804277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7344 | 2024.08.16 04:38:17.804398 [ 3 ] {} <Debug> HTTP-Session: 479915ca-7f1b-485e-9012-182f6c70575e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7345 | 2024.08.16 04:38:17.804458 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 68 rows starting from the beginning of the part | ||
| 7346 | 2024.08.16 04:38:17.804488 [ 3 ] {} <Debug> HTTP-Session: 479915ca-7f1b-485e-9012-182f6c70575e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7347 | 2024.08.16 04:38:17.804570 [ 3 ] {} <Debug> HTTP-Session: 479915ca-7f1b-485e-9012-182f6c70575e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7348 | 2024.08.16 04:38:17.804737 [ 3 ] {} <Trace> HTTP-Session: 479915ca-7f1b-485e-9012-182f6c70575e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7349 | 2024.08.16 04:38:17.804850 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 409 rows starting from the beginning of the part | ||
| 7350 | 2024.08.16 04:38:17.805091 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7351 | 2024.08.16 04:38:17.805131 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 524 rows starting from the beginning of the part | ||
| 7352 | 2024.08.16 04:38:17.805243 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7353 | 2024.08.16 04:38:17.805382 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 409 rows starting from the beginning of the part | ||
| 7354 | 2024.08.16 04:38:17.806140 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7355 | 2024.08.16 04:38:17.806723 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7356 | 2024.08.16 04:38:17.806780 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7357 | 2024.08.16 04:38:17.807838 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7358 | 2024.08.16 04:38:17.808402 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7359 | 2024.08.16 04:38:17.808822 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2724 rows, containing 4 columns (4 merged, 0 gathered) in 0.005080073 sec., 536212.7670212613 rows/sec., 38.84 MiB/sec. | ||
| 7360 | 2024.08.16 04:38:17.808830 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003867 sec., 1551.590380139643 rows/sec., 81.06 KiB/sec. | ||
| 7361 | 2024.08.16 04:38:17.809081 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Debug> DynamicQueryHandler: Done processing query | ||
| 7362 | 2024.08.16 04:38:17.809085 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7363 | 2024.08.16 04:38:17.809114 [ 3 ] {98e94b5f-ca29-4096-b753-70984036fb09} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7364 | 2024.08.16 04:38:17.809143 [ 3 ] {} <Debug> HTTP-Session: 479915ca-7f1b-485e-9012-182f6c70575e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7365 | 2024.08.16 04:38:17.809365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7366 | 2024.08.16 04:38:17.809461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7367 | 2024.08.16 04:38:17.809486 [ 3 ] {} <Debug> HTTP-Session: 742fc7be-394b-4571-91cd-a641de9b1590 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7368 | 2024.08.16 04:38:17.809510 [ 3 ] {} <Debug> HTTP-Session: 742fc7be-394b-4571-91cd-a641de9b1590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7369 | 2024.08.16 04:38:17.809532 [ 3 ] {} <Debug> HTTP-Session: 742fc7be-394b-4571-91cd-a641de9b1590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7370 | 2024.08.16 04:38:17.809576 [ 3 ] {} <Trace> HTTP-Session: 742fc7be-394b-4571-91cd-a641de9b1590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7371 | 2024.08.16 04:38:17.809643 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7372 | 2024.08.16 04:38:17.809742 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_36_7} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7373 | 2024.08.16 04:38:17.809822 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 7374 | 2024.08.16 04:38:17.809879 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7375 | 2024.08.16 04:38:17.809929 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7376 | 2024.08.16 04:38:17.810084 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7377 | 2024.08.16 04:38:17.810546 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7378 | 2024.08.16 04:38:17.810583 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7379 | 2024.08.16 04:38:17.810982 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7380 | 2024.08.16 04:38:17.811331 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7381 | 2024.08.16 04:38:17.811494 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7382 | 2024.08.16 04:38:17.811498 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001802 sec., 131520.53274139843 rows/sec., 8.82 MiB/sec. | ||
| 7383 | 2024.08.16 04:38:17.811577 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2024.08.16 04:38:17.811643 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7385 | 2024.08.16 04:38:17.811844 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 7386 | 2024.08.16 04:38:17.811879 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7387 | 2024.08.16 04:38:17.811937 [ 3 ] {1eadd542-7722-4327-8bf5-4676cacff92f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7388 | 2024.08.16 04:38:17.811978 [ 3 ] {} <Debug> HTTP-Session: 742fc7be-394b-4571-91cd-a641de9b1590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7389 | 2024.08.16 04:38:17.812087 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7390 | 2024.08.16 04:38:17.812134 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9721 rows starting from the beginning of the part | ||
| 7391 | 2024.08.16 04:38:17.812167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7392 | 2024.08.16 04:38:17.812339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7393 | 2024.08.16 04:38:17.812356 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 238 rows starting from the beginning of the part | ||
| 7394 | 2024.08.16 04:38:17.812427 [ 3 ] {} <Debug> HTTP-Session: 67f76d54-c3ce-446a-981b-4f24a71156a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7395 | 2024.08.16 04:38:17.812538 [ 3 ] {} <Debug> HTTP-Session: 67f76d54-c3ce-446a-981b-4f24a71156a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7396 | 2024.08.16 04:38:17.812630 [ 3 ] {} <Debug> HTTP-Session: 67f76d54-c3ce-446a-981b-4f24a71156a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7397 | 2024.08.16 04:38:17.812635 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 7398 | 2024.08.16 04:38:17.812746 [ 3 ] {} <Trace> HTTP-Session: 67f76d54-c3ce-446a-981b-4f24a71156a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2024.08.16 04:38:17.812913 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 7400 | 2024.08.16 04:38:17.813083 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7401 | 2024.08.16 04:38:17.813247 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 844 rows starting from the beginning of the part | ||
| 7402 | 2024.08.16 04:38:17.813266 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7403 | 2024.08.16 04:38:17.813683 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
| 7404 | 2024.08.16 04:38:17.814152 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7405 | 2024.08.16 04:38:17.814872 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7406 | 2024.08.16 04:38:17.814944 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7407 | 2024.08.16 04:38:17.815426 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7408 | 2024.08.16 04:38:17.816330 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2024.08.16 04:38:17.816730 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003755 sec., 266.31158455392807 rows/sec., 17.94 KiB/sec. | ||
| 7410 | 2024.08.16 04:38:17.817145 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7411 | 2024.08.16 04:38:17.817172 [ 3 ] {9dd4df6b-4e1e-4379-a4fd-6da15a95686f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7412 | 2024.08.16 04:38:17.817190 [ 3 ] {} <Debug> HTTP-Session: 67f76d54-c3ce-446a-981b-4f24a71156a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7413 | 2024.08.16 04:38:17.817413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7414 | 2024.08.16 04:38:17.817467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7415 | 2024.08.16 04:38:17.817488 [ 3 ] {} <Debug> HTTP-Session: ad198109-ced5-4a3e-a7f8-f6e2fd4efd9a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7416 | 2024.08.16 04:38:17.817505 [ 3 ] {} <Debug> HTTP-Session: ad198109-ced5-4a3e-a7f8-f6e2fd4efd9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7417 | 2024.08.16 04:38:17.817519 [ 3 ] {} <Debug> HTTP-Session: ad198109-ced5-4a3e-a7f8-f6e2fd4efd9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7418 | 2024.08.16 04:38:17.817587 [ 3 ] {} <Trace> HTTP-Session: ad198109-ced5-4a3e-a7f8-f6e2fd4efd9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7419 | 2024.08.16 04:38:17.818033 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7420 | 2024.08.16 04:38:17.818140 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <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 | ||
| 7421 | 2024.08.16 04:38:17.818878 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7422 | 2024.08.16 04:38:17.819917 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11437 rows, containing 5 columns (5 merged, 0 gathered) in 0.008140717 sec., 1404913.1053198385 rows/sec., 94.84 MiB/sec. | ||
| 7423 | 2024.08.16 04:38:17.820144 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7424 | 2024.08.16 04:38:17.820197 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7425 | 2024.08.16 04:38:17.820272 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7426 | 2024.08.16 04:38:17.821341 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7427 | 2024.08.16 04:38:17.821574 [ 199 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7428 | 2024.08.16 04:38:17.821769 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 7429 | 2024.08.16 04:38:17.822002 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7430 | 2024.08.16 04:38:17.822451 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7431 | 2024.08.16 04:38:17.822663 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004983 sec., 5418.4226369656835 rows/sec., 9.71 MiB/sec. | ||
| 7432 | 2024.08.16 04:38:17.822924 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7433 | 2024.08.16 04:38:17.822951 [ 3 ] {c90a9863-310a-4f71-a0ed-cea4756e7a5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7434 | 2024.08.16 04:38:17.822967 [ 3 ] {} <Debug> HTTP-Session: ad198109-ced5-4a3e-a7f8-f6e2fd4efd9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7435 | 2024.08.16 04:38:17.823121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7436 | 2024.08.16 04:38:17.823170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7437 | 2024.08.16 04:38:17.823190 [ 3 ] {} <Debug> HTTP-Session: 9c2eec05-5039-41c2-8b44-f3a6e2526dd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7438 | 2024.08.16 04:38:17.823206 [ 3 ] {} <Debug> HTTP-Session: 9c2eec05-5039-41c2-8b44-f3a6e2526dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7439 | 2024.08.16 04:38:17.823220 [ 3 ] {} <Debug> HTTP-Session: 9c2eec05-5039-41c2-8b44-f3a6e2526dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7440 | 2024.08.16 04:38:17.823253 [ 3 ] {} <Trace> HTTP-Session: 9c2eec05-5039-41c2-8b44-f3a6e2526dd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7441 | 2024.08.16 04:38:17.823393 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7442 | 2024.08.16 04:38:17.823437 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7443 | 2024.08.16 04:38:17.823568 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7444 | 2024.08.16 04:38:17.823893 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2024.08.16 04:38:17.823929 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7446 | 2024.08.16 04:38:17.824315 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7447 | 2024.08.16 04:38:17.824648 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7448 | 2024.08.16 04:38:17.824808 [ 77 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7449 | 2024.08.16 04:38:17.824817 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 7450 | 2024.08.16 04:38:17.824874 [ 77 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2024.08.16 04:38:17.824944 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 7452 | 2024.08.16 04:38:17.825201 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 7453 | 2024.08.16 04:38:17.825269 [ 3 ] {75b2ea1f-bc74-4e68-b28f-4224814723ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7454 | 2024.08.16 04:38:17.825287 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 7455 | 2024.08.16 04:38:17.825342 [ 3 ] {} <Debug> HTTP-Session: 9c2eec05-5039-41c2-8b44-f3a6e2526dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7456 | 2024.08.16 04:38:17.825746 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7457 | 2024.08.16 04:38:17.825783 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2006 rows starting from the beginning of the part | ||
| 7458 | 2024.08.16 04:38:17.825872 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 7459 | 2024.08.16 04:38:17.826060 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 7460 | 2024.08.16 04:38:17.826217 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 7461 | 2024.08.16 04:38:17.826329 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 7462 | 2024.08.16 04:38:17.826455 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 7463 | 2024.08.16 04:38:17.827744 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 4 columns (4 merged, 0 gathered) in 0.002692135 sec., 881085.0867434212 rows/sec., 57.41 MiB/sec. | ||
| 7464 | 2024.08.16 04:38:17.828040 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7465 | 2024.08.16 04:38:17.828511 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7466 | 2024.08.16 04:38:17.828602 [ 189 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_36_7} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7467 | 2024.08.16 04:38:17.828702 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 7468 | 2024.08.16 04:38:19.666168 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7469 | 2024.08.16 04:38:19.666224 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7470 | 2024.08.16 04:38:22.779624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7471 | 2024.08.16 04:38:22.779767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7472 | 2024.08.16 04:38:22.779798 [ 3 ] {} <Debug> HTTP-Session: 6d36ede0-5b17-4781-bcb4-804564f3d110 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7473 | 2024.08.16 04:38:22.779825 [ 3 ] {} <Debug> HTTP-Session: 6d36ede0-5b17-4781-bcb4-804564f3d110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7474 | 2024.08.16 04:38:22.779843 [ 3 ] {} <Debug> HTTP-Session: 6d36ede0-5b17-4781-bcb4-804564f3d110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7475 | 2024.08.16 04:38:22.779899 [ 3 ] {} <Trace> HTTP-Session: 6d36ede0-5b17-4781-bcb4-804564f3d110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7476 | 2024.08.16 04:38:22.780096 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7477 | 2024.08.16 04:38:22.780170 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7478 | 2024.08.16 04:38:22.780386 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7479 | 2024.08.16 04:38:22.780801 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7480 | 2024.08.16 04:38:22.780848 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7481 | 2024.08.16 04:38:22.781221 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7482 | 2024.08.16 04:38:22.781553 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7483 | 2024.08.16 04:38:22.781722 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001676 sec., 2386.634844868735 rows/sec., 193.45 KiB/sec. | ||
| 7484 | 2024.08.16 04:38:22.781740 [ 74 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7485 | 2024.08.16 04:38:22.781861 [ 74 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7486 | 2024.08.16 04:38:22.781913 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7487 | 2024.08.16 04:38:22.782069 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7488 | 2024.08.16 04:38:22.782158 [ 3 ] {77c474a3-5212-4263-b819-247a2a602ce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7489 | 2024.08.16 04:38:22.782207 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 7490 | 2024.08.16 04:38:22.782251 [ 3 ] {} <Debug> HTTP-Session: 6d36ede0-5b17-4781-bcb4-804564f3d110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7491 | 2024.08.16 04:38:22.782536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7492 | 2024.08.16 04:38:22.782586 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7493 | 2024.08.16 04:38:22.782654 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 31 rows starting from the beginning of the part | ||
| 7494 | 2024.08.16 04:38:22.782655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7495 | 2024.08.16 04:38:22.782715 [ 3 ] {} <Debug> HTTP-Session: d0b8ed1a-47e1-49ff-9c02-b8a08888868d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7496 | 2024.08.16 04:38:22.782771 [ 3 ] {} <Debug> HTTP-Session: d0b8ed1a-47e1-49ff-9c02-b8a08888868d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7497 | 2024.08.16 04:38:22.782824 [ 3 ] {} <Debug> HTTP-Session: d0b8ed1a-47e1-49ff-9c02-b8a08888868d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7498 | 2024.08.16 04:38:22.782853 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 7499 | 2024.08.16 04:38:22.782980 [ 3 ] {} <Trace> HTTP-Session: d0b8ed1a-47e1-49ff-9c02-b8a08888868d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7500 | 2024.08.16 04:38:22.783150 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 27 rows starting from the beginning of the part | ||
| 7501 | 2024.08.16 04:38:22.783383 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7502 | 2024.08.16 04:38:22.783547 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 7503 | 2024.08.16 04:38:22.783566 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7504 | 2024.08.16 04:38:22.783854 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 27 rows starting from the beginning of the part | ||
| 7505 | 2024.08.16 04:38:22.784311 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 7506 | 2024.08.16 04:38:22.784632 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7507 | 2024.08.16 04:38:22.785423 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7508 | 2024.08.16 04:38:22.785499 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7509 | 2024.08.16 04:38:22.786306 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7510 | 2024.08.16 04:38:22.787148 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 97 rows, containing 4 columns (4 merged, 0 gathered) in 0.005144824 sec., 18853.90054159287 rows/sec., 1.49 MiB/sec. | ||
| 7511 | 2024.08.16 04:38:22.787279 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7512 | 2024.08.16 04:38:22.787327 [ 192 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7513 | 2024.08.16 04:38:22.787495 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004275 sec., 935.672514619883 rows/sec., 76.30 KiB/sec. | ||
| 7514 | 2024.08.16 04:38:22.788190 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7515 | 2024.08.16 04:38:22.788240 [ 3 ] {76c74886-3909-489b-b2e5-a59de3052acc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7516 | 2024.08.16 04:38:22.788264 [ 3 ] {} <Debug> HTTP-Session: d0b8ed1a-47e1-49ff-9c02-b8a08888868d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7517 | 2024.08.16 04:38:22.788415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7518 | 2024.08.16 04:38:22.788428 [ 192 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7519 | 2024.08.16 04:38:22.788481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7520 | 2024.08.16 04:38:22.788508 [ 3 ] {} <Debug> HTTP-Session: 6b7883da-8079-483d-8f66-6145903c990d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7521 | 2024.08.16 04:38:22.788531 [ 3 ] {} <Debug> HTTP-Session: 6b7883da-8079-483d-8f66-6145903c990d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7522 | 2024.08.16 04:38:22.788531 [ 192 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_26_5} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7523 | 2024.08.16 04:38:22.788547 [ 3 ] {} <Debug> HTTP-Session: 6b7883da-8079-483d-8f66-6145903c990d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7524 | 2024.08.16 04:38:22.788596 [ 3 ] {} <Trace> HTTP-Session: 6b7883da-8079-483d-8f66-6145903c990d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7525 | 2024.08.16 04:38:22.788639 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7526 | 2024.08.16 04:38:22.788738 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7527 | 2024.08.16 04:38:22.788783 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7528 | 2024.08.16 04:38:22.788918 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7529 | 2024.08.16 04:38:22.789274 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7530 | 2024.08.16 04:38:22.789313 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7531 | 2024.08.16 04:38:22.789624 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7532 | 2024.08.16 04:38:22.789936 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7533 | 2024.08.16 04:38:22.790091 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001392 sec., 50287.35632183908 rows/sec., 3.95 MiB/sec. | ||
| 7534 | 2024.08.16 04:38:22.790301 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7535 | 2024.08.16 04:38:22.790327 [ 3 ] {61da5f0f-b408-4832-b994-ba362f10fee0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7536 | 2024.08.16 04:38:22.790343 [ 3 ] {} <Debug> HTTP-Session: 6b7883da-8079-483d-8f66-6145903c990d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7537 | 2024.08.16 04:38:22.790464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7538 | 2024.08.16 04:38:22.790512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7539 | 2024.08.16 04:38:22.790531 [ 3 ] {} <Debug> HTTP-Session: 34ae1ea2-0849-47c2-b2bb-015afde7fa9d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7540 | 2024.08.16 04:38:22.790546 [ 3 ] {} <Debug> HTTP-Session: 34ae1ea2-0849-47c2-b2bb-015afde7fa9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7541 | 2024.08.16 04:38:22.790560 [ 3 ] {} <Debug> HTTP-Session: 34ae1ea2-0849-47c2-b2bb-015afde7fa9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7542 | 2024.08.16 04:38:22.790591 [ 3 ] {} <Trace> HTTP-Session: 34ae1ea2-0849-47c2-b2bb-015afde7fa9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7543 | 2024.08.16 04:38:22.790684 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7544 | 2024.08.16 04:38:22.790726 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7545 | 2024.08.16 04:38:22.790855 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7546 | 2024.08.16 04:38:22.791131 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7547 | 2024.08.16 04:38:22.791167 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7548 | 2024.08.16 04:38:22.791459 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7549 | 2024.08.16 04:38:22.791759 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7550 | 2024.08.16 04:38:22.791913 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001248 sec., 3205.128205128205 rows/sec., 223.80 KiB/sec. | ||
| 7551 | 2024.08.16 04:38:22.792207 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7552 | 2024.08.16 04:38:22.792233 [ 3 ] {653219ad-db13-48fd-8bd3-14ffaa0c38f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7553 | 2024.08.16 04:38:22.792249 [ 3 ] {} <Debug> HTTP-Session: 34ae1ea2-0849-47c2-b2bb-015afde7fa9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7554 | 2024.08.16 04:38:22.792373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7555 | 2024.08.16 04:38:22.792423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7556 | 2024.08.16 04:38:22.792442 [ 3 ] {} <Debug> HTTP-Session: 637f929c-d40e-4aa6-82d6-6388eb5906b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7557 | 2024.08.16 04:38:22.792459 [ 3 ] {} <Debug> HTTP-Session: 637f929c-d40e-4aa6-82d6-6388eb5906b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7558 | 2024.08.16 04:38:22.792473 [ 3 ] {} <Debug> HTTP-Session: 637f929c-d40e-4aa6-82d6-6388eb5906b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7559 | 2024.08.16 04:38:22.792504 [ 3 ] {} <Trace> HTTP-Session: 637f929c-d40e-4aa6-82d6-6388eb5906b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7560 | 2024.08.16 04:38:22.792618 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7561 | 2024.08.16 04:38:22.792661 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7562 | 2024.08.16 04:38:22.792807 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7563 | 2024.08.16 04:38:22.793160 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7564 | 2024.08.16 04:38:22.793199 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7565 | 2024.08.16 04:38:22.793524 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7566 | 2024.08.16 04:38:22.793828 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7567 | 2024.08.16 04:38:22.793982 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001399 sec., 51465.33238027162 rows/sec., 4.02 MiB/sec. | ||
| 7568 | 2024.08.16 04:38:22.794588 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7569 | 2024.08.16 04:38:22.794671 [ 3 ] {05debccb-e9c5-48cb-b4ad-1ccc443de69e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7570 | 2024.08.16 04:38:22.794778 [ 3 ] {} <Debug> HTTP-Session: 637f929c-d40e-4aa6-82d6-6388eb5906b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7571 | 2024.08.16 04:38:22.795076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7572 | 2024.08.16 04:38:22.795134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7573 | 2024.08.16 04:38:22.795153 [ 3 ] {} <Debug> HTTP-Session: c0bcf2d2-1675-4304-acf7-b384406ed3dd Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7574 | 2024.08.16 04:38:22.795170 [ 3 ] {} <Debug> HTTP-Session: c0bcf2d2-1675-4304-acf7-b384406ed3dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7575 | 2024.08.16 04:38:22.795184 [ 3 ] {} <Debug> HTTP-Session: c0bcf2d2-1675-4304-acf7-b384406ed3dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7576 | 2024.08.16 04:38:22.795216 [ 3 ] {} <Trace> HTTP-Session: c0bcf2d2-1675-4304-acf7-b384406ed3dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7577 | 2024.08.16 04:38:22.795365 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7578 | 2024.08.16 04:38:22.795413 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7579 | 2024.08.16 04:38:22.795572 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7580 | 2024.08.16 04:38:22.795959 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2024.08.16 04:38:22.795995 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7582 | 2024.08.16 04:38:22.796392 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7583 | 2024.08.16 04:38:22.796726 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7584 | 2024.08.16 04:38:22.796890 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001583 sec., 102337.33417561592 rows/sec., 7.13 MiB/sec. | ||
| 7585 | 2024.08.16 04:38:22.797437 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7586 | 2024.08.16 04:38:22.797524 [ 3 ] {ab3b0411-6546-4e71-9b09-6313ce2c477b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7587 | 2024.08.16 04:38:22.797593 [ 3 ] {} <Debug> HTTP-Session: c0bcf2d2-1675-4304-acf7-b384406ed3dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7588 | 2024.08.16 04:38:22.797846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7589 | 2024.08.16 04:38:22.797903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7590 | 2024.08.16 04:38:22.797923 [ 3 ] {} <Debug> HTTP-Session: 76fde196-0865-4a38-a743-9470b3915c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7591 | 2024.08.16 04:38:22.797941 [ 3 ] {} <Debug> HTTP-Session: 76fde196-0865-4a38-a743-9470b3915c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7592 | 2024.08.16 04:38:22.797955 [ 3 ] {} <Debug> HTTP-Session: 76fde196-0865-4a38-a743-9470b3915c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7593 | 2024.08.16 04:38:22.797988 [ 3 ] {} <Trace> HTTP-Session: 76fde196-0865-4a38-a743-9470b3915c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7594 | 2024.08.16 04:38:22.798154 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7595 | 2024.08.16 04:38:22.798229 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <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 | ||
| 7596 | 2024.08.16 04:38:22.798680 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7597 | 2024.08.16 04:38:22.799159 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7598 | 2024.08.16 04:38:22.799196 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7599 | 2024.08.16 04:38:22.799775 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7600 | 2024.08.16 04:38:22.800185 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2024.08.16 04:38:22.800365 [ 74 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7602 | 2024.08.16 04:38:22.800387 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002322 sec., 1722.6528854435833 rows/sec., 3.09 MiB/sec. | ||
| 7603 | 2024.08.16 04:38:22.800434 [ 74 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7604 | 2024.08.16 04:38:22.800518 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7605 | 2024.08.16 04:38:22.800947 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 7606 | 2024.08.16 04:38:22.801018 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Debug> DynamicQueryHandler: Done processing query | ||
| 7607 | 2024.08.16 04:38:22.801072 [ 3 ] {1b324e09-bf34-4ad8-8e2d-5f445b866f95} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7608 | 2024.08.16 04:38:22.801101 [ 3 ] {} <Debug> HTTP-Session: 76fde196-0865-4a38-a743-9470b3915c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7609 | 2024.08.16 04:38:22.801355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7610 | 2024.08.16 04:38:22.801473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7611 | 2024.08.16 04:38:22.801541 [ 3 ] {} <Debug> HTTP-Session: 1cb46ecb-2483-4e97-b3d5-5a7fb9e6920b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7612 | 2024.08.16 04:38:22.801593 [ 3 ] {} <Debug> HTTP-Session: 1cb46ecb-2483-4e97-b3d5-5a7fb9e6920b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7613 | 2024.08.16 04:38:22.801645 [ 3 ] {} <Debug> HTTP-Session: 1cb46ecb-2483-4e97-b3d5-5a7fb9e6920b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7614 | 2024.08.16 04:38:22.801746 [ 3 ] {} <Trace> HTTP-Session: 1cb46ecb-2483-4e97-b3d5-5a7fb9e6920b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7615 | 2024.08.16 04:38:22.801897 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7616 | 2024.08.16 04:38:22.802042 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7617 | 2024.08.16 04:38:22.802078 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 357 rows starting from the beginning of the part | ||
| 7618 | 2024.08.16 04:38:22.802140 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7619 | 2024.08.16 04:38:22.802905 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 7620 | 2024.08.16 04:38:22.803101 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7621 | 2024.08.16 04:38:22.803581 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 27 rows starting from the beginning of the part | ||
| 7622 | 2024.08.16 04:38:22.804192 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 7623 | 2024.08.16 04:38:22.804375 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7624 | 2024.08.16 04:38:22.804497 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7625 | 2024.08.16 04:38:22.804794 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 27 rows starting from the beginning of the part | ||
| 7626 | 2024.08.16 04:38:22.805373 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 7627 | 2024.08.16 04:38:22.806024 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7628 | 2024.08.16 04:38:22.806739 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2024.08.16 04:38:22.807266 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005308 sec., 11303.692539562924 rows/sec., 780.07 KiB/sec. | ||
| 7630 | 2024.08.16 04:38:22.808147 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7631 | 2024.08.16 04:38:22.808253 [ 3 ] {7797971f-c519-4bdb-96e2-7ce54962e44b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7632 | 2024.08.16 04:38:22.808355 [ 3 ] {} <Debug> HTTP-Session: 1cb46ecb-2483-4e97-b3d5-5a7fb9e6920b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7633 | 2024.08.16 04:38:22.811059 [ 192 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 19 columns (19 merged, 0 gathered) in 0.01036553 sec., 40808.3330037152 rows/sec., 73.12 MiB/sec. | ||
| 7634 | 2024.08.16 04:38:22.811718 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7635 | 2024.08.16 04:38:22.812286 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7636 | 2024.08.16 04:38:22.812371 [ 191 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7637 | 2024.08.16 04:38:22.812495 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
| 7638 | 2024.08.16 04:38:27.784587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7639 | 2024.08.16 04:38:27.784727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7640 | 2024.08.16 04:38:27.784756 [ 3 ] {} <Debug> HTTP-Session: 4c74dfbc-fdb8-41a3-bad1-09c88cbcb040 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7641 | 2024.08.16 04:38:27.784784 [ 3 ] {} <Debug> HTTP-Session: 4c74dfbc-fdb8-41a3-bad1-09c88cbcb040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7642 | 2024.08.16 04:38:27.784803 [ 3 ] {} <Debug> HTTP-Session: 4c74dfbc-fdb8-41a3-bad1-09c88cbcb040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7643 | 2024.08.16 04:38:27.784858 [ 3 ] {} <Trace> HTTP-Session: 4c74dfbc-fdb8-41a3-bad1-09c88cbcb040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7644 | 2024.08.16 04:38:27.785062 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7645 | 2024.08.16 04:38:27.785136 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7646 | 2024.08.16 04:38:27.785350 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7647 | 2024.08.16 04:38:27.785812 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7648 | 2024.08.16 04:38:27.785855 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7649 | 2024.08.16 04:38:27.786226 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7650 | 2024.08.16 04:38:27.786556 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7651 | 2024.08.16 04:38:27.786717 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001719 sec., 15706.806282722513 rows/sec., 1.24 MiB/sec. | ||
| 7652 | 2024.08.16 04:38:27.786942 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Debug> DynamicQueryHandler: Done processing query | ||
| 7653 | 2024.08.16 04:38:27.786969 [ 3 ] {88b48ef0-adee-4867-b59a-cd2950cb1c31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7654 | 2024.08.16 04:38:27.786986 [ 3 ] {} <Debug> HTTP-Session: 4c74dfbc-fdb8-41a3-bad1-09c88cbcb040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7655 | 2024.08.16 04:38:27.787116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7656 | 2024.08.16 04:38:27.787172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7657 | 2024.08.16 04:38:27.787192 [ 3 ] {} <Debug> HTTP-Session: 69b3a55c-2209-47c0-a985-fea4f8fb96b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7658 | 2024.08.16 04:38:27.787211 [ 3 ] {} <Debug> HTTP-Session: 69b3a55c-2209-47c0-a985-fea4f8fb96b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7659 | 2024.08.16 04:38:27.787225 [ 3 ] {} <Debug> HTTP-Session: 69b3a55c-2209-47c0-a985-fea4f8fb96b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7660 | 2024.08.16 04:38:27.787260 [ 3 ] {} <Trace> HTTP-Session: 69b3a55c-2209-47c0-a985-fea4f8fb96b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7661 | 2024.08.16 04:38:27.787360 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7662 | 2024.08.16 04:38:27.787407 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7663 | 2024.08.16 04:38:27.787544 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7664 | 2024.08.16 04:38:27.787859 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7665 | 2024.08.16 04:38:27.787896 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7666 | 2024.08.16 04:38:27.788193 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7667 | 2024.08.16 04:38:27.788509 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2024.08.16 04:38:27.788676 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001336 sec., 2994.011976047904 rows/sec., 244.14 KiB/sec. | ||
| 7669 | 2024.08.16 04:38:27.788677 [ 70 ] {} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 7670 | 2024.08.16 04:38:27.788789 [ 70 ] {} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2024.08.16 04:38:27.788835 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7672 | 2024.08.16 04:38:27.788925 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7673 | 2024.08.16 04:38:27.788982 [ 3 ] {c4fa0763-93eb-49f2-a264-7c4c38d687b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7674 | 2024.08.16 04:38:27.789023 [ 3 ] {} <Debug> HTTP-Session: 69b3a55c-2209-47c0-a985-fea4f8fb96b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7675 | 2024.08.16 04:38:27.789050 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::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 | ||
| 7676 | 2024.08.16 04:38:27.789239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7677 | 2024.08.16 04:38:27.789301 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7678 | 2024.08.16 04:38:27.789338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7679 | 2024.08.16 04:38:27.789371 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
| 7680 | 2024.08.16 04:38:27.789382 [ 3 ] {} <Debug> HTTP-Session: bbb078f4-82ae-4c4c-9496-d320ee00f0e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7681 | 2024.08.16 04:38:27.789430 [ 3 ] {} <Debug> HTTP-Session: bbb078f4-82ae-4c4c-9496-d320ee00f0e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7682 | 2024.08.16 04:38:27.789466 [ 3 ] {} <Debug> HTTP-Session: bbb078f4-82ae-4c4c-9496-d320ee00f0e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7683 | 2024.08.16 04:38:27.789606 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 7684 | 2024.08.16 04:38:27.789606 [ 3 ] {} <Trace> HTTP-Session: bbb078f4-82ae-4c4c-9496-d320ee00f0e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2024.08.16 04:38:27.789898 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 7686 | 2024.08.16 04:38:27.790199 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7687 | 2024.08.16 04:38:27.790232 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7688 | 2024.08.16 04:38:27.790340 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7689 | 2024.08.16 04:38:27.790496 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7690 | 2024.08.16 04:38:27.790834 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 7691 | 2024.08.16 04:38:27.791489 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7692 | 2024.08.16 04:38:27.792505 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7693 | 2024.08.16 04:38:27.792576 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7694 | 2024.08.16 04:38:27.793495 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00457081 sec., 7000.947315683654 rows/sec., 570.88 KiB/sec. | ||
| 7695 | 2024.08.16 04:38:27.793642 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7696 | 2024.08.16 04:38:27.793661 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 7697 | 2024.08.16 04:38:27.794601 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7698 | 2024.08.16 04:38:27.794615 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7699 | 2024.08.16 04:38:27.794799 [ 190 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_11_2} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 7700 | 2024.08.16 04:38:27.794919 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Debug> executeQuery: Read 272 rows, 24.32 KiB in 0.005009 sec., 54302.25593930924 rows/sec., 4.74 MiB/sec. | ||
| 7701 | 2024.08.16 04:38:27.794976 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7702 | 2024.08.16 04:38:27.795226 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7703 | 2024.08.16 04:38:27.795257 [ 3 ] {5ec81df0-feff-4683-adf1-8a3b2a01b5b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 7704 | 2024.08.16 04:38:27.795273 [ 3 ] {} <Debug> HTTP-Session: bbb078f4-82ae-4c4c-9496-d320ee00f0e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7705 | 2024.08.16 04:38:27.795406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7706 | 2024.08.16 04:38:27.795454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7707 | 2024.08.16 04:38:27.795474 [ 3 ] {} <Debug> HTTP-Session: feddccf9-384b-44bd-afc0-843e061a3d4f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7708 | 2024.08.16 04:38:27.795491 [ 3 ] {} <Debug> HTTP-Session: feddccf9-384b-44bd-afc0-843e061a3d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7709 | 2024.08.16 04:38:27.795505 [ 3 ] {} <Debug> HTTP-Session: feddccf9-384b-44bd-afc0-843e061a3d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7710 | 2024.08.16 04:38:27.795537 [ 3 ] {} <Trace> HTTP-Session: feddccf9-384b-44bd-afc0-843e061a3d4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7711 | 2024.08.16 04:38:27.795638 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7712 | 2024.08.16 04:38:27.795681 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7713 | 2024.08.16 04:38:27.795825 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7714 | 2024.08.16 04:38:27.796121 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2024.08.16 04:38:27.796159 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7716 | 2024.08.16 04:38:27.796488 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7717 | 2024.08.16 04:38:27.796806 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2024.08.16 04:38:27.796979 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001355 sec., 2952.029520295203 rows/sec., 206.12 KiB/sec. | ||
| 7719 | 2024.08.16 04:38:27.796991 [ 70 ] {} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 7720 | 2024.08.16 04:38:27.797099 [ 70 ] {} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7721 | 2024.08.16 04:38:27.797166 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7722 | 2024.08.16 04:38:27.797279 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7723 | 2024.08.16 04:38:27.797385 [ 3 ] {4716a117-e2d7-4228-887e-9c88b54095f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7724 | 2024.08.16 04:38:27.797486 [ 3 ] {} <Debug> HTTP-Session: feddccf9-384b-44bd-afc0-843e061a3d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7725 | 2024.08.16 04:38:27.797779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7726 | 2024.08.16 04:38:27.797771 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::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 | ||
| 7727 | 2024.08.16 04:38:27.798024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7728 | 2024.08.16 04:38:27.798111 [ 3 ] {} <Debug> HTTP-Session: c0ee4a07-8948-4c98-bd92-2f17daba87a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7729 | 2024.08.16 04:38:27.798160 [ 3 ] {} <Debug> HTTP-Session: c0ee4a07-8948-4c98-bd92-2f17daba87a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7730 | 2024.08.16 04:38:27.798202 [ 3 ] {} <Debug> HTTP-Session: c0ee4a07-8948-4c98-bd92-2f17daba87a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7731 | 2024.08.16 04:38:27.798302 [ 3 ] {} <Trace> HTTP-Session: c0ee4a07-8948-4c98-bd92-2f17daba87a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7732 | 2024.08.16 04:38:27.798366 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7733 | 2024.08.16 04:38:27.798432 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
| 7734 | 2024.08.16 04:38:27.798544 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7735 | 2024.08.16 04:38:27.798720 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 7736 | 2024.08.16 04:38:27.798725 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7737 | 2024.08.16 04:38:27.799143 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 7738 | 2024.08.16 04:38:27.799456 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7739 | 2024.08.16 04:38:27.799771 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7740 | 2024.08.16 04:38:27.799821 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7741 | 2024.08.16 04:38:27.800146 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 7742 | 2024.08.16 04:38:27.800843 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2024.08.16 04:38:27.800909 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7744 | 2024.08.16 04:38:27.801747 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7745 | 2024.08.16 04:38:27.802777 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2024.08.16 04:38:27.802794 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005501713 sec., 5816.370283219063 rows/sec., 406.12 KiB/sec. | ||
| 7747 | 2024.08.16 04:38:27.803042 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 7748 | 2024.08.16 04:38:27.803050 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004583 sec., 3054.7676194632336 rows/sec., 213.94 KiB/sec. | ||
| 7749 | 2024.08.16 04:38:27.803422 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7750 | 2024.08.16 04:38:27.803479 [ 3 ] {b5ac1c30-947e-46a5-9282-37dca1750d1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7751 | 2024.08.16 04:38:27.803515 [ 3 ] {} <Debug> HTTP-Session: c0ee4a07-8948-4c98-bd92-2f17daba87a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7752 | 2024.08.16 04:38:27.803661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7753 | 2024.08.16 04:38:27.803731 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2024.08.16 04:38:27.803759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7755 | 2024.08.16 04:38:27.803818 [ 3 ] {} <Debug> HTTP-Session: 291963df-a8a2-4409-806e-c1d2920a3ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7756 | 2024.08.16 04:38:27.803847 [ 3 ] {} <Debug> HTTP-Session: 291963df-a8a2-4409-806e-c1d2920a3ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7757 | 2024.08.16 04:38:27.803869 [ 3 ] {} <Debug> HTTP-Session: 291963df-a8a2-4409-806e-c1d2920a3ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7758 | 2024.08.16 04:38:27.803900 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_11_2} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 7759 | 2024.08.16 04:38:27.803927 [ 3 ] {} <Trace> HTTP-Session: 291963df-a8a2-4409-806e-c1d2920a3ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7760 | 2024.08.16 04:38:27.804048 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7761 | 2024.08.16 04:38:27.804117 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7762 | 2024.08.16 04:38:27.804165 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7763 | 2024.08.16 04:38:27.804313 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7764 | 2024.08.16 04:38:27.804620 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7765 | 2024.08.16 04:38:27.804658 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7766 | 2024.08.16 04:38:27.804974 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7767 | 2024.08.16 04:38:27.805301 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7768 | 2024.08.16 04:38:27.805457 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 254.30 KiB/sec. | ||
| 7769 | 2024.08.16 04:38:27.805628 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7770 | 2024.08.16 04:38:27.805654 [ 3 ] {848692f1-d6a9-431d-b3c7-3055b455835d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7771 | 2024.08.16 04:38:27.805670 [ 3 ] {} <Debug> HTTP-Session: 291963df-a8a2-4409-806e-c1d2920a3ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7772 | 2024.08.16 04:38:27.805836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 67048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7773 | 2024.08.16 04:38:27.805886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7774 | 2024.08.16 04:38:27.805906 [ 3 ] {} <Debug> HTTP-Session: f6cc544b-fdda-4617-9de1-87013f53b306 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7775 | 2024.08.16 04:38:27.805924 [ 3 ] {} <Debug> HTTP-Session: f6cc544b-fdda-4617-9de1-87013f53b306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7776 | 2024.08.16 04:38:27.805938 [ 3 ] {} <Debug> HTTP-Session: f6cc544b-fdda-4617-9de1-87013f53b306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7777 | 2024.08.16 04:38:27.805969 [ 3 ] {} <Trace> HTTP-Session: f6cc544b-fdda-4617-9de1-87013f53b306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7778 | 2024.08.16 04:38:27.806183 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7779 | 2024.08.16 04:38:27.806226 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7780 | 2024.08.16 04:38:27.806355 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7781 | 2024.08.16 04:38:27.806897 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7782 | 2024.08.16 04:38:27.806935 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7783 | 2024.08.16 04:38:27.807300 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7784 | 2024.08.16 04:38:27.807618 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7785 | 2024.08.16 04:38:27.807787 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001705 sec., 242228.73900293256 rows/sec., 17.28 MiB/sec. | ||
| 7786 | 2024.08.16 04:38:27.807955 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Debug> DynamicQueryHandler: Done processing query | ||
| 7787 | 2024.08.16 04:38:27.807979 [ 3 ] {7cad46a9-39dc-4684-9d80-89bcb3327464} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7788 | 2024.08.16 04:38:27.807995 [ 3 ] {} <Debug> HTTP-Session: f6cc544b-fdda-4617-9de1-87013f53b306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7789 | 2024.08.16 04:38:27.808120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7790 | 2024.08.16 04:38:27.808169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7791 | 2024.08.16 04:38:27.808190 [ 3 ] {} <Debug> HTTP-Session: 5ef726f7-7dea-4af5-ae1a-6635393cff66 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7792 | 2024.08.16 04:38:27.808208 [ 3 ] {} <Debug> HTTP-Session: 5ef726f7-7dea-4af5-ae1a-6635393cff66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7793 | 2024.08.16 04:38:27.808222 [ 3 ] {} <Debug> HTTP-Session: 5ef726f7-7dea-4af5-ae1a-6635393cff66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7794 | 2024.08.16 04:38:27.808252 [ 3 ] {} <Trace> HTTP-Session: 5ef726f7-7dea-4af5-ae1a-6635393cff66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7795 | 2024.08.16 04:38:27.808348 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7796 | 2024.08.16 04:38:27.808392 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7797 | 2024.08.16 04:38:27.808525 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7798 | 2024.08.16 04:38:27.808801 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7799 | 2024.08.16 04:38:27.808839 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7800 | 2024.08.16 04:38:27.809205 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7801 | 2024.08.16 04:38:27.809529 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7802 | 2024.08.16 04:38:27.809687 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. | ||
| 7803 | 2024.08.16 04:38:27.809856 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7804 | 2024.08.16 04:38:27.809881 [ 3 ] {06d5cc33-ba3e-4b5b-b319-2420c806bffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7805 | 2024.08.16 04:38:27.809896 [ 3 ] {} <Debug> HTTP-Session: 5ef726f7-7dea-4af5-ae1a-6635393cff66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7806 | 2024.08.16 04:38:27.810036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 45013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7807 | 2024.08.16 04:38:27.810086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7808 | 2024.08.16 04:38:27.810105 [ 3 ] {} <Debug> HTTP-Session: 3f87cb03-0142-47da-8a5b-60a57e21df7b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7809 | 2024.08.16 04:38:27.810121 [ 3 ] {} <Debug> HTTP-Session: 3f87cb03-0142-47da-8a5b-60a57e21df7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7810 | 2024.08.16 04:38:27.810135 [ 3 ] {} <Debug> HTTP-Session: 3f87cb03-0142-47da-8a5b-60a57e21df7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7811 | 2024.08.16 04:38:27.810165 [ 3 ] {} <Trace> HTTP-Session: 3f87cb03-0142-47da-8a5b-60a57e21df7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7812 | 2024.08.16 04:38:27.810374 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7813 | 2024.08.16 04:38:27.810418 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7814 | 2024.08.16 04:38:27.810559 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7815 | 2024.08.16 04:38:27.810993 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7816 | 2024.08.16 04:38:27.811028 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7817 | 2024.08.16 04:38:27.811412 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7818 | 2024.08.16 04:38:27.811775 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7819 | 2024.08.16 04:38:27.811947 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001693 sec., 141169.52155936207 rows/sec., 9.46 MiB/sec. | ||
| 7820 | 2024.08.16 04:38:27.812120 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Debug> DynamicQueryHandler: Done processing query | ||
| 7821 | 2024.08.16 04:38:27.812144 [ 3 ] {85d9108c-b3b2-4095-92ff-c024c936b003} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7822 | 2024.08.16 04:38:27.812160 [ 3 ] {} <Debug> HTTP-Session: 3f87cb03-0142-47da-8a5b-60a57e21df7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7823 | 2024.08.16 04:38:27.812287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7824 | 2024.08.16 04:38:27.812336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7825 | 2024.08.16 04:38:27.812355 [ 3 ] {} <Debug> HTTP-Session: a30cafc7-174b-4fc5-bfd1-315091109615 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7826 | 2024.08.16 04:38:27.812372 [ 3 ] {} <Debug> HTTP-Session: a30cafc7-174b-4fc5-bfd1-315091109615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7827 | 2024.08.16 04:38:27.812386 [ 3 ] {} <Debug> HTTP-Session: a30cafc7-174b-4fc5-bfd1-315091109615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7828 | 2024.08.16 04:38:27.812415 [ 3 ] {} <Trace> HTTP-Session: a30cafc7-174b-4fc5-bfd1-315091109615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7829 | 2024.08.16 04:38:27.812506 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7830 | 2024.08.16 04:38:27.812550 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7831 | 2024.08.16 04:38:27.812677 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7832 | 2024.08.16 04:38:27.812934 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7833 | 2024.08.16 04:38:27.812970 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7834 | 2024.08.16 04:38:27.813370 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7835 | 2024.08.16 04:38:27.813728 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7836 | 2024.08.16 04:38:27.813878 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec. | ||
| 7837 | 2024.08.16 04:38:27.814216 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Debug> DynamicQueryHandler: Done processing query | ||
| 7838 | 2024.08.16 04:38:27.814249 [ 3 ] {35c15a6f-84da-470d-8733-2185ce204730} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7839 | 2024.08.16 04:38:27.814269 [ 3 ] {} <Debug> HTTP-Session: a30cafc7-174b-4fc5-bfd1-315091109615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7840 | 2024.08.16 04:38:27.814421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7841 | 2024.08.16 04:38:27.814481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7842 | 2024.08.16 04:38:27.814505 [ 3 ] {} <Debug> HTTP-Session: 0b93196c-1736-457c-b9ad-eda75f244a24 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7843 | 2024.08.16 04:38:27.814524 [ 3 ] {} <Debug> HTTP-Session: 0b93196c-1736-457c-b9ad-eda75f244a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7844 | 2024.08.16 04:38:27.814538 [ 3 ] {} <Debug> HTTP-Session: 0b93196c-1736-457c-b9ad-eda75f244a24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7845 | 2024.08.16 04:38:27.814569 [ 3 ] {} <Trace> HTTP-Session: 0b93196c-1736-457c-b9ad-eda75f244a24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7846 | 2024.08.16 04:38:27.814880 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7847 | 2024.08.16 04:38:27.814954 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <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 | ||
| 7848 | 2024.08.16 04:38:27.815389 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7849 | 2024.08.16 04:38:27.816054 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7850 | 2024.08.16 04:38:27.816092 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7851 | 2024.08.16 04:38:27.816724 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7852 | 2024.08.16 04:38:27.817173 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7853 | 2024.08.16 04:38:27.817371 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002714 sec., 9948.415622697126 rows/sec., 17.83 MiB/sec. | ||
| 7854 | 2024.08.16 04:38:27.817602 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Debug> DynamicQueryHandler: Done processing query | ||
| 7855 | 2024.08.16 04:38:27.817628 [ 3 ] {4c2ef894-9c3f-4618-b2df-f52b7154b843} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7856 | 2024.08.16 04:38:27.817644 [ 3 ] {} <Debug> HTTP-Session: 0b93196c-1736-457c-b9ad-eda75f244a24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7857 | 2024.08.16 04:38:27.817778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7858 | 2024.08.16 04:38:27.817827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7859 | 2024.08.16 04:38:27.817847 [ 3 ] {} <Debug> HTTP-Session: 640000f6-1fc3-49db-a917-2e489d661c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7860 | 2024.08.16 04:38:27.817864 [ 3 ] {} <Debug> HTTP-Session: 640000f6-1fc3-49db-a917-2e489d661c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7861 | 2024.08.16 04:38:27.817878 [ 3 ] {} <Debug> HTTP-Session: 640000f6-1fc3-49db-a917-2e489d661c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7862 | 2024.08.16 04:38:27.817909 [ 3 ] {} <Trace> HTTP-Session: 640000f6-1fc3-49db-a917-2e489d661c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7863 | 2024.08.16 04:38:27.818026 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7864 | 2024.08.16 04:38:27.818071 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7865 | 2024.08.16 04:38:27.818200 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7866 | 2024.08.16 04:38:27.818520 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7867 | 2024.08.16 04:38:27.818557 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7868 | 2024.08.16 04:38:27.818920 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7869 | 2024.08.16 04:38:27.819242 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7870 | 2024.08.16 04:38:27.819416 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001426 sec., 57503.50631136045 rows/sec., 3.65 MiB/sec. | ||
| 7871 | 2024.08.16 04:38:27.819750 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7872 | 2024.08.16 04:38:27.819782 [ 3 ] {87a91eec-5b0b-4272-8b51-68dff2aa531e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7873 | 2024.08.16 04:38:27.819799 [ 3 ] {} <Debug> HTTP-Session: 640000f6-1fc3-49db-a917-2e489d661c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7874 | 2024.08.16 04:38:32.778301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7875 | 2024.08.16 04:38:32.778434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7876 | 2024.08.16 04:38:32.778463 [ 3 ] {} <Debug> HTTP-Session: d4201881-55c0-4411-9b63-0a7c000206ef Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7877 | 2024.08.16 04:38:32.778490 [ 3 ] {} <Debug> HTTP-Session: d4201881-55c0-4411-9b63-0a7c000206ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7878 | 2024.08.16 04:38:32.778507 [ 3 ] {} <Debug> HTTP-Session: d4201881-55c0-4411-9b63-0a7c000206ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7879 | 2024.08.16 04:38:32.778563 [ 3 ] {} <Trace> HTTP-Session: d4201881-55c0-4411-9b63-0a7c000206ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7880 | 2024.08.16 04:38:32.778747 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7881 | 2024.08.16 04:38:32.778812 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7882 | 2024.08.16 04:38:32.779005 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7883 | 2024.08.16 04:38:32.779419 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7884 | 2024.08.16 04:38:32.779459 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7885 | 2024.08.16 04:38:32.779831 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7886 | 2024.08.16 04:38:32.780172 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7887 | 2024.08.16 04:38:32.780354 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001649 sec., 2425.712553062462 rows/sec., 196.62 KiB/sec. | ||
| 7888 | 2024.08.16 04:38:32.780566 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Debug> DynamicQueryHandler: Done processing query | ||
| 7889 | 2024.08.16 04:38:32.780595 [ 3 ] {74f3addb-8a74-4cf4-81dc-f5d11bd5ee39} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7890 | 2024.08.16 04:38:32.780611 [ 3 ] {} <Debug> HTTP-Session: d4201881-55c0-4411-9b63-0a7c000206ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7891 | 2024.08.16 04:38:32.780748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7892 | 2024.08.16 04:38:32.780805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7893 | 2024.08.16 04:38:32.780825 [ 3 ] {} <Debug> HTTP-Session: 16140538-b5b8-4aff-abec-33801e82e0e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7894 | 2024.08.16 04:38:32.780845 [ 3 ] {} <Debug> HTTP-Session: 16140538-b5b8-4aff-abec-33801e82e0e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7895 | 2024.08.16 04:38:32.780859 [ 3 ] {} <Debug> HTTP-Session: 16140538-b5b8-4aff-abec-33801e82e0e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7896 | 2024.08.16 04:38:32.780894 [ 3 ] {} <Trace> HTTP-Session: 16140538-b5b8-4aff-abec-33801e82e0e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7897 | 2024.08.16 04:38:32.781019 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7898 | 2024.08.16 04:38:32.781063 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7899 | 2024.08.16 04:38:32.781197 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7900 | 2024.08.16 04:38:32.781547 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7901 | 2024.08.16 04:38:32.781583 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7902 | 2024.08.16 04:38:32.781887 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7903 | 2024.08.16 04:38:32.782199 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7904 | 2024.08.16 04:38:32.782357 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001377 sec., 49382.71604938272 rows/sec., 3.89 MiB/sec. | ||
| 7905 | 2024.08.16 04:38:32.782654 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7906 | 2024.08.16 04:38:32.782693 [ 3 ] {71ca099c-ec03-4073-9bce-6a2d5ffefa2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7907 | 2024.08.16 04:38:32.782710 [ 3 ] {} <Debug> HTTP-Session: 16140538-b5b8-4aff-abec-33801e82e0e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7908 | 2024.08.16 04:38:32.782856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7909 | 2024.08.16 04:38:32.782906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7910 | 2024.08.16 04:38:32.782925 [ 3 ] {} <Debug> HTTP-Session: dcf547b9-8dd0-482e-9373-acf7060c20da Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7911 | 2024.08.16 04:38:32.782944 [ 3 ] {} <Debug> HTTP-Session: dcf547b9-8dd0-482e-9373-acf7060c20da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7912 | 2024.08.16 04:38:32.782959 [ 3 ] {} <Debug> HTTP-Session: dcf547b9-8dd0-482e-9373-acf7060c20da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7913 | 2024.08.16 04:38:32.782991 [ 3 ] {} <Trace> HTTP-Session: dcf547b9-8dd0-482e-9373-acf7060c20da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7914 | 2024.08.16 04:38:32.783115 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7915 | 2024.08.16 04:38:32.783161 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7916 | 2024.08.16 04:38:32.783305 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7917 | 2024.08.16 04:38:32.783644 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7918 | 2024.08.16 04:38:32.783682 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7919 | 2024.08.16 04:38:32.783991 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7920 | 2024.08.16 04:38:32.784295 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7921 | 2024.08.16 04:38:32.784451 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001379 sec., 49311.09499637418 rows/sec., 3.85 MiB/sec. | ||
| 7922 | 2024.08.16 04:38:32.784621 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7923 | 2024.08.16 04:38:32.784646 [ 3 ] {2f6921c6-6aba-4861-8909-e2263d53ec6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7924 | 2024.08.16 04:38:32.784662 [ 3 ] {} <Debug> HTTP-Session: dcf547b9-8dd0-482e-9373-acf7060c20da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7925 | 2024.08.16 04:38:32.784808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7926 | 2024.08.16 04:38:32.784856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7927 | 2024.08.16 04:38:32.784876 [ 3 ] {} <Debug> HTTP-Session: c0ad3898-0f36-43b6-aa66-e42d309944c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7928 | 2024.08.16 04:38:32.784893 [ 3 ] {} <Debug> HTTP-Session: c0ad3898-0f36-43b6-aa66-e42d309944c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7929 | 2024.08.16 04:38:32.784907 [ 3 ] {} <Debug> HTTP-Session: c0ad3898-0f36-43b6-aa66-e42d309944c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7930 | 2024.08.16 04:38:32.784938 [ 3 ] {} <Trace> HTTP-Session: c0ad3898-0f36-43b6-aa66-e42d309944c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7931 | 2024.08.16 04:38:32.785083 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7932 | 2024.08.16 04:38:32.785129 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7933 | 2024.08.16 04:38:32.785277 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7934 | 2024.08.16 04:38:32.786007 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2024.08.16 04:38:32.786044 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7936 | 2024.08.16 04:38:32.786440 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7937 | 2024.08.16 04:38:32.786783 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2024.08.16 04:38:32.786944 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001928 sec., 82987.55186721991 rows/sec., 5.78 MiB/sec. | ||
| 7939 | 2024.08.16 04:38:32.787119 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Debug> DynamicQueryHandler: Done processing query | ||
| 7940 | 2024.08.16 04:38:32.787143 [ 3 ] {1d98e624-c58c-4d14-aee7-6efdb8303b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7941 | 2024.08.16 04:38:32.787160 [ 3 ] {} <Debug> HTTP-Session: c0ad3898-0f36-43b6-aa66-e42d309944c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7942 | 2024.08.16 04:38:32.787282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7943 | 2024.08.16 04:38:32.787330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7944 | 2024.08.16 04:38:32.787350 [ 3 ] {} <Debug> HTTP-Session: b17fd03c-1e2b-4d73-84e1-35dede980985 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7945 | 2024.08.16 04:38:32.787366 [ 3 ] {} <Debug> HTTP-Session: b17fd03c-1e2b-4d73-84e1-35dede980985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7946 | 2024.08.16 04:38:32.787380 [ 3 ] {} <Debug> HTTP-Session: b17fd03c-1e2b-4d73-84e1-35dede980985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7947 | 2024.08.16 04:38:32.787411 [ 3 ] {} <Trace> HTTP-Session: b17fd03c-1e2b-4d73-84e1-35dede980985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7948 | 2024.08.16 04:38:32.787555 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7949 | 2024.08.16 04:38:32.787618 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <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 | ||
| 7950 | 2024.08.16 04:38:32.788037 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7951 | 2024.08.16 04:38:32.788586 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2024.08.16 04:38:32.788622 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7953 | 2024.08.16 04:38:32.789201 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7954 | 2024.08.16 04:38:32.789610 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7955 | 2024.08.16 04:38:32.789794 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002311 sec., 1730.8524448290782 rows/sec., 3.10 MiB/sec. | ||
| 7956 | 2024.08.16 04:38:32.790019 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7957 | 2024.08.16 04:38:32.790044 [ 3 ] {cfa3fbf0-0ce4-4e2f-83c8-726121d25f8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7958 | 2024.08.16 04:38:32.790060 [ 3 ] {} <Debug> HTTP-Session: b17fd03c-1e2b-4d73-84e1-35dede980985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7959 | 2024.08.16 04:38:32.790188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7960 | 2024.08.16 04:38:32.790236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7961 | 2024.08.16 04:38:32.790256 [ 3 ] {} <Debug> HTTP-Session: d1e6953b-d067-47eb-b83c-527f23225eed Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7962 | 2024.08.16 04:38:32.790272 [ 3 ] {} <Debug> HTTP-Session: d1e6953b-d067-47eb-b83c-527f23225eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7963 | 2024.08.16 04:38:32.790285 [ 3 ] {} <Debug> HTTP-Session: d1e6953b-d067-47eb-b83c-527f23225eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7964 | 2024.08.16 04:38:32.790316 [ 3 ] {} <Trace> HTTP-Session: d1e6953b-d067-47eb-b83c-527f23225eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7965 | 2024.08.16 04:38:32.790460 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7966 | 2024.08.16 04:38:32.790505 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7967 | 2024.08.16 04:38:32.790633 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7968 | 2024.08.16 04:38:32.790941 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7969 | 2024.08.16 04:38:32.790978 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7970 | 2024.08.16 04:38:32.791332 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7971 | 2024.08.16 04:38:32.791651 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2024.08.16 04:38:32.791806 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 7973 | 2024.08.16 04:38:32.791974 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7974 | 2024.08.16 04:38:32.791998 [ 3 ] {dc91eef8-0175-4fd0-808e-4368361bcda4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7975 | 2024.08.16 04:38:32.792043 [ 3 ] {} <Debug> HTTP-Session: d1e6953b-d067-47eb-b83c-527f23225eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7976 | 2024.08.16 04:38:34.666276 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7977 | 2024.08.16 04:38:34.666332 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7978 | 2024.08.16 04:38:37.784518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7979 | 2024.08.16 04:38:37.784663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7980 | 2024.08.16 04:38:37.784693 [ 3 ] {} <Debug> HTTP-Session: a3fec564-41dc-4df7-9ca6-f9ed4eda1a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7981 | 2024.08.16 04:38:37.784723 [ 3 ] {} <Debug> HTTP-Session: a3fec564-41dc-4df7-9ca6-f9ed4eda1a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7982 | 2024.08.16 04:38:37.784741 [ 3 ] {} <Debug> HTTP-Session: a3fec564-41dc-4df7-9ca6-f9ed4eda1a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7983 | 2024.08.16 04:38:37.784798 [ 3 ] {} <Trace> HTTP-Session: a3fec564-41dc-4df7-9ca6-f9ed4eda1a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7984 | 2024.08.16 04:38:37.784992 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7985 | 2024.08.16 04:38:37.785059 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7986 | 2024.08.16 04:38:37.785259 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7987 | 2024.08.16 04:38:37.785786 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7988 | 2024.08.16 04:38:37.785834 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 7989 | 2024.08.16 04:38:37.786213 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7990 | 2024.08.16 04:38:37.786546 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7991 | 2024.08.16 04:38:37.786737 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.0018 sec., 15000 rows/sec., 1.19 MiB/sec. | ||
| 7992 | 2024.08.16 04:38:37.787062 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7993 | 2024.08.16 04:38:37.787095 [ 3 ] {16061772-cf3f-48ba-8801-dc3fe766a68f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7994 | 2024.08.16 04:38:37.787111 [ 3 ] {} <Debug> HTTP-Session: a3fec564-41dc-4df7-9ca6-f9ed4eda1a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7995 | 2024.08.16 04:38:37.787247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7996 | 2024.08.16 04:38:37.787302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7997 | 2024.08.16 04:38:37.787322 [ 3 ] {} <Debug> HTTP-Session: 540963ab-5878-4d4e-9ac4-77eb3015e2c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 7998 | 2024.08.16 04:38:37.787340 [ 3 ] {} <Debug> HTTP-Session: 540963ab-5878-4d4e-9ac4-77eb3015e2c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7999 | 2024.08.16 04:38:37.787355 [ 3 ] {} <Debug> HTTP-Session: 540963ab-5878-4d4e-9ac4-77eb3015e2c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8000 | 2024.08.16 04:38:37.787390 [ 3 ] {} <Trace> HTTP-Session: 540963ab-5878-4d4e-9ac4-77eb3015e2c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8001 | 2024.08.16 04:38:37.787494 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8002 | 2024.08.16 04:38:37.787540 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8003 | 2024.08.16 04:38:37.787696 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8004 | 2024.08.16 04:38:37.788002 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8005 | 2024.08.16 04:38:37.788039 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8006 | 2024.08.16 04:38:37.788339 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8007 | 2024.08.16 04:38:37.788638 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8008 | 2024.08.16 04:38:37.788789 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001322 sec., 1512.8593040847202 rows/sec., 123.36 KiB/sec. | ||
| 8009 | 2024.08.16 04:38:37.788962 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Debug> DynamicQueryHandler: Done processing query | ||
| 8010 | 2024.08.16 04:38:37.788987 [ 3 ] {6abe5c32-8be3-4b07-a592-3e9b4bbec305} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8011 | 2024.08.16 04:38:37.789002 [ 3 ] {} <Debug> HTTP-Session: 540963ab-5878-4d4e-9ac4-77eb3015e2c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8012 | 2024.08.16 04:38:37.789159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8013 | 2024.08.16 04:38:37.789208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8014 | 2024.08.16 04:38:37.789226 [ 3 ] {} <Debug> HTTP-Session: 3e5f7658-b2a2-42a7-8180-5ed1dc91aee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8015 | 2024.08.16 04:38:37.789243 [ 3 ] {} <Debug> HTTP-Session: 3e5f7658-b2a2-42a7-8180-5ed1dc91aee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8016 | 2024.08.16 04:38:37.789256 [ 3 ] {} <Debug> HTTP-Session: 3e5f7658-b2a2-42a7-8180-5ed1dc91aee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8017 | 2024.08.16 04:38:37.789287 [ 3 ] {} <Trace> HTTP-Session: 3e5f7658-b2a2-42a7-8180-5ed1dc91aee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8018 | 2024.08.16 04:38:37.789456 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8019 | 2024.08.16 04:38:37.789500 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8020 | 2024.08.16 04:38:37.789628 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8021 | 2024.08.16 04:38:37.790087 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8022 | 2024.08.16 04:38:37.790123 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8023 | 2024.08.16 04:38:37.790447 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8024 | 2024.08.16 04:38:37.790742 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2024.08.16 04:38:37.790900 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001525 sec., 177704.91803278687 rows/sec., 15.52 MiB/sec. | ||
| 8026 | 2024.08.16 04:38:37.791068 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Debug> DynamicQueryHandler: Done processing query | ||
| 8027 | 2024.08.16 04:38:37.791092 [ 3 ] {8f8592a2-6408-4fb3-9349-f470587bd493} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 8028 | 2024.08.16 04:38:37.791108 [ 3 ] {} <Debug> HTTP-Session: 3e5f7658-b2a2-42a7-8180-5ed1dc91aee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8029 | 2024.08.16 04:38:37.791223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8030 | 2024.08.16 04:38:37.791272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8031 | 2024.08.16 04:38:37.791290 [ 3 ] {} <Debug> HTTP-Session: 0b9fc339-9692-42fb-8163-618995e646cd Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8032 | 2024.08.16 04:38:37.791306 [ 3 ] {} <Debug> HTTP-Session: 0b9fc339-9692-42fb-8163-618995e646cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8033 | 2024.08.16 04:38:37.791320 [ 3 ] {} <Debug> HTTP-Session: 0b9fc339-9692-42fb-8163-618995e646cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8034 | 2024.08.16 04:38:37.791350 [ 3 ] {} <Trace> HTTP-Session: 0b9fc339-9692-42fb-8163-618995e646cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8035 | 2024.08.16 04:38:37.791451 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8036 | 2024.08.16 04:38:37.791492 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8037 | 2024.08.16 04:38:37.791622 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8038 | 2024.08.16 04:38:37.791885 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8039 | 2024.08.16 04:38:37.791922 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8040 | 2024.08.16 04:38:37.792213 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8041 | 2024.08.16 04:38:37.792515 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8042 | 2024.08.16 04:38:37.792666 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001238 sec., 1615.5088852988692 rows/sec., 112.80 KiB/sec. | ||
| 8043 | 2024.08.16 04:38:37.792832 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 8044 | 2024.08.16 04:38:37.792857 [ 3 ] {17ee2ec2-5326-45a3-8cb2-cf0b69e982d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8045 | 2024.08.16 04:38:37.792873 [ 3 ] {} <Debug> HTTP-Session: 0b9fc339-9692-42fb-8163-618995e646cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8046 | 2024.08.16 04:38:37.792988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8047 | 2024.08.16 04:38:37.793035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8048 | 2024.08.16 04:38:37.793053 [ 3 ] {} <Debug> HTTP-Session: 68491bf7-5106-4548-808c-bbbb2df1933e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8049 | 2024.08.16 04:38:37.793069 [ 3 ] {} <Debug> HTTP-Session: 68491bf7-5106-4548-808c-bbbb2df1933e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8050 | 2024.08.16 04:38:37.793083 [ 3 ] {} <Debug> HTTP-Session: 68491bf7-5106-4548-808c-bbbb2df1933e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8051 | 2024.08.16 04:38:37.793114 [ 3 ] {} <Trace> HTTP-Session: 68491bf7-5106-4548-808c-bbbb2df1933e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8052 | 2024.08.16 04:38:37.793218 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8053 | 2024.08.16 04:38:37.793260 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8054 | 2024.08.16 04:38:37.793388 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8055 | 2024.08.16 04:38:37.793665 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8056 | 2024.08.16 04:38:37.793701 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8057 | 2024.08.16 04:38:37.794010 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8058 | 2024.08.16 04:38:37.794313 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8059 | 2024.08.16 04:38:37.794470 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001267 sec., 11049.723756906078 rows/sec., 773.85 KiB/sec. | ||
| 8060 | 2024.08.16 04:38:37.794760 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8061 | 2024.08.16 04:38:37.794800 [ 3 ] {48862a7c-4fa4-4568-a8c3-ade5b2044bb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8062 | 2024.08.16 04:38:37.794817 [ 3 ] {} <Debug> HTTP-Session: 68491bf7-5106-4548-808c-bbbb2df1933e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8063 | 2024.08.16 04:38:37.794933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8064 | 2024.08.16 04:38:37.794983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8065 | 2024.08.16 04:38:37.795003 [ 3 ] {} <Debug> HTTP-Session: f4916802-4414-4c30-980c-8935a2e381e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8066 | 2024.08.16 04:38:37.795020 [ 3 ] {} <Debug> HTTP-Session: f4916802-4414-4c30-980c-8935a2e381e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8067 | 2024.08.16 04:38:37.795034 [ 3 ] {} <Debug> HTTP-Session: f4916802-4414-4c30-980c-8935a2e381e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8068 | 2024.08.16 04:38:37.795065 [ 3 ] {} <Trace> HTTP-Session: f4916802-4414-4c30-980c-8935a2e381e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2024.08.16 04:38:37.795162 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8070 | 2024.08.16 04:38:37.795206 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8071 | 2024.08.16 04:38:37.795351 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8072 | 2024.08.16 04:38:37.795623 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8073 | 2024.08.16 04:38:37.795660 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8074 | 2024.08.16 04:38:37.795965 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8075 | 2024.08.16 04:38:37.796283 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8076 | 2024.08.16 04:38:37.796407 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 279.35 KiB/sec. | ||
| 8077 | 2024.08.16 04:38:37.796642 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 8078 | 2024.08.16 04:38:37.796668 [ 3 ] {4f3940d7-b156-47cc-9dff-171b71c86fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8079 | 2024.08.16 04:38:37.796684 [ 3 ] {} <Debug> HTTP-Session: f4916802-4414-4c30-980c-8935a2e381e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8080 | 2024.08.16 04:38:37.796855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8081 | 2024.08.16 04:38:37.796904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8082 | 2024.08.16 04:38:37.796923 [ 3 ] {} <Debug> HTTP-Session: 7374a59e-c1e2-44a7-90da-6e9181d1976e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8083 | 2024.08.16 04:38:37.796939 [ 3 ] {} <Debug> HTTP-Session: 7374a59e-c1e2-44a7-90da-6e9181d1976e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8084 | 2024.08.16 04:38:37.796953 [ 3 ] {} <Debug> HTTP-Session: 7374a59e-c1e2-44a7-90da-6e9181d1976e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8085 | 2024.08.16 04:38:37.796984 [ 3 ] {} <Trace> HTTP-Session: 7374a59e-c1e2-44a7-90da-6e9181d1976e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8086 | 2024.08.16 04:38:37.797208 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8087 | 2024.08.16 04:38:37.797251 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8088 | 2024.08.16 04:38:37.797390 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8089 | 2024.08.16 04:38:37.797981 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2024.08.16 04:38:37.798018 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8091 | 2024.08.16 04:38:37.798351 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8092 | 2024.08.16 04:38:37.798654 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8093 | 2024.08.16 04:38:37.798781 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.001687 sec., 243627.74155305277 rows/sec., 17.37 MiB/sec. | ||
| 8094 | 2024.08.16 04:38:37.798948 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Debug> DynamicQueryHandler: Done processing query | ||
| 8095 | 2024.08.16 04:38:37.798973 [ 3 ] {72db89b3-3246-446c-8c15-9a5dfd188f21} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8096 | 2024.08.16 04:38:37.798989 [ 3 ] {} <Debug> HTTP-Session: 7374a59e-c1e2-44a7-90da-6e9181d1976e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8097 | 2024.08.16 04:38:37.799159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8098 | 2024.08.16 04:38:37.799207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8099 | 2024.08.16 04:38:37.799227 [ 3 ] {} <Debug> HTTP-Session: 91c6a8ce-e197-4a11-9b20-191de6f7a9a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8100 | 2024.08.16 04:38:37.799243 [ 3 ] {} <Debug> HTTP-Session: 91c6a8ce-e197-4a11-9b20-191de6f7a9a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8101 | 2024.08.16 04:38:37.799257 [ 3 ] {} <Debug> HTTP-Session: 91c6a8ce-e197-4a11-9b20-191de6f7a9a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8102 | 2024.08.16 04:38:37.799288 [ 3 ] {} <Trace> HTTP-Session: 91c6a8ce-e197-4a11-9b20-191de6f7a9a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8103 | 2024.08.16 04:38:37.799383 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8104 | 2024.08.16 04:38:37.799427 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8105 | 2024.08.16 04:38:37.799556 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8106 | 2024.08.16 04:38:37.799834 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8107 | 2024.08.16 04:38:37.799870 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8108 | 2024.08.16 04:38:37.800231 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8109 | 2024.08.16 04:38:37.800563 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8110 | 2024.08.16 04:38:37.800694 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 234.81 KiB/sec. | ||
| 8111 | 2024.08.16 04:38:37.801009 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8112 | 2024.08.16 04:38:37.801035 [ 3 ] {49d7638d-a116-46ad-b7d2-ff332a840b1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8113 | 2024.08.16 04:38:37.801050 [ 3 ] {} <Debug> HTTP-Session: 91c6a8ce-e197-4a11-9b20-191de6f7a9a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8114 | 2024.08.16 04:38:37.801225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8115 | 2024.08.16 04:38:37.801275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8116 | 2024.08.16 04:38:37.801294 [ 3 ] {} <Debug> HTTP-Session: ef623fc2-ac56-44ee-ae18-7fcc53fcdfb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8117 | 2024.08.16 04:38:37.801311 [ 3 ] {} <Debug> HTTP-Session: ef623fc2-ac56-44ee-ae18-7fcc53fcdfb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8118 | 2024.08.16 04:38:37.801325 [ 3 ] {} <Debug> HTTP-Session: ef623fc2-ac56-44ee-ae18-7fcc53fcdfb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8119 | 2024.08.16 04:38:37.801357 [ 3 ] {} <Trace> HTTP-Session: ef623fc2-ac56-44ee-ae18-7fcc53fcdfb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2024.08.16 04:38:37.801585 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8121 | 2024.08.16 04:38:37.801631 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8122 | 2024.08.16 04:38:37.801795 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8123 | 2024.08.16 04:38:37.802233 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8124 | 2024.08.16 04:38:37.802269 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8125 | 2024.08.16 04:38:37.802651 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8126 | 2024.08.16 04:38:37.803043 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8127 | 2024.08.16 04:38:37.803177 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001727 sec., 137811.23335263462 rows/sec., 9.24 MiB/sec. | ||
| 8128 | 2024.08.16 04:38:37.803470 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8129 | 2024.08.16 04:38:37.803515 [ 3 ] {d037273f-534e-48db-9a84-aefc5adf98d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8130 | 2024.08.16 04:38:37.803559 [ 3 ] {} <Debug> HTTP-Session: ef623fc2-ac56-44ee-ae18-7fcc53fcdfb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8131 | 2024.08.16 04:38:37.803692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8132 | 2024.08.16 04:38:37.803742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8133 | 2024.08.16 04:38:37.803762 [ 3 ] {} <Debug> HTTP-Session: 0a779007-1d8e-48b9-af93-8542603b756a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8134 | 2024.08.16 04:38:37.803780 [ 3 ] {} <Debug> HTTP-Session: 0a779007-1d8e-48b9-af93-8542603b756a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8135 | 2024.08.16 04:38:37.803794 [ 3 ] {} <Debug> HTTP-Session: 0a779007-1d8e-48b9-af93-8542603b756a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8136 | 2024.08.16 04:38:37.803824 [ 3 ] {} <Trace> HTTP-Session: 0a779007-1d8e-48b9-af93-8542603b756a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8137 | 2024.08.16 04:38:37.803924 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8138 | 2024.08.16 04:38:37.803970 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8139 | 2024.08.16 04:38:37.804119 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8140 | 2024.08.16 04:38:37.804381 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8141 | 2024.08.16 04:38:37.804417 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8142 | 2024.08.16 04:38:37.804765 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8143 | 2024.08.16 04:38:37.805096 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8144 | 2024.08.16 04:38:37.805228 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001327 sec., 753.5795026375282 rows/sec., 50.78 KiB/sec. | ||
| 8145 | 2024.08.16 04:38:37.805548 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Debug> DynamicQueryHandler: Done processing query | ||
| 8146 | 2024.08.16 04:38:37.805574 [ 3 ] {cea3f3cb-6f11-484a-bc4c-cfb33ad05850} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8147 | 2024.08.16 04:38:37.805590 [ 3 ] {} <Debug> HTTP-Session: 0a779007-1d8e-48b9-af93-8542603b756a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8148 | 2024.08.16 04:38:37.805731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8149 | 2024.08.16 04:38:37.805779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8150 | 2024.08.16 04:38:37.805798 [ 3 ] {} <Debug> HTTP-Session: 79085956-ea36-45c7-bd3b-1b83212b9417 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8151 | 2024.08.16 04:38:37.805815 [ 3 ] {} <Debug> HTTP-Session: 79085956-ea36-45c7-bd3b-1b83212b9417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8152 | 2024.08.16 04:38:37.805829 [ 3 ] {} <Debug> HTTP-Session: 79085956-ea36-45c7-bd3b-1b83212b9417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8153 | 2024.08.16 04:38:37.805859 [ 3 ] {} <Trace> HTTP-Session: 79085956-ea36-45c7-bd3b-1b83212b9417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8154 | 2024.08.16 04:38:37.806312 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8155 | 2024.08.16 04:38:37.806387 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <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 | ||
| 8156 | 2024.08.16 04:38:37.806815 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8157 | 2024.08.16 04:38:37.807501 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8158 | 2024.08.16 04:38:37.807537 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8159 | 2024.08.16 04:38:37.808152 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8160 | 2024.08.16 04:38:37.808560 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8161 | 2024.08.16 04:38:37.808727 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002771 sec., 9743.774810537712 rows/sec., 17.46 MiB/sec. | ||
| 8162 | 2024.08.16 04:38:37.809325 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8163 | 2024.08.16 04:38:37.809352 [ 3 ] {9d30eed8-158e-4525-8e70-3a6834bd872f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8164 | 2024.08.16 04:38:37.809368 [ 3 ] {} <Debug> HTTP-Session: 79085956-ea36-45c7-bd3b-1b83212b9417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8165 | 2024.08.16 04:38:37.809503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8166 | 2024.08.16 04:38:37.809551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8167 | 2024.08.16 04:38:37.809571 [ 3 ] {} <Debug> HTTP-Session: af70a779-a66c-4fff-a952-f3b3437e007a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8168 | 2024.08.16 04:38:37.809587 [ 3 ] {} <Debug> HTTP-Session: af70a779-a66c-4fff-a952-f3b3437e007a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8169 | 2024.08.16 04:38:37.809601 [ 3 ] {} <Debug> HTTP-Session: af70a779-a66c-4fff-a952-f3b3437e007a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8170 | 2024.08.16 04:38:37.809632 [ 3 ] {} <Trace> HTTP-Session: af70a779-a66c-4fff-a952-f3b3437e007a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8171 | 2024.08.16 04:38:37.809772 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8172 | 2024.08.16 04:38:37.809818 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8173 | 2024.08.16 04:38:37.809972 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8174 | 2024.08.16 04:38:37.810306 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2024.08.16 04:38:37.810342 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8176 | 2024.08.16 04:38:37.810713 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8177 | 2024.08.16 04:38:37.811036 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8178 | 2024.08.16 04:38:37.811165 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001455 sec., 56357.388316151206 rows/sec., 3.58 MiB/sec. | ||
| 8179 | 2024.08.16 04:38:37.811333 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8180 | 2024.08.16 04:38:37.811359 [ 3 ] {ba1bbbe7-e978-4d2a-9c39-d7e1f878307b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8181 | 2024.08.16 04:38:37.811375 [ 3 ] {} <Debug> HTTP-Session: af70a779-a66c-4fff-a952-f3b3437e007a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8182 | 2024.08.16 04:38:42.810211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8183 | 2024.08.16 04:38:42.810336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8184 | 2024.08.16 04:38:42.810360 [ 3 ] {} <Debug> HTTP-Session: b5783cf8-4381-4947-80c3-c4f4f01182b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8185 | 2024.08.16 04:38:42.810385 [ 3 ] {} <Debug> HTTP-Session: b5783cf8-4381-4947-80c3-c4f4f01182b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8186 | 2024.08.16 04:38:42.810400 [ 3 ] {} <Debug> HTTP-Session: b5783cf8-4381-4947-80c3-c4f4f01182b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8187 | 2024.08.16 04:38:42.810447 [ 3 ] {} <Trace> HTTP-Session: b5783cf8-4381-4947-80c3-c4f4f01182b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8188 | 2024.08.16 04:38:42.810617 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8189 | 2024.08.16 04:38:42.810680 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8190 | 2024.08.16 04:38:42.810869 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8191 | 2024.08.16 04:38:42.811361 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2024.08.16 04:38:42.811401 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8193 | 2024.08.16 04:38:42.811766 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8194 | 2024.08.16 04:38:42.812100 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8195 | 2024.08.16 04:38:42.812244 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001679 sec., 2382.370458606313 rows/sec., 193.10 KiB/sec. | ||
| 8196 | 2024.08.16 04:38:42.812444 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Debug> DynamicQueryHandler: Done processing query | ||
| 8197 | 2024.08.16 04:38:42.812471 [ 3 ] {41131e8d-6268-4761-ab2f-f4d1b2b0abed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8198 | 2024.08.16 04:38:42.812487 [ 3 ] {} <Debug> HTTP-Session: b5783cf8-4381-4947-80c3-c4f4f01182b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8199 | 2024.08.16 04:38:42.812632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8200 | 2024.08.16 04:38:42.812686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8201 | 2024.08.16 04:38:42.812706 [ 3 ] {} <Debug> HTTP-Session: 99a29580-c9f9-4b44-9d87-6c25e850d26e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8202 | 2024.08.16 04:38:42.812726 [ 3 ] {} <Debug> HTTP-Session: 99a29580-c9f9-4b44-9d87-6c25e850d26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8203 | 2024.08.16 04:38:42.812739 [ 3 ] {} <Debug> HTTP-Session: 99a29580-c9f9-4b44-9d87-6c25e850d26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8204 | 2024.08.16 04:38:42.812775 [ 3 ] {} <Trace> HTTP-Session: 99a29580-c9f9-4b44-9d87-6c25e850d26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8205 | 2024.08.16 04:38:42.812876 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8206 | 2024.08.16 04:38:42.812921 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8207 | 2024.08.16 04:38:42.813053 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8208 | 2024.08.16 04:38:42.813336 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2024.08.16 04:38:42.813373 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8210 | 2024.08.16 04:38:42.813666 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8211 | 2024.08.16 04:38:42.813963 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8212 | 2024.08.16 04:38:42.814099 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00125 sec., 3200 rows/sec., 260.94 KiB/sec. | ||
| 8213 | 2024.08.16 04:38:42.814282 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8214 | 2024.08.16 04:38:42.814306 [ 3 ] {b1de5d64-a8f8-420c-97e5-51409b06ca7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8215 | 2024.08.16 04:38:42.814321 [ 3 ] {} <Debug> HTTP-Session: 99a29580-c9f9-4b44-9d87-6c25e850d26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8216 | 2024.08.16 04:38:42.814572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8217 | 2024.08.16 04:38:42.814623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8218 | 2024.08.16 04:38:42.814641 [ 3 ] {} <Debug> HTTP-Session: d0838b5b-7e17-41bb-93ec-6943c3c6d379 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8219 | 2024.08.16 04:38:42.814659 [ 3 ] {} <Debug> HTTP-Session: d0838b5b-7e17-41bb-93ec-6943c3c6d379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8220 | 2024.08.16 04:38:42.814672 [ 3 ] {} <Debug> HTTP-Session: d0838b5b-7e17-41bb-93ec-6943c3c6d379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8221 | 2024.08.16 04:38:42.814704 [ 3 ] {} <Trace> HTTP-Session: d0838b5b-7e17-41bb-93ec-6943c3c6d379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8222 | 2024.08.16 04:38:42.815237 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8223 | 2024.08.16 04:38:42.815284 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8224 | 2024.08.16 04:38:42.815411 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8225 | 2024.08.16 04:38:42.816614 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2024.08.16 04:38:42.816652 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8227 | 2024.08.16 04:38:42.817044 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8228 | 2024.08.16 04:38:42.817364 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8229 | 2024.08.16 04:38:42.817520 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Debug> executeQuery: Read 1210 rows, 101.74 KiB in 0.002659 sec., 455058.2925911997 rows/sec., 37.37 MiB/sec. | ||
| 8230 | 2024.08.16 04:38:42.817523 [ 51 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8231 | 2024.08.16 04:38:42.817631 [ 51 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8232 | 2024.08.16 04:38:42.817680 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8233 | 2024.08.16 04:38:42.817762 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Debug> DynamicQueryHandler: Done processing query | ||
| 8234 | 2024.08.16 04:38:42.817833 [ 3 ] {cf4cf9d0-f4be-4f1d-a8cf-348521d78305} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 8235 | 2024.08.16 04:38:42.817894 [ 3 ] {} <Debug> HTTP-Session: d0838b5b-7e17-41bb-93ec-6943c3c6d379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8236 | 2024.08.16 04:38:42.818000 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::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 | ||
| 8237 | 2024.08.16 04:38:42.818269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8238 | 2024.08.16 04:38:42.818488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8239 | 2024.08.16 04:38:42.818599 [ 3 ] {} <Debug> HTTP-Session: 75b7c2df-a61f-4d1c-b965-b941c16628b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8240 | 2024.08.16 04:38:42.818683 [ 3 ] {} <Debug> HTTP-Session: 75b7c2df-a61f-4d1c-b965-b941c16628b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8241 | 2024.08.16 04:38:42.818784 [ 3 ] {} <Debug> HTTP-Session: 75b7c2df-a61f-4d1c-b965-b941c16628b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8242 | 2024.08.16 04:38:42.818825 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8243 | 2024.08.16 04:38:42.818959 [ 3 ] {} <Trace> HTTP-Session: 75b7c2df-a61f-4d1c-b965-b941c16628b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8244 | 2024.08.16 04:38:42.818980 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1430 rows starting from the beginning of the part | ||
| 8245 | 2024.08.16 04:38:42.819362 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8246 | 2024.08.16 04:38:42.819386 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 70 rows starting from the beginning of the part | ||
| 8247 | 2024.08.16 04:38:42.819458 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8248 | 2024.08.16 04:38:42.819526 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 272 rows starting from the beginning of the part | ||
| 8249 | 2024.08.16 04:38:42.819934 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 68 rows starting from the beginning of the part | ||
| 8250 | 2024.08.16 04:38:42.820479 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 271 rows starting from the beginning of the part | ||
| 8251 | 2024.08.16 04:38:42.820842 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1210 rows starting from the beginning of the part | ||
| 8252 | 2024.08.16 04:38:42.821170 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8253 | 2024.08.16 04:38:42.821882 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8254 | 2024.08.16 04:38:42.821923 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8255 | 2024.08.16 04:38:42.822375 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8256 | 2024.08.16 04:38:42.822815 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8257 | 2024.08.16 04:38:42.823003 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003834 sec., 1043.2968179447053 rows/sec., 72.85 KiB/sec. | ||
| 8258 | 2024.08.16 04:38:42.823197 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8259 | 2024.08.16 04:38:42.823221 [ 3 ] {9bfe7026-0843-4166-ae00-1f422d663df8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8260 | 2024.08.16 04:38:42.823237 [ 3 ] {} <Debug> HTTP-Session: 75b7c2df-a61f-4d1c-b965-b941c16628b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8261 | 2024.08.16 04:38:42.823440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8262 | 2024.08.16 04:38:42.823482 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 4 columns (4 merged, 0 gathered) in 0.005723569 sec., 580232.3689991332 rows/sec., 48.35 MiB/sec. | ||
| 8263 | 2024.08.16 04:38:42.823495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8264 | 2024.08.16 04:38:42.823528 [ 3 ] {} <Debug> HTTP-Session: bc2dfd1e-c5b7-45b8-bf63-7e264cb2c56b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8265 | 2024.08.16 04:38:42.823549 [ 3 ] {} <Debug> HTTP-Session: bc2dfd1e-c5b7-45b8-bf63-7e264cb2c56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8266 | 2024.08.16 04:38:42.823563 [ 3 ] {} <Debug> HTTP-Session: bc2dfd1e-c5b7-45b8-bf63-7e264cb2c56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8267 | 2024.08.16 04:38:42.823594 [ 3 ] {} <Trace> HTTP-Session: bc2dfd1e-c5b7-45b8-bf63-7e264cb2c56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8268 | 2024.08.16 04:38:42.823792 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8269 | 2024.08.16 04:38:42.823815 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8270 | 2024.08.16 04:38:42.823861 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8271 | 2024.08.16 04:38:42.824349 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8272 | 2024.08.16 04:38:42.824795 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2024.08.16 04:38:42.825026 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_41_8} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8274 | 2024.08.16 04:38:42.825192 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 8275 | 2024.08.16 04:38:42.825234 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8276 | 2024.08.16 04:38:42.825284 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8277 | 2024.08.16 04:38:42.825625 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8278 | 2024.08.16 04:38:42.825952 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8279 | 2024.08.16 04:38:42.826113 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00243 sec., 93827.16049382716 rows/sec., 6.35 MiB/sec. | ||
| 8280 | 2024.08.16 04:38:42.826300 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Debug> DynamicQueryHandler: Done processing query | ||
| 8281 | 2024.08.16 04:38:42.826325 [ 3 ] {d12a185e-3577-45de-aec8-34132dd06ee7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 8282 | 2024.08.16 04:38:42.826341 [ 3 ] {} <Debug> HTTP-Session: bc2dfd1e-c5b7-45b8-bf63-7e264cb2c56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8283 | 2024.08.16 04:38:42.826597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 87196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8284 | 2024.08.16 04:38:42.826644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8285 | 2024.08.16 04:38:42.826663 [ 3 ] {} <Debug> HTTP-Session: 28e5bee9-7964-4b20-9f7a-9e5948577ea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8286 | 2024.08.16 04:38:42.826680 [ 3 ] {} <Debug> HTTP-Session: 28e5bee9-7964-4b20-9f7a-9e5948577ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8287 | 2024.08.16 04:38:42.826693 [ 3 ] {} <Debug> HTTP-Session: 28e5bee9-7964-4b20-9f7a-9e5948577ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8288 | 2024.08.16 04:38:42.826724 [ 3 ] {} <Trace> HTTP-Session: 28e5bee9-7964-4b20-9f7a-9e5948577ea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8289 | 2024.08.16 04:38:42.827031 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8290 | 2024.08.16 04:38:42.827076 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8291 | 2024.08.16 04:38:42.827206 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8292 | 2024.08.16 04:38:42.827845 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8293 | 2024.08.16 04:38:42.827882 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8294 | 2024.08.16 04:38:42.828220 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8295 | 2024.08.16 04:38:42.828528 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8296 | 2024.08.16 04:38:42.828696 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001849 sec., 285559.7620335317 rows/sec., 21.15 MiB/sec. | ||
| 8297 | 2024.08.16 04:38:42.828701 [ 51 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8298 | 2024.08.16 04:38:42.828791 [ 51 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2024.08.16 04:38:42.828849 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8300 | 2024.08.16 04:38:42.828985 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8301 | 2024.08.16 04:38:42.829034 [ 3 ] {d69c5057-bb06-420f-bc8e-58ba0e13b77c} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 8302 | 2024.08.16 04:38:42.829051 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::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 | ||
| 8303 | 2024.08.16 04:38:42.829064 [ 3 ] {} <Debug> HTTP-Session: 28e5bee9-7964-4b20-9f7a-9e5948577ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8304 | 2024.08.16 04:38:42.829232 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8305 | 2024.08.16 04:38:42.829270 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 903 rows starting from the beginning of the part | ||
| 8306 | 2024.08.16 04:38:42.829387 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part | ||
| 8307 | 2024.08.16 04:38:42.829423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8308 | 2024.08.16 04:38:42.829618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8309 | 2024.08.16 04:38:42.829717 [ 3 ] {} <Debug> HTTP-Session: d3518299-0ac0-49bb-93b8-c179bcafafc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8310 | 2024.08.16 04:38:42.829714 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 413 rows starting from the beginning of the part | ||
| 8311 | 2024.08.16 04:38:42.829777 [ 3 ] {} <Debug> HTTP-Session: d3518299-0ac0-49bb-93b8-c179bcafafc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8312 | 2024.08.16 04:38:42.829863 [ 3 ] {} <Debug> HTTP-Session: d3518299-0ac0-49bb-93b8-c179bcafafc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8313 | 2024.08.16 04:38:42.830000 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 68 rows starting from the beginning of the part | ||
| 8314 | 2024.08.16 04:38:42.830021 [ 3 ] {} <Trace> HTTP-Session: d3518299-0ac0-49bb-93b8-c179bcafafc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8315 | 2024.08.16 04:38:42.830393 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 411 rows starting from the beginning of the part | ||
| 8316 | 2024.08.16 04:38:42.830494 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 528 rows starting from the beginning of the part | ||
| 8317 | 2024.08.16 04:38:42.830884 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8318 | 2024.08.16 04:38:42.830993 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8319 | 2024.08.16 04:38:42.831502 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8320 | 2024.08.16 04:38:42.832684 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8321 | 2024.08.16 04:38:42.832771 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8322 | 2024.08.16 04:38:42.832815 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2395 rows, containing 4 columns (4 merged, 0 gathered) in 0.003870803 sec., 618734.6656494789 rows/sec., 45.07 MiB/sec. | ||
| 8323 | 2024.08.16 04:38:42.833030 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8324 | 2024.08.16 04:38:42.833739 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8325 | 2024.08.16 04:38:42.833798 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2024.08.16 04:38:42.833947 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_41_8} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8327 | 2024.08.16 04:38:42.834137 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8328 | 2024.08.16 04:38:42.834391 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8329 | 2024.08.16 04:38:42.834583 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.004264 sec., 198405.25328330204 rows/sec., 13.35 MiB/sec. | ||
| 8330 | 2024.08.16 04:38:42.834605 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8331 | 2024.08.16 04:38:42.834730 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2024.08.16 04:38:42.834811 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8333 | 2024.08.16 04:38:42.834942 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Debug> DynamicQueryHandler: Done processing query | ||
| 8334 | 2024.08.16 04:38:42.835011 [ 3 ] {2c5b5643-ff87-4cb0-9c14-9945a4c6a961} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 8335 | 2024.08.16 04:38:42.835059 [ 3 ] {} <Debug> HTTP-Session: d3518299-0ac0-49bb-93b8-c179bcafafc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8336 | 2024.08.16 04:38:42.835065 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 8337 | 2024.08.16 04:38:42.835229 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8338 | 2024.08.16 04:38:42.835262 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11437 rows starting from the beginning of the part | ||
| 8339 | 2024.08.16 04:38:42.835400 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 162 rows starting from the beginning of the part | ||
| 8340 | 2024.08.16 04:38:42.835444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8341 | 2024.08.16 04:38:42.835617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8342 | 2024.08.16 04:38:42.835702 [ 3 ] {} <Debug> HTTP-Session: c1fd2312-7ea0-49b7-8e21-952f2270e302 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8343 | 2024.08.16 04:38:42.835770 [ 3 ] {} <Debug> HTTP-Session: c1fd2312-7ea0-49b7-8e21-952f2270e302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8344 | 2024.08.16 04:38:42.835840 [ 3 ] {} <Debug> HTTP-Session: c1fd2312-7ea0-49b7-8e21-952f2270e302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8345 | 2024.08.16 04:38:42.835840 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 239 rows starting from the beginning of the part | ||
| 8346 | 2024.08.16 04:38:42.835925 [ 3 ] {} <Trace> HTTP-Session: c1fd2312-7ea0-49b7-8e21-952f2270e302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8347 | 2024.08.16 04:38:42.836080 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::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 | ||
| 8348 | 2024.08.16 04:38:42.836414 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8349 | 2024.08.16 04:38:42.836453 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 238 rows starting from the beginning of the part | ||
| 8350 | 2024.08.16 04:38:42.836724 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <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 | ||
| 8351 | 2024.08.16 04:38:42.836781 [ 201 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 846 rows starting from the beginning of the part | ||
| 8352 | 2024.08.16 04:38:42.838576 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8353 | 2024.08.16 04:38:42.839479 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2024.08.16 04:38:42.839563 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8355 | 2024.08.16 04:38:42.841175 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8356 | 2024.08.16 04:38:42.841999 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8357 | 2024.08.16 04:38:42.842231 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006066 sec., 659.4131223211342 rows/sec., 1.18 MiB/sec. | ||
| 8358 | 2024.08.16 04:38:42.842543 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8359 | 2024.08.16 04:38:42.842568 [ 3 ] {f0e0229b-fcf0-4e8a-be20-49922c874bb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8360 | 2024.08.16 04:38:42.842585 [ 3 ] {} <Debug> HTTP-Session: c1fd2312-7ea0-49b7-8e21-952f2270e302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8361 | 2024.08.16 04:38:42.842721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8362 | 2024.08.16 04:38:42.842772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8363 | 2024.08.16 04:38:42.842792 [ 3 ] {} <Debug> HTTP-Session: 5630fedd-93a1-41f7-931b-ee8834789069 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8364 | 2024.08.16 04:38:42.842808 [ 3 ] {} <Debug> HTTP-Session: 5630fedd-93a1-41f7-931b-ee8834789069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8365 | 2024.08.16 04:38:42.842822 [ 3 ] {} <Debug> HTTP-Session: 5630fedd-93a1-41f7-931b-ee8834789069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8366 | 2024.08.16 04:38:42.842853 [ 3 ] {} <Trace> HTTP-Session: 5630fedd-93a1-41f7-931b-ee8834789069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8367 | 2024.08.16 04:38:42.842999 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8368 | 2024.08.16 04:38:42.843047 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8369 | 2024.08.16 04:38:42.843364 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8370 | 2024.08.16 04:38:42.843732 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13082 rows, containing 5 columns (5 merged, 0 gathered) in 0.008807323 sec., 1485354.8575429786 rows/sec., 100.31 MiB/sec. | ||
| 8371 | 2024.08.16 04:38:42.843857 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8372 | 2024.08.16 04:38:42.843894 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8373 | 2024.08.16 04:38:42.844169 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8374 | 2024.08.16 04:38:42.844355 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8375 | 2024.08.16 04:38:42.844734 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8376 | 2024.08.16 04:38:42.844823 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8377 | 2024.08.16 04:38:42.844833 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8378 | 2024.08.16 04:38:42.844945 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 8379 | 2024.08.16 04:38:42.845050 [ 51 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8380 | 2024.08.16 04:38:42.845068 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002121 sec., 28288.543140028287 rows/sec., 1.91 MiB/sec. | ||
| 8381 | 2024.08.16 04:38:42.845109 [ 51 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8382 | 2024.08.16 04:38:42.845202 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8383 | 2024.08.16 04:38:42.845405 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 8384 | 2024.08.16 04:38:42.845421 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8385 | 2024.08.16 04:38:42.845471 [ 3 ] {18e41689-2d94-41ec-893a-c1809ed336f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8386 | 2024.08.16 04:38:42.845507 [ 3 ] {} <Debug> HTTP-Session: 5630fedd-93a1-41f7-931b-ee8834789069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8387 | 2024.08.16 04:38:42.845621 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8388 | 2024.08.16 04:38:42.845654 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2372 rows starting from the beginning of the part | ||
| 8389 | 2024.08.16 04:38:42.845758 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 8390 | 2024.08.16 04:38:42.845943 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 8391 | 2024.08.16 04:38:42.846111 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 8392 | 2024.08.16 04:38:42.846231 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 8393 | 2024.08.16 04:38:42.846427 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::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 | ||
| 8394 | 2024.08.16 04:38:42.847857 [ 192 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 4 columns (4 merged, 0 gathered) in 0.002535861 sec., 1071036.6222754323 rows/sec., 69.84 MiB/sec. | ||
| 8395 | 2024.08.16 04:38:42.848070 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8396 | 2024.08.16 04:38:42.848445 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_41_8} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8397 | 2024.08.16 04:38:42.848521 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_41_8} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8398 | 2024.08.16 04:38:42.848588 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 8399 | 2024.08.16 04:38:47.784517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8400 | 2024.08.16 04:38:47.784653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8401 | 2024.08.16 04:38:47.784681 [ 3 ] {} <Debug> HTTP-Session: db6dbbdd-ac4b-4af7-aff4-8ab4bc175206 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8402 | 2024.08.16 04:38:47.784710 [ 3 ] {} <Debug> HTTP-Session: db6dbbdd-ac4b-4af7-aff4-8ab4bc175206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8403 | 2024.08.16 04:38:47.784729 [ 3 ] {} <Debug> HTTP-Session: db6dbbdd-ac4b-4af7-aff4-8ab4bc175206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8404 | 2024.08.16 04:38:47.784784 [ 3 ] {} <Trace> HTTP-Session: db6dbbdd-ac4b-4af7-aff4-8ab4bc175206 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8405 | 2024.08.16 04:38:47.784985 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8406 | 2024.08.16 04:38:47.785060 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8407 | 2024.08.16 04:38:47.785263 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8408 | 2024.08.16 04:38:47.785705 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8409 | 2024.08.16 04:38:47.785751 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8410 | 2024.08.16 04:38:47.786142 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8411 | 2024.08.16 04:38:47.786500 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8412 | 2024.08.16 04:38:47.786656 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001732 sec., 15588.91454965358 rows/sec., 1.23 MiB/sec. | ||
| 8413 | 2024.08.16 04:38:47.786736 [ 46 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8414 | 2024.08.16 04:38:47.786863 [ 46 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8415 | 2024.08.16 04:38:47.786910 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8416 | 2024.08.16 04:38:47.787003 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8417 | 2024.08.16 04:38:47.787069 [ 3 ] {10a3ca81-fc91-45a9-ab38-9948eefb0bc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8418 | 2024.08.16 04:38:47.787122 [ 3 ] {} <Debug> HTTP-Session: db6dbbdd-ac4b-4af7-aff4-8ab4bc175206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8419 | 2024.08.16 04:38:47.787181 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 8420 | 2024.08.16 04:38:47.787375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8421 | 2024.08.16 04:38:47.787401 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8422 | 2024.08.16 04:38:47.787468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8423 | 2024.08.16 04:38:47.787475 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 31 rows starting from the beginning of the part | ||
| 8424 | 2024.08.16 04:38:47.787513 [ 3 ] {} <Debug> HTTP-Session: 635320e5-5431-45ea-9993-83e53a501bb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8425 | 2024.08.16 04:38:47.787554 [ 3 ] {} <Debug> HTTP-Session: 635320e5-5431-45ea-9993-83e53a501bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8426 | 2024.08.16 04:38:47.787592 [ 3 ] {} <Debug> HTTP-Session: 635320e5-5431-45ea-9993-83e53a501bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8427 | 2024.08.16 04:38:47.787744 [ 3 ] {} <Trace> HTTP-Session: 635320e5-5431-45ea-9993-83e53a501bb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8428 | 2024.08.16 04:38:47.787739 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 27 rows starting from the beginning of the part | ||
| 8429 | 2024.08.16 04:38:47.788034 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 8430 | 2024.08.16 04:38:47.788155 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8431 | 2024.08.16 04:38:47.788327 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8432 | 2024.08.16 04:38:47.788328 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 27 rows starting from the beginning of the part | ||
| 8433 | 2024.08.16 04:38:47.788634 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 8434 | 2024.08.16 04:38:47.788973 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part | ||
| 8435 | 2024.08.16 04:38:47.789756 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8436 | 2024.08.16 04:38:47.790970 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8437 | 2024.08.16 04:38:47.791070 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8438 | 2024.08.16 04:38:47.792308 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8439 | 2024.08.16 04:38:47.792323 [ 192 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.005303199 sec., 22627.851604286396 rows/sec., 1.79 MiB/sec. | ||
| 8440 | 2024.08.16 04:38:47.792532 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8441 | 2024.08.16 04:38:47.792993 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8442 | 2024.08.16 04:38:47.793317 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.005382 sec., 50167.22408026756 rows/sec., 4.39 MiB/sec. | ||
| 8443 | 2024.08.16 04:38:47.793481 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8444 | 2024.08.16 04:38:47.793652 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_31_6} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8445 | 2024.08.16 04:38:47.793696 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 8446 | 2024.08.16 04:38:47.793773 [ 3 ] {aa8712dd-b58f-4e01-80b5-dc18007201cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 8447 | 2024.08.16 04:38:47.793792 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8448 | 2024.08.16 04:38:47.793800 [ 3 ] {} <Debug> HTTP-Session: 635320e5-5431-45ea-9993-83e53a501bb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8449 | 2024.08.16 04:38:47.793986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8450 | 2024.08.16 04:38:47.794038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8451 | 2024.08.16 04:38:47.794057 [ 3 ] {} <Debug> HTTP-Session: 5963e5c9-1aa5-4499-ad08-234147387c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8452 | 2024.08.16 04:38:47.794076 [ 3 ] {} <Debug> HTTP-Session: 5963e5c9-1aa5-4499-ad08-234147387c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8453 | 2024.08.16 04:38:47.794089 [ 3 ] {} <Debug> HTTP-Session: 5963e5c9-1aa5-4499-ad08-234147387c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8454 | 2024.08.16 04:38:47.794134 [ 3 ] {} <Trace> HTTP-Session: 5963e5c9-1aa5-4499-ad08-234147387c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8455 | 2024.08.16 04:38:47.794243 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8456 | 2024.08.16 04:38:47.794288 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8457 | 2024.08.16 04:38:47.794434 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8458 | 2024.08.16 04:38:47.794768 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8459 | 2024.08.16 04:38:47.794805 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8460 | 2024.08.16 04:38:47.795129 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8461 | 2024.08.16 04:38:47.795447 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8462 | 2024.08.16 04:38:47.795600 [ 46 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8463 | 2024.08.16 04:38:47.795608 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001383 sec., 10122.92118582791 rows/sec., 708.94 KiB/sec. | ||
| 8464 | 2024.08.16 04:38:47.795650 [ 46 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8465 | 2024.08.16 04:38:47.795711 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8466 | 2024.08.16 04:38:47.795903 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::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 | ||
| 8467 | 2024.08.16 04:38:47.795926 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Debug> DynamicQueryHandler: Done processing query | ||
| 8468 | 2024.08.16 04:38:47.795981 [ 3 ] {dbff69a3-cf48-4bc7-bfe5-2e61b3c9aabe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8469 | 2024.08.16 04:38:47.796008 [ 3 ] {} <Debug> HTTP-Session: 5963e5c9-1aa5-4499-ad08-234147387c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8470 | 2024.08.16 04:38:47.796115 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8471 | 2024.08.16 04:38:47.796150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8472 | 2024.08.16 04:38:47.796173 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
| 8473 | 2024.08.16 04:38:47.796257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8474 | 2024.08.16 04:38:47.796359 [ 3 ] {} <Debug> HTTP-Session: c08c2469-7845-4f41-851c-458c730dd3d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8475 | 2024.08.16 04:38:47.796398 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 8476 | 2024.08.16 04:38:47.796416 [ 3 ] {} <Debug> HTTP-Session: c08c2469-7845-4f41-851c-458c730dd3d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8477 | 2024.08.16 04:38:47.796489 [ 3 ] {} <Debug> HTTP-Session: c08c2469-7845-4f41-851c-458c730dd3d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8478 | 2024.08.16 04:38:47.796656 [ 3 ] {} <Trace> HTTP-Session: c08c2469-7845-4f41-851c-458c730dd3d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8479 | 2024.08.16 04:38:47.796747 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 8480 | 2024.08.16 04:38:47.797019 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8481 | 2024.08.16 04:38:47.797042 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 8482 | 2024.08.16 04:38:47.797145 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8483 | 2024.08.16 04:38:47.797391 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part | ||
| 8484 | 2024.08.16 04:38:47.797765 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8485 | 2024.08.16 04:38:47.798204 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8486 | 2024.08.16 04:38:47.799006 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8487 | 2024.08.16 04:38:47.799063 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8488 | 2024.08.16 04:38:47.799977 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8489 | 2024.08.16 04:38:47.800775 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.00495438 sec., 106168.68306427846 rows/sec., 6.81 MiB/sec. | ||
| 8490 | 2024.08.16 04:38:47.800964 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8491 | 2024.08.16 04:38:47.801011 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8492 | 2024.08.16 04:38:47.801289 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004421 sec., 1357.1590137977835 rows/sec., 80.18 KiB/sec. | ||
| 8493 | 2024.08.16 04:38:47.801805 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8494 | 2024.08.16 04:38:47.801847 [ 3 ] {0dd75a81-f9d1-493b-bb92-d3524453d47f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8495 | 2024.08.16 04:38:47.801888 [ 3 ] {} <Debug> HTTP-Session: c08c2469-7845-4f41-851c-458c730dd3d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8496 | 2024.08.16 04:38:47.801941 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2024.08.16 04:38:47.802041 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_26_5} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8498 | 2024.08.16 04:38:47.802161 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8499 | 2024.08.16 04:38:47.802158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8500 | 2024.08.16 04:38:47.802243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8501 | 2024.08.16 04:38:47.802263 [ 3 ] {} <Debug> HTTP-Session: 7244e08a-7a6d-4f8e-aff5-f61680a47814 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8502 | 2024.08.16 04:38:47.802280 [ 3 ] {} <Debug> HTTP-Session: 7244e08a-7a6d-4f8e-aff5-f61680a47814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8503 | 2024.08.16 04:38:47.802294 [ 3 ] {} <Debug> HTTP-Session: 7244e08a-7a6d-4f8e-aff5-f61680a47814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8504 | 2024.08.16 04:38:47.802327 [ 3 ] {} <Trace> HTTP-Session: 7244e08a-7a6d-4f8e-aff5-f61680a47814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8505 | 2024.08.16 04:38:47.802558 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8506 | 2024.08.16 04:38:47.802603 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8507 | 2024.08.16 04:38:47.802755 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8508 | 2024.08.16 04:38:47.803338 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8509 | 2024.08.16 04:38:47.803377 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8510 | 2024.08.16 04:38:47.803726 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8511 | 2024.08.16 04:38:47.804042 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8512 | 2024.08.16 04:38:47.804201 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001753 sec., 233314.31831146605 rows/sec., 16.63 MiB/sec. | ||
| 8513 | 2024.08.16 04:38:47.804373 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8514 | 2024.08.16 04:38:47.804398 [ 3 ] {595b9683-421d-4804-9ca7-e0e579b81bb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8515 | 2024.08.16 04:38:47.804414 [ 3 ] {} <Debug> HTTP-Session: 7244e08a-7a6d-4f8e-aff5-f61680a47814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8516 | 2024.08.16 04:38:47.804546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8517 | 2024.08.16 04:38:47.804595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8518 | 2024.08.16 04:38:47.804615 [ 3 ] {} <Debug> HTTP-Session: 208d0516-36c9-433f-8a5e-00fba15716bd Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8519 | 2024.08.16 04:38:47.804631 [ 3 ] {} <Debug> HTTP-Session: 208d0516-36c9-433f-8a5e-00fba15716bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8520 | 2024.08.16 04:38:47.804644 [ 3 ] {} <Debug> HTTP-Session: 208d0516-36c9-433f-8a5e-00fba15716bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8521 | 2024.08.16 04:38:47.804675 [ 3 ] {} <Trace> HTTP-Session: 208d0516-36c9-433f-8a5e-00fba15716bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8522 | 2024.08.16 04:38:47.804773 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8523 | 2024.08.16 04:38:47.804818 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8524 | 2024.08.16 04:38:47.804948 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8525 | 2024.08.16 04:38:47.805249 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8526 | 2024.08.16 04:38:47.805287 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8527 | 2024.08.16 04:38:47.805650 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8528 | 2024.08.16 04:38:47.805978 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8529 | 2024.08.16 04:38:47.806143 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 226.99 KiB/sec. | ||
| 8530 | 2024.08.16 04:38:47.806483 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8531 | 2024.08.16 04:38:47.806508 [ 3 ] {2f11bbd5-fc1b-47e8-a020-4f9d7dd8ca7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8532 | 2024.08.16 04:38:47.806524 [ 3 ] {} <Debug> HTTP-Session: 208d0516-36c9-433f-8a5e-00fba15716bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8533 | 2024.08.16 04:38:47.806692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8534 | 2024.08.16 04:38:47.806742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8535 | 2024.08.16 04:38:47.806760 [ 3 ] {} <Debug> HTTP-Session: 8a571885-888d-4f18-934a-3056498c6f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8536 | 2024.08.16 04:38:47.806777 [ 3 ] {} <Debug> HTTP-Session: 8a571885-888d-4f18-934a-3056498c6f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8537 | 2024.08.16 04:38:47.806790 [ 3 ] {} <Debug> HTTP-Session: 8a571885-888d-4f18-934a-3056498c6f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8538 | 2024.08.16 04:38:47.806821 [ 3 ] {} <Trace> HTTP-Session: 8a571885-888d-4f18-934a-3056498c6f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8539 | 2024.08.16 04:38:47.807030 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8540 | 2024.08.16 04:38:47.807077 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8541 | 2024.08.16 04:38:47.807245 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8542 | 2024.08.16 04:38:47.807713 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8543 | 2024.08.16 04:38:47.807748 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8544 | 2024.08.16 04:38:47.808133 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8545 | 2024.08.16 04:38:47.808476 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8546 | 2024.08.16 04:38:47.808636 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00172 sec., 137790.6976744186 rows/sec., 9.24 MiB/sec. | ||
| 8547 | 2024.08.16 04:38:47.808961 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Debug> DynamicQueryHandler: Done processing query | ||
| 8548 | 2024.08.16 04:38:47.809003 [ 3 ] {223edff3-0b2f-4958-a36b-4e89d84f4150} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8549 | 2024.08.16 04:38:47.809020 [ 3 ] {} <Debug> HTTP-Session: 8a571885-888d-4f18-934a-3056498c6f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8550 | 2024.08.16 04:38:47.809174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8551 | 2024.08.16 04:38:47.809222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8552 | 2024.08.16 04:38:47.809242 [ 3 ] {} <Debug> HTTP-Session: 8621fe45-f84f-4918-9d76-b5d3333e1bb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8553 | 2024.08.16 04:38:47.809259 [ 3 ] {} <Debug> HTTP-Session: 8621fe45-f84f-4918-9d76-b5d3333e1bb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8554 | 2024.08.16 04:38:47.809273 [ 3 ] {} <Debug> HTTP-Session: 8621fe45-f84f-4918-9d76-b5d3333e1bb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8555 | 2024.08.16 04:38:47.809304 [ 3 ] {} <Trace> HTTP-Session: 8621fe45-f84f-4918-9d76-b5d3333e1bb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8556 | 2024.08.16 04:38:47.809399 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8557 | 2024.08.16 04:38:47.809446 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8558 | 2024.08.16 04:38:47.809595 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8559 | 2024.08.16 04:38:47.809869 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8560 | 2024.08.16 04:38:47.809905 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8561 | 2024.08.16 04:38:47.810258 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8562 | 2024.08.16 04:38:47.810577 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8563 | 2024.08.16 04:38:47.810733 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec. | ||
| 8564 | 2024.08.16 04:38:47.810735 [ 46 ] {} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 8565 | 2024.08.16 04:38:47.810823 [ 46 ] {} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8566 | 2024.08.16 04:38:47.810855 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8567 | 2024.08.16 04:38:47.810990 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8568 | 2024.08.16 04:38:47.811008 [ 192 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 8569 | 2024.08.16 04:38:47.811021 [ 3 ] {03c1669a-a938-4069-b7df-b73a43b247f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8570 | 2024.08.16 04:38:47.811054 [ 3 ] {} <Debug> HTTP-Session: 8621fe45-f84f-4918-9d76-b5d3333e1bb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8571 | 2024.08.16 04:38:47.811161 [ 192 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8572 | 2024.08.16 04:38:47.811199 [ 192 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 8573 | 2024.08.16 04:38:47.811268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8574 | 2024.08.16 04:38:47.811406 [ 192 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 8575 | 2024.08.16 04:38:47.811428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8576 | 2024.08.16 04:38:47.811512 [ 3 ] {} <Debug> HTTP-Session: baf261aa-ed5c-4578-828a-11025f490923 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8577 | 2024.08.16 04:38:47.811555 [ 3 ] {} <Debug> HTTP-Session: baf261aa-ed5c-4578-828a-11025f490923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8578 | 2024.08.16 04:38:47.811606 [ 3 ] {} <Debug> HTTP-Session: baf261aa-ed5c-4578-828a-11025f490923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8579 | 2024.08.16 04:38:47.811682 [ 192 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 8580 | 2024.08.16 04:38:47.811746 [ 3 ] {} <Trace> HTTP-Session: baf261aa-ed5c-4578-828a-11025f490923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8581 | 2024.08.16 04:38:47.812050 [ 192 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 8582 | 2024.08.16 04:38:47.812173 [ 192 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 8583 | 2024.08.16 04:38:47.812262 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8584 | 2024.08.16 04:38:47.812526 [ 192 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 8585 | 2024.08.16 04:38:47.812651 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <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 | ||
| 8586 | 2024.08.16 04:38:47.813931 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8587 | 2024.08.16 04:38:47.814887 [ 199 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.003937575 sec., 5079.268331396863 rows/sec., 342.26 KiB/sec. | ||
| 8588 | 2024.08.16 04:38:47.815160 [ 199 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 8589 | 2024.08.16 04:38:47.815330 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8590 | 2024.08.16 04:38:47.815390 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8591 | 2024.08.16 04:38:47.816249 [ 199 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2024.08.16 04:38:47.816437 [ 199 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_20_4} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 8593 | 2024.08.16 04:38:47.816617 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8594 | 2024.08.16 04:38:47.816916 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8595 | 2024.08.16 04:38:47.817360 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2024.08.16 04:38:47.817536 [ 46 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8597 | 2024.08.16 04:38:47.817559 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.005612 sec., 4811.1190306486105 rows/sec., 8.62 MiB/sec. | ||
| 8598 | 2024.08.16 04:38:47.817600 [ 46 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8599 | 2024.08.16 04:38:47.817680 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8600 | 2024.08.16 04:38:47.818170 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 8601 | 2024.08.16 04:38:47.818402 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 8602 | 2024.08.16 04:38:47.818492 [ 3 ] {25ce911e-ded9-4137-8fb4-5f653113d7cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8603 | 2024.08.16 04:38:47.818554 [ 3 ] {} <Debug> HTTP-Session: baf261aa-ed5c-4578-828a-11025f490923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8604 | 2024.08.16 04:38:47.818849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8605 | 2024.08.16 04:38:47.818984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8606 | 2024.08.16 04:38:47.819041 [ 3 ] {} <Debug> HTTP-Session: 1f7e3d64-c915-4186-9c6a-2640f0b20ca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8607 | 2024.08.16 04:38:47.819092 [ 3 ] {} <Debug> HTTP-Session: 1f7e3d64-c915-4186-9c6a-2640f0b20ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8608 | 2024.08.16 04:38:47.819144 [ 3 ] {} <Debug> HTTP-Session: 1f7e3d64-c915-4186-9c6a-2640f0b20ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8609 | 2024.08.16 04:38:47.819243 [ 3 ] {} <Trace> HTTP-Session: 1f7e3d64-c915-4186-9c6a-2640f0b20ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8610 | 2024.08.16 04:38:47.819257 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8611 | 2024.08.16 04:38:47.819415 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 423 rows starting from the beginning of the part | ||
| 8612 | 2024.08.16 04:38:47.819520 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8613 | 2024.08.16 04:38:47.819695 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8614 | 2024.08.16 04:38:47.820174 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 27 rows starting from the beginning of the part | ||
| 8615 | 2024.08.16 04:38:47.820471 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8616 | 2024.08.16 04:38:47.820880 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 8617 | 2024.08.16 04:38:47.821493 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 27 rows starting from the beginning of the part | ||
| 8618 | 2024.08.16 04:38:47.821642 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8619 | 2024.08.16 04:38:47.821746 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 8620 | 2024.08.16 04:38:47.822107 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 8621 | 2024.08.16 04:38:47.822732 [ 189 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part | ||
| 8622 | 2024.08.16 04:38:47.823260 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8623 | 2024.08.16 04:38:47.824320 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2024.08.16 04:38:47.824803 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005398 sec., 15190.811411633938 rows/sec., 987.96 KiB/sec. | ||
| 8625 | 2024.08.16 04:38:47.825158 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8626 | 2024.08.16 04:38:47.825186 [ 3 ] {79dfe9b8-86b4-40b9-bccc-6940259863f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8627 | 2024.08.16 04:38:47.825207 [ 3 ] {} <Debug> HTTP-Session: 1f7e3d64-c915-4186-9c6a-2640f0b20ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8628 | 2024.08.16 04:38:47.836815 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 19 columns (19 merged, 0 gathered) in 0.018979919 sec., 26975.879085679975 rows/sec., 48.34 MiB/sec. | ||
| 8629 | 2024.08.16 04:38:47.837778 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8630 | 2024.08.16 04:38:47.838441 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8631 | 2024.08.16 04:38:47.838529 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8632 | 2024.08.16 04:38:47.838677 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 8633 | 2024.08.16 04:38:49.666374 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8634 | 2024.08.16 04:38:49.666428 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8635 | 2024.08.16 04:38:52.779306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8636 | 2024.08.16 04:38:52.779452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8637 | 2024.08.16 04:38:52.779481 [ 3 ] {} <Debug> HTTP-Session: 34f9d14b-35fa-4862-a366-4a034d3456cc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8638 | 2024.08.16 04:38:52.779510 [ 3 ] {} <Debug> HTTP-Session: 34f9d14b-35fa-4862-a366-4a034d3456cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8639 | 2024.08.16 04:38:52.779528 [ 3 ] {} <Debug> HTTP-Session: 34f9d14b-35fa-4862-a366-4a034d3456cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8640 | 2024.08.16 04:38:52.779582 [ 3 ] {} <Trace> HTTP-Session: 34f9d14b-35fa-4862-a366-4a034d3456cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8641 | 2024.08.16 04:38:52.779783 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8642 | 2024.08.16 04:38:52.779855 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8643 | 2024.08.16 04:38:52.780070 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8644 | 2024.08.16 04:38:52.780506 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2024.08.16 04:38:52.780551 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8646 | 2024.08.16 04:38:52.780923 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8647 | 2024.08.16 04:38:52.781269 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2024.08.16 04:38:52.781411 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001688 sec., 2369.6682464454975 rows/sec., 192.07 KiB/sec. | ||
| 8649 | 2024.08.16 04:38:52.781619 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Debug> DynamicQueryHandler: Done processing query | ||
| 8650 | 2024.08.16 04:38:52.781647 [ 3 ] {929819da-bd97-4d2a-a0e8-fb3198f29143} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8651 | 2024.08.16 04:38:52.781663 [ 3 ] {} <Debug> HTTP-Session: 34f9d14b-35fa-4862-a366-4a034d3456cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8652 | 2024.08.16 04:38:52.781842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8653 | 2024.08.16 04:38:52.781898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8654 | 2024.08.16 04:38:52.781918 [ 3 ] {} <Debug> HTTP-Session: a1c93aa5-75f8-4eba-87c8-d25a08f50222 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8655 | 2024.08.16 04:38:52.781936 [ 3 ] {} <Debug> HTTP-Session: a1c93aa5-75f8-4eba-87c8-d25a08f50222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8656 | 2024.08.16 04:38:52.781950 [ 3 ] {} <Debug> HTTP-Session: a1c93aa5-75f8-4eba-87c8-d25a08f50222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8657 | 2024.08.16 04:38:52.781986 [ 3 ] {} <Trace> HTTP-Session: a1c93aa5-75f8-4eba-87c8-d25a08f50222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8658 | 2024.08.16 04:38:52.782112 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8659 | 2024.08.16 04:38:52.782158 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8660 | 2024.08.16 04:38:52.782285 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8661 | 2024.08.16 04:38:52.782614 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8662 | 2024.08.16 04:38:52.782650 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8663 | 2024.08.16 04:38:52.782965 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8664 | 2024.08.16 04:38:52.783282 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8665 | 2024.08.16 04:38:52.783414 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001348 sec., 50445.10385756676 rows/sec., 3.97 MiB/sec. | ||
| 8666 | 2024.08.16 04:38:52.783579 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Debug> DynamicQueryHandler: Done processing query | ||
| 8667 | 2024.08.16 04:38:52.783603 [ 3 ] {c95760e0-8418-40b9-9110-5b72508b0509} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8668 | 2024.08.16 04:38:52.783619 [ 3 ] {} <Debug> HTTP-Session: a1c93aa5-75f8-4eba-87c8-d25a08f50222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8669 | 2024.08.16 04:38:52.783763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8670 | 2024.08.16 04:38:52.783813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8671 | 2024.08.16 04:38:52.783833 [ 3 ] {} <Debug> HTTP-Session: ebad0f56-5f1e-4b9a-9507-919d52fe2b0a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8672 | 2024.08.16 04:38:52.783850 [ 3 ] {} <Debug> HTTP-Session: ebad0f56-5f1e-4b9a-9507-919d52fe2b0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8673 | 2024.08.16 04:38:52.783864 [ 3 ] {} <Debug> HTTP-Session: ebad0f56-5f1e-4b9a-9507-919d52fe2b0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8674 | 2024.08.16 04:38:52.783896 [ 3 ] {} <Trace> HTTP-Session: ebad0f56-5f1e-4b9a-9507-919d52fe2b0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8675 | 2024.08.16 04:38:52.784017 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8676 | 2024.08.16 04:38:52.784059 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8677 | 2024.08.16 04:38:52.784197 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8678 | 2024.08.16 04:38:52.784549 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8679 | 2024.08.16 04:38:52.784586 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8680 | 2024.08.16 04:38:52.784902 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8681 | 2024.08.16 04:38:52.785225 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8682 | 2024.08.16 04:38:52.785357 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001383 sec., 49168.474331164136 rows/sec., 3.84 MiB/sec. | ||
| 8683 | 2024.08.16 04:38:52.785554 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8684 | 2024.08.16 04:38:52.785584 [ 3 ] {4971dce7-fff9-471c-80bf-0be1783642b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8685 | 2024.08.16 04:38:52.785600 [ 3 ] {} <Debug> HTTP-Session: ebad0f56-5f1e-4b9a-9507-919d52fe2b0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8686 | 2024.08.16 04:38:52.785759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8687 | 2024.08.16 04:38:52.785808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8688 | 2024.08.16 04:38:52.785851 [ 3 ] {} <Debug> HTTP-Session: 7195e6fc-5345-44be-9282-3700cb2d7017 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8689 | 2024.08.16 04:38:52.785868 [ 3 ] {} <Debug> HTTP-Session: 7195e6fc-5345-44be-9282-3700cb2d7017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8690 | 2024.08.16 04:38:52.785882 [ 3 ] {} <Debug> HTTP-Session: 7195e6fc-5345-44be-9282-3700cb2d7017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8691 | 2024.08.16 04:38:52.785912 [ 3 ] {} <Trace> HTTP-Session: 7195e6fc-5345-44be-9282-3700cb2d7017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8692 | 2024.08.16 04:38:52.786061 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8693 | 2024.08.16 04:38:52.786109 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8694 | 2024.08.16 04:38:52.786252 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8695 | 2024.08.16 04:38:52.786625 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8696 | 2024.08.16 04:38:52.786659 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8697 | 2024.08.16 04:38:52.787048 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8698 | 2024.08.16 04:38:52.787389 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8699 | 2024.08.16 04:38:52.787518 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001528 sec., 104712.04188481675 rows/sec., 7.29 MiB/sec. | ||
| 8700 | 2024.08.16 04:38:52.787685 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8701 | 2024.08.16 04:38:52.787710 [ 3 ] {d0e9e86d-c996-4794-ae21-03d0f72821cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8702 | 2024.08.16 04:38:52.787725 [ 3 ] {} <Debug> HTTP-Session: 7195e6fc-5345-44be-9282-3700cb2d7017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8703 | 2024.08.16 04:38:52.787845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8704 | 2024.08.16 04:38:52.787894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8705 | 2024.08.16 04:38:52.787912 [ 3 ] {} <Debug> HTTP-Session: e64bf323-6297-4b84-a0a7-ee1c6d50a8c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8706 | 2024.08.16 04:38:52.787928 [ 3 ] {} <Debug> HTTP-Session: e64bf323-6297-4b84-a0a7-ee1c6d50a8c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8707 | 2024.08.16 04:38:52.787942 [ 3 ] {} <Debug> HTTP-Session: e64bf323-6297-4b84-a0a7-ee1c6d50a8c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8708 | 2024.08.16 04:38:52.787972 [ 3 ] {} <Trace> HTTP-Session: e64bf323-6297-4b84-a0a7-ee1c6d50a8c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8709 | 2024.08.16 04:38:52.788118 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8710 | 2024.08.16 04:38:52.788182 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <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 | ||
| 8711 | 2024.08.16 04:38:52.788575 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8712 | 2024.08.16 04:38:52.789030 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8713 | 2024.08.16 04:38:52.789065 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8714 | 2024.08.16 04:38:52.789662 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8715 | 2024.08.16 04:38:52.790067 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8716 | 2024.08.16 04:38:52.790214 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00217 sec., 1843.3179723502303 rows/sec., 3.30 MiB/sec. | ||
| 8717 | 2024.08.16 04:38:52.790436 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8718 | 2024.08.16 04:38:52.790460 [ 3 ] {d9c03cb4-19ba-47fc-8a8b-cb2e656bd5f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8719 | 2024.08.16 04:38:52.790476 [ 3 ] {} <Debug> HTTP-Session: e64bf323-6297-4b84-a0a7-ee1c6d50a8c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8720 | 2024.08.16 04:38:52.790604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8721 | 2024.08.16 04:38:52.790652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8722 | 2024.08.16 04:38:52.790671 [ 3 ] {} <Debug> HTTP-Session: 5125c409-59c8-4105-a2a8-4e2b67168995 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8723 | 2024.08.16 04:38:52.790687 [ 3 ] {} <Debug> HTTP-Session: 5125c409-59c8-4105-a2a8-4e2b67168995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8724 | 2024.08.16 04:38:52.790700 [ 3 ] {} <Debug> HTTP-Session: 5125c409-59c8-4105-a2a8-4e2b67168995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8725 | 2024.08.16 04:38:52.790730 [ 3 ] {} <Trace> HTTP-Session: 5125c409-59c8-4105-a2a8-4e2b67168995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8726 | 2024.08.16 04:38:52.790853 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8727 | 2024.08.16 04:38:52.790896 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8728 | 2024.08.16 04:38:52.791024 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8729 | 2024.08.16 04:38:52.791316 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8730 | 2024.08.16 04:38:52.791351 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8731 | 2024.08.16 04:38:52.791716 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8732 | 2024.08.16 04:38:52.792034 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8733 | 2024.08.16 04:38:52.792165 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
| 8734 | 2024.08.16 04:38:52.792410 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8735 | 2024.08.16 04:38:52.792467 [ 3 ] {8a33fd5d-20ce-465e-80db-fe68cb62ded6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8736 | 2024.08.16 04:38:52.792525 [ 3 ] {} <Debug> HTTP-Session: 5125c409-59c8-4105-a2a8-4e2b67168995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8737 | 2024.08.16 04:38:57.784446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8738 | 2024.08.16 04:38:57.784584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8739 | 2024.08.16 04:38:57.784613 [ 3 ] {} <Debug> HTTP-Session: 1266d8df-01f4-4230-a3e4-8946bdbe3371 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8740 | 2024.08.16 04:38:57.784641 [ 3 ] {} <Debug> HTTP-Session: 1266d8df-01f4-4230-a3e4-8946bdbe3371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8741 | 2024.08.16 04:38:57.784659 [ 3 ] {} <Debug> HTTP-Session: 1266d8df-01f4-4230-a3e4-8946bdbe3371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8742 | 2024.08.16 04:38:57.784713 [ 3 ] {} <Trace> HTTP-Session: 1266d8df-01f4-4230-a3e4-8946bdbe3371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8743 | 2024.08.16 04:38:57.784915 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8744 | 2024.08.16 04:38:57.784989 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8745 | 2024.08.16 04:38:57.785208 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8746 | 2024.08.16 04:38:57.785647 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8747 | 2024.08.16 04:38:57.785692 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8748 | 2024.08.16 04:38:57.786057 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8749 | 2024.08.16 04:38:57.786391 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8750 | 2024.08.16 04:38:57.786576 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001721 sec., 15688.55316676351 rows/sec., 1.24 MiB/sec. | ||
| 8751 | 2024.08.16 04:38:57.786788 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Debug> DynamicQueryHandler: Done processing query | ||
| 8752 | 2024.08.16 04:38:57.786816 [ 3 ] {490d7bdd-a571-4910-94a4-adcdb1a9ff37} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8753 | 2024.08.16 04:38:57.786832 [ 3 ] {} <Debug> HTTP-Session: 1266d8df-01f4-4230-a3e4-8946bdbe3371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8754 | 2024.08.16 04:38:57.786989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8755 | 2024.08.16 04:38:57.787044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8756 | 2024.08.16 04:38:57.787069 [ 3 ] {} <Debug> HTTP-Session: 4de27def-5779-4d32-8968-af084e97d69c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8757 | 2024.08.16 04:38:57.787088 [ 3 ] {} <Debug> HTTP-Session: 4de27def-5779-4d32-8968-af084e97d69c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8758 | 2024.08.16 04:38:57.787101 [ 3 ] {} <Debug> HTTP-Session: 4de27def-5779-4d32-8968-af084e97d69c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8759 | 2024.08.16 04:38:57.787136 [ 3 ] {} <Trace> HTTP-Session: 4de27def-5779-4d32-8968-af084e97d69c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8760 | 2024.08.16 04:38:57.787237 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8761 | 2024.08.16 04:38:57.787283 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8762 | 2024.08.16 04:38:57.787414 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8763 | 2024.08.16 04:38:57.787760 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8764 | 2024.08.16 04:38:57.787798 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8765 | 2024.08.16 04:38:57.788096 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8766 | 2024.08.16 04:38:57.788401 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8767 | 2024.08.16 04:38:57.788558 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001336 sec., 1497.005988023952 rows/sec., 122.07 KiB/sec. | ||
| 8768 | 2024.08.16 04:38:57.788779 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Debug> DynamicQueryHandler: Done processing query | ||
| 8769 | 2024.08.16 04:38:57.788803 [ 3 ] {d5208e39-5315-4202-b73f-21d532d2d501} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8770 | 2024.08.16 04:38:57.788819 [ 3 ] {} <Debug> HTTP-Session: 4de27def-5779-4d32-8968-af084e97d69c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8771 | 2024.08.16 04:38:57.788989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8772 | 2024.08.16 04:38:57.789040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8773 | 2024.08.16 04:38:57.789060 [ 3 ] {} <Debug> HTTP-Session: 58ac2c11-2092-4550-aa84-5dbb9b474d3c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8774 | 2024.08.16 04:38:57.789077 [ 3 ] {} <Debug> HTTP-Session: 58ac2c11-2092-4550-aa84-5dbb9b474d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8775 | 2024.08.16 04:38:57.789091 [ 3 ] {} <Debug> HTTP-Session: 58ac2c11-2092-4550-aa84-5dbb9b474d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8776 | 2024.08.16 04:38:57.789122 [ 3 ] {} <Trace> HTTP-Session: 58ac2c11-2092-4550-aa84-5dbb9b474d3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8777 | 2024.08.16 04:38:57.789301 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8778 | 2024.08.16 04:38:57.789344 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8779 | 2024.08.16 04:38:57.789469 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8780 | 2024.08.16 04:38:57.789937 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2024.08.16 04:38:57.789974 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8782 | 2024.08.16 04:38:57.790311 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8783 | 2024.08.16 04:38:57.790613 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8784 | 2024.08.16 04:38:57.790767 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001554 sec., 174388.67438867438 rows/sec., 15.23 MiB/sec. | ||
| 8785 | 2024.08.16 04:38:57.790934 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8786 | 2024.08.16 04:38:57.790958 [ 3 ] {f3755ada-1144-420f-83d1-ad5d2c6ebef8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 8787 | 2024.08.16 04:38:57.790974 [ 3 ] {} <Debug> HTTP-Session: 58ac2c11-2092-4550-aa84-5dbb9b474d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8788 | 2024.08.16 04:38:57.791113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8789 | 2024.08.16 04:38:57.791163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8790 | 2024.08.16 04:38:57.791181 [ 3 ] {} <Debug> HTTP-Session: 9c48130c-55cc-42ab-add1-cf2f1b057a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8791 | 2024.08.16 04:38:57.791198 [ 3 ] {} <Debug> HTTP-Session: 9c48130c-55cc-42ab-add1-cf2f1b057a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8792 | 2024.08.16 04:38:57.791212 [ 3 ] {} <Debug> HTTP-Session: 9c48130c-55cc-42ab-add1-cf2f1b057a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8793 | 2024.08.16 04:38:57.791242 [ 3 ] {} <Trace> HTTP-Session: 9c48130c-55cc-42ab-add1-cf2f1b057a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8794 | 2024.08.16 04:38:57.791334 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8795 | 2024.08.16 04:38:57.791376 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8796 | 2024.08.16 04:38:57.791500 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8797 | 2024.08.16 04:38:57.791807 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8798 | 2024.08.16 04:38:57.791843 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8799 | 2024.08.16 04:38:57.792147 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8800 | 2024.08.16 04:38:57.792450 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8801 | 2024.08.16 04:38:57.792603 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 108.93 KiB/sec. | ||
| 8802 | 2024.08.16 04:38:57.792900 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8803 | 2024.08.16 04:38:57.792925 [ 3 ] {176c48d6-008e-478f-b757-80adae81b5c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8804 | 2024.08.16 04:38:57.792941 [ 3 ] {} <Debug> HTTP-Session: 9c48130c-55cc-42ab-add1-cf2f1b057a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8805 | 2024.08.16 04:38:57.793061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8806 | 2024.08.16 04:38:57.793111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8807 | 2024.08.16 04:38:57.793130 [ 3 ] {} <Debug> HTTP-Session: af9449a0-e899-46f9-81ab-e89f3fa71517 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8808 | 2024.08.16 04:38:57.793146 [ 3 ] {} <Debug> HTTP-Session: af9449a0-e899-46f9-81ab-e89f3fa71517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8809 | 2024.08.16 04:38:57.793160 [ 3 ] {} <Debug> HTTP-Session: af9449a0-e899-46f9-81ab-e89f3fa71517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8810 | 2024.08.16 04:38:57.793190 [ 3 ] {} <Trace> HTTP-Session: af9449a0-e899-46f9-81ab-e89f3fa71517 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8811 | 2024.08.16 04:38:57.793290 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8812 | 2024.08.16 04:38:57.793332 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8813 | 2024.08.16 04:38:57.793479 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8814 | 2024.08.16 04:38:57.793769 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2024.08.16 04:38:57.793805 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8816 | 2024.08.16 04:38:57.794117 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8817 | 2024.08.16 04:38:57.794427 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8818 | 2024.08.16 04:38:57.794582 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001318 sec., 10622.154779969651 rows/sec., 743.91 KiB/sec. | ||
| 8819 | 2024.08.16 04:38:57.794788 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 8820 | 2024.08.16 04:38:57.794815 [ 3 ] {1142c332-ca49-4b3a-934a-a60bd60f6fb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8821 | 2024.08.16 04:38:57.794831 [ 3 ] {} <Debug> HTTP-Session: af9449a0-e899-46f9-81ab-e89f3fa71517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8822 | 2024.08.16 04:38:57.794945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8823 | 2024.08.16 04:38:57.794992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8824 | 2024.08.16 04:38:57.795011 [ 3 ] {} <Debug> HTTP-Session: c2846f9d-13ef-4594-80f3-af132cfc4e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8825 | 2024.08.16 04:38:57.795027 [ 3 ] {} <Debug> HTTP-Session: c2846f9d-13ef-4594-80f3-af132cfc4e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8826 | 2024.08.16 04:38:57.795041 [ 3 ] {} <Debug> HTTP-Session: c2846f9d-13ef-4594-80f3-af132cfc4e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8827 | 2024.08.16 04:38:57.795072 [ 3 ] {} <Trace> HTTP-Session: c2846f9d-13ef-4594-80f3-af132cfc4e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8828 | 2024.08.16 04:38:57.795165 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8829 | 2024.08.16 04:38:57.795207 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8830 | 2024.08.16 04:38:57.795330 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8831 | 2024.08.16 04:38:57.795616 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8832 | 2024.08.16 04:38:57.795652 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8833 | 2024.08.16 04:38:57.795960 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8834 | 2024.08.16 04:38:57.796266 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2024.08.16 04:38:57.796416 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001265 sec., 4743.083003952569 rows/sec., 280.23 KiB/sec. | ||
| 8836 | 2024.08.16 04:38:57.796426 [ 37 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 8837 | 2024.08.16 04:38:57.796524 [ 37 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8838 | 2024.08.16 04:38:57.796576 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8839 | 2024.08.16 04:38:57.796661 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Debug> DynamicQueryHandler: Done processing query | ||
| 8840 | 2024.08.16 04:38:57.796723 [ 3 ] {c92cfda9-86f8-4cef-8091-6905588c1721} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8841 | 2024.08.16 04:38:57.796761 [ 3 ] {} <Debug> HTTP-Session: c2846f9d-13ef-4594-80f3-af132cfc4e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8842 | 2024.08.16 04:38:57.796780 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 8843 | 2024.08.16 04:38:57.797010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8844 | 2024.08.16 04:38:57.797029 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8845 | 2024.08.16 04:38:57.797114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8846 | 2024.08.16 04:38:57.797115 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
| 8847 | 2024.08.16 04:38:57.797158 [ 3 ] {} <Debug> HTTP-Session: 9e5c5cf1-3705-4cf8-80e1-d1ba9b70c073 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8848 | 2024.08.16 04:38:57.797202 [ 3 ] {} <Debug> HTTP-Session: 9e5c5cf1-3705-4cf8-80e1-d1ba9b70c073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8849 | 2024.08.16 04:38:57.797257 [ 3 ] {} <Debug> HTTP-Session: 9e5c5cf1-3705-4cf8-80e1-d1ba9b70c073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8850 | 2024.08.16 04:38:57.797342 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 8851 | 2024.08.16 04:38:57.797437 [ 3 ] {} <Trace> HTTP-Session: 9e5c5cf1-3705-4cf8-80e1-d1ba9b70c073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8852 | 2024.08.16 04:38:57.797644 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 8853 | 2024.08.16 04:38:57.797944 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 8854 | 2024.08.16 04:38:57.798035 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8855 | 2024.08.16 04:38:57.798179 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 8856 | 2024.08.16 04:38:57.798201 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8857 | 2024.08.16 04:38:57.798974 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8858 | 2024.08.16 04:38:57.800177 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8859 | 2024.08.16 04:38:57.800271 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8860 | 2024.08.16 04:38:57.800438 [ 199 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003769301 sec., 7959.035375524533 rows/sec., 474.12 KiB/sec. | ||
| 8861 | 2024.08.16 04:38:57.800674 [ 186 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 8862 | 2024.08.16 04:38:57.800847 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8863 | 2024.08.16 04:38:57.801628 [ 186 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2024.08.16 04:38:57.801710 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8865 | 2024.08.16 04:38:57.801828 [ 186 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_21_5} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 8866 | 2024.08.16 04:38:57.802019 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.004307 sec., 95426.05061527745 rows/sec., 6.80 MiB/sec. | ||
| 8867 | 2024.08.16 04:38:57.802050 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8868 | 2024.08.16 04:38:57.802281 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8869 | 2024.08.16 04:38:57.802311 [ 3 ] {7cb3cc18-11ec-4914-bd1f-fb3c154cd83d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8870 | 2024.08.16 04:38:57.802327 [ 3 ] {} <Debug> HTTP-Session: 9e5c5cf1-3705-4cf8-80e1-d1ba9b70c073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8871 | 2024.08.16 04:38:57.802467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8872 | 2024.08.16 04:38:57.802517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8873 | 2024.08.16 04:38:57.802536 [ 3 ] {} <Debug> HTTP-Session: 3a8befb9-832f-4c28-a456-a48cee87f62e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8874 | 2024.08.16 04:38:57.802552 [ 3 ] {} <Debug> HTTP-Session: 3a8befb9-832f-4c28-a456-a48cee87f62e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8875 | 2024.08.16 04:38:57.802566 [ 3 ] {} <Debug> HTTP-Session: 3a8befb9-832f-4c28-a456-a48cee87f62e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8876 | 2024.08.16 04:38:57.802599 [ 3 ] {} <Trace> HTTP-Session: 3a8befb9-832f-4c28-a456-a48cee87f62e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8877 | 2024.08.16 04:38:57.802697 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8878 | 2024.08.16 04:38:57.802744 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8879 | 2024.08.16 04:38:57.802887 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8880 | 2024.08.16 04:38:57.803216 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8881 | 2024.08.16 04:38:57.803253 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8882 | 2024.08.16 04:38:57.803619 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8883 | 2024.08.16 04:38:57.803952 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8884 | 2024.08.16 04:38:57.804110 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. | ||
| 8885 | 2024.08.16 04:38:57.804117 [ 37 ] {} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8886 | 2024.08.16 04:38:57.804201 [ 37 ] {} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8887 | 2024.08.16 04:38:57.804242 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8888 | 2024.08.16 04:38:57.804423 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8889 | 2024.08.16 04:38:57.804498 [ 3 ] {e6f8e7a9-9f86-469d-a632-4ee5a6aad3b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8890 | 2024.08.16 04:38:57.804577 [ 3 ] {} <Debug> HTTP-Session: 3a8befb9-832f-4c28-a456-a48cee87f62e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8891 | 2024.08.16 04:38:57.804572 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::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 | ||
| 8892 | 2024.08.16 04:38:57.804864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8893 | 2024.08.16 04:38:57.804998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8894 | 2024.08.16 04:38:57.805021 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8895 | 2024.08.16 04:38:57.805040 [ 3 ] {} <Debug> HTTP-Session: ab17ccdc-9f3f-4a79-9040-e5d4536d0368 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8896 | 2024.08.16 04:38:57.805091 [ 3 ] {} <Debug> HTTP-Session: ab17ccdc-9f3f-4a79-9040-e5d4536d0368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8897 | 2024.08.16 04:38:57.805097 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 8898 | 2024.08.16 04:38:57.805112 [ 3 ] {} <Debug> HTTP-Session: ab17ccdc-9f3f-4a79-9040-e5d4536d0368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8899 | 2024.08.16 04:38:57.805192 [ 3 ] {} <Trace> HTTP-Session: ab17ccdc-9f3f-4a79-9040-e5d4536d0368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8900 | 2024.08.16 04:38:57.805322 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 8901 | 2024.08.16 04:38:57.805657 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 8902 | 2024.08.16 04:38:57.805666 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8903 | 2024.08.16 04:38:57.805908 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8904 | 2024.08.16 04:38:57.805986 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 8905 | 2024.08.16 04:38:57.806333 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 8906 | 2024.08.16 04:38:57.806668 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 8907 | 2024.08.16 04:38:57.807202 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8908 | 2024.08.16 04:38:57.808190 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8909 | 2024.08.16 04:38:57.808268 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8910 | 2024.08.16 04:38:57.809255 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004933729 sec., 25538.492284436375 rows/sec., 1.30 MiB/sec. | ||
| 8911 | 2024.08.16 04:38:57.809380 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8912 | 2024.08.16 04:38:57.809433 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8913 | 2024.08.16 04:38:57.810318 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8914 | 2024.08.16 04:38:57.810324 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8915 | 2024.08.16 04:38:57.810517 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_21_4} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8916 | 2024.08.16 04:38:57.810672 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005213 sec., 45655.09303663918 rows/sec., 3.06 MiB/sec. | ||
| 8917 | 2024.08.16 04:38:57.810750 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8918 | 2024.08.16 04:38:57.811113 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8919 | 2024.08.16 04:38:57.811143 [ 3 ] {0a9bda1f-12bb-49f0-b381-ef0805e14edb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8920 | 2024.08.16 04:38:57.811159 [ 3 ] {} <Debug> HTTP-Session: ab17ccdc-9f3f-4a79-9040-e5d4536d0368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8921 | 2024.08.16 04:38:57.811297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8922 | 2024.08.16 04:38:57.811346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8923 | 2024.08.16 04:38:57.811365 [ 3 ] {} <Debug> HTTP-Session: 236858a6-c74d-4c9e-840a-c194efe62d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8924 | 2024.08.16 04:38:57.811381 [ 3 ] {} <Debug> HTTP-Session: 236858a6-c74d-4c9e-840a-c194efe62d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8925 | 2024.08.16 04:38:57.811396 [ 3 ] {} <Debug> HTTP-Session: 236858a6-c74d-4c9e-840a-c194efe62d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8926 | 2024.08.16 04:38:57.811427 [ 3 ] {} <Trace> HTTP-Session: 236858a6-c74d-4c9e-840a-c194efe62d6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8927 | 2024.08.16 04:38:57.811523 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8928 | 2024.08.16 04:38:57.811568 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8929 | 2024.08.16 04:38:57.811705 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8930 | 2024.08.16 04:38:57.811981 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2024.08.16 04:38:57.812017 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8932 | 2024.08.16 04:38:57.812380 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8933 | 2024.08.16 04:38:57.812705 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2024.08.16 04:38:57.812862 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 49.77 KiB/sec. | ||
| 8935 | 2024.08.16 04:38:57.813180 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8936 | 2024.08.16 04:38:57.813206 [ 3 ] {f902eb47-495d-47bb-be19-d24eec7c225e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8937 | 2024.08.16 04:38:57.813222 [ 3 ] {} <Debug> HTTP-Session: 236858a6-c74d-4c9e-840a-c194efe62d6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8938 | 2024.08.16 04:38:57.813361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8939 | 2024.08.16 04:38:57.813410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8940 | 2024.08.16 04:38:57.813428 [ 3 ] {} <Debug> HTTP-Session: d6e90304-82a4-48a6-87e5-a3ca12fc957b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8941 | 2024.08.16 04:38:57.813446 [ 3 ] {} <Debug> HTTP-Session: d6e90304-82a4-48a6-87e5-a3ca12fc957b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8942 | 2024.08.16 04:38:57.813460 [ 3 ] {} <Debug> HTTP-Session: d6e90304-82a4-48a6-87e5-a3ca12fc957b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8943 | 2024.08.16 04:38:57.813490 [ 3 ] {} <Trace> HTTP-Session: d6e90304-82a4-48a6-87e5-a3ca12fc957b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8944 | 2024.08.16 04:38:57.813803 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8945 | 2024.08.16 04:38:57.813878 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <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 | ||
| 8946 | 2024.08.16 04:38:57.814336 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8947 | 2024.08.16 04:38:57.815006 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8948 | 2024.08.16 04:38:57.815044 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8949 | 2024.08.16 04:38:57.815682 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8950 | 2024.08.16 04:38:57.816175 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8951 | 2024.08.16 04:38:57.816437 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002853 sec., 9463.72239747634 rows/sec., 16.96 MiB/sec. | ||
| 8952 | 2024.08.16 04:38:57.816671 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Debug> DynamicQueryHandler: Done processing query | ||
| 8953 | 2024.08.16 04:38:57.816697 [ 3 ] {5e8c9d99-a1e2-4246-b40c-f938be36eb08} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8954 | 2024.08.16 04:38:57.816713 [ 3 ] {} <Debug> HTTP-Session: d6e90304-82a4-48a6-87e5-a3ca12fc957b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8955 | 2024.08.16 04:38:57.816851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8956 | 2024.08.16 04:38:57.816899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8957 | 2024.08.16 04:38:57.816918 [ 3 ] {} <Debug> HTTP-Session: e8474791-70a8-456b-a2d8-fed58112c280 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8958 | 2024.08.16 04:38:57.816935 [ 3 ] {} <Debug> HTTP-Session: e8474791-70a8-456b-a2d8-fed58112c280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8959 | 2024.08.16 04:38:57.816949 [ 3 ] {} <Debug> HTTP-Session: e8474791-70a8-456b-a2d8-fed58112c280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8960 | 2024.08.16 04:38:57.816980 [ 3 ] {} <Trace> HTTP-Session: e8474791-70a8-456b-a2d8-fed58112c280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8961 | 2024.08.16 04:38:57.817111 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8962 | 2024.08.16 04:38:57.817155 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8963 | 2024.08.16 04:38:57.817286 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8964 | 2024.08.16 04:38:57.817594 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8965 | 2024.08.16 04:38:57.817630 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8966 | 2024.08.16 04:38:57.817987 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8967 | 2024.08.16 04:38:57.818316 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2024.08.16 04:38:57.818479 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec. | ||
| 8969 | 2024.08.16 04:38:57.818649 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8970 | 2024.08.16 04:38:57.818675 [ 3 ] {2aa0d95f-9a27-40f8-9265-a50287dfa40f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8971 | 2024.08.16 04:38:57.818691 [ 3 ] {} <Debug> HTTP-Session: e8474791-70a8-456b-a2d8-fed58112c280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8972 | 2024.08.16 04:39:02.779090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8973 | 2024.08.16 04:39:02.779227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8974 | 2024.08.16 04:39:02.779256 [ 3 ] {} <Debug> HTTP-Session: 79459b4a-effd-4008-a1fd-ef3200bf192b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8975 | 2024.08.16 04:39:02.779285 [ 3 ] {} <Debug> HTTP-Session: 79459b4a-effd-4008-a1fd-ef3200bf192b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8976 | 2024.08.16 04:39:02.779303 [ 3 ] {} <Debug> HTTP-Session: 79459b4a-effd-4008-a1fd-ef3200bf192b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8977 | 2024.08.16 04:39:02.779357 [ 3 ] {} <Trace> HTTP-Session: 79459b4a-effd-4008-a1fd-ef3200bf192b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8978 | 2024.08.16 04:39:02.779548 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8979 | 2024.08.16 04:39:02.779613 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8980 | 2024.08.16 04:39:02.779805 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8981 | 2024.08.16 04:39:02.780227 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8982 | 2024.08.16 04:39:02.780266 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 8983 | 2024.08.16 04:39:02.780632 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8984 | 2024.08.16 04:39:02.780988 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8985 | 2024.08.16 04:39:02.781139 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001648 sec., 2427.1844660194174 rows/sec., 196.73 KiB/sec. | ||
| 8986 | 2024.08.16 04:39:02.781466 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Debug> DynamicQueryHandler: Done processing query | ||
| 8987 | 2024.08.16 04:39:02.781495 [ 3 ] {26cf879c-b9fe-4089-b507-f00eea25e5da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8988 | 2024.08.16 04:39:02.781512 [ 3 ] {} <Debug> HTTP-Session: 79459b4a-effd-4008-a1fd-ef3200bf192b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8989 | 2024.08.16 04:39:02.781693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8990 | 2024.08.16 04:39:02.781751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8991 | 2024.08.16 04:39:02.781771 [ 3 ] {} <Debug> HTTP-Session: c21a95c6-58d2-41f8-834d-50f20871fb36 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 8992 | 2024.08.16 04:39:02.781791 [ 3 ] {} <Debug> HTTP-Session: c21a95c6-58d2-41f8-834d-50f20871fb36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8993 | 2024.08.16 04:39:02.781805 [ 3 ] {} <Debug> HTTP-Session: c21a95c6-58d2-41f8-834d-50f20871fb36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8994 | 2024.08.16 04:39:02.781840 [ 3 ] {} <Trace> HTTP-Session: c21a95c6-58d2-41f8-834d-50f20871fb36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8995 | 2024.08.16 04:39:02.781968 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8996 | 2024.08.16 04:39:02.782015 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8997 | 2024.08.16 04:39:02.782166 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8998 | 2024.08.16 04:39:02.782502 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8999 | 2024.08.16 04:39:02.782539 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9000 | 2024.08.16 04:39:02.782855 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9001 | 2024.08.16 04:39:02.783168 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9002 | 2024.08.16 04:39:02.783306 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001384 sec., 49132.94797687861 rows/sec., 3.87 MiB/sec. | ||
| 9003 | 2024.08.16 04:39:02.783517 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9004 | 2024.08.16 04:39:02.783545 [ 3 ] {279cfa24-feaf-457b-bb72-cfd9bbf430f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9005 | 2024.08.16 04:39:02.783561 [ 3 ] {} <Debug> HTTP-Session: c21a95c6-58d2-41f8-834d-50f20871fb36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9006 | 2024.08.16 04:39:02.783698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9007 | 2024.08.16 04:39:02.783750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9008 | 2024.08.16 04:39:02.783770 [ 3 ] {} <Debug> HTTP-Session: c4b66d04-2e20-495c-b1d2-5ba9dc053ce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9009 | 2024.08.16 04:39:02.783787 [ 3 ] {} <Debug> HTTP-Session: c4b66d04-2e20-495c-b1d2-5ba9dc053ce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9010 | 2024.08.16 04:39:02.783801 [ 3 ] {} <Debug> HTTP-Session: c4b66d04-2e20-495c-b1d2-5ba9dc053ce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9011 | 2024.08.16 04:39:02.783832 [ 3 ] {} <Trace> HTTP-Session: c4b66d04-2e20-495c-b1d2-5ba9dc053ce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9012 | 2024.08.16 04:39:02.783952 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9013 | 2024.08.16 04:39:02.783995 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9014 | 2024.08.16 04:39:02.784127 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9015 | 2024.08.16 04:39:02.784447 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9016 | 2024.08.16 04:39:02.784484 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9017 | 2024.08.16 04:39:02.784793 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9018 | 2024.08.16 04:39:02.785100 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9019 | 2024.08.16 04:39:02.785233 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001323 sec., 51398.33711262283 rows/sec., 4.01 MiB/sec. | ||
| 9020 | 2024.08.16 04:39:02.785395 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Debug> DynamicQueryHandler: Done processing query | ||
| 9021 | 2024.08.16 04:39:02.785421 [ 3 ] {f09d535e-34af-465d-bdca-3b345bcc2f73} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9022 | 2024.08.16 04:39:02.785437 [ 3 ] {} <Debug> HTTP-Session: c4b66d04-2e20-495c-b1d2-5ba9dc053ce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9023 | 2024.08.16 04:39:02.785580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9024 | 2024.08.16 04:39:02.785629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9025 | 2024.08.16 04:39:02.785649 [ 3 ] {} <Debug> HTTP-Session: 8102e6de-b699-4963-9c90-88f524d872ad Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9026 | 2024.08.16 04:39:02.785666 [ 3 ] {} <Debug> HTTP-Session: 8102e6de-b699-4963-9c90-88f524d872ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9027 | 2024.08.16 04:39:02.785680 [ 3 ] {} <Debug> HTTP-Session: 8102e6de-b699-4963-9c90-88f524d872ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9028 | 2024.08.16 04:39:02.785711 [ 3 ] {} <Trace> HTTP-Session: 8102e6de-b699-4963-9c90-88f524d872ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9029 | 2024.08.16 04:39:02.785856 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9030 | 2024.08.16 04:39:02.785903 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9031 | 2024.08.16 04:39:02.786049 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9032 | 2024.08.16 04:39:02.786422 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9033 | 2024.08.16 04:39:02.786458 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9034 | 2024.08.16 04:39:02.786847 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9035 | 2024.08.16 04:39:02.787201 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2024.08.16 04:39:02.787338 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
| 9037 | 2024.08.16 04:39:02.787505 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9038 | 2024.08.16 04:39:02.787531 [ 3 ] {f9f39b2c-a93a-4b67-99ca-6b7884cfbb0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9039 | 2024.08.16 04:39:02.787546 [ 3 ] {} <Debug> HTTP-Session: 8102e6de-b699-4963-9c90-88f524d872ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9040 | 2024.08.16 04:39:02.787668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9041 | 2024.08.16 04:39:02.787717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9042 | 2024.08.16 04:39:02.787737 [ 3 ] {} <Debug> HTTP-Session: c692b80e-830c-44ba-9bfb-a084eeaa9301 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9043 | 2024.08.16 04:39:02.787753 [ 3 ] {} <Debug> HTTP-Session: c692b80e-830c-44ba-9bfb-a084eeaa9301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9044 | 2024.08.16 04:39:02.787767 [ 3 ] {} <Debug> HTTP-Session: c692b80e-830c-44ba-9bfb-a084eeaa9301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9045 | 2024.08.16 04:39:02.787797 [ 3 ] {} <Trace> HTTP-Session: c692b80e-830c-44ba-9bfb-a084eeaa9301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9046 | 2024.08.16 04:39:02.787930 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9047 | 2024.08.16 04:39:02.787992 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <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 | ||
| 9048 | 2024.08.16 04:39:02.788405 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9049 | 2024.08.16 04:39:02.788868 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9050 | 2024.08.16 04:39:02.788904 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9051 | 2024.08.16 04:39:02.789479 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9052 | 2024.08.16 04:39:02.789894 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9053 | 2024.08.16 04:39:02.790044 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002175 sec., 1839.080459770115 rows/sec., 3.30 MiB/sec. | ||
| 9054 | 2024.08.16 04:39:02.790262 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Debug> DynamicQueryHandler: Done processing query | ||
| 9055 | 2024.08.16 04:39:02.790287 [ 3 ] {988d70d0-12b5-4edf-b980-aafceb8a4b35} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9056 | 2024.08.16 04:39:02.790304 [ 3 ] {} <Debug> HTTP-Session: c692b80e-830c-44ba-9bfb-a084eeaa9301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9057 | 2024.08.16 04:39:02.790429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9058 | 2024.08.16 04:39:02.790477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9059 | 2024.08.16 04:39:02.790496 [ 3 ] {} <Debug> HTTP-Session: 55497495-ad5f-42f9-a872-26d35f6348e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9060 | 2024.08.16 04:39:02.790512 [ 3 ] {} <Debug> HTTP-Session: 55497495-ad5f-42f9-a872-26d35f6348e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9061 | 2024.08.16 04:39:02.790526 [ 3 ] {} <Debug> HTTP-Session: 55497495-ad5f-42f9-a872-26d35f6348e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9062 | 2024.08.16 04:39:02.790556 [ 3 ] {} <Trace> HTTP-Session: 55497495-ad5f-42f9-a872-26d35f6348e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9063 | 2024.08.16 04:39:02.790671 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9064 | 2024.08.16 04:39:02.790715 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9065 | 2024.08.16 04:39:02.790841 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9066 | 2024.08.16 04:39:02.791212 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9067 | 2024.08.16 04:39:02.791248 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9068 | 2024.08.16 04:39:02.791609 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9069 | 2024.08.16 04:39:02.791939 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9070 | 2024.08.16 04:39:02.792081 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
| 9071 | 2024.08.16 04:39:02.792244 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Debug> DynamicQueryHandler: Done processing query | ||
| 9072 | 2024.08.16 04:39:02.792269 [ 3 ] {0e449e51-b868-4e92-a61f-aa99e53e2134} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9073 | 2024.08.16 04:39:02.792285 [ 3 ] {} <Debug> HTTP-Session: 55497495-ad5f-42f9-a872-26d35f6348e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9074 | 2024.08.16 04:39:04.666483 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9075 | 2024.08.16 04:39:04.666533 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9076 | 2024.08.16 04:39:07.784575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9077 | 2024.08.16 04:39:07.784721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9078 | 2024.08.16 04:39:07.784752 [ 3 ] {} <Debug> HTTP-Session: fed44bac-8f74-4038-a2ba-e4f3403587e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9079 | 2024.08.16 04:39:07.784782 [ 3 ] {} <Debug> HTTP-Session: fed44bac-8f74-4038-a2ba-e4f3403587e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9080 | 2024.08.16 04:39:07.784800 [ 3 ] {} <Debug> HTTP-Session: fed44bac-8f74-4038-a2ba-e4f3403587e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9081 | 2024.08.16 04:39:07.784855 [ 3 ] {} <Trace> HTTP-Session: fed44bac-8f74-4038-a2ba-e4f3403587e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9082 | 2024.08.16 04:39:07.785061 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9083 | 2024.08.16 04:39:07.785137 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9084 | 2024.08.16 04:39:07.785358 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9085 | 2024.08.16 04:39:07.785841 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9086 | 2024.08.16 04:39:07.785886 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9087 | 2024.08.16 04:39:07.786262 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9088 | 2024.08.16 04:39:07.786616 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9089 | 2024.08.16 04:39:07.786794 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001794 sec., 15050.167224080267 rows/sec., 1.19 MiB/sec. | ||
| 9090 | 2024.08.16 04:39:07.787020 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9091 | 2024.08.16 04:39:07.787048 [ 3 ] {c6074c4e-4510-48ad-a3dd-6548b393a1e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9092 | 2024.08.16 04:39:07.787064 [ 3 ] {} <Debug> HTTP-Session: fed44bac-8f74-4038-a2ba-e4f3403587e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9093 | 2024.08.16 04:39:07.787270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9094 | 2024.08.16 04:39:07.787328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9095 | 2024.08.16 04:39:07.787347 [ 3 ] {} <Debug> HTTP-Session: 2d3af700-08c4-48ab-8421-dd2aaafa349b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9096 | 2024.08.16 04:39:07.787367 [ 3 ] {} <Debug> HTTP-Session: 2d3af700-08c4-48ab-8421-dd2aaafa349b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9097 | 2024.08.16 04:39:07.787381 [ 3 ] {} <Debug> HTTP-Session: 2d3af700-08c4-48ab-8421-dd2aaafa349b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9098 | 2024.08.16 04:39:07.787417 [ 3 ] {} <Trace> HTTP-Session: 2d3af700-08c4-48ab-8421-dd2aaafa349b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9099 | 2024.08.16 04:39:07.787598 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9100 | 2024.08.16 04:39:07.787645 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9101 | 2024.08.16 04:39:07.787779 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9102 | 2024.08.16 04:39:07.788267 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9103 | 2024.08.16 04:39:07.788306 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9104 | 2024.08.16 04:39:07.788649 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9105 | 2024.08.16 04:39:07.788963 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9106 | 2024.08.16 04:39:07.789120 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.00161 sec., 167701.86335403725 rows/sec., 14.66 MiB/sec. | ||
| 9107 | 2024.08.16 04:39:07.789127 [ 26 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9108 | 2024.08.16 04:39:07.789225 [ 26 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9109 | 2024.08.16 04:39:07.789267 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9110 | 2024.08.16 04:39:07.789368 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Debug> DynamicQueryHandler: Done processing query | ||
| 9111 | 2024.08.16 04:39:07.789448 [ 3 ] {86591668-1b7f-44d8-bbf7-29e2d1957877} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 9112 | 2024.08.16 04:39:07.789512 [ 3 ] {} <Debug> HTTP-Session: 2d3af700-08c4-48ab-8421-dd2aaafa349b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9113 | 2024.08.16 04:39:07.789682 [ 191 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9114 | 2024.08.16 04:39:07.789791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9115 | 2024.08.16 04:39:07.789973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9116 | 2024.08.16 04:39:07.790083 [ 3 ] {} <Debug> HTTP-Session: 0c91fd70-284e-4560-97c5-2c1fe8aff105 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9117 | 2024.08.16 04:39:07.790141 [ 3 ] {} <Debug> HTTP-Session: 0c91fd70-284e-4560-97c5-2c1fe8aff105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9118 | 2024.08.16 04:39:07.790191 [ 3 ] {} <Debug> HTTP-Session: 0c91fd70-284e-4560-97c5-2c1fe8aff105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9119 | 2024.08.16 04:39:07.790242 [ 191 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9120 | 2024.08.16 04:39:07.790269 [ 3 ] {} <Trace> HTTP-Session: 0c91fd70-284e-4560-97c5-2c1fe8aff105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2024.08.16 04:39:07.790307 [ 191 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1430 rows starting from the beginning of the part | ||
| 9122 | 2024.08.16 04:39:07.790570 [ 191 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 270 rows starting from the beginning of the part | ||
| 9123 | 2024.08.16 04:39:07.790607 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9124 | 2024.08.16 04:39:07.790820 [ 191 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 68 rows starting from the beginning of the part | ||
| 9125 | 2024.08.16 04:39:07.790836 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9126 | 2024.08.16 04:39:07.791115 [ 191 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 271 rows starting from the beginning of the part | ||
| 9127 | 2024.08.16 04:39:07.791407 [ 191 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 68 rows starting from the beginning of the part | ||
| 9128 | 2024.08.16 04:39:07.791911 [ 191 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 270 rows starting from the beginning of the part | ||
| 9129 | 2024.08.16 04:39:07.792067 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9130 | 2024.08.16 04:39:07.793036 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9131 | 2024.08.16 04:39:07.793094 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9132 | 2024.08.16 04:39:07.793932 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9133 | 2024.08.16 04:39:07.794701 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9134 | 2024.08.16 04:39:07.794997 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004579 sec., 3057.436121423892 rows/sec., 214.12 KiB/sec. | ||
| 9135 | 2024.08.16 04:39:07.795513 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 4 columns (4 merged, 0 gathered) in 0.006160459 sec., 385847.872699096 rows/sec., 32.58 MiB/sec. | ||
| 9136 | 2024.08.16 04:39:07.795536 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Debug> DynamicQueryHandler: Done processing query | ||
| 9137 | 2024.08.16 04:39:07.795572 [ 3 ] {06d93177-b0f3-4298-ad1c-6ea9b903f647} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9138 | 2024.08.16 04:39:07.795596 [ 3 ] {} <Debug> HTTP-Session: 0c91fd70-284e-4560-97c5-2c1fe8aff105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9139 | 2024.08.16 04:39:07.795764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9140 | 2024.08.16 04:39:07.795795 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9141 | 2024.08.16 04:39:07.795843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9142 | 2024.08.16 04:39:07.795918 [ 3 ] {} <Debug> HTTP-Session: f4f5984e-faa8-4e11-998e-549e2c8a396e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9143 | 2024.08.16 04:39:07.795967 [ 3 ] {} <Debug> HTTP-Session: f4f5984e-faa8-4e11-998e-549e2c8a396e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9144 | 2024.08.16 04:39:07.795984 [ 3 ] {} <Debug> HTTP-Session: f4f5984e-faa8-4e11-998e-549e2c8a396e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9145 | 2024.08.16 04:39:07.796027 [ 3 ] {} <Trace> HTTP-Session: f4f5984e-faa8-4e11-998e-549e2c8a396e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9146 | 2024.08.16 04:39:07.796327 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9147 | 2024.08.16 04:39:07.796436 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9148 | 2024.08.16 04:39:07.796791 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9149 | 2024.08.16 04:39:07.796795 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9150 | 2024.08.16 04:39:07.796987 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_46_9} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9151 | 2024.08.16 04:39:07.797182 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9152 | 2024.08.16 04:39:07.797316 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9153 | 2024.08.16 04:39:07.797360 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9154 | 2024.08.16 04:39:07.797695 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9155 | 2024.08.16 04:39:07.798032 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9156 | 2024.08.16 04:39:07.798192 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001998 sec., 3003.0030030030025 rows/sec., 177.42 KiB/sec. | ||
| 9157 | 2024.08.16 04:39:07.798376 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9158 | 2024.08.16 04:39:07.798403 [ 3 ] {2ff18e8e-7fc5-4b3f-9838-358566e9a31b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9159 | 2024.08.16 04:39:07.798420 [ 3 ] {} <Debug> HTTP-Session: f4f5984e-faa8-4e11-998e-549e2c8a396e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9160 | 2024.08.16 04:39:07.798616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9161 | 2024.08.16 04:39:07.798685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9162 | 2024.08.16 04:39:07.798706 [ 3 ] {} <Debug> HTTP-Session: f7d9a75c-e380-401a-a5a2-f1a2ec1b0e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9163 | 2024.08.16 04:39:07.798722 [ 3 ] {} <Debug> HTTP-Session: f7d9a75c-e380-401a-a5a2-f1a2ec1b0e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9164 | 2024.08.16 04:39:07.798737 [ 3 ] {} <Debug> HTTP-Session: f7d9a75c-e380-401a-a5a2-f1a2ec1b0e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9165 | 2024.08.16 04:39:07.798768 [ 3 ] {} <Trace> HTTP-Session: f7d9a75c-e380-401a-a5a2-f1a2ec1b0e1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9166 | 2024.08.16 04:39:07.799112 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9167 | 2024.08.16 04:39:07.799156 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9168 | 2024.08.16 04:39:07.799288 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9169 | 2024.08.16 04:39:07.799963 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9170 | 2024.08.16 04:39:07.800001 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9171 | 2024.08.16 04:39:07.800345 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9172 | 2024.08.16 04:39:07.800663 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2024.08.16 04:39:07.800808 [ 26 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9174 | 2024.08.16 04:39:07.800819 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001914 sec., 213688.61024033438 rows/sec., 15.23 MiB/sec. | ||
| 9175 | 2024.08.16 04:39:07.800864 [ 26 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9176 | 2024.08.16 04:39:07.800921 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9177 | 2024.08.16 04:39:07.801111 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9178 | 2024.08.16 04:39:07.801132 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Debug> DynamicQueryHandler: Done processing query | ||
| 9179 | 2024.08.16 04:39:07.801184 [ 3 ] {ce675e00-a98d-4109-85bb-065818503197} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9180 | 2024.08.16 04:39:07.801214 [ 3 ] {} <Debug> HTTP-Session: f7d9a75c-e380-401a-a5a2-f1a2ec1b0e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9181 | 2024.08.16 04:39:07.801315 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9182 | 2024.08.16 04:39:07.801363 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 903 rows starting from the beginning of the part | ||
| 9183 | 2024.08.16 04:39:07.801398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9184 | 2024.08.16 04:39:07.801556 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 409 rows starting from the beginning of the part | ||
| 9185 | 2024.08.16 04:39:07.801558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9186 | 2024.08.16 04:39:07.801658 [ 3 ] {} <Debug> HTTP-Session: b8218d98-d2a1-4ff8-90a3-3de650ca8144 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9187 | 2024.08.16 04:39:07.801769 [ 3 ] {} <Debug> HTTP-Session: b8218d98-d2a1-4ff8-90a3-3de650ca8144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9188 | 2024.08.16 04:39:07.801846 [ 3 ] {} <Debug> HTTP-Session: b8218d98-d2a1-4ff8-90a3-3de650ca8144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9189 | 2024.08.16 04:39:07.801932 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 68 rows starting from the beginning of the part | ||
| 9190 | 2024.08.16 04:39:07.801965 [ 3 ] {} <Trace> HTTP-Session: b8218d98-d2a1-4ff8-90a3-3de650ca8144 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9191 | 2024.08.16 04:39:07.802205 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 411 rows starting from the beginning of the part | ||
| 9192 | 2024.08.16 04:39:07.802314 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9193 | 2024.08.16 04:39:07.802517 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9194 | 2024.08.16 04:39:07.802527 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 68 rows starting from the beginning of the part | ||
| 9195 | 2024.08.16 04:39:07.802850 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 409 rows starting from the beginning of the part | ||
| 9196 | 2024.08.16 04:39:07.803568 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9197 | 2024.08.16 04:39:07.804161 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9198 | 2024.08.16 04:39:07.804233 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9199 | 2024.08.16 04:39:07.805185 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9200 | 2024.08.16 04:39:07.805828 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9201 | 2024.08.16 04:39:07.805919 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2268 rows, containing 4 columns (4 merged, 0 gathered) in 0.004887528 sec., 464038.262287193 rows/sec., 33.52 MiB/sec. | ||
| 9202 | 2024.08.16 04:39:07.806119 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003899 sec., 1538.8561169530649 rows/sec., 80.40 KiB/sec. | ||
| 9203 | 2024.08.16 04:39:07.806261 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9204 | 2024.08.16 04:39:07.806417 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9205 | 2024.08.16 04:39:07.806467 [ 3 ] {6a723c27-9d10-45c3-b529-8251f63a817c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9206 | 2024.08.16 04:39:07.806493 [ 3 ] {} <Debug> HTTP-Session: b8218d98-d2a1-4ff8-90a3-3de650ca8144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9207 | 2024.08.16 04:39:07.806735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9208 | 2024.08.16 04:39:07.806816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9209 | 2024.08.16 04:39:07.806849 [ 3 ] {} <Debug> HTTP-Session: ad3a0bcc-5e88-4949-9ad3-51529d7d4e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9210 | 2024.08.16 04:39:07.806883 [ 3 ] {} <Debug> HTTP-Session: ad3a0bcc-5e88-4949-9ad3-51529d7d4e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9211 | 2024.08.16 04:39:07.806918 [ 3 ] {} <Debug> HTTP-Session: ad3a0bcc-5e88-4949-9ad3-51529d7d4e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9212 | 2024.08.16 04:39:07.806923 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9213 | 2024.08.16 04:39:07.806975 [ 3 ] {} <Trace> HTTP-Session: ad3a0bcc-5e88-4949-9ad3-51529d7d4e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9214 | 2024.08.16 04:39:07.807085 [ 197 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_46_9} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9215 | 2024.08.16 04:39:07.807230 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9216 | 2024.08.16 04:39:07.807346 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9217 | 2024.08.16 04:39:07.807400 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9218 | 2024.08.16 04:39:07.807571 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9219 | 2024.08.16 04:39:07.808033 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9220 | 2024.08.16 04:39:07.808072 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9221 | 2024.08.16 04:39:07.808481 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9222 | 2024.08.16 04:39:07.808837 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9223 | 2024.08.16 04:39:07.809003 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001853 sec., 127900.70156502968 rows/sec., 8.57 MiB/sec. | ||
| 9224 | 2024.08.16 04:39:07.809021 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9225 | 2024.08.16 04:39:07.809138 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9226 | 2024.08.16 04:39:07.809200 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9227 | 2024.08.16 04:39:07.809302 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9228 | 2024.08.16 04:39:07.809360 [ 3 ] {0cc82d9e-50d2-42ec-948f-547f9d6c881f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9229 | 2024.08.16 04:39:07.809383 [ 3 ] {} <Debug> HTTP-Session: ad3a0bcc-5e88-4949-9ad3-51529d7d4e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9230 | 2024.08.16 04:39:07.809409 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9231 | 2024.08.16 04:39:07.809564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9232 | 2024.08.16 04:39:07.809570 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9233 | 2024.08.16 04:39:07.809628 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13082 rows starting from the beginning of the part | ||
| 9234 | 2024.08.16 04:39:07.809628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9235 | 2024.08.16 04:39:07.809672 [ 3 ] {} <Debug> HTTP-Session: b77ea30b-ccbe-4965-96fb-0de5b145661c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9236 | 2024.08.16 04:39:07.809702 [ 3 ] {} <Debug> HTTP-Session: b77ea30b-ccbe-4965-96fb-0de5b145661c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9237 | 2024.08.16 04:39:07.809746 [ 3 ] {} <Debug> HTTP-Session: b77ea30b-ccbe-4965-96fb-0de5b145661c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9238 | 2024.08.16 04:39:07.809794 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
| 9239 | 2024.08.16 04:39:07.809828 [ 3 ] {} <Trace> HTTP-Session: b77ea30b-ccbe-4965-96fb-0de5b145661c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9240 | 2024.08.16 04:39:07.810150 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 9241 | 2024.08.16 04:39:07.810178 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9242 | 2024.08.16 04:39:07.810336 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9243 | 2024.08.16 04:39:07.810392 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 238 rows starting from the beginning of the part | ||
| 9244 | 2024.08.16 04:39:07.810686 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 9245 | 2024.08.16 04:39:07.811013 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 9246 | 2024.08.16 04:39:07.811418 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9247 | 2024.08.16 04:39:07.811922 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9248 | 2024.08.16 04:39:07.811963 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9249 | 2024.08.16 04:39:07.812370 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9250 | 2024.08.16 04:39:07.812818 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9251 | 2024.08.16 04:39:07.813092 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00303 sec., 330.03300330033 rows/sec., 22.24 KiB/sec. | ||
| 9252 | 2024.08.16 04:39:07.813331 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9253 | 2024.08.16 04:39:07.813358 [ 3 ] {f4445b5f-7a62-4c14-af46-dba85340992c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9254 | 2024.08.16 04:39:07.813374 [ 3 ] {} <Debug> HTTP-Session: b77ea30b-ccbe-4965-96fb-0de5b145661c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9255 | 2024.08.16 04:39:07.813541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9256 | 2024.08.16 04:39:07.813591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9257 | 2024.08.16 04:39:07.813610 [ 3 ] {} <Debug> HTTP-Session: 7274ad47-5621-4dd9-8559-1bf312d564d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9258 | 2024.08.16 04:39:07.813640 [ 3 ] {} <Debug> HTTP-Session: 7274ad47-5621-4dd9-8559-1bf312d564d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9259 | 2024.08.16 04:39:07.813669 [ 3 ] {} <Debug> HTTP-Session: 7274ad47-5621-4dd9-8559-1bf312d564d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9260 | 2024.08.16 04:39:07.813701 [ 3 ] {} <Trace> HTTP-Session: 7274ad47-5621-4dd9-8559-1bf312d564d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9261 | 2024.08.16 04:39:07.814224 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9262 | 2024.08.16 04:39:07.814295 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <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 | ||
| 9263 | 2024.08.16 04:39:07.814735 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9264 | 2024.08.16 04:39:07.815645 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14114 rows, containing 5 columns (5 merged, 0 gathered) in 0.006327063 sec., 2230734.860708673 rows/sec., 150.70 MiB/sec. | ||
| 9265 | 2024.08.16 04:39:07.815762 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9266 | 2024.08.16 04:39:07.815802 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9267 | 2024.08.16 04:39:07.815995 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9268 | 2024.08.16 04:39:07.816582 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9269 | 2024.08.16 04:39:07.816692 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9270 | 2024.08.16 04:39:07.816709 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9271 | 2024.08.16 04:39:07.816776 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.70 MiB. | ||
| 9272 | 2024.08.16 04:39:07.817159 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9273 | 2024.08.16 04:39:07.817381 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003599 sec., 7502.083912197832 rows/sec., 13.44 MiB/sec. | ||
| 9274 | 2024.08.16 04:39:07.817646 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9275 | 2024.08.16 04:39:07.817671 [ 3 ] {4caa2dce-aec3-4302-ba66-5e6eff07435c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9276 | 2024.08.16 04:39:07.817687 [ 3 ] {} <Debug> HTTP-Session: 7274ad47-5621-4dd9-8559-1bf312d564d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9277 | 2024.08.16 04:39:07.817862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9278 | 2024.08.16 04:39:07.817912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9279 | 2024.08.16 04:39:07.817932 [ 3 ] {} <Debug> HTTP-Session: f4558122-ae2e-409c-b67a-9cd086973c67 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9280 | 2024.08.16 04:39:07.817949 [ 3 ] {} <Debug> HTTP-Session: f4558122-ae2e-409c-b67a-9cd086973c67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9281 | 2024.08.16 04:39:07.817965 [ 3 ] {} <Debug> HTTP-Session: f4558122-ae2e-409c-b67a-9cd086973c67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9282 | 2024.08.16 04:39:07.817996 [ 3 ] {} <Trace> HTTP-Session: f4558122-ae2e-409c-b67a-9cd086973c67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2024.08.16 04:39:07.818119 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9284 | 2024.08.16 04:39:07.818164 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9285 | 2024.08.16 04:39:07.818294 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9286 | 2024.08.16 04:39:07.818672 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9287 | 2024.08.16 04:39:07.818710 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9288 | 2024.08.16 04:39:07.819076 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9289 | 2024.08.16 04:39:07.819415 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9290 | 2024.08.16 04:39:07.819578 [ 26 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9291 | 2024.08.16 04:39:07.819590 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001506 sec., 54448.871181938914 rows/sec., 3.46 MiB/sec. | ||
| 9292 | 2024.08.16 04:39:07.819624 [ 26 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2024.08.16 04:39:07.819681 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9294 | 2024.08.16 04:39:07.819935 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 9295 | 2024.08.16 04:39:07.819958 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9296 | 2024.08.16 04:39:07.819973 [ 3 ] {0626f524-64b6-4f25-a56d-014f16fec9ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9297 | 2024.08.16 04:39:07.820068 [ 3 ] {} <Debug> HTTP-Session: f4558122-ae2e-409c-b67a-9cd086973c67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9298 | 2024.08.16 04:39:07.820277 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9299 | 2024.08.16 04:39:07.820342 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2716 rows starting from the beginning of the part | ||
| 9300 | 2024.08.16 04:39:07.820490 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 9301 | 2024.08.16 04:39:07.820655 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 9302 | 2024.08.16 04:39:07.820848 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 9303 | 2024.08.16 04:39:07.820918 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 9304 | 2024.08.16 04:39:07.821123 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 9305 | 2024.08.16 04:39:07.822750 [ 196 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 4 columns (4 merged, 0 gathered) in 0.002934761 sec., 1050170.6953308973 rows/sec., 68.43 MiB/sec. | ||
| 9306 | 2024.08.16 04:39:07.823052 [ 192 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9307 | 2024.08.16 04:39:07.823519 [ 192 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9308 | 2024.08.16 04:39:07.823610 [ 192 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_46_9} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9309 | 2024.08.16 04:39:07.823703 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 9310 | 2024.08.16 04:39:12.808206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9311 | 2024.08.16 04:39:12.808346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9312 | 2024.08.16 04:39:12.808376 [ 3 ] {} <Debug> HTTP-Session: b73958b9-a111-456e-a602-cfdfa783915a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9313 | 2024.08.16 04:39:12.808404 [ 3 ] {} <Debug> HTTP-Session: b73958b9-a111-456e-a602-cfdfa783915a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9314 | 2024.08.16 04:39:12.808422 [ 3 ] {} <Debug> HTTP-Session: b73958b9-a111-456e-a602-cfdfa783915a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9315 | 2024.08.16 04:39:12.808477 [ 3 ] {} <Trace> HTTP-Session: b73958b9-a111-456e-a602-cfdfa783915a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9316 | 2024.08.16 04:39:12.808674 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9317 | 2024.08.16 04:39:12.808745 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9318 | 2024.08.16 04:39:12.808946 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9319 | 2024.08.16 04:39:12.809350 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9320 | 2024.08.16 04:39:12.809389 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9321 | 2024.08.16 04:39:12.809755 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9322 | 2024.08.16 04:39:12.810094 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9323 | 2024.08.16 04:39:12.810234 [ 60 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9324 | 2024.08.16 04:39:12.810240 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001623 sec., 2464.5717806531115 rows/sec., 199.77 KiB/sec. | ||
| 9325 | 2024.08.16 04:39:12.810280 [ 60 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2024.08.16 04:39:12.810322 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9327 | 2024.08.16 04:39:12.810551 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9328 | 2024.08.16 04:39:12.810604 [ 3 ] {a9af9335-b3e2-48f7-874e-21da65342a8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9329 | 2024.08.16 04:39:12.810656 [ 3 ] {} <Debug> HTTP-Session: b73958b9-a111-456e-a602-cfdfa783915a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9330 | 2024.08.16 04:39:12.810669 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 9331 | 2024.08.16 04:39:12.811021 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9332 | 2024.08.16 04:39:12.811023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9333 | 2024.08.16 04:39:12.811075 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
| 9334 | 2024.08.16 04:39:12.811137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9335 | 2024.08.16 04:39:12.811224 [ 3 ] {} <Debug> HTTP-Session: a0b797b6-9c6a-4bb2-bf55-3eecb3b1e409 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9336 | 2024.08.16 04:39:12.811272 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 9337 | 2024.08.16 04:39:12.811295 [ 3 ] {} <Debug> HTTP-Session: a0b797b6-9c6a-4bb2-bf55-3eecb3b1e409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9338 | 2024.08.16 04:39:12.811392 [ 3 ] {} <Debug> HTTP-Session: a0b797b6-9c6a-4bb2-bf55-3eecb3b1e409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9339 | 2024.08.16 04:39:12.811561 [ 3 ] {} <Trace> HTTP-Session: a0b797b6-9c6a-4bb2-bf55-3eecb3b1e409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9340 | 2024.08.16 04:39:12.811573 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 27 rows starting from the beginning of the part | ||
| 9341 | 2024.08.16 04:39:12.811860 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 9342 | 2024.08.16 04:39:12.812007 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 27 rows starting from the beginning of the part | ||
| 9343 | 2024.08.16 04:39:12.812181 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 9344 | 2024.08.16 04:39:12.812363 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9345 | 2024.08.16 04:39:12.812531 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9346 | 2024.08.16 04:39:12.812938 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9347 | 2024.08.16 04:39:12.814091 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 97 rows, containing 4 columns (4 merged, 0 gathered) in 0.003660979 sec., 26495.64501735738 rows/sec., 2.10 MiB/sec. | ||
| 9348 | 2024.08.16 04:39:12.814245 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9349 | 2024.08.16 04:39:12.814577 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9350 | 2024.08.16 04:39:12.814628 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9351 | 2024.08.16 04:39:12.814786 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2024.08.16 04:39:12.814973 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_36_7} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9353 | 2024.08.16 04:39:12.815132 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9354 | 2024.08.16 04:39:12.815320 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9355 | 2024.08.16 04:39:12.815657 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9356 | 2024.08.16 04:39:12.815784 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Debug> executeQuery: Read 1208 rows, 101.60 KiB in 0.003929 sec., 307457.3682870959 rows/sec., 25.25 MiB/sec. | ||
| 9357 | 2024.08.16 04:39:12.816069 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Debug> DynamicQueryHandler: Done processing query | ||
| 9358 | 2024.08.16 04:39:12.816126 [ 3 ] {0606b911-1cc6-4e54-9f98-265848d8c582} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 9359 | 2024.08.16 04:39:12.816176 [ 3 ] {} <Debug> HTTP-Session: a0b797b6-9c6a-4bb2-bf55-3eecb3b1e409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9360 | 2024.08.16 04:39:12.816427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9361 | 2024.08.16 04:39:12.816478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9362 | 2024.08.16 04:39:12.816497 [ 3 ] {} <Debug> HTTP-Session: a47759c4-fd42-4c31-ac13-6984d4509367 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9363 | 2024.08.16 04:39:12.816513 [ 3 ] {} <Debug> HTTP-Session: a47759c4-fd42-4c31-ac13-6984d4509367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9364 | 2024.08.16 04:39:12.816527 [ 3 ] {} <Debug> HTTP-Session: a47759c4-fd42-4c31-ac13-6984d4509367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9365 | 2024.08.16 04:39:12.816560 [ 3 ] {} <Trace> HTTP-Session: a47759c4-fd42-4c31-ac13-6984d4509367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9366 | 2024.08.16 04:39:12.816713 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9367 | 2024.08.16 04:39:12.816757 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9368 | 2024.08.16 04:39:12.816897 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9369 | 2024.08.16 04:39:12.817312 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9370 | 2024.08.16 04:39:12.817348 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9371 | 2024.08.16 04:39:12.817674 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9372 | 2024.08.16 04:39:12.817988 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9373 | 2024.08.16 04:39:12.818125 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001483 sec., 153742.41402562373 rows/sec., 10.41 MiB/sec. | ||
| 9374 | 2024.08.16 04:39:12.818366 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9375 | 2024.08.16 04:39:12.818392 [ 3 ] {7fa1a819-1a95-4d52-b270-289f3a92656d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 9376 | 2024.08.16 04:39:12.818408 [ 3 ] {} <Debug> HTTP-Session: a47759c4-fd42-4c31-ac13-6984d4509367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9377 | 2024.08.16 04:39:12.818609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 86510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9378 | 2024.08.16 04:39:12.818660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9379 | 2024.08.16 04:39:12.818680 [ 3 ] {} <Debug> HTTP-Session: 96675d6a-fa59-4698-b4d0-98855049a406 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9380 | 2024.08.16 04:39:12.818697 [ 3 ] {} <Debug> HTTP-Session: 96675d6a-fa59-4698-b4d0-98855049a406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9381 | 2024.08.16 04:39:12.818710 [ 3 ] {} <Debug> HTTP-Session: 96675d6a-fa59-4698-b4d0-98855049a406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9382 | 2024.08.16 04:39:12.818740 [ 3 ] {} <Trace> HTTP-Session: 96675d6a-fa59-4698-b4d0-98855049a406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9383 | 2024.08.16 04:39:12.819118 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9384 | 2024.08.16 04:39:12.819161 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9385 | 2024.08.16 04:39:12.819290 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9386 | 2024.08.16 04:39:12.819931 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9387 | 2024.08.16 04:39:12.819968 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9388 | 2024.08.16 04:39:12.820301 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9389 | 2024.08.16 04:39:12.820614 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9390 | 2024.08.16 04:39:12.820784 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Debug> executeQuery: Read 524 rows, 39.72 KiB in 0.001941 sec., 269963.9361154044 rows/sec., 19.99 MiB/sec. | ||
| 9391 | 2024.08.16 04:39:12.820953 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9392 | 2024.08.16 04:39:12.820977 [ 3 ] {b1b5e177-ffe6-481e-839b-80d8e0fe568d} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 9393 | 2024.08.16 04:39:12.820994 [ 3 ] {} <Debug> HTTP-Session: 96675d6a-fa59-4698-b4d0-98855049a406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9394 | 2024.08.16 04:39:12.821249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9395 | 2024.08.16 04:39:12.821301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9396 | 2024.08.16 04:39:12.821321 [ 3 ] {} <Debug> HTTP-Session: ed8e66f6-d3ff-45e0-8fe4-34bcf08fb6af Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9397 | 2024.08.16 04:39:12.821337 [ 3 ] {} <Debug> HTTP-Session: ed8e66f6-d3ff-45e0-8fe4-34bcf08fb6af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9398 | 2024.08.16 04:39:12.821351 [ 3 ] {} <Debug> HTTP-Session: ed8e66f6-d3ff-45e0-8fe4-34bcf08fb6af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9399 | 2024.08.16 04:39:12.821381 [ 3 ] {} <Trace> HTTP-Session: ed8e66f6-d3ff-45e0-8fe4-34bcf08fb6af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9400 | 2024.08.16 04:39:12.821926 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9401 | 2024.08.16 04:39:12.821975 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9402 | 2024.08.16 04:39:12.822125 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9403 | 2024.08.16 04:39:12.822962 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9404 | 2024.08.16 04:39:12.822999 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9405 | 2024.08.16 04:39:12.823427 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9406 | 2024.08.16 04:39:12.823775 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9407 | 2024.08.16 04:39:12.823930 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002382 sec., 354324.09739714523 rows/sec., 23.85 MiB/sec. | ||
| 9408 | 2024.08.16 04:39:12.824211 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9409 | 2024.08.16 04:39:12.824277 [ 3 ] {79914b3f-4ffa-4e12-a143-84bbd9de25c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 9410 | 2024.08.16 04:39:12.824346 [ 3 ] {} <Debug> HTTP-Session: ed8e66f6-d3ff-45e0-8fe4-34bcf08fb6af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9411 | 2024.08.16 04:39:12.824572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9412 | 2024.08.16 04:39:12.824626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9413 | 2024.08.16 04:39:12.824645 [ 3 ] {} <Debug> HTTP-Session: 69a251ad-1b39-45ad-ab41-f01b2d2d9aab Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9414 | 2024.08.16 04:39:12.824662 [ 3 ] {} <Debug> HTTP-Session: 69a251ad-1b39-45ad-ab41-f01b2d2d9aab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9415 | 2024.08.16 04:39:12.824676 [ 3 ] {} <Debug> HTTP-Session: 69a251ad-1b39-45ad-ab41-f01b2d2d9aab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9416 | 2024.08.16 04:39:12.824708 [ 3 ] {} <Trace> HTTP-Session: 69a251ad-1b39-45ad-ab41-f01b2d2d9aab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9417 | 2024.08.16 04:39:12.824835 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9418 | 2024.08.16 04:39:12.824908 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <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 | ||
| 9419 | 2024.08.16 04:39:12.825343 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9420 | 2024.08.16 04:39:12.825892 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9421 | 2024.08.16 04:39:12.825929 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9422 | 2024.08.16 04:39:12.826492 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9423 | 2024.08.16 04:39:12.826895 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9424 | 2024.08.16 04:39:12.827070 [ 78 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9425 | 2024.08.16 04:39:12.827090 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002304 sec., 1736.111111111111 rows/sec., 3.11 MiB/sec. | ||
| 9426 | 2024.08.16 04:39:12.827136 [ 78 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9427 | 2024.08.16 04:39:12.827201 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9428 | 2024.08.16 04:39:12.827752 [ 195 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 9429 | 2024.08.16 04:39:12.827955 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Debug> DynamicQueryHandler: Done processing query | ||
| 9430 | 2024.08.16 04:39:12.828035 [ 3 ] {8285b842-2ffc-4db7-a082-530bc1265c35} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9431 | 2024.08.16 04:39:12.828129 [ 3 ] {} <Debug> HTTP-Session: 69a251ad-1b39-45ad-ab41-f01b2d2d9aab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9432 | 2024.08.16 04:39:12.828384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9433 | 2024.08.16 04:39:12.828514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9434 | 2024.08.16 04:39:12.828575 [ 3 ] {} <Debug> HTTP-Session: dbc73d4e-3e25-4f25-81b1-18ae0548fe3f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9435 | 2024.08.16 04:39:12.828637 [ 3 ] {} <Debug> HTTP-Session: dbc73d4e-3e25-4f25-81b1-18ae0548fe3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9436 | 2024.08.16 04:39:12.828682 [ 3 ] {} <Debug> HTTP-Session: dbc73d4e-3e25-4f25-81b1-18ae0548fe3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9437 | 2024.08.16 04:39:12.828793 [ 3 ] {} <Trace> HTTP-Session: dbc73d4e-3e25-4f25-81b1-18ae0548fe3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9438 | 2024.08.16 04:39:12.828887 [ 195 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9439 | 2024.08.16 04:39:12.829067 [ 195 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 512 rows starting from the beginning of the part | ||
| 9440 | 2024.08.16 04:39:12.829076 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9441 | 2024.08.16 04:39:12.829197 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9442 | 2024.08.16 04:39:12.829862 [ 195 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 9443 | 2024.08.16 04:39:12.830309 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9444 | 2024.08.16 04:39:12.830707 [ 195 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 27 rows starting from the beginning of the part | ||
| 9445 | 2024.08.16 04:39:12.831340 [ 195 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 9446 | 2024.08.16 04:39:12.831596 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9447 | 2024.08.16 04:39:12.831698 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9448 | 2024.08.16 04:39:12.832094 [ 195 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 27 rows starting from the beginning of the part | ||
| 9449 | 2024.08.16 04:39:12.832748 [ 195 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 9450 | 2024.08.16 04:39:12.833190 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9451 | 2024.08.16 04:39:12.834171 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9452 | 2024.08.16 04:39:12.834573 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005607 sec., 10700.909577314073 rows/sec., 738.47 KiB/sec. | ||
| 9453 | 2024.08.16 04:39:12.835007 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9454 | 2024.08.16 04:39:12.835058 [ 3 ] {f358505a-203c-4596-a9bb-3b624bcde68f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9455 | 2024.08.16 04:39:12.835076 [ 3 ] {} <Debug> HTTP-Session: dbc73d4e-3e25-4f25-81b1-18ae0548fe3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9456 | 2024.08.16 04:39:12.837835 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 19 columns (19 merged, 0 gathered) in 0.010481583 sec., 55144.342223879736 rows/sec., 98.81 MiB/sec. | ||
| 9457 | 2024.08.16 04:39:12.838568 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9458 | 2024.08.16 04:39:12.839217 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9459 | 2024.08.16 04:39:12.839295 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9460 | 2024.08.16 04:39:12.839435 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 9461 | 2024.08.16 04:39:17.783937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9462 | 2024.08.16 04:39:17.784086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9463 | 2024.08.16 04:39:17.784116 [ 3 ] {} <Debug> HTTP-Session: 42e33a14-116e-4378-a80e-918b5c39aabe Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9464 | 2024.08.16 04:39:17.784143 [ 3 ] {} <Debug> HTTP-Session: 42e33a14-116e-4378-a80e-918b5c39aabe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9465 | 2024.08.16 04:39:17.784161 [ 3 ] {} <Debug> HTTP-Session: 42e33a14-116e-4378-a80e-918b5c39aabe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9466 | 2024.08.16 04:39:17.784217 [ 3 ] {} <Trace> HTTP-Session: 42e33a14-116e-4378-a80e-918b5c39aabe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9467 | 2024.08.16 04:39:17.784430 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9468 | 2024.08.16 04:39:17.784506 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9469 | 2024.08.16 04:39:17.784726 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9470 | 2024.08.16 04:39:17.785201 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9471 | 2024.08.16 04:39:17.785249 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9472 | 2024.08.16 04:39:17.785641 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9473 | 2024.08.16 04:39:17.785992 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9474 | 2024.08.16 04:39:17.786157 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001792 sec., 15066.964285714286 rows/sec., 1.19 MiB/sec. | ||
| 9475 | 2024.08.16 04:39:17.786380 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9476 | 2024.08.16 04:39:17.786409 [ 3 ] {5f296266-ced4-41c6-a034-ab725962bc3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9477 | 2024.08.16 04:39:17.786425 [ 3 ] {} <Debug> HTTP-Session: 42e33a14-116e-4378-a80e-918b5c39aabe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9478 | 2024.08.16 04:39:17.786597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9479 | 2024.08.16 04:39:17.786655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9480 | 2024.08.16 04:39:17.786675 [ 3 ] {} <Debug> HTTP-Session: 89b9e59b-1932-48f2-83fb-36c8c15a39ad Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9481 | 2024.08.16 04:39:17.786695 [ 3 ] {} <Debug> HTTP-Session: 89b9e59b-1932-48f2-83fb-36c8c15a39ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9482 | 2024.08.16 04:39:17.786710 [ 3 ] {} <Debug> HTTP-Session: 89b9e59b-1932-48f2-83fb-36c8c15a39ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9483 | 2024.08.16 04:39:17.786746 [ 3 ] {} <Trace> HTTP-Session: 89b9e59b-1932-48f2-83fb-36c8c15a39ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9484 | 2024.08.16 04:39:17.786929 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9485 | 2024.08.16 04:39:17.786977 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9486 | 2024.08.16 04:39:17.787112 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9487 | 2024.08.16 04:39:17.787649 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9488 | 2024.08.16 04:39:17.787688 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9489 | 2024.08.16 04:39:17.788033 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9490 | 2024.08.16 04:39:17.788348 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9491 | 2024.08.16 04:39:17.788505 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001663 sec., 162357.18580877932 rows/sec., 14.19 MiB/sec. | ||
| 9492 | 2024.08.16 04:39:17.788710 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9493 | 2024.08.16 04:39:17.788748 [ 3 ] {3742421e-9393-4d1e-8b43-7b6f22dd7f5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 9494 | 2024.08.16 04:39:17.788775 [ 3 ] {} <Debug> HTTP-Session: 89b9e59b-1932-48f2-83fb-36c8c15a39ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9495 | 2024.08.16 04:39:17.788977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9496 | 2024.08.16 04:39:17.789030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9497 | 2024.08.16 04:39:17.789050 [ 3 ] {} <Debug> HTTP-Session: bc3f51f5-bd92-4a96-a608-440019110d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9498 | 2024.08.16 04:39:17.789068 [ 3 ] {} <Debug> HTTP-Session: bc3f51f5-bd92-4a96-a608-440019110d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9499 | 2024.08.16 04:39:17.789083 [ 3 ] {} <Debug> HTTP-Session: bc3f51f5-bd92-4a96-a608-440019110d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9500 | 2024.08.16 04:39:17.789116 [ 3 ] {} <Trace> HTTP-Session: bc3f51f5-bd92-4a96-a608-440019110d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9501 | 2024.08.16 04:39:17.789220 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9502 | 2024.08.16 04:39:17.789263 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9503 | 2024.08.16 04:39:17.789393 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9504 | 2024.08.16 04:39:17.789715 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9505 | 2024.08.16 04:39:17.789753 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9506 | 2024.08.16 04:39:17.790072 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9507 | 2024.08.16 04:39:17.790395 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9508 | 2024.08.16 04:39:17.790564 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001369 sec., 10226.442658875092 rows/sec., 716.19 KiB/sec. | ||
| 9509 | 2024.08.16 04:39:17.790878 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9510 | 2024.08.16 04:39:17.790905 [ 3 ] {4da97472-e05a-4f2d-997f-dcde16989cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9511 | 2024.08.16 04:39:17.790922 [ 3 ] {} <Debug> HTTP-Session: bc3f51f5-bd92-4a96-a608-440019110d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9512 | 2024.08.16 04:39:17.791040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9513 | 2024.08.16 04:39:17.791090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9514 | 2024.08.16 04:39:17.791111 [ 3 ] {} <Debug> HTTP-Session: a4eef295-7781-479b-9043-46d1e208b8ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9515 | 2024.08.16 04:39:17.791128 [ 3 ] {} <Debug> HTTP-Session: a4eef295-7781-479b-9043-46d1e208b8ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9516 | 2024.08.16 04:39:17.791143 [ 3 ] {} <Debug> HTTP-Session: a4eef295-7781-479b-9043-46d1e208b8ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9517 | 2024.08.16 04:39:17.791175 [ 3 ] {} <Trace> HTTP-Session: a4eef295-7781-479b-9043-46d1e208b8ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9518 | 2024.08.16 04:39:17.791277 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9519 | 2024.08.16 04:39:17.791322 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9520 | 2024.08.16 04:39:17.791468 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9521 | 2024.08.16 04:39:17.791763 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9522 | 2024.08.16 04:39:17.791800 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9523 | 2024.08.16 04:39:17.792127 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9524 | 2024.08.16 04:39:17.792453 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9525 | 2024.08.16 04:39:17.792587 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 265.14 KiB/sec. | ||
| 9526 | 2024.08.16 04:39:17.792796 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9527 | 2024.08.16 04:39:17.792824 [ 3 ] {ee4286e7-e68a-4e51-8909-3172a2d3c2f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9528 | 2024.08.16 04:39:17.792841 [ 3 ] {} <Debug> HTTP-Session: a4eef295-7781-479b-9043-46d1e208b8ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9529 | 2024.08.16 04:39:17.793044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9530 | 2024.08.16 04:39:17.793097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9531 | 2024.08.16 04:39:17.793116 [ 3 ] {} <Debug> HTTP-Session: 19f444a9-70e8-43d8-a74c-700f18876da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9532 | 2024.08.16 04:39:17.793133 [ 3 ] {} <Debug> HTTP-Session: 19f444a9-70e8-43d8-a74c-700f18876da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9533 | 2024.08.16 04:39:17.793148 [ 3 ] {} <Debug> HTTP-Session: 19f444a9-70e8-43d8-a74c-700f18876da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9534 | 2024.08.16 04:39:17.793180 [ 3 ] {} <Trace> HTTP-Session: 19f444a9-70e8-43d8-a74c-700f18876da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9535 | 2024.08.16 04:39:17.793391 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9536 | 2024.08.16 04:39:17.793438 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9537 | 2024.08.16 04:39:17.793569 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9538 | 2024.08.16 04:39:17.794136 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9539 | 2024.08.16 04:39:17.794174 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9540 | 2024.08.16 04:39:17.794508 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9541 | 2024.08.16 04:39:17.794818 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9542 | 2024.08.16 04:39:17.794970 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001687 sec., 242442.20509780676 rows/sec., 17.28 MiB/sec. | ||
| 9543 | 2024.08.16 04:39:17.795144 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Debug> DynamicQueryHandler: Done processing query | ||
| 9544 | 2024.08.16 04:39:17.795168 [ 3 ] {fff14749-e945-4c12-8274-4e47b40e7584} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9545 | 2024.08.16 04:39:17.795184 [ 3 ] {} <Debug> HTTP-Session: 19f444a9-70e8-43d8-a74c-700f18876da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9546 | 2024.08.16 04:39:17.795321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9547 | 2024.08.16 04:39:17.795369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9548 | 2024.08.16 04:39:17.795390 [ 3 ] {} <Debug> HTTP-Session: aaee5854-2c71-4177-9cee-b6a74dc9001e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9549 | 2024.08.16 04:39:17.795407 [ 3 ] {} <Debug> HTTP-Session: aaee5854-2c71-4177-9cee-b6a74dc9001e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9550 | 2024.08.16 04:39:17.795421 [ 3 ] {} <Debug> HTTP-Session: aaee5854-2c71-4177-9cee-b6a74dc9001e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9551 | 2024.08.16 04:39:17.795452 [ 3 ] {} <Trace> HTTP-Session: aaee5854-2c71-4177-9cee-b6a74dc9001e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9552 | 2024.08.16 04:39:17.795548 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9553 | 2024.08.16 04:39:17.795593 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9554 | 2024.08.16 04:39:17.795720 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9555 | 2024.08.16 04:39:17.795993 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9556 | 2024.08.16 04:39:17.796030 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9557 | 2024.08.16 04:39:17.796389 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9558 | 2024.08.16 04:39:17.796718 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2024.08.16 04:39:17.796875 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 233.94 KiB/sec. | ||
| 9560 | 2024.08.16 04:39:17.797199 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9561 | 2024.08.16 04:39:17.797226 [ 3 ] {f7c5a725-a050-4637-9629-158f426d7a9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9562 | 2024.08.16 04:39:17.797242 [ 3 ] {} <Debug> HTTP-Session: aaee5854-2c71-4177-9cee-b6a74dc9001e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9563 | 2024.08.16 04:39:17.797396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9564 | 2024.08.16 04:39:17.797445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9565 | 2024.08.16 04:39:17.797465 [ 3 ] {} <Debug> HTTP-Session: d341d55a-984a-45db-912d-127453327eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9566 | 2024.08.16 04:39:17.797482 [ 3 ] {} <Debug> HTTP-Session: d341d55a-984a-45db-912d-127453327eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9567 | 2024.08.16 04:39:17.797495 [ 3 ] {} <Debug> HTTP-Session: d341d55a-984a-45db-912d-127453327eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9568 | 2024.08.16 04:39:17.797526 [ 3 ] {} <Trace> HTTP-Session: d341d55a-984a-45db-912d-127453327eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2024.08.16 04:39:17.797760 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9570 | 2024.08.16 04:39:17.797808 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9571 | 2024.08.16 04:39:17.797972 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9572 | 2024.08.16 04:39:17.798431 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2024.08.16 04:39:17.798467 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9574 | 2024.08.16 04:39:17.798857 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9575 | 2024.08.16 04:39:17.799209 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2024.08.16 04:39:17.799370 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001741 sec., 136128.66168868466 rows/sec., 9.12 MiB/sec. | ||
| 9577 | 2024.08.16 04:39:17.799718 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Debug> DynamicQueryHandler: Done processing query | ||
| 9578 | 2024.08.16 04:39:17.799775 [ 3 ] {35364bd4-192f-448a-b543-3ed0ac166602} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9579 | 2024.08.16 04:39:17.799795 [ 3 ] {} <Debug> HTTP-Session: d341d55a-984a-45db-912d-127453327eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9580 | 2024.08.16 04:39:17.799940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9581 | 2024.08.16 04:39:17.800023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9582 | 2024.08.16 04:39:17.800047 [ 3 ] {} <Debug> HTTP-Session: 192c0480-095f-46c8-b715-90bcc9d792a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9583 | 2024.08.16 04:39:17.800069 [ 3 ] {} <Debug> HTTP-Session: 192c0480-095f-46c8-b715-90bcc9d792a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9584 | 2024.08.16 04:39:17.800088 [ 3 ] {} <Debug> HTTP-Session: 192c0480-095f-46c8-b715-90bcc9d792a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9585 | 2024.08.16 04:39:17.800129 [ 3 ] {} <Trace> HTTP-Session: 192c0480-095f-46c8-b715-90bcc9d792a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9586 | 2024.08.16 04:39:17.800257 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9587 | 2024.08.16 04:39:17.800312 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9588 | 2024.08.16 04:39:17.800473 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9589 | 2024.08.16 04:39:17.800765 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2024.08.16 04:39:17.800809 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9591 | 2024.08.16 04:39:17.801193 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9592 | 2024.08.16 04:39:17.801517 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2024.08.16 04:39:17.801675 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec. | ||
| 9594 | 2024.08.16 04:39:17.801847 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 9595 | 2024.08.16 04:39:17.801871 [ 3 ] {5cc18e84-13d6-4e97-9a0a-1be44cf3e7fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9596 | 2024.08.16 04:39:17.801888 [ 3 ] {} <Debug> HTTP-Session: 192c0480-095f-46c8-b715-90bcc9d792a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9597 | 2024.08.16 04:39:17.802079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9598 | 2024.08.16 04:39:17.802128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9599 | 2024.08.16 04:39:17.802148 [ 3 ] {} <Debug> HTTP-Session: 798c2df2-950c-4136-aee9-2fecd10670b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9600 | 2024.08.16 04:39:17.802165 [ 3 ] {} <Debug> HTTP-Session: 798c2df2-950c-4136-aee9-2fecd10670b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9601 | 2024.08.16 04:39:17.802179 [ 3 ] {} <Debug> HTTP-Session: 798c2df2-950c-4136-aee9-2fecd10670b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9602 | 2024.08.16 04:39:17.802209 [ 3 ] {} <Trace> HTTP-Session: 798c2df2-950c-4136-aee9-2fecd10670b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9603 | 2024.08.16 04:39:17.802504 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9604 | 2024.08.16 04:39:17.802566 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <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 | ||
| 9605 | 2024.08.16 04:39:17.802971 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9606 | 2024.08.16 04:39:17.803615 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9607 | 2024.08.16 04:39:17.803651 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9608 | 2024.08.16 04:39:17.804261 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9609 | 2024.08.16 04:39:17.804679 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9610 | 2024.08.16 04:39:17.804877 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002562 sec., 10538.64168618267 rows/sec., 18.88 MiB/sec. | ||
| 9611 | 2024.08.16 04:39:17.805400 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Debug> DynamicQueryHandler: Done processing query | ||
| 9612 | 2024.08.16 04:39:17.805425 [ 3 ] {6d2db950-9f26-4338-a940-48f26136cd18} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9613 | 2024.08.16 04:39:17.805441 [ 3 ] {} <Debug> HTTP-Session: 798c2df2-950c-4136-aee9-2fecd10670b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9614 | 2024.08.16 04:39:17.805574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9615 | 2024.08.16 04:39:17.805623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9616 | 2024.08.16 04:39:17.805642 [ 3 ] {} <Debug> HTTP-Session: d34545ee-b370-4fd3-9354-fcf6d6dd4eb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9617 | 2024.08.16 04:39:17.805659 [ 3 ] {} <Debug> HTTP-Session: d34545ee-b370-4fd3-9354-fcf6d6dd4eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9618 | 2024.08.16 04:39:17.805673 [ 3 ] {} <Debug> HTTP-Session: d34545ee-b370-4fd3-9354-fcf6d6dd4eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9619 | 2024.08.16 04:39:17.805703 [ 3 ] {} <Trace> HTTP-Session: d34545ee-b370-4fd3-9354-fcf6d6dd4eb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9620 | 2024.08.16 04:39:17.805836 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9621 | 2024.08.16 04:39:17.805880 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9622 | 2024.08.16 04:39:17.806025 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9623 | 2024.08.16 04:39:17.806325 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9624 | 2024.08.16 04:39:17.806362 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 9625 | 2024.08.16 04:39:17.806726 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9626 | 2024.08.16 04:39:17.807058 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9627 | 2024.08.16 04:39:17.807215 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001428 sec., 57422.969187675066 rows/sec., 3.65 MiB/sec. | ||
| 9628 | 2024.08.16 04:39:17.807397 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9629 | 2024.08.16 04:39:17.807436 [ 3 ] {112111b4-df6d-4864-8e5f-27f6a3dfe29b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9630 | 2024.08.16 04:39:17.807468 [ 3 ] {} <Debug> HTTP-Session: d34545ee-b370-4fd3-9354-fcf6d6dd4eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9631 | 2024.08.16 04:39:19.666775 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9632 | 2024.08.16 04:39:19.666830 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9633 | 2024.08.16 04:39:21.001204 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000855591 sec. | ||
| 9634 | 2024.08.16 04:39:22.779400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9635 | 2024.08.16 04:39:22.779592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9636 | 2024.08.16 04:39:22.779637 [ 3 ] {} <Debug> HTTP-Session: 6db2c21d-adbd-450c-83a7-8582fe74f929 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9637 | 2024.08.16 04:39:22.779678 [ 3 ] {} <Debug> HTTP-Session: 6db2c21d-adbd-450c-83a7-8582fe74f929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9638 | 2024.08.16 04:39:22.779706 [ 3 ] {} <Debug> HTTP-Session: 6db2c21d-adbd-450c-83a7-8582fe74f929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9639 | 2024.08.16 04:39:22.779791 [ 3 ] {} <Trace> HTTP-Session: 6db2c21d-adbd-450c-83a7-8582fe74f929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2024.08.16 04:39:22.780066 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9641 | 2024.08.16 04:39:22.780171 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9642 | 2024.08.16 04:39:22.780379 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9643 | 2024.08.16 04:39:22.780804 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9644 | 2024.08.16 04:39:22.780852 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9645 | 2024.08.16 04:39:22.781221 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9646 | 2024.08.16 04:39:22.781549 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9647 | 2024.08.16 04:39:22.781715 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001731 sec., 2310.8030040439053 rows/sec., 187.30 KiB/sec. | ||
| 9648 | 2024.08.16 04:39:22.782021 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9649 | 2024.08.16 04:39:22.782069 [ 3 ] {091f4d16-6379-48f8-ad6a-085a4adf999f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9650 | 2024.08.16 04:39:22.782094 [ 3 ] {} <Debug> HTTP-Session: 6db2c21d-adbd-450c-83a7-8582fe74f929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9651 | 2024.08.16 04:39:22.782243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9652 | 2024.08.16 04:39:22.782299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9653 | 2024.08.16 04:39:22.782319 [ 3 ] {} <Debug> HTTP-Session: 088e74c5-f82d-4040-a64d-25f4b1b22623 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9654 | 2024.08.16 04:39:22.782337 [ 3 ] {} <Debug> HTTP-Session: 088e74c5-f82d-4040-a64d-25f4b1b22623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9655 | 2024.08.16 04:39:22.782351 [ 3 ] {} <Debug> HTTP-Session: 088e74c5-f82d-4040-a64d-25f4b1b22623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9656 | 2024.08.16 04:39:22.782386 [ 3 ] {} <Trace> HTTP-Session: 088e74c5-f82d-4040-a64d-25f4b1b22623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9657 | 2024.08.16 04:39:22.782491 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9658 | 2024.08.16 04:39:22.782539 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9659 | 2024.08.16 04:39:22.782684 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9660 | 2024.08.16 04:39:22.782966 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2024.08.16 04:39:22.783004 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9662 | 2024.08.16 04:39:22.783300 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9663 | 2024.08.16 04:39:22.783619 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9664 | 2024.08.16 04:39:22.783777 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001308 sec., 3058.1039755351685 rows/sec., 249.37 KiB/sec. | ||
| 9665 | 2024.08.16 04:39:22.783951 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 9666 | 2024.08.16 04:39:22.783976 [ 3 ] {8b8cfdd7-3622-4d63-a6c9-4ef5282f58aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9667 | 2024.08.16 04:39:22.783992 [ 3 ] {} <Debug> HTTP-Session: 088e74c5-f82d-4040-a64d-25f4b1b22623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9668 | 2024.08.16 04:39:22.784122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9669 | 2024.08.16 04:39:22.784171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9670 | 2024.08.16 04:39:22.784191 [ 3 ] {} <Debug> HTTP-Session: b017caa5-507e-40f3-bf34-fccec88a1e88 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9671 | 2024.08.16 04:39:22.784207 [ 3 ] {} <Debug> HTTP-Session: b017caa5-507e-40f3-bf34-fccec88a1e88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9672 | 2024.08.16 04:39:22.784221 [ 3 ] {} <Debug> HTTP-Session: b017caa5-507e-40f3-bf34-fccec88a1e88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9673 | 2024.08.16 04:39:22.784253 [ 3 ] {} <Trace> HTTP-Session: b017caa5-507e-40f3-bf34-fccec88a1e88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9674 | 2024.08.16 04:39:22.784372 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9675 | 2024.08.16 04:39:22.784412 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9676 | 2024.08.16 04:39:22.784538 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9677 | 2024.08.16 04:39:22.784851 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9678 | 2024.08.16 04:39:22.784888 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9679 | 2024.08.16 04:39:22.785195 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9680 | 2024.08.16 04:39:22.785495 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9681 | 2024.08.16 04:39:22.785651 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001321 sec., 52990.158970476914 rows/sec., 4.16 MiB/sec. | ||
| 9682 | 2024.08.16 04:39:22.785815 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Debug> DynamicQueryHandler: Done processing query | ||
| 9683 | 2024.08.16 04:39:22.785839 [ 3 ] {9a3488ef-3fd3-4840-b9c6-097135f85b29} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9684 | 2024.08.16 04:39:22.785855 [ 3 ] {} <Debug> HTTP-Session: b017caa5-507e-40f3-bf34-fccec88a1e88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9685 | 2024.08.16 04:39:22.785969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9686 | 2024.08.16 04:39:22.786017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9687 | 2024.08.16 04:39:22.786036 [ 3 ] {} <Debug> HTTP-Session: 30671f20-0ecf-431f-90bf-84bd69c19d8b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9688 | 2024.08.16 04:39:22.786052 [ 3 ] {} <Debug> HTTP-Session: 30671f20-0ecf-431f-90bf-84bd69c19d8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9689 | 2024.08.16 04:39:22.786066 [ 3 ] {} <Debug> HTTP-Session: 30671f20-0ecf-431f-90bf-84bd69c19d8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9690 | 2024.08.16 04:39:22.786096 [ 3 ] {} <Trace> HTTP-Session: 30671f20-0ecf-431f-90bf-84bd69c19d8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9691 | 2024.08.16 04:39:22.786191 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9692 | 2024.08.16 04:39:22.786232 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9693 | 2024.08.16 04:39:22.786358 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9694 | 2024.08.16 04:39:22.786623 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9695 | 2024.08.16 04:39:22.786661 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9696 | 2024.08.16 04:39:22.786954 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9697 | 2024.08.16 04:39:22.787257 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9698 | 2024.08.16 04:39:22.787414 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001238 sec., 3231.0177705977385 rows/sec., 225.60 KiB/sec. | ||
| 9699 | 2024.08.16 04:39:22.787702 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9700 | 2024.08.16 04:39:22.787727 [ 3 ] {72e2a9b0-1d57-485e-963f-496665e7d81c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9701 | 2024.08.16 04:39:22.787743 [ 3 ] {} <Debug> HTTP-Session: 30671f20-0ecf-431f-90bf-84bd69c19d8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9702 | 2024.08.16 04:39:22.787891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9703 | 2024.08.16 04:39:22.787939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9704 | 2024.08.16 04:39:22.787958 [ 3 ] {} <Debug> HTTP-Session: 045bd61c-8cf8-4761-bc0f-b6509a17a4ae Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9705 | 2024.08.16 04:39:22.787975 [ 3 ] {} <Debug> HTTP-Session: 045bd61c-8cf8-4761-bc0f-b6509a17a4ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9706 | 2024.08.16 04:39:22.787989 [ 3 ] {} <Debug> HTTP-Session: 045bd61c-8cf8-4761-bc0f-b6509a17a4ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9707 | 2024.08.16 04:39:22.788019 [ 3 ] {} <Trace> HTTP-Session: 045bd61c-8cf8-4761-bc0f-b6509a17a4ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9708 | 2024.08.16 04:39:22.788136 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9709 | 2024.08.16 04:39:22.788179 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9710 | 2024.08.16 04:39:22.788320 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9711 | 2024.08.16 04:39:22.788694 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9712 | 2024.08.16 04:39:22.788731 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9713 | 2024.08.16 04:39:22.789043 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9714 | 2024.08.16 04:39:22.789338 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9715 | 2024.08.16 04:39:22.789487 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00138 sec., 52173.913043478264 rows/sec., 4.08 MiB/sec. | ||
| 9716 | 2024.08.16 04:39:22.789781 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Debug> DynamicQueryHandler: Done processing query | ||
| 9717 | 2024.08.16 04:39:22.789829 [ 3 ] {72654571-b1e9-4da8-81dd-e8458bc6d971} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9718 | 2024.08.16 04:39:22.789862 [ 3 ] {} <Debug> HTTP-Session: 045bd61c-8cf8-4761-bc0f-b6509a17a4ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9719 | 2024.08.16 04:39:22.790044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9720 | 2024.08.16 04:39:22.790095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9721 | 2024.08.16 04:39:22.790114 [ 3 ] {} <Debug> HTTP-Session: ac9e884e-0170-4012-8665-06f920a9083e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9722 | 2024.08.16 04:39:22.790131 [ 3 ] {} <Debug> HTTP-Session: ac9e884e-0170-4012-8665-06f920a9083e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9723 | 2024.08.16 04:39:22.790144 [ 3 ] {} <Debug> HTTP-Session: ac9e884e-0170-4012-8665-06f920a9083e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9724 | 2024.08.16 04:39:22.790175 [ 3 ] {} <Trace> HTTP-Session: ac9e884e-0170-4012-8665-06f920a9083e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9725 | 2024.08.16 04:39:22.790323 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9726 | 2024.08.16 04:39:22.790370 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9727 | 2024.08.16 04:39:22.790529 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9728 | 2024.08.16 04:39:22.791007 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9729 | 2024.08.16 04:39:22.791043 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9730 | 2024.08.16 04:39:22.791442 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9731 | 2024.08.16 04:39:22.791781 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9732 | 2024.08.16 04:39:22.791938 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001681 sec., 96371.20761451517 rows/sec., 6.71 MiB/sec. | ||
| 9733 | 2024.08.16 04:39:22.792117 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Debug> DynamicQueryHandler: Done processing query | ||
| 9734 | 2024.08.16 04:39:22.792142 [ 3 ] {8a1cbe28-5fca-4802-86d5-6ae0888daa80} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9735 | 2024.08.16 04:39:22.792159 [ 3 ] {} <Debug> HTTP-Session: ac9e884e-0170-4012-8665-06f920a9083e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9736 | 2024.08.16 04:39:22.792287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9737 | 2024.08.16 04:39:22.792337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9738 | 2024.08.16 04:39:22.792357 [ 3 ] {} <Debug> HTTP-Session: ca1c8ccb-ae9a-4318-820c-5f7ecb9aaacf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9739 | 2024.08.16 04:39:22.792374 [ 3 ] {} <Debug> HTTP-Session: ca1c8ccb-ae9a-4318-820c-5f7ecb9aaacf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9740 | 2024.08.16 04:39:22.792388 [ 3 ] {} <Debug> HTTP-Session: ca1c8ccb-ae9a-4318-820c-5f7ecb9aaacf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9741 | 2024.08.16 04:39:22.792418 [ 3 ] {} <Trace> HTTP-Session: ca1c8ccb-ae9a-4318-820c-5f7ecb9aaacf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9742 | 2024.08.16 04:39:22.792561 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9743 | 2024.08.16 04:39:22.792624 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <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 | ||
| 9744 | 2024.08.16 04:39:22.793046 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9745 | 2024.08.16 04:39:22.793524 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9746 | 2024.08.16 04:39:22.793561 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9747 | 2024.08.16 04:39:22.794146 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9748 | 2024.08.16 04:39:22.794561 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9749 | 2024.08.16 04:39:22.794772 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002269 sec., 1762.891141472014 rows/sec., 3.16 MiB/sec. | ||
| 9750 | 2024.08.16 04:39:22.795353 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9751 | 2024.08.16 04:39:22.795378 [ 3 ] {9c8ef5e9-d43e-41fa-92b8-34db28dac02a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9752 | 2024.08.16 04:39:22.795395 [ 3 ] {} <Debug> HTTP-Session: ca1c8ccb-ae9a-4318-820c-5f7ecb9aaacf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9753 | 2024.08.16 04:39:22.795512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9754 | 2024.08.16 04:39:22.795561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9755 | 2024.08.16 04:39:22.795580 [ 3 ] {} <Debug> HTTP-Session: 8ade12d9-b698-4e3d-a791-36bbcb747820 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9756 | 2024.08.16 04:39:22.795597 [ 3 ] {} <Debug> HTTP-Session: 8ade12d9-b698-4e3d-a791-36bbcb747820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9757 | 2024.08.16 04:39:22.795611 [ 3 ] {} <Debug> HTTP-Session: 8ade12d9-b698-4e3d-a791-36bbcb747820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9758 | 2024.08.16 04:39:22.795641 [ 3 ] {} <Trace> HTTP-Session: 8ade12d9-b698-4e3d-a791-36bbcb747820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9759 | 2024.08.16 04:39:22.795761 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9760 | 2024.08.16 04:39:22.795807 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9761 | 2024.08.16 04:39:22.795955 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9762 | 2024.08.16 04:39:22.796254 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9763 | 2024.08.16 04:39:22.796291 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9764 | 2024.08.16 04:39:22.796668 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9765 | 2024.08.16 04:39:22.797001 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9766 | 2024.08.16 04:39:22.797148 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
| 9767 | 2024.08.16 04:39:22.797317 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9768 | 2024.08.16 04:39:22.797342 [ 3 ] {75fff06a-6f2c-42c1-b815-15456e966c0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9769 | 2024.08.16 04:39:22.797358 [ 3 ] {} <Debug> HTTP-Session: 8ade12d9-b698-4e3d-a791-36bbcb747820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9770 | 2024.08.16 04:39:27.784348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9771 | 2024.08.16 04:39:27.784474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9772 | 2024.08.16 04:39:27.784499 [ 3 ] {} <Debug> HTTP-Session: b3ee67de-77d1-4740-a625-a893d8273b84 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9773 | 2024.08.16 04:39:27.784523 [ 3 ] {} <Debug> HTTP-Session: b3ee67de-77d1-4740-a625-a893d8273b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9774 | 2024.08.16 04:39:27.784538 [ 3 ] {} <Debug> HTTP-Session: b3ee67de-77d1-4740-a625-a893d8273b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9775 | 2024.08.16 04:39:27.784585 [ 3 ] {} <Trace> HTTP-Session: b3ee67de-77d1-4740-a625-a893d8273b84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9776 | 2024.08.16 04:39:27.784770 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9777 | 2024.08.16 04:39:27.784836 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9778 | 2024.08.16 04:39:27.785020 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9779 | 2024.08.16 04:39:27.785513 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2024.08.16 04:39:27.785558 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9781 | 2024.08.16 04:39:27.785929 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9782 | 2024.08.16 04:39:27.786275 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9783 | 2024.08.16 04:39:27.786431 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001718 sec., 15715.94877764843 rows/sec., 1.24 MiB/sec. | ||
| 9784 | 2024.08.16 04:39:27.786754 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9785 | 2024.08.16 04:39:27.786792 [ 3 ] {5e739cea-9402-448e-a127-60ef940d887c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9786 | 2024.08.16 04:39:27.786818 [ 3 ] {} <Debug> HTTP-Session: b3ee67de-77d1-4740-a625-a893d8273b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9787 | 2024.08.16 04:39:27.786961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9788 | 2024.08.16 04:39:27.787017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9789 | 2024.08.16 04:39:27.787037 [ 3 ] {} <Debug> HTTP-Session: 85e8cddc-0334-4297-bf9b-728155871676 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9790 | 2024.08.16 04:39:27.787056 [ 3 ] {} <Debug> HTTP-Session: 85e8cddc-0334-4297-bf9b-728155871676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9791 | 2024.08.16 04:39:27.787070 [ 3 ] {} <Debug> HTTP-Session: 85e8cddc-0334-4297-bf9b-728155871676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9792 | 2024.08.16 04:39:27.787105 [ 3 ] {} <Trace> HTTP-Session: 85e8cddc-0334-4297-bf9b-728155871676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9793 | 2024.08.16 04:39:27.787213 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9794 | 2024.08.16 04:39:27.787262 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9795 | 2024.08.16 04:39:27.787410 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9796 | 2024.08.16 04:39:27.787734 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9797 | 2024.08.16 04:39:27.787772 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9798 | 2024.08.16 04:39:27.788080 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9799 | 2024.08.16 04:39:27.788401 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9800 | 2024.08.16 04:39:27.788566 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001375 sec., 2909.0909090909095 rows/sec., 237.22 KiB/sec. | ||
| 9801 | 2024.08.16 04:39:27.788566 [ 151 ] {} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 9802 | 2024.08.16 04:39:27.788676 [ 151 ] {} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9803 | 2024.08.16 04:39:27.788725 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9804 | 2024.08.16 04:39:27.788801 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Debug> DynamicQueryHandler: Done processing query | ||
| 9805 | 2024.08.16 04:39:27.788849 [ 3 ] {2dbfdc44-1ab9-4287-b747-f1502ceca728} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9806 | 2024.08.16 04:39:27.788902 [ 3 ] {} <Debug> HTTP-Session: 85e8cddc-0334-4297-bf9b-728155871676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9807 | 2024.08.16 04:39:27.788973 [ 194 ] {029081fc-8549-4313-950a-a4fb409a7a46::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 | ||
| 9808 | 2024.08.16 04:39:27.789196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9809 | 2024.08.16 04:39:27.789199 [ 194 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9810 | 2024.08.16 04:39:27.789280 [ 194 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
| 9811 | 2024.08.16 04:39:27.789283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9812 | 2024.08.16 04:39:27.789338 [ 3 ] {} <Debug> HTTP-Session: 3073fde5-a7a3-4041-9714-963787fa851e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9813 | 2024.08.16 04:39:27.789394 [ 3 ] {} <Debug> HTTP-Session: 3073fde5-a7a3-4041-9714-963787fa851e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9814 | 2024.08.16 04:39:27.789452 [ 3 ] {} <Debug> HTTP-Session: 3073fde5-a7a3-4041-9714-963787fa851e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9815 | 2024.08.16 04:39:27.789503 [ 194 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 9816 | 2024.08.16 04:39:27.789564 [ 3 ] {} <Trace> HTTP-Session: 3073fde5-a7a3-4041-9714-963787fa851e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9817 | 2024.08.16 04:39:27.789863 [ 194 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 9818 | 2024.08.16 04:39:27.790147 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9819 | 2024.08.16 04:39:27.790178 [ 194 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9820 | 2024.08.16 04:39:27.790353 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9821 | 2024.08.16 04:39:27.790451 [ 194 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 9822 | 2024.08.16 04:39:27.790880 [ 194 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 9823 | 2024.08.16 04:39:27.791628 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9824 | 2024.08.16 04:39:27.792538 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9825 | 2024.08.16 04:39:27.792611 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9826 | 2024.08.16 04:39:27.793490 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004671683 sec., 6849.779833092271 rows/sec., 558.55 KiB/sec. | ||
| 9827 | 2024.08.16 04:39:27.793523 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9828 | 2024.08.16 04:39:27.793658 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 9829 | 2024.08.16 04:39:27.794010 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9830 | 2024.08.16 04:39:27.794273 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Debug> executeQuery: Read 272 rows, 24.32 KiB in 0.004407 sec., 61719.99092353074 rows/sec., 5.39 MiB/sec. | ||
| 9831 | 2024.08.16 04:39:27.794403 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9832 | 2024.08.16 04:39:27.794630 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_16_3} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 9833 | 2024.08.16 04:39:27.794635 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9834 | 2024.08.16 04:39:27.794686 [ 3 ] {a87049e8-a77e-49ae-9be6-ed9736dc171d} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 9835 | 2024.08.16 04:39:27.794762 [ 3 ] {} <Debug> HTTP-Session: 3073fde5-a7a3-4041-9714-963787fa851e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9836 | 2024.08.16 04:39:27.794826 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9837 | 2024.08.16 04:39:27.794985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9838 | 2024.08.16 04:39:27.795037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9839 | 2024.08.16 04:39:27.795056 [ 3 ] {} <Debug> HTTP-Session: 4b240e23-5ff4-4921-9a2e-6bc2909bec9b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9840 | 2024.08.16 04:39:27.795072 [ 3 ] {} <Debug> HTTP-Session: 4b240e23-5ff4-4921-9a2e-6bc2909bec9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9841 | 2024.08.16 04:39:27.795087 [ 3 ] {} <Debug> HTTP-Session: 4b240e23-5ff4-4921-9a2e-6bc2909bec9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9842 | 2024.08.16 04:39:27.795119 [ 3 ] {} <Trace> HTTP-Session: 4b240e23-5ff4-4921-9a2e-6bc2909bec9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9843 | 2024.08.16 04:39:27.795215 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9844 | 2024.08.16 04:39:27.795259 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9845 | 2024.08.16 04:39:27.795387 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9846 | 2024.08.16 04:39:27.795680 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9847 | 2024.08.16 04:39:27.795717 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9848 | 2024.08.16 04:39:27.796020 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9849 | 2024.08.16 04:39:27.796326 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9850 | 2024.08.16 04:39:27.796485 [ 151 ] {} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 9851 | 2024.08.16 04:39:27.796488 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001289 sec., 3103.1807602792865 rows/sec., 216.68 KiB/sec. | ||
| 9852 | 2024.08.16 04:39:27.796542 [ 151 ] {} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9853 | 2024.08.16 04:39:27.796604 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9854 | 2024.08.16 04:39:27.796752 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::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 | ||
| 9855 | 2024.08.16 04:39:27.796783 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9856 | 2024.08.16 04:39:27.796812 [ 3 ] {e4eea892-28e0-496a-b749-4bfac12ed18b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9857 | 2024.08.16 04:39:27.796834 [ 3 ] {} <Debug> HTTP-Session: 4b240e23-5ff4-4921-9a2e-6bc2909bec9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9858 | 2024.08.16 04:39:27.796901 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9859 | 2024.08.16 04:39:27.796942 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
| 9860 | 2024.08.16 04:39:27.796966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9861 | 2024.08.16 04:39:27.797095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9862 | 2024.08.16 04:39:27.797155 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 9863 | 2024.08.16 04:39:27.797173 [ 3 ] {} <Debug> HTTP-Session: 55cdddc8-f92d-46be-94bf-4508cfc0abc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9864 | 2024.08.16 04:39:27.797251 [ 3 ] {} <Debug> HTTP-Session: 55cdddc8-f92d-46be-94bf-4508cfc0abc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9865 | 2024.08.16 04:39:27.797327 [ 3 ] {} <Debug> HTTP-Session: 55cdddc8-f92d-46be-94bf-4508cfc0abc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9866 | 2024.08.16 04:39:27.797433 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 9867 | 2024.08.16 04:39:27.797449 [ 3 ] {} <Trace> HTTP-Session: 55cdddc8-f92d-46be-94bf-4508cfc0abc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9868 | 2024.08.16 04:39:27.797741 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9869 | 2024.08.16 04:39:27.797798 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9870 | 2024.08.16 04:39:27.797961 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9871 | 2024.08.16 04:39:27.798048 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 9872 | 2024.08.16 04:39:27.798396 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 9873 | 2024.08.16 04:39:27.799016 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9874 | 2024.08.16 04:39:27.799527 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2024.08.16 04:39:27.799570 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9876 | 2024.08.16 04:39:27.800096 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9877 | 2024.08.16 04:39:27.800156 [ 190 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003462073 sec., 9243.017117201169 rows/sec., 645.39 KiB/sec. | ||
| 9878 | 2024.08.16 04:39:27.800423 [ 190 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 9879 | 2024.08.16 04:39:27.800780 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9880 | 2024.08.16 04:39:27.801156 [ 151 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9881 | 2024.08.16 04:39:27.801172 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003492 sec., 4009.163802978236 rows/sec., 280.78 KiB/sec. | ||
| 9882 | 2024.08.16 04:39:27.801234 [ 151 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9883 | 2024.08.16 04:39:27.801340 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9884 | 2024.08.16 04:39:27.801444 [ 193 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9885 | 2024.08.16 04:39:27.801748 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Debug> DynamicQueryHandler: Done processing query | ||
| 9886 | 2024.08.16 04:39:27.801819 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::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 | ||
| 9887 | 2024.08.16 04:39:27.801826 [ 3 ] {bc5729b7-ae65-4824-bc35-b7a8c0579107} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9888 | 2024.08.16 04:39:27.801909 [ 3 ] {} <Debug> HTTP-Session: 55cdddc8-f92d-46be-94bf-4508cfc0abc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9889 | 2024.08.16 04:39:27.801927 [ 193 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_16_3} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 9890 | 2024.08.16 04:39:27.802181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9891 | 2024.08.16 04:39:27.802208 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9892 | 2024.08.16 04:39:27.802237 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9893 | 2024.08.16 04:39:27.802263 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
| 9894 | 2024.08.16 04:39:27.802306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9895 | 2024.08.16 04:39:27.802356 [ 3 ] {} <Debug> HTTP-Session: 0f8e99b9-8f88-45be-8d11-7700e56e9d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9896 | 2024.08.16 04:39:27.802432 [ 3 ] {} <Debug> HTTP-Session: 0f8e99b9-8f88-45be-8d11-7700e56e9d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9897 | 2024.08.16 04:39:27.802505 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 9898 | 2024.08.16 04:39:27.802505 [ 3 ] {} <Debug> HTTP-Session: 0f8e99b9-8f88-45be-8d11-7700e56e9d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9899 | 2024.08.16 04:39:27.802681 [ 3 ] {} <Trace> HTTP-Session: 0f8e99b9-8f88-45be-8d11-7700e56e9d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9900 | 2024.08.16 04:39:27.802826 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 9901 | 2024.08.16 04:39:27.803058 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9902 | 2024.08.16 04:39:27.803080 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part | ||
| 9903 | 2024.08.16 04:39:27.803191 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9904 | 2024.08.16 04:39:27.803435 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9905 | 2024.08.16 04:39:27.803727 [ 190 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9906 | 2024.08.16 04:39:27.804579 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9907 | 2024.08.16 04:39:27.805277 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9908 | 2024.08.16 04:39:27.805351 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9909 | 2024.08.16 04:39:27.806181 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9910 | 2024.08.16 04:39:27.806774 [ 193 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.005235916 sec., 100459.97682162968 rows/sec., 6.44 MiB/sec. | ||
| 9911 | 2024.08.16 04:39:27.807041 [ 193 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9912 | 2024.08.16 04:39:27.807045 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9913 | 2024.08.16 04:39:27.807449 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004503 sec., 1332.4450366422384 rows/sec., 78.72 KiB/sec. | ||
| 9914 | 2024.08.16 04:39:27.808263 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9915 | 2024.08.16 04:39:27.808306 [ 3 ] {8e4c50be-acdd-4d40-bb8c-17f2f76a8b7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9916 | 2024.08.16 04:39:27.808337 [ 3 ] {} <Debug> HTTP-Session: 0f8e99b9-8f88-45be-8d11-7700e56e9d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9917 | 2024.08.16 04:39:27.808446 [ 193 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9918 | 2024.08.16 04:39:27.808553 [ 193 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_31_6} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9919 | 2024.08.16 04:39:27.808590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 67048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9920 | 2024.08.16 04:39:27.808702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9921 | 2024.08.16 04:39:27.808712 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 9922 | 2024.08.16 04:39:27.808736 [ 3 ] {} <Debug> HTTP-Session: beb13db9-1b45-4ee2-bef8-2f8f71808abf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9923 | 2024.08.16 04:39:27.808770 [ 3 ] {} <Debug> HTTP-Session: beb13db9-1b45-4ee2-bef8-2f8f71808abf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9924 | 2024.08.16 04:39:27.808785 [ 3 ] {} <Debug> HTTP-Session: beb13db9-1b45-4ee2-bef8-2f8f71808abf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9925 | 2024.08.16 04:39:27.808817 [ 3 ] {} <Trace> HTTP-Session: beb13db9-1b45-4ee2-bef8-2f8f71808abf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9926 | 2024.08.16 04:39:27.809036 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9927 | 2024.08.16 04:39:27.809079 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9928 | 2024.08.16 04:39:27.809232 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9929 | 2024.08.16 04:39:27.809804 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9930 | 2024.08.16 04:39:27.809840 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9931 | 2024.08.16 04:39:27.810182 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9932 | 2024.08.16 04:39:27.810506 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9933 | 2024.08.16 04:39:27.810678 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001748 sec., 236270.0228832952 rows/sec., 16.86 MiB/sec. | ||
| 9934 | 2024.08.16 04:39:27.810844 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9935 | 2024.08.16 04:39:27.810868 [ 3 ] {aa0d52a5-6a78-486a-8b81-e1e2c47766b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9936 | 2024.08.16 04:39:27.810884 [ 3 ] {} <Debug> HTTP-Session: beb13db9-1b45-4ee2-bef8-2f8f71808abf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9937 | 2024.08.16 04:39:27.811012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9938 | 2024.08.16 04:39:27.811061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9939 | 2024.08.16 04:39:27.811080 [ 3 ] {} <Debug> HTTP-Session: dfedce85-ce65-473f-914a-1934a440c1d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9940 | 2024.08.16 04:39:27.811097 [ 3 ] {} <Debug> HTTP-Session: dfedce85-ce65-473f-914a-1934a440c1d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9941 | 2024.08.16 04:39:27.811111 [ 3 ] {} <Debug> HTTP-Session: dfedce85-ce65-473f-914a-1934a440c1d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9942 | 2024.08.16 04:39:27.811142 [ 3 ] {} <Trace> HTTP-Session: dfedce85-ce65-473f-914a-1934a440c1d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9943 | 2024.08.16 04:39:27.811237 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9944 | 2024.08.16 04:39:27.811280 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9945 | 2024.08.16 04:39:27.811411 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9946 | 2024.08.16 04:39:27.811676 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9947 | 2024.08.16 04:39:27.811713 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9948 | 2024.08.16 04:39:27.812082 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9949 | 2024.08.16 04:39:27.812422 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9950 | 2024.08.16 04:39:27.812564 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 9951 | 2024.08.16 04:39:27.812733 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Debug> DynamicQueryHandler: Done processing query | ||
| 9952 | 2024.08.16 04:39:27.812758 [ 3 ] {99048f50-b707-4e44-bf66-4614d0375857} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9953 | 2024.08.16 04:39:27.812775 [ 3 ] {} <Debug> HTTP-Session: dfedce85-ce65-473f-914a-1934a440c1d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9954 | 2024.08.16 04:39:27.812933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 45013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9955 | 2024.08.16 04:39:27.812983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9956 | 2024.08.16 04:39:27.813002 [ 3 ] {} <Debug> HTTP-Session: 2b44dddd-2acc-4c0c-a50e-ee8e29c8abac Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9957 | 2024.08.16 04:39:27.813019 [ 3 ] {} <Debug> HTTP-Session: 2b44dddd-2acc-4c0c-a50e-ee8e29c8abac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9958 | 2024.08.16 04:39:27.813033 [ 3 ] {} <Debug> HTTP-Session: 2b44dddd-2acc-4c0c-a50e-ee8e29c8abac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9959 | 2024.08.16 04:39:27.813063 [ 3 ] {} <Trace> HTTP-Session: 2b44dddd-2acc-4c0c-a50e-ee8e29c8abac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9960 | 2024.08.16 04:39:27.813280 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9961 | 2024.08.16 04:39:27.813326 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9962 | 2024.08.16 04:39:27.813470 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9963 | 2024.08.16 04:39:27.814014 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9964 | 2024.08.16 04:39:27.814051 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9965 | 2024.08.16 04:39:27.814441 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9966 | 2024.08.16 04:39:27.814780 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9967 | 2024.08.16 04:39:27.814936 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00179 sec., 133519.5530726257 rows/sec., 8.95 MiB/sec. | ||
| 9968 | 2024.08.16 04:39:27.815108 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9969 | 2024.08.16 04:39:27.815133 [ 3 ] {76f97c1b-2f65-4c76-8155-a542d268d3c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9970 | 2024.08.16 04:39:27.815149 [ 3 ] {} <Debug> HTTP-Session: 2b44dddd-2acc-4c0c-a50e-ee8e29c8abac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9971 | 2024.08.16 04:39:27.815264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9972 | 2024.08.16 04:39:27.815313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9973 | 2024.08.16 04:39:27.815332 [ 3 ] {} <Debug> HTTP-Session: 8553ea73-ae8d-4ab6-a5cf-93b085da5367 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9974 | 2024.08.16 04:39:27.815349 [ 3 ] {} <Debug> HTTP-Session: 8553ea73-ae8d-4ab6-a5cf-93b085da5367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9975 | 2024.08.16 04:39:27.815363 [ 3 ] {} <Debug> HTTP-Session: 8553ea73-ae8d-4ab6-a5cf-93b085da5367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9976 | 2024.08.16 04:39:27.815394 [ 3 ] {} <Trace> HTTP-Session: 8553ea73-ae8d-4ab6-a5cf-93b085da5367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9977 | 2024.08.16 04:39:27.815487 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9978 | 2024.08.16 04:39:27.815531 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9979 | 2024.08.16 04:39:27.815659 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9980 | 2024.08.16 04:39:27.815930 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9981 | 2024.08.16 04:39:27.815967 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9982 | 2024.08.16 04:39:27.816314 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9983 | 2024.08.16 04:39:27.816638 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9984 | 2024.08.16 04:39:27.816805 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001332 sec., 750.7507507507507 rows/sec., 50.59 KiB/sec. | ||
| 9985 | 2024.08.16 04:39:27.817019 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Debug> DynamicQueryHandler: Done processing query | ||
| 9986 | 2024.08.16 04:39:27.817044 [ 3 ] {3c29ae6a-3b69-4dcd-abfc-67e813e68382} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9987 | 2024.08.16 04:39:27.817060 [ 3 ] {} <Debug> HTTP-Session: 8553ea73-ae8d-4ab6-a5cf-93b085da5367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9988 | 2024.08.16 04:39:27.817195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9989 | 2024.08.16 04:39:27.817243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9990 | 2024.08.16 04:39:27.817261 [ 3 ] {} <Debug> HTTP-Session: 3740169f-9a85-4d07-a753-da8035400137 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 9991 | 2024.08.16 04:39:27.817279 [ 3 ] {} <Debug> HTTP-Session: 3740169f-9a85-4d07-a753-da8035400137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9992 | 2024.08.16 04:39:27.817293 [ 3 ] {} <Debug> HTTP-Session: 3740169f-9a85-4d07-a753-da8035400137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9993 | 2024.08.16 04:39:27.817324 [ 3 ] {} <Trace> HTTP-Session: 3740169f-9a85-4d07-a753-da8035400137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9994 | 2024.08.16 04:39:27.817605 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9995 | 2024.08.16 04:39:27.817668 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <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 | ||
| 9996 | 2024.08.16 04:39:27.818085 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9997 | 2024.08.16 04:39:27.818775 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9998 | 2024.08.16 04:39:27.818811 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 9999 | 2024.08.16 04:39:27.819458 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10000 | 2024.08.16 04:39:27.819868 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10001 | 2024.08.16 04:39:27.820077 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002668 sec., 10119.940029985008 rows/sec., 18.13 MiB/sec. | ||
| 10002 | 2024.08.16 04:39:27.820656 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10003 | 2024.08.16 04:39:27.820681 [ 3 ] {1e2de345-1921-40e7-a4ec-2a6473a5dfb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10004 | 2024.08.16 04:39:27.820697 [ 3 ] {} <Debug> HTTP-Session: 3740169f-9a85-4d07-a753-da8035400137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10005 | 2024.08.16 04:39:27.820822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10006 | 2024.08.16 04:39:27.820870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10007 | 2024.08.16 04:39:27.820890 [ 3 ] {} <Debug> HTTP-Session: b17d47b2-cf61-4e6b-8df2-c9b34287365e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10008 | 2024.08.16 04:39:27.820907 [ 3 ] {} <Debug> HTTP-Session: b17d47b2-cf61-4e6b-8df2-c9b34287365e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10009 | 2024.08.16 04:39:27.820923 [ 3 ] {} <Debug> HTTP-Session: b17d47b2-cf61-4e6b-8df2-c9b34287365e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10010 | 2024.08.16 04:39:27.820954 [ 3 ] {} <Trace> HTTP-Session: b17d47b2-cf61-4e6b-8df2-c9b34287365e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10011 | 2024.08.16 04:39:27.821092 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10012 | 2024.08.16 04:39:27.821136 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10013 | 2024.08.16 04:39:27.821285 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10014 | 2024.08.16 04:39:27.821592 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10015 | 2024.08.16 04:39:27.821627 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10016 | 2024.08.16 04:39:27.822000 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10017 | 2024.08.16 04:39:27.822333 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10018 | 2024.08.16 04:39:27.822490 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 10019 | 2024.08.16 04:39:27.822707 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Debug> DynamicQueryHandler: Done processing query | ||
| 10020 | 2024.08.16 04:39:27.822740 [ 3 ] {ed37564f-1c37-4b9a-b340-147cc837bb63} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10021 | 2024.08.16 04:39:27.822758 [ 3 ] {} <Debug> HTTP-Session: b17d47b2-cf61-4e6b-8df2-c9b34287365e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10022 | 2024.08.16 04:39:32.778614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10023 | 2024.08.16 04:39:32.778808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10024 | 2024.08.16 04:39:32.778853 [ 3 ] {} <Debug> HTTP-Session: 73df9b3d-fdf1-4696-b69d-a04af6bde856 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10025 | 2024.08.16 04:39:32.778896 [ 3 ] {} <Debug> HTTP-Session: 73df9b3d-fdf1-4696-b69d-a04af6bde856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10026 | 2024.08.16 04:39:32.778926 [ 3 ] {} <Debug> HTTP-Session: 73df9b3d-fdf1-4696-b69d-a04af6bde856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10027 | 2024.08.16 04:39:32.779004 [ 3 ] {} <Trace> HTTP-Session: 73df9b3d-fdf1-4696-b69d-a04af6bde856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10028 | 2024.08.16 04:39:32.779291 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10029 | 2024.08.16 04:39:32.779397 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10030 | 2024.08.16 04:39:32.779634 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10031 | 2024.08.16 04:39:32.780076 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10032 | 2024.08.16 04:39:32.780125 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10033 | 2024.08.16 04:39:32.780495 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10034 | 2024.08.16 04:39:32.780834 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10035 | 2024.08.16 04:39:32.781019 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001809 sec., 2211.166390270868 rows/sec., 179.23 KiB/sec. | ||
| 10036 | 2024.08.16 04:39:32.781340 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10037 | 2024.08.16 04:39:32.781382 [ 3 ] {1e8941d3-965b-42b3-b9cb-1d96514ba68e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10038 | 2024.08.16 04:39:32.781401 [ 3 ] {} <Debug> HTTP-Session: 73df9b3d-fdf1-4696-b69d-a04af6bde856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10039 | 2024.08.16 04:39:32.781550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10040 | 2024.08.16 04:39:32.781607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10041 | 2024.08.16 04:39:32.781626 [ 3 ] {} <Debug> HTTP-Session: f663313d-e78e-4387-83c6-0263d81f8c8a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10042 | 2024.08.16 04:39:32.781644 [ 3 ] {} <Debug> HTTP-Session: f663313d-e78e-4387-83c6-0263d81f8c8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10043 | 2024.08.16 04:39:32.781658 [ 3 ] {} <Debug> HTTP-Session: f663313d-e78e-4387-83c6-0263d81f8c8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10044 | 2024.08.16 04:39:32.781694 [ 3 ] {} <Trace> HTTP-Session: f663313d-e78e-4387-83c6-0263d81f8c8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10045 | 2024.08.16 04:39:32.781822 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10046 | 2024.08.16 04:39:32.781870 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10047 | 2024.08.16 04:39:32.782018 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10048 | 2024.08.16 04:39:32.782398 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10049 | 2024.08.16 04:39:32.782436 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10050 | 2024.08.16 04:39:32.782765 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10051 | 2024.08.16 04:39:32.783070 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2024.08.16 04:39:32.783232 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001449 sec., 46928.91649413389 rows/sec., 3.69 MiB/sec. | ||
| 10053 | 2024.08.16 04:39:32.783232 [ 125 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10054 | 2024.08.16 04:39:32.783334 [ 125 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10055 | 2024.08.16 04:39:32.783390 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10056 | 2024.08.16 04:39:32.783517 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Debug> DynamicQueryHandler: Done processing query | ||
| 10057 | 2024.08.16 04:39:32.783595 [ 3 ] {974f7a66-b02d-44dc-b5f6-d37453beff41} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10058 | 2024.08.16 04:39:32.783668 [ 3 ] {} <Debug> HTTP-Session: f663313d-e78e-4387-83c6-0263d81f8c8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10059 | 2024.08.16 04:39:32.783672 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10060 | 2024.08.16 04:39:32.784007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10061 | 2024.08.16 04:39:32.784153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10062 | 2024.08.16 04:39:32.784168 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10063 | 2024.08.16 04:39:32.784187 [ 3 ] {} <Debug> HTTP-Session: 7e9eff9d-12a3-479f-893f-96100ba3cafa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10064 | 2024.08.16 04:39:32.784238 [ 3 ] {} <Debug> HTTP-Session: 7e9eff9d-12a3-479f-893f-96100ba3cafa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10065 | 2024.08.16 04:39:32.784243 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1430 rows starting from the beginning of the part | ||
| 10066 | 2024.08.16 04:39:32.784258 [ 3 ] {} <Debug> HTTP-Session: 7e9eff9d-12a3-479f-893f-96100ba3cafa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10067 | 2024.08.16 04:39:32.784353 [ 3 ] {} <Trace> HTTP-Session: 7e9eff9d-12a3-479f-893f-96100ba3cafa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10068 | 2024.08.16 04:39:32.784502 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1208 rows starting from the beginning of the part | ||
| 10069 | 2024.08.16 04:39:32.784748 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10070 | 2024.08.16 04:39:32.784823 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 270 rows starting from the beginning of the part | ||
| 10071 | 2024.08.16 04:39:32.784893 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10072 | 2024.08.16 04:39:32.785217 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 70 rows starting from the beginning of the part | ||
| 10073 | 2024.08.16 04:39:32.785539 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 272 rows starting from the beginning of the part | ||
| 10074 | 2024.08.16 04:39:32.785886 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 68 rows starting from the beginning of the part | ||
| 10075 | 2024.08.16 04:39:32.786320 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10076 | 2024.08.16 04:39:32.787260 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10077 | 2024.08.16 04:39:32.787332 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10078 | 2024.08.16 04:39:32.788141 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10079 | 2024.08.16 04:39:32.788771 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10080 | 2024.08.16 04:39:32.788946 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004386 sec., 15503.875968992248 rows/sec., 1.21 MiB/sec. | ||
| 10081 | 2024.08.16 04:39:32.788981 [ 150 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10082 | 2024.08.16 04:39:32.789141 [ 150 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10083 | 2024.08.16 04:39:32.789234 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10084 | 2024.08.16 04:39:32.789519 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10085 | 2024.08.16 04:39:32.789660 [ 3 ] {e0698562-184d-4d43-98ce-8879bc96e88e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10086 | 2024.08.16 04:39:32.789779 [ 3 ] {} <Debug> HTTP-Session: 7e9eff9d-12a3-479f-893f-96100ba3cafa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10087 | 2024.08.16 04:39:32.790096 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10088 | 2024.08.16 04:39:32.790320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10089 | 2024.08.16 04:39:32.790425 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 4 columns (4 merged, 0 gathered) in 0.006945998 sec., 477685.13610283216 rows/sec., 39.81 MiB/sec. | ||
| 10090 | 2024.08.16 04:39:32.790607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10091 | 2024.08.16 04:39:32.790764 [ 3 ] {} <Debug> HTTP-Session: 5f349948-42ec-4e09-aa8c-2375db6aa238 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10092 | 2024.08.16 04:39:32.790895 [ 3 ] {} <Debug> HTTP-Session: 5f349948-42ec-4e09-aa8c-2375db6aa238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10093 | 2024.08.16 04:39:32.790986 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10094 | 2024.08.16 04:39:32.791024 [ 3 ] {} <Debug> HTTP-Session: 5f349948-42ec-4e09-aa8c-2375db6aa238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10095 | 2024.08.16 04:39:32.791292 [ 3 ] {} <Trace> HTTP-Session: 5f349948-42ec-4e09-aa8c-2375db6aa238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10096 | 2024.08.16 04:39:32.791313 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10097 | 2024.08.16 04:39:32.791464 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 903 rows starting from the beginning of the part | ||
| 10098 | 2024.08.16 04:39:32.791925 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10099 | 2024.08.16 04:39:32.792095 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 524 rows starting from the beginning of the part | ||
| 10100 | 2024.08.16 04:39:32.792271 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10101 | 2024.08.16 04:39:32.792690 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 409 rows starting from the beginning of the part | ||
| 10102 | 2024.08.16 04:39:32.793215 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 72 rows starting from the beginning of the part | ||
| 10103 | 2024.08.16 04:39:32.793410 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10104 | 2024.08.16 04:39:32.793692 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 413 rows starting from the beginning of the part | ||
| 10105 | 2024.08.16 04:39:32.794023 [ 187 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_51_10} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10106 | 2024.08.16 04:39:32.794223 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 68 rows starting from the beginning of the part | ||
| 10107 | 2024.08.16 04:39:32.794506 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10108 | 2024.08.16 04:39:32.794737 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10109 | 2024.08.16 04:39:32.795391 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10110 | 2024.08.16 04:39:32.795437 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10111 | 2024.08.16 04:39:32.796050 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10112 | 2024.08.16 04:39:32.796475 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2389 rows, containing 4 columns (4 merged, 0 gathered) in 0.007103882 sec., 336295.00039555837 rows/sec., 24.49 MiB/sec. | ||
| 10113 | 2024.08.16 04:39:32.796504 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10114 | 2024.08.16 04:39:32.796632 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10115 | 2024.08.16 04:39:32.796835 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10116 | 2024.08.16 04:39:32.796846 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005226 sec., 30616.150019135097 rows/sec., 2.13 MiB/sec. | ||
| 10117 | 2024.08.16 04:39:32.796989 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10118 | 2024.08.16 04:39:32.797174 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10119 | 2024.08.16 04:39:32.797584 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10120 | 2024.08.16 04:39:32.797633 [ 3 ] {606eafaa-5555-4653-a14a-e50b8b6571c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10121 | 2024.08.16 04:39:32.797641 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10122 | 2024.08.16 04:39:32.797683 [ 3 ] {} <Debug> HTTP-Session: 5f349948-42ec-4e09-aa8c-2375db6aa238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10123 | 2024.08.16 04:39:32.797836 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10124 | 2024.08.16 04:39:32.797885 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14114 rows starting from the beginning of the part | ||
| 10125 | 2024.08.16 04:39:32.797900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10126 | 2024.08.16 04:39:32.797953 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10127 | 2024.08.16 04:39:32.798085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10128 | 2024.08.16 04:39:32.798275 [ 3 ] {} <Debug> HTTP-Session: be50fea6-12bd-447c-90c8-f527611eb762 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10129 | 2024.08.16 04:39:32.798316 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 844 rows starting from the beginning of the part | ||
| 10130 | 2024.08.16 04:39:32.798396 [ 3 ] {} <Debug> HTTP-Session: be50fea6-12bd-447c-90c8-f527611eb762 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10131 | 2024.08.16 04:39:32.798499 [ 3 ] {} <Debug> HTTP-Session: be50fea6-12bd-447c-90c8-f527611eb762 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10132 | 2024.08.16 04:39:32.798551 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_51_10} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10133 | 2024.08.16 04:39:32.798688 [ 3 ] {} <Trace> HTTP-Session: be50fea6-12bd-447c-90c8-f527611eb762 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10134 | 2024.08.16 04:39:32.798831 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 10135 | 2024.08.16 04:39:32.798843 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 10136 | 2024.08.16 04:39:32.799123 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10137 | 2024.08.16 04:39:32.799165 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 162 rows starting from the beginning of the part | ||
| 10138 | 2024.08.16 04:39:32.799442 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <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 | ||
| 10139 | 2024.08.16 04:39:32.799499 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 239 rows starting from the beginning of the part | ||
| 10140 | 2024.08.16 04:39:32.799858 [ 200 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 10141 | 2024.08.16 04:39:32.800999 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10142 | 2024.08.16 04:39:32.801539 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10143 | 2024.08.16 04:39:32.801576 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10144 | 2024.08.16 04:39:32.802555 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10145 | 2024.08.16 04:39:32.803383 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10146 | 2024.08.16 04:39:32.803679 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.004782 sec., 836.4700961940611 rows/sec., 1.50 MiB/sec. | ||
| 10147 | 2024.08.16 04:39:32.804096 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10148 | 2024.08.16 04:39:32.804124 [ 3 ] {c984d8cd-1943-4e90-a0c7-9395cda364d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10149 | 2024.08.16 04:39:32.804145 [ 3 ] {} <Debug> HTTP-Session: be50fea6-12bd-447c-90c8-f527611eb762 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10150 | 2024.08.16 04:39:32.804283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10151 | 2024.08.16 04:39:32.804333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10152 | 2024.08.16 04:39:32.804352 [ 3 ] {} <Debug> HTTP-Session: a09350a1-1deb-428e-b3cd-b985b572b53a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10153 | 2024.08.16 04:39:32.804369 [ 3 ] {} <Debug> HTTP-Session: a09350a1-1deb-428e-b3cd-b985b572b53a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10154 | 2024.08.16 04:39:32.804383 [ 3 ] {} <Debug> HTTP-Session: a09350a1-1deb-428e-b3cd-b985b572b53a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10155 | 2024.08.16 04:39:32.804416 [ 3 ] {} <Trace> HTTP-Session: a09350a1-1deb-428e-b3cd-b985b572b53a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10156 | 2024.08.16 04:39:32.804531 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10157 | 2024.08.16 04:39:32.804575 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10158 | 2024.08.16 04:39:32.804706 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10159 | 2024.08.16 04:39:32.805009 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10160 | 2024.08.16 04:39:32.805047 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10161 | 2024.08.16 04:39:32.805538 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10162 | 2024.08.16 04:39:32.805939 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10163 | 2024.08.16 04:39:32.806134 [ 197 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15756 rows, containing 5 columns (5 merged, 0 gathered) in 0.00868518 sec., 1814124.7504369512 rows/sec., 122.58 MiB/sec. | ||
| 10164 | 2024.08.16 04:39:32.806196 [ 150 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10165 | 2024.08.16 04:39:32.806248 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001738 sec., 34522.439585730725 rows/sec., 2.33 MiB/sec. | ||
| 10166 | 2024.08.16 04:39:32.806277 [ 150 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10167 | 2024.08.16 04:39:32.806354 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10168 | 2024.08.16 04:39:32.806593 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10169 | 2024.08.16 04:39:32.806651 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Debug> DynamicQueryHandler: Done processing query | ||
| 10170 | 2024.08.16 04:39:32.806710 [ 3 ] {c779bb4d-dada-4ee3-b3cd-c46bec022840} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10171 | 2024.08.16 04:39:32.806770 [ 3 ] {} <Debug> HTTP-Session: a09350a1-1deb-428e-b3cd-b985b572b53a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10172 | 2024.08.16 04:39:32.806855 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10173 | 2024.08.16 04:39:32.806983 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10174 | 2024.08.16 04:39:32.807072 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3082 rows starting from the beginning of the part | ||
| 10175 | 2024.08.16 04:39:32.807316 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 10176 | 2024.08.16 04:39:32.807726 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 10177 | 2024.08.16 04:39:32.808006 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 10178 | 2024.08.16 04:39:32.808280 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 10179 | 2024.08.16 04:39:32.808505 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 10180 | 2024.08.16 04:39:32.808798 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10181 | 2024.08.16 04:39:32.809111 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10182 | 2024.08.16 04:39:32.809265 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 10183 | 2024.08.16 04:39:32.810571 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3426 rows, containing 4 columns (4 merged, 0 gathered) in 0.004091799 sec., 837284.5293720439 rows/sec., 54.59 MiB/sec. | ||
| 10184 | 2024.08.16 04:39:32.811086 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10185 | 2024.08.16 04:39:32.811658 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10186 | 2024.08.16 04:39:32.811753 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_51_10} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10187 | 2024.08.16 04:39:32.811842 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 10188 | 2024.08.16 04:39:33.000199 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.85 MiB, peak 205.81 MiB, free memory in arenas 0.00 B, will set to 196.60 MiB (RSS), difference: 1.75 MiB | ||
| 10189 | 2024.08.16 04:39:34.667071 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10190 | 2024.08.16 04:39:34.667122 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10191 | 2024.08.16 04:39:37.784694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10192 | 2024.08.16 04:39:37.784826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10193 | 2024.08.16 04:39:37.784851 [ 3 ] {} <Debug> HTTP-Session: 631956d8-36dd-4978-872a-adfb259df24c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10194 | 2024.08.16 04:39:37.784877 [ 3 ] {} <Debug> HTTP-Session: 631956d8-36dd-4978-872a-adfb259df24c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10195 | 2024.08.16 04:39:37.784892 [ 3 ] {} <Debug> HTTP-Session: 631956d8-36dd-4978-872a-adfb259df24c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10196 | 2024.08.16 04:39:37.784942 [ 3 ] {} <Trace> HTTP-Session: 631956d8-36dd-4978-872a-adfb259df24c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10197 | 2024.08.16 04:39:37.785132 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10198 | 2024.08.16 04:39:37.785197 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10199 | 2024.08.16 04:39:37.785389 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10200 | 2024.08.16 04:39:37.785828 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10201 | 2024.08.16 04:39:37.785871 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10202 | 2024.08.16 04:39:37.786254 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10203 | 2024.08.16 04:39:37.786628 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10204 | 2024.08.16 04:39:37.786788 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001714 sec., 15752.625437572928 rows/sec., 1.25 MiB/sec. | ||
| 10205 | 2024.08.16 04:39:37.786794 [ 144 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10206 | 2024.08.16 04:39:37.786858 [ 144 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10207 | 2024.08.16 04:39:37.786894 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10208 | 2024.08.16 04:39:37.787045 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Debug> DynamicQueryHandler: Done processing query | ||
| 10209 | 2024.08.16 04:39:37.787084 [ 3 ] {2aa2527e-79be-4c60-97dc-6ee621ddaa23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10210 | 2024.08.16 04:39:37.787102 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::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 | ||
| 10211 | 2024.08.16 04:39:37.787116 [ 3 ] {} <Debug> HTTP-Session: 631956d8-36dd-4978-872a-adfb259df24c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10212 | 2024.08.16 04:39:37.787329 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10213 | 2024.08.16 04:39:37.787361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10214 | 2024.08.16 04:39:37.787396 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 31 rows starting from the beginning of the part | ||
| 10215 | 2024.08.16 04:39:37.787463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10216 | 2024.08.16 04:39:37.787553 [ 3 ] {} <Debug> HTTP-Session: e5e07882-1278-4e76-9cd7-2f4fe5bb5cee Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10217 | 2024.08.16 04:39:37.787604 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 27 rows starting from the beginning of the part | ||
| 10218 | 2024.08.16 04:39:37.787637 [ 3 ] {} <Debug> HTTP-Session: e5e07882-1278-4e76-9cd7-2f4fe5bb5cee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10219 | 2024.08.16 04:39:37.787705 [ 3 ] {} <Debug> HTTP-Session: e5e07882-1278-4e76-9cd7-2f4fe5bb5cee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10220 | 2024.08.16 04:39:37.787866 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 10221 | 2024.08.16 04:39:37.787874 [ 3 ] {} <Trace> HTTP-Session: e5e07882-1278-4e76-9cd7-2f4fe5bb5cee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10222 | 2024.08.16 04:39:37.788146 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 27 rows starting from the beginning of the part | ||
| 10223 | 2024.08.16 04:39:37.788230 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10224 | 2024.08.16 04:39:37.788354 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 10225 | 2024.08.16 04:39:37.788373 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10226 | 2024.08.16 04:39:37.788704 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 27 rows starting from the beginning of the part | ||
| 10227 | 2024.08.16 04:39:37.789391 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10228 | 2024.08.16 04:39:37.790210 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10229 | 2024.08.16 04:39:37.790291 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10230 | 2024.08.16 04:39:37.791125 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10231 | 2024.08.16 04:39:37.791307 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004310184 sec., 27841.038804839885 rows/sec., 2.20 MiB/sec. | ||
| 10232 | 2024.08.16 04:39:37.791561 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10233 | 2024.08.16 04:39:37.791725 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2024.08.16 04:39:37.792133 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004023 sec., 497.1414367387522 rows/sec., 40.54 KiB/sec. | ||
| 10235 | 2024.08.16 04:39:37.792664 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10236 | 2024.08.16 04:39:37.792697 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10237 | 2024.08.16 04:39:37.792768 [ 3 ] {27e527d6-3cbc-4703-ab79-a86ca182215f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10238 | 2024.08.16 04:39:37.792799 [ 3 ] {} <Debug> HTTP-Session: e5e07882-1278-4e76-9cd7-2f4fe5bb5cee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10239 | 2024.08.16 04:39:37.792882 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_41_8} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10240 | 2024.08.16 04:39:37.793003 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10241 | 2024.08.16 04:39:37.793017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10242 | 2024.08.16 04:39:37.793092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10243 | 2024.08.16 04:39:37.793112 [ 3 ] {} <Debug> HTTP-Session: 8ed5cb4a-0bc7-4894-b8c2-0a4e11fbb7ef Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10244 | 2024.08.16 04:39:37.793130 [ 3 ] {} <Debug> HTTP-Session: 8ed5cb4a-0bc7-4894-b8c2-0a4e11fbb7ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10245 | 2024.08.16 04:39:37.793144 [ 3 ] {} <Debug> HTTP-Session: 8ed5cb4a-0bc7-4894-b8c2-0a4e11fbb7ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10246 | 2024.08.16 04:39:37.793182 [ 3 ] {} <Trace> HTTP-Session: 8ed5cb4a-0bc7-4894-b8c2-0a4e11fbb7ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10247 | 2024.08.16 04:39:37.793380 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10248 | 2024.08.16 04:39:37.793428 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10249 | 2024.08.16 04:39:37.793586 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10250 | 2024.08.16 04:39:37.794142 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10251 | 2024.08.16 04:39:37.794179 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10252 | 2024.08.16 04:39:37.794525 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10253 | 2024.08.16 04:39:37.794849 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10254 | 2024.08.16 04:39:37.795000 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001723 sec., 157283.80731282648 rows/sec., 13.74 MiB/sec. | ||
| 10255 | 2024.08.16 04:39:37.795179 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10256 | 2024.08.16 04:39:37.795206 [ 3 ] {dc7e4fc7-4372-4624-a736-60db892d76f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 10257 | 2024.08.16 04:39:37.795223 [ 3 ] {} <Debug> HTTP-Session: 8ed5cb4a-0bc7-4894-b8c2-0a4e11fbb7ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10258 | 2024.08.16 04:39:37.795381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10259 | 2024.08.16 04:39:37.795432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10260 | 2024.08.16 04:39:37.795451 [ 3 ] {} <Debug> HTTP-Session: 1c2ba86a-ca4a-4b5c-b40d-3a14af3a93b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10261 | 2024.08.16 04:39:37.795468 [ 3 ] {} <Debug> HTTP-Session: 1c2ba86a-ca4a-4b5c-b40d-3a14af3a93b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10262 | 2024.08.16 04:39:37.795482 [ 3 ] {} <Debug> HTTP-Session: 1c2ba86a-ca4a-4b5c-b40d-3a14af3a93b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10263 | 2024.08.16 04:39:37.795514 [ 3 ] {} <Trace> HTTP-Session: 1c2ba86a-ca4a-4b5c-b40d-3a14af3a93b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10264 | 2024.08.16 04:39:37.795609 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10265 | 2024.08.16 04:39:37.795651 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10266 | 2024.08.16 04:39:37.795801 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10267 | 2024.08.16 04:39:37.796102 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10268 | 2024.08.16 04:39:37.796139 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10269 | 2024.08.16 04:39:37.796448 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10270 | 2024.08.16 04:39:37.796791 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10271 | 2024.08.16 04:39:37.796952 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001361 sec., 1469.5077149155034 rows/sec., 102.61 KiB/sec. | ||
| 10272 | 2024.08.16 04:39:37.797125 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Debug> DynamicQueryHandler: Done processing query | ||
| 10273 | 2024.08.16 04:39:37.797154 [ 3 ] {a1521097-4d10-4e1d-8198-f2c8c53aa097} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10274 | 2024.08.16 04:39:37.797170 [ 3 ] {} <Debug> HTTP-Session: 1c2ba86a-ca4a-4b5c-b40d-3a14af3a93b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10275 | 2024.08.16 04:39:37.797280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10276 | 2024.08.16 04:39:37.797331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10277 | 2024.08.16 04:39:37.797350 [ 3 ] {} <Debug> HTTP-Session: f694bb27-9704-4d1a-b2ab-fb8513064818 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10278 | 2024.08.16 04:39:37.797367 [ 3 ] {} <Debug> HTTP-Session: f694bb27-9704-4d1a-b2ab-fb8513064818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10279 | 2024.08.16 04:39:37.797381 [ 3 ] {} <Debug> HTTP-Session: f694bb27-9704-4d1a-b2ab-fb8513064818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10280 | 2024.08.16 04:39:37.797414 [ 3 ] {} <Trace> HTTP-Session: f694bb27-9704-4d1a-b2ab-fb8513064818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10281 | 2024.08.16 04:39:37.797521 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10282 | 2024.08.16 04:39:37.797564 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10283 | 2024.08.16 04:39:37.797692 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10284 | 2024.08.16 04:39:37.798008 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10285 | 2024.08.16 04:39:37.798044 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10286 | 2024.08.16 04:39:37.798369 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10287 | 2024.08.16 04:39:37.798696 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10288 | 2024.08.16 04:39:37.798849 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001355 sec., 10332.10332103321 rows/sec., 723.59 KiB/sec. | ||
| 10289 | 2024.08.16 04:39:37.799016 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Debug> DynamicQueryHandler: Done processing query | ||
| 10290 | 2024.08.16 04:39:37.799041 [ 3 ] {ba1cc543-dac5-4e95-9281-d3570c5b6c89} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10291 | 2024.08.16 04:39:37.799057 [ 3 ] {} <Debug> HTTP-Session: f694bb27-9704-4d1a-b2ab-fb8513064818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10292 | 2024.08.16 04:39:37.799181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10293 | 2024.08.16 04:39:37.799232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10294 | 2024.08.16 04:39:37.799251 [ 3 ] {} <Debug> HTTP-Session: bd086338-898a-4d4b-a2e6-4bb6fd5056d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10295 | 2024.08.16 04:39:37.799268 [ 3 ] {} <Debug> HTTP-Session: bd086338-898a-4d4b-a2e6-4bb6fd5056d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10296 | 2024.08.16 04:39:37.799283 [ 3 ] {} <Debug> HTTP-Session: bd086338-898a-4d4b-a2e6-4bb6fd5056d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10297 | 2024.08.16 04:39:37.799313 [ 3 ] {} <Trace> HTTP-Session: bd086338-898a-4d4b-a2e6-4bb6fd5056d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10298 | 2024.08.16 04:39:37.799409 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10299 | 2024.08.16 04:39:37.799451 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10300 | 2024.08.16 04:39:37.799579 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10301 | 2024.08.16 04:39:37.799900 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10302 | 2024.08.16 04:39:37.799937 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10303 | 2024.08.16 04:39:37.800249 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10304 | 2024.08.16 04:39:37.800572 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10305 | 2024.08.16 04:39:37.800722 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 266.74 KiB/sec. | ||
| 10306 | 2024.08.16 04:39:37.800733 [ 145 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 10307 | 2024.08.16 04:39:37.800822 [ 145 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10308 | 2024.08.16 04:39:37.800876 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10309 | 2024.08.16 04:39:37.800998 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10310 | 2024.08.16 04:39:37.801051 [ 3 ] {5bfb9b71-d67f-40c1-ab5c-0dcb594e9d1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10311 | 2024.08.16 04:39:37.801055 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 10312 | 2024.08.16 04:39:37.801077 [ 3 ] {} <Debug> HTTP-Session: bd086338-898a-4d4b-a2e6-4bb6fd5056d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10313 | 2024.08.16 04:39:37.801225 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10314 | 2024.08.16 04:39:37.801277 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
| 10315 | 2024.08.16 04:39:37.801300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10316 | 2024.08.16 04:39:37.801449 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 10317 | 2024.08.16 04:39:37.801476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10318 | 2024.08.16 04:39:37.801587 [ 3 ] {} <Debug> HTTP-Session: add10245-c258-440f-beb3-01bf0db8e06c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10319 | 2024.08.16 04:39:37.801692 [ 3 ] {} <Debug> HTTP-Session: add10245-c258-440f-beb3-01bf0db8e06c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10320 | 2024.08.16 04:39:37.801750 [ 3 ] {} <Debug> HTTP-Session: add10245-c258-440f-beb3-01bf0db8e06c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10321 | 2024.08.16 04:39:37.801785 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 10322 | 2024.08.16 04:39:37.801847 [ 3 ] {} <Trace> HTTP-Session: add10245-c258-440f-beb3-01bf0db8e06c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10323 | 2024.08.16 04:39:37.802027 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 10324 | 2024.08.16 04:39:37.802273 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 10325 | 2024.08.16 04:39:37.802374 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10326 | 2024.08.16 04:39:37.802628 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10327 | 2024.08.16 04:39:37.803200 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10328 | 2024.08.16 04:39:37.804371 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10329 | 2024.08.16 04:39:37.804445 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10330 | 2024.08.16 04:39:37.804485 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003522305 sec., 8517.149991269922 rows/sec., 507.37 KiB/sec. | ||
| 10331 | 2024.08.16 04:39:37.804715 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 10332 | 2024.08.16 04:39:37.805063 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10333 | 2024.08.16 04:39:37.805728 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10334 | 2024.08.16 04:39:37.805834 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10335 | 2024.08.16 04:39:37.805891 [ 189 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_25_6} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 10336 | 2024.08.16 04:39:37.806133 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10337 | 2024.08.16 04:39:37.806152 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.004023 sec., 102162.56524981358 rows/sec., 7.28 MiB/sec. | ||
| 10338 | 2024.08.16 04:39:37.806378 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 10339 | 2024.08.16 04:39:37.806405 [ 3 ] {d92f6e96-4fe9-4ebb-b75a-e1bb2d2469ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10340 | 2024.08.16 04:39:37.806422 [ 3 ] {} <Debug> HTTP-Session: add10245-c258-440f-beb3-01bf0db8e06c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10341 | 2024.08.16 04:39:37.806593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10342 | 2024.08.16 04:39:37.806644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10343 | 2024.08.16 04:39:37.806664 [ 3 ] {} <Debug> HTTP-Session: 41a3d29b-bb88-4d78-90cd-87528e36adfb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10344 | 2024.08.16 04:39:37.806681 [ 3 ] {} <Debug> HTTP-Session: 41a3d29b-bb88-4d78-90cd-87528e36adfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10345 | 2024.08.16 04:39:37.806696 [ 3 ] {} <Debug> HTTP-Session: 41a3d29b-bb88-4d78-90cd-87528e36adfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10346 | 2024.08.16 04:39:37.806728 [ 3 ] {} <Trace> HTTP-Session: 41a3d29b-bb88-4d78-90cd-87528e36adfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10347 | 2024.08.16 04:39:37.806831 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10348 | 2024.08.16 04:39:37.806876 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10349 | 2024.08.16 04:39:37.807017 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10350 | 2024.08.16 04:39:37.807301 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10351 | 2024.08.16 04:39:37.807338 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10352 | 2024.08.16 04:39:37.807716 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10353 | 2024.08.16 04:39:37.808072 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10354 | 2024.08.16 04:39:37.808237 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec. | ||
| 10355 | 2024.08.16 04:39:37.808447 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Debug> DynamicQueryHandler: Done processing query | ||
| 10356 | 2024.08.16 04:39:37.808472 [ 3 ] {3e557d01-e014-40f4-894d-3e1151b1fa64} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10357 | 2024.08.16 04:39:37.808489 [ 3 ] {} <Debug> HTTP-Session: 41a3d29b-bb88-4d78-90cd-87528e36adfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10358 | 2024.08.16 04:39:37.808641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10359 | 2024.08.16 04:39:37.808691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10360 | 2024.08.16 04:39:37.808710 [ 3 ] {} <Debug> HTTP-Session: 3cb2ee7b-6ca2-4960-9cdb-12890ca74209 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10361 | 2024.08.16 04:39:37.808727 [ 3 ] {} <Debug> HTTP-Session: 3cb2ee7b-6ca2-4960-9cdb-12890ca74209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10362 | 2024.08.16 04:39:37.808742 [ 3 ] {} <Debug> HTTP-Session: 3cb2ee7b-6ca2-4960-9cdb-12890ca74209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10363 | 2024.08.16 04:39:37.808772 [ 3 ] {} <Trace> HTTP-Session: 3cb2ee7b-6ca2-4960-9cdb-12890ca74209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10364 | 2024.08.16 04:39:37.808960 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10365 | 2024.08.16 04:39:37.809006 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10366 | 2024.08.16 04:39:37.809149 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10367 | 2024.08.16 04:39:37.809598 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2024.08.16 04:39:37.809635 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10369 | 2024.08.16 04:39:37.810028 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10370 | 2024.08.16 04:39:37.810380 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2024.08.16 04:39:37.810551 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001673 sec., 142259.4142259414 rows/sec., 9.54 MiB/sec. | ||
| 10372 | 2024.08.16 04:39:37.810828 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10373 | 2024.08.16 04:39:37.810890 [ 3 ] {b356b899-b97a-4218-a739-cf118dc530d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10374 | 2024.08.16 04:39:37.810942 [ 3 ] {} <Debug> HTTP-Session: 3cb2ee7b-6ca2-4960-9cdb-12890ca74209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10375 | 2024.08.16 04:39:37.811147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10376 | 2024.08.16 04:39:37.811201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10377 | 2024.08.16 04:39:37.811220 [ 3 ] {} <Debug> HTTP-Session: 164df8cf-c030-47c2-a91c-6ca7dc6742d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10378 | 2024.08.16 04:39:37.811237 [ 3 ] {} <Debug> HTTP-Session: 164df8cf-c030-47c2-a91c-6ca7dc6742d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10379 | 2024.08.16 04:39:37.811251 [ 3 ] {} <Debug> HTTP-Session: 164df8cf-c030-47c2-a91c-6ca7dc6742d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10380 | 2024.08.16 04:39:37.811283 [ 3 ] {} <Trace> HTTP-Session: 164df8cf-c030-47c2-a91c-6ca7dc6742d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10381 | 2024.08.16 04:39:37.811379 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10382 | 2024.08.16 04:39:37.811426 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10383 | 2024.08.16 04:39:37.811569 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10384 | 2024.08.16 04:39:37.811840 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10385 | 2024.08.16 04:39:37.811877 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10386 | 2024.08.16 04:39:37.812243 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10387 | 2024.08.16 04:39:37.812575 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10388 | 2024.08.16 04:39:37.812735 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001372 sec., 728.862973760933 rows/sec., 49.11 KiB/sec. | ||
| 10389 | 2024.08.16 04:39:37.812755 [ 145 ] {} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 10390 | 2024.08.16 04:39:37.812836 [ 145 ] {} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10391 | 2024.08.16 04:39:37.812904 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10392 | 2024.08.16 04:39:37.812999 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Debug> DynamicQueryHandler: Done processing query | ||
| 10393 | 2024.08.16 04:39:37.813052 [ 3 ] {ca3cb47c-34bc-43fe-b312-69944948ad39} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10394 | 2024.08.16 04:39:37.813071 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 10395 | 2024.08.16 04:39:37.813080 [ 3 ] {} <Debug> HTTP-Session: 164df8cf-c030-47c2-a91c-6ca7dc6742d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10396 | 2024.08.16 04:39:37.813249 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10397 | 2024.08.16 04:39:37.813284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10398 | 2024.08.16 04:39:37.813307 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 10399 | 2024.08.16 04:39:37.813376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10400 | 2024.08.16 04:39:37.813454 [ 3 ] {} <Debug> HTTP-Session: dd03acb2-e422-4bab-8ea8-9e05c90d52da Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10401 | 2024.08.16 04:39:37.813522 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 10402 | 2024.08.16 04:39:37.813535 [ 3 ] {} <Debug> HTTP-Session: dd03acb2-e422-4bab-8ea8-9e05c90d52da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10403 | 2024.08.16 04:39:37.813616 [ 3 ] {} <Debug> HTTP-Session: dd03acb2-e422-4bab-8ea8-9e05c90d52da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10404 | 2024.08.16 04:39:37.813786 [ 3 ] {} <Trace> HTTP-Session: dd03acb2-e422-4bab-8ea8-9e05c90d52da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10405 | 2024.08.16 04:39:37.813880 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 10406 | 2024.08.16 04:39:37.814168 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 10407 | 2024.08.16 04:39:37.814334 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 10408 | 2024.08.16 04:39:37.814472 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10409 | 2024.08.16 04:39:37.814600 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 10410 | 2024.08.16 04:39:37.814880 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <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 | ||
| 10411 | 2024.08.16 04:39:37.817057 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10412 | 2024.08.16 04:39:37.817766 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.004797807 sec., 5210.7139782821605 rows/sec., 351.11 KiB/sec. | ||
| 10413 | 2024.08.16 04:39:37.817989 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 10414 | 2024.08.16 04:39:37.818737 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10415 | 2024.08.16 04:39:37.818814 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10416 | 2024.08.16 04:39:37.819070 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10417 | 2024.08.16 04:39:37.819301 [ 189 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_25_5} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 10418 | 2024.08.16 04:39:37.819430 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 10419 | 2024.08.16 04:39:37.819897 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10420 | 2024.08.16 04:39:37.820338 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10421 | 2024.08.16 04:39:37.820521 [ 145 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10422 | 2024.08.16 04:39:37.820550 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006514 sec., 4144.918636782315 rows/sec., 7.43 MiB/sec. | ||
| 10423 | 2024.08.16 04:39:37.820589 [ 145 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10424 | 2024.08.16 04:39:37.820659 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10425 | 2024.08.16 04:39:37.821028 [ 187 ] {e73b78a3-0ef6-4378-88b2-77562889b122::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 | ||
| 10426 | 2024.08.16 04:39:37.821177 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Debug> DynamicQueryHandler: Done processing query | ||
| 10427 | 2024.08.16 04:39:37.821234 [ 3 ] {1602f651-8b9e-4108-922f-43a86fb82fda} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10428 | 2024.08.16 04:39:37.821286 [ 3 ] {} <Debug> HTTP-Session: dd03acb2-e422-4bab-8ea8-9e05c90d52da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10429 | 2024.08.16 04:39:37.821511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10430 | 2024.08.16 04:39:37.821635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10431 | 2024.08.16 04:39:37.821676 [ 187 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10432 | 2024.08.16 04:39:37.821690 [ 3 ] {} <Debug> HTTP-Session: 3f3ed6b7-ec76-4320-906d-86d878066885 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10433 | 2024.08.16 04:39:37.821751 [ 3 ] {} <Debug> HTTP-Session: 3f3ed6b7-ec76-4320-906d-86d878066885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10434 | 2024.08.16 04:39:37.821793 [ 3 ] {} <Debug> HTTP-Session: 3f3ed6b7-ec76-4320-906d-86d878066885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10435 | 2024.08.16 04:39:37.821821 [ 187 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 578 rows starting from the beginning of the part | ||
| 10436 | 2024.08.16 04:39:37.821863 [ 3 ] {} <Trace> HTTP-Session: 3f3ed6b7-ec76-4320-906d-86d878066885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10437 | 2024.08.16 04:39:37.822313 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10438 | 2024.08.16 04:39:37.822484 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10439 | 2024.08.16 04:39:37.822502 [ 187 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 27 rows starting from the beginning of the part | ||
| 10440 | 2024.08.16 04:39:37.823407 [ 187 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 10441 | 2024.08.16 04:39:37.823468 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10442 | 2024.08.16 04:39:37.824086 [ 187 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 27 rows starting from the beginning of the part | ||
| 10443 | 2024.08.16 04:39:37.824887 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10444 | 2024.08.16 04:39:37.824891 [ 187 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 10445 | 2024.08.16 04:39:37.824957 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10446 | 2024.08.16 04:39:37.825528 [ 187 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 27 rows starting from the beginning of the part | ||
| 10447 | 2024.08.16 04:39:37.826458 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10448 | 2024.08.16 04:39:37.827357 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10449 | 2024.08.16 04:39:37.827739 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005666 sec., 14472.29085774797 rows/sec., 941.23 KiB/sec. | ||
| 10450 | 2024.08.16 04:39:37.827973 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Debug> DynamicQueryHandler: Done processing query | ||
| 10451 | 2024.08.16 04:39:37.827998 [ 3 ] {4da6e683-5ba9-41ee-82fb-0fa66741a140} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10452 | 2024.08.16 04:39:37.828014 [ 3 ] {} <Debug> HTTP-Session: 3f3ed6b7-ec76-4320-906d-86d878066885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10453 | 2024.08.16 04:39:37.831231 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 667 rows, containing 19 columns (19 merged, 0 gathered) in 0.010402331 sec., 64120.24381842877 rows/sec., 114.90 MiB/sec. | ||
| 10454 | 2024.08.16 04:39:37.831873 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10455 | 2024.08.16 04:39:37.832450 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10456 | 2024.08.16 04:39:37.832536 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10457 | 2024.08.16 04:39:37.832654 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 10458 | 2024.08.16 04:39:42.808750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10459 | 2024.08.16 04:39:42.808896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10460 | 2024.08.16 04:39:42.808925 [ 3 ] {} <Debug> HTTP-Session: 87201d16-bef2-4335-95b4-ba1d61f22e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10461 | 2024.08.16 04:39:42.808954 [ 3 ] {} <Debug> HTTP-Session: 87201d16-bef2-4335-95b4-ba1d61f22e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10462 | 2024.08.16 04:39:42.808972 [ 3 ] {} <Debug> HTTP-Session: 87201d16-bef2-4335-95b4-ba1d61f22e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10463 | 2024.08.16 04:39:42.809026 [ 3 ] {} <Trace> HTTP-Session: 87201d16-bef2-4335-95b4-ba1d61f22e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10464 | 2024.08.16 04:39:42.809230 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10465 | 2024.08.16 04:39:42.809304 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10466 | 2024.08.16 04:39:42.809523 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10467 | 2024.08.16 04:39:42.809984 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10468 | 2024.08.16 04:39:42.810031 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10469 | 2024.08.16 04:39:42.810410 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10470 | 2024.08.16 04:39:42.810785 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10471 | 2024.08.16 04:39:42.811140 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001939 sec., 2062.9190304280555 rows/sec., 167.21 KiB/sec. | ||
| 10472 | 2024.08.16 04:39:42.811748 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10473 | 2024.08.16 04:39:42.811828 [ 3 ] {4a2262ea-620c-442f-a5f9-ef08fd2512e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10474 | 2024.08.16 04:39:42.811899 [ 3 ] {} <Debug> HTTP-Session: 87201d16-bef2-4335-95b4-ba1d61f22e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10475 | 2024.08.16 04:39:42.812082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10476 | 2024.08.16 04:39:42.812144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10477 | 2024.08.16 04:39:42.812165 [ 3 ] {} <Debug> HTTP-Session: d1c4321f-c4d9-4e3e-96e8-10ce219589f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10478 | 2024.08.16 04:39:42.812185 [ 3 ] {} <Debug> HTTP-Session: d1c4321f-c4d9-4e3e-96e8-10ce219589f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10479 | 2024.08.16 04:39:42.812200 [ 3 ] {} <Debug> HTTP-Session: d1c4321f-c4d9-4e3e-96e8-10ce219589f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10480 | 2024.08.16 04:39:42.812236 [ 3 ] {} <Trace> HTTP-Session: d1c4321f-c4d9-4e3e-96e8-10ce219589f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10481 | 2024.08.16 04:39:42.812345 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10482 | 2024.08.16 04:39:42.812393 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10483 | 2024.08.16 04:39:42.812556 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10484 | 2024.08.16 04:39:42.812879 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10485 | 2024.08.16 04:39:42.812916 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10486 | 2024.08.16 04:39:42.813228 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10487 | 2024.08.16 04:39:42.813550 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10488 | 2024.08.16 04:39:42.813683 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00137 sec., 2919.7080291970806 rows/sec., 238.08 KiB/sec. | ||
| 10489 | 2024.08.16 04:39:42.813895 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10490 | 2024.08.16 04:39:42.813920 [ 3 ] {c7f7b4ac-348e-4c7d-9c8d-f30c54e660b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10491 | 2024.08.16 04:39:42.813935 [ 3 ] {} <Debug> HTTP-Session: d1c4321f-c4d9-4e3e-96e8-10ce219589f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10492 | 2024.08.16 04:39:42.814253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10493 | 2024.08.16 04:39:42.814308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10494 | 2024.08.16 04:39:42.814327 [ 3 ] {} <Debug> HTTP-Session: 40286d67-e2d7-4ae5-bc2b-03b84d7df902 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10495 | 2024.08.16 04:39:42.814344 [ 3 ] {} <Debug> HTTP-Session: 40286d67-e2d7-4ae5-bc2b-03b84d7df902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10496 | 2024.08.16 04:39:42.814358 [ 3 ] {} <Debug> HTTP-Session: 40286d67-e2d7-4ae5-bc2b-03b84d7df902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10497 | 2024.08.16 04:39:42.814391 [ 3 ] {} <Trace> HTTP-Session: 40286d67-e2d7-4ae5-bc2b-03b84d7df902 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10498 | 2024.08.16 04:39:42.815020 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10499 | 2024.08.16 04:39:42.815067 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10500 | 2024.08.16 04:39:42.815196 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10501 | 2024.08.16 04:39:42.816280 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10502 | 2024.08.16 04:39:42.816316 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10503 | 2024.08.16 04:39:42.816698 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10504 | 2024.08.16 04:39:42.817028 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10505 | 2024.08.16 04:39:42.817159 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Debug> executeQuery: Read 1210 rows, 101.74 KiB in 0.002639 sec., 458507.01023114816 rows/sec., 37.65 MiB/sec. | ||
| 10506 | 2024.08.16 04:39:42.817437 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 10507 | 2024.08.16 04:39:42.817492 [ 3 ] {e689ad91-4669-4e17-9c71-7769665c85dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 10508 | 2024.08.16 04:39:42.817549 [ 3 ] {} <Debug> HTTP-Session: 40286d67-e2d7-4ae5-bc2b-03b84d7df902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10509 | 2024.08.16 04:39:42.817777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10510 | 2024.08.16 04:39:42.817832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10511 | 2024.08.16 04:39:42.817852 [ 3 ] {} <Debug> HTTP-Session: 75f13f86-d274-4a3d-8e1f-36ebf41c55d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10512 | 2024.08.16 04:39:42.817870 [ 3 ] {} <Debug> HTTP-Session: 75f13f86-d274-4a3d-8e1f-36ebf41c55d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10513 | 2024.08.16 04:39:42.817883 [ 3 ] {} <Debug> HTTP-Session: 75f13f86-d274-4a3d-8e1f-36ebf41c55d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10514 | 2024.08.16 04:39:42.817917 [ 3 ] {} <Trace> HTTP-Session: 75f13f86-d274-4a3d-8e1f-36ebf41c55d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10515 | 2024.08.16 04:39:42.818019 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10516 | 2024.08.16 04:39:42.818063 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10517 | 2024.08.16 04:39:42.818214 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10518 | 2024.08.16 04:39:42.818495 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10519 | 2024.08.16 04:39:42.818531 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10520 | 2024.08.16 04:39:42.818831 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10521 | 2024.08.16 04:39:42.819140 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10522 | 2024.08.16 04:39:42.819308 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001311 sec., 3051.106025934401 rows/sec., 213.04 KiB/sec. | ||
| 10523 | 2024.08.16 04:39:42.819471 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Debug> DynamicQueryHandler: Done processing query | ||
| 10524 | 2024.08.16 04:39:42.819496 [ 3 ] {4a3e2b75-207f-4bf4-b679-7b2fbdbbdf33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10525 | 2024.08.16 04:39:42.819512 [ 3 ] {} <Debug> HTTP-Session: 75f13f86-d274-4a3d-8e1f-36ebf41c55d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10526 | 2024.08.16 04:39:42.819652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10527 | 2024.08.16 04:39:42.819700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10528 | 2024.08.16 04:39:42.819718 [ 3 ] {} <Debug> HTTP-Session: 75b4f5fd-e09b-4358-893f-d14856d2c227 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10529 | 2024.08.16 04:39:42.819734 [ 3 ] {} <Debug> HTTP-Session: 75b4f5fd-e09b-4358-893f-d14856d2c227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10530 | 2024.08.16 04:39:42.819748 [ 3 ] {} <Debug> HTTP-Session: 75b4f5fd-e09b-4358-893f-d14856d2c227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10531 | 2024.08.16 04:39:42.819778 [ 3 ] {} <Trace> HTTP-Session: 75b4f5fd-e09b-4358-893f-d14856d2c227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10532 | 2024.08.16 04:39:42.819925 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10533 | 2024.08.16 04:39:42.819966 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10534 | 2024.08.16 04:39:42.820094 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10535 | 2024.08.16 04:39:42.820487 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10536 | 2024.08.16 04:39:42.820523 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10537 | 2024.08.16 04:39:42.820843 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10538 | 2024.08.16 04:39:42.821154 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10539 | 2024.08.16 04:39:42.821301 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00144 sec., 158333.3333333333 rows/sec., 10.72 MiB/sec. | ||
| 10540 | 2024.08.16 04:39:42.821515 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10541 | 2024.08.16 04:39:42.821542 [ 3 ] {7d2536ea-a83b-47b6-bda9-fd01779e710d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 10542 | 2024.08.16 04:39:42.821558 [ 3 ] {} <Debug> HTTP-Session: 75b4f5fd-e09b-4358-893f-d14856d2c227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10543 | 2024.08.16 04:39:42.821742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 87196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10544 | 2024.08.16 04:39:42.821790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10545 | 2024.08.16 04:39:42.821809 [ 3 ] {} <Debug> HTTP-Session: a850d29f-f55d-43e0-a8a9-f235840a48ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10546 | 2024.08.16 04:39:42.821826 [ 3 ] {} <Debug> HTTP-Session: a850d29f-f55d-43e0-a8a9-f235840a48ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10547 | 2024.08.16 04:39:42.821840 [ 3 ] {} <Debug> HTTP-Session: a850d29f-f55d-43e0-a8a9-f235840a48ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10548 | 2024.08.16 04:39:42.821871 [ 3 ] {} <Trace> HTTP-Session: a850d29f-f55d-43e0-a8a9-f235840a48ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10549 | 2024.08.16 04:39:42.822203 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10550 | 2024.08.16 04:39:42.822245 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10551 | 2024.08.16 04:39:42.822372 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10552 | 2024.08.16 04:39:42.823001 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10553 | 2024.08.16 04:39:42.823037 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10554 | 2024.08.16 04:39:42.823370 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10555 | 2024.08.16 04:39:42.823687 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10556 | 2024.08.16 04:39:42.823839 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001843 sec., 286489.4194248508 rows/sec., 21.22 MiB/sec. | ||
| 10557 | 2024.08.16 04:39:42.824083 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10558 | 2024.08.16 04:39:42.824139 [ 3 ] {81e80f90-74dd-434d-be1d-8d5b17462e0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 10559 | 2024.08.16 04:39:42.824198 [ 3 ] {} <Debug> HTTP-Session: a850d29f-f55d-43e0-a8a9-f235840a48ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10560 | 2024.08.16 04:39:42.824494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10561 | 2024.08.16 04:39:42.824546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10562 | 2024.08.16 04:39:42.824565 [ 3 ] {} <Debug> HTTP-Session: 64183956-d362-4ed0-9980-bdfa5b49bdaa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10563 | 2024.08.16 04:39:42.824582 [ 3 ] {} <Debug> HTTP-Session: 64183956-d362-4ed0-9980-bdfa5b49bdaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10564 | 2024.08.16 04:39:42.824596 [ 3 ] {} <Debug> HTTP-Session: 64183956-d362-4ed0-9980-bdfa5b49bdaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10565 | 2024.08.16 04:39:42.824628 [ 3 ] {} <Trace> HTTP-Session: 64183956-d362-4ed0-9980-bdfa5b49bdaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10566 | 2024.08.16 04:39:42.825085 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10567 | 2024.08.16 04:39:42.825132 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10568 | 2024.08.16 04:39:42.825288 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10569 | 2024.08.16 04:39:42.826154 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10570 | 2024.08.16 04:39:42.826190 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10571 | 2024.08.16 04:39:42.826624 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10572 | 2024.08.16 04:39:42.826967 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10573 | 2024.08.16 04:39:42.827119 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002341 sec., 361384.02392140107 rows/sec., 24.32 MiB/sec. | ||
| 10574 | 2024.08.16 04:39:42.827300 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Debug> DynamicQueryHandler: Done processing query | ||
| 10575 | 2024.08.16 04:39:42.827324 [ 3 ] {000aa604-f509-4d88-b77d-7fb118230266} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 10576 | 2024.08.16 04:39:42.827339 [ 3 ] {} <Debug> HTTP-Session: 64183956-d362-4ed0-9980-bdfa5b49bdaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10577 | 2024.08.16 04:39:42.827496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10578 | 2024.08.16 04:39:42.827545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10579 | 2024.08.16 04:39:42.827563 [ 3 ] {} <Debug> HTTP-Session: c58f9ff4-f2c3-4a38-a3e9-2d7fce1cd74a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10580 | 2024.08.16 04:39:42.827580 [ 3 ] {} <Debug> HTTP-Session: c58f9ff4-f2c3-4a38-a3e9-2d7fce1cd74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10581 | 2024.08.16 04:39:42.827594 [ 3 ] {} <Debug> HTTP-Session: c58f9ff4-f2c3-4a38-a3e9-2d7fce1cd74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10582 | 2024.08.16 04:39:42.827624 [ 3 ] {} <Trace> HTTP-Session: c58f9ff4-f2c3-4a38-a3e9-2d7fce1cd74a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10583 | 2024.08.16 04:39:42.827746 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10584 | 2024.08.16 04:39:42.827808 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <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 | ||
| 10585 | 2024.08.16 04:39:42.828210 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10586 | 2024.08.16 04:39:42.828702 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10587 | 2024.08.16 04:39:42.828738 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10588 | 2024.08.16 04:39:42.829311 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10589 | 2024.08.16 04:39:42.829720 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10590 | 2024.08.16 04:39:42.829909 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002213 sec., 1807.501129688206 rows/sec., 3.24 MiB/sec. | ||
| 10591 | 2024.08.16 04:39:42.830133 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Debug> DynamicQueryHandler: Done processing query | ||
| 10592 | 2024.08.16 04:39:42.830157 [ 3 ] {f3a4d234-319f-4787-be44-61eeda761220} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10593 | 2024.08.16 04:39:42.830174 [ 3 ] {} <Debug> HTTP-Session: c58f9ff4-f2c3-4a38-a3e9-2d7fce1cd74a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10594 | 2024.08.16 04:39:42.830309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10595 | 2024.08.16 04:39:42.830358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10596 | 2024.08.16 04:39:42.830376 [ 3 ] {} <Debug> HTTP-Session: 21a25fc4-3abe-4ad2-9127-423809cb1504 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10597 | 2024.08.16 04:39:42.830392 [ 3 ] {} <Debug> HTTP-Session: 21a25fc4-3abe-4ad2-9127-423809cb1504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10598 | 2024.08.16 04:39:42.830406 [ 3 ] {} <Debug> HTTP-Session: 21a25fc4-3abe-4ad2-9127-423809cb1504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10599 | 2024.08.16 04:39:42.830437 [ 3 ] {} <Trace> HTTP-Session: 21a25fc4-3abe-4ad2-9127-423809cb1504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10600 | 2024.08.16 04:39:42.830552 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10601 | 2024.08.16 04:39:42.830595 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10602 | 2024.08.16 04:39:42.830723 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10603 | 2024.08.16 04:39:42.831018 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10604 | 2024.08.16 04:39:42.831054 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 10605 | 2024.08.16 04:39:42.831421 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10606 | 2024.08.16 04:39:42.831752 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10607 | 2024.08.16 04:39:42.831905 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
| 10608 | 2024.08.16 04:39:42.832067 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Debug> DynamicQueryHandler: Done processing query | ||
| 10609 | 2024.08.16 04:39:42.832091 [ 3 ] {4b360810-a5bf-4865-97bd-1092992adb61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10610 | 2024.08.16 04:39:42.832106 [ 3 ] {} <Debug> HTTP-Session: 21a25fc4-3abe-4ad2-9127-423809cb1504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10611 | 2024.08.16 04:39:47.784516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10612 | 2024.08.16 04:39:47.784644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10613 | 2024.08.16 04:39:47.784668 [ 3 ] {} <Debug> HTTP-Session: 20653e5c-da7c-429f-aa53-8ed8f07df2db Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10614 | 2024.08.16 04:39:47.784692 [ 3 ] {} <Debug> HTTP-Session: 20653e5c-da7c-429f-aa53-8ed8f07df2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10615 | 2024.08.16 04:39:47.784707 [ 3 ] {} <Debug> HTTP-Session: 20653e5c-da7c-429f-aa53-8ed8f07df2db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10616 | 2024.08.16 04:39:47.784756 [ 3 ] {} <Trace> HTTP-Session: 20653e5c-da7c-429f-aa53-8ed8f07df2db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10617 | 2024.08.16 04:39:47.784941 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10618 | 2024.08.16 04:39:47.785009 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10619 | 2024.08.16 04:39:47.785199 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10620 | 2024.08.16 04:39:47.785639 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10621 | 2024.08.16 04:39:47.785687 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10622 | 2024.08.16 04:39:47.786057 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10623 | 2024.08.16 04:39:47.786385 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10624 | 2024.08.16 04:39:47.786574 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001679 sec., 16081.000595592615 rows/sec., 1.27 MiB/sec. | ||
| 10625 | 2024.08.16 04:39:47.786923 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10626 | 2024.08.16 04:39:47.786994 [ 3 ] {102b63c3-3e5f-47f4-a74d-11bf9dfcab0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10627 | 2024.08.16 04:39:47.787067 [ 3 ] {} <Debug> HTTP-Session: 20653e5c-da7c-429f-aa53-8ed8f07df2db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10628 | 2024.08.16 04:39:47.787351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10629 | 2024.08.16 04:39:47.787410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10630 | 2024.08.16 04:39:47.787429 [ 3 ] {} <Debug> HTTP-Session: 4fe3b7fb-6bcc-4009-8902-eea210c0e817 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10631 | 2024.08.16 04:39:47.787449 [ 3 ] {} <Debug> HTTP-Session: 4fe3b7fb-6bcc-4009-8902-eea210c0e817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10632 | 2024.08.16 04:39:47.787463 [ 3 ] {} <Debug> HTTP-Session: 4fe3b7fb-6bcc-4009-8902-eea210c0e817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10633 | 2024.08.16 04:39:47.787501 [ 3 ] {} <Trace> HTTP-Session: 4fe3b7fb-6bcc-4009-8902-eea210c0e817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10634 | 2024.08.16 04:39:47.787705 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10635 | 2024.08.16 04:39:47.787756 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10636 | 2024.08.16 04:39:47.787910 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10637 | 2024.08.16 04:39:47.788425 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2024.08.16 04:39:47.788465 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10639 | 2024.08.16 04:39:47.788804 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10640 | 2024.08.16 04:39:47.789128 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10641 | 2024.08.16 04:39:47.789285 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001676 sec., 161097.8520286396 rows/sec., 14.08 MiB/sec. | ||
| 10642 | 2024.08.16 04:39:47.789474 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10643 | 2024.08.16 04:39:47.789499 [ 3 ] {2f263657-01f5-4c97-baf8-a2b4f5baf4b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 10644 | 2024.08.16 04:39:47.789515 [ 3 ] {} <Debug> HTTP-Session: 4fe3b7fb-6bcc-4009-8902-eea210c0e817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10645 | 2024.08.16 04:39:47.789657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10646 | 2024.08.16 04:39:47.789709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10647 | 2024.08.16 04:39:47.789729 [ 3 ] {} <Debug> HTTP-Session: fbefe7d9-5c4a-4f0b-871c-324f29ac89b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10648 | 2024.08.16 04:39:47.789746 [ 3 ] {} <Debug> HTTP-Session: fbefe7d9-5c4a-4f0b-871c-324f29ac89b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10649 | 2024.08.16 04:39:47.789759 [ 3 ] {} <Debug> HTTP-Session: fbefe7d9-5c4a-4f0b-871c-324f29ac89b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10650 | 2024.08.16 04:39:47.789793 [ 3 ] {} <Trace> HTTP-Session: fbefe7d9-5c4a-4f0b-871c-324f29ac89b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10651 | 2024.08.16 04:39:47.789895 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10652 | 2024.08.16 04:39:47.789940 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10653 | 2024.08.16 04:39:47.790073 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10654 | 2024.08.16 04:39:47.790388 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10655 | 2024.08.16 04:39:47.790427 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10656 | 2024.08.16 04:39:47.790759 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10657 | 2024.08.16 04:39:47.791067 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10658 | 2024.08.16 04:39:47.791223 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001351 sec., 10362.694300518135 rows/sec., 725.74 KiB/sec. | ||
| 10659 | 2024.08.16 04:39:47.791396 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10660 | 2024.08.16 04:39:47.791420 [ 3 ] {dc5b248c-97ac-4897-8396-e1fbeb051c9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10661 | 2024.08.16 04:39:47.791436 [ 3 ] {} <Debug> HTTP-Session: fbefe7d9-5c4a-4f0b-871c-324f29ac89b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10662 | 2024.08.16 04:39:47.791566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10663 | 2024.08.16 04:39:47.791616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10664 | 2024.08.16 04:39:47.791636 [ 3 ] {} <Debug> HTTP-Session: 9171690f-77f1-4fea-877f-19a9698c2e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10665 | 2024.08.16 04:39:47.791656 [ 3 ] {} <Debug> HTTP-Session: 9171690f-77f1-4fea-877f-19a9698c2e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10666 | 2024.08.16 04:39:47.791670 [ 3 ] {} <Debug> HTTP-Session: 9171690f-77f1-4fea-877f-19a9698c2e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10667 | 2024.08.16 04:39:47.791703 [ 3 ] {} <Trace> HTTP-Session: 9171690f-77f1-4fea-877f-19a9698c2e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10668 | 2024.08.16 04:39:47.791801 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10669 | 2024.08.16 04:39:47.791846 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10670 | 2024.08.16 04:39:47.791974 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10671 | 2024.08.16 04:39:47.792273 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2024.08.16 04:39:47.792311 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10673 | 2024.08.16 04:39:47.792616 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10674 | 2024.08.16 04:39:47.792928 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2024.08.16 04:39:47.793082 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 271.23 KiB/sec. | ||
| 10676 | 2024.08.16 04:39:47.793253 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Debug> DynamicQueryHandler: Done processing query | ||
| 10677 | 2024.08.16 04:39:47.793277 [ 3 ] {c810d244-9405-438a-868f-fdc8852b6823} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10678 | 2024.08.16 04:39:47.793292 [ 3 ] {} <Debug> HTTP-Session: 9171690f-77f1-4fea-877f-19a9698c2e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10679 | 2024.08.16 04:39:47.793461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10680 | 2024.08.16 04:39:47.793509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10681 | 2024.08.16 04:39:47.793527 [ 3 ] {} <Debug> HTTP-Session: d964a931-bf8b-4568-a345-57444bed15ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10682 | 2024.08.16 04:39:47.793544 [ 3 ] {} <Debug> HTTP-Session: d964a931-bf8b-4568-a345-57444bed15ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10683 | 2024.08.16 04:39:47.793558 [ 3 ] {} <Debug> HTTP-Session: d964a931-bf8b-4568-a345-57444bed15ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10684 | 2024.08.16 04:39:47.793589 [ 3 ] {} <Trace> HTTP-Session: d964a931-bf8b-4568-a345-57444bed15ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10685 | 2024.08.16 04:39:47.793821 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10686 | 2024.08.16 04:39:47.793935 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10687 | 2024.08.16 04:39:47.794065 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10688 | 2024.08.16 04:39:47.794600 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10689 | 2024.08.16 04:39:47.794638 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10690 | 2024.08.16 04:39:47.794980 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10691 | 2024.08.16 04:39:47.795283 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10692 | 2024.08.16 04:39:47.795442 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001746 sec., 234249.71363115695 rows/sec., 16.69 MiB/sec. | ||
| 10693 | 2024.08.16 04:39:47.795611 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10694 | 2024.08.16 04:39:47.795637 [ 3 ] {d2e6e0bb-b2f8-48fb-ab41-35b28f753b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10695 | 2024.08.16 04:39:47.795653 [ 3 ] {} <Debug> HTTP-Session: d964a931-bf8b-4568-a345-57444bed15ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10696 | 2024.08.16 04:39:47.795859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10697 | 2024.08.16 04:39:47.795911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10698 | 2024.08.16 04:39:47.795930 [ 3 ] {} <Debug> HTTP-Session: 112acd8a-1239-46c5-8ee9-1747cd1e3d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10699 | 2024.08.16 04:39:47.795947 [ 3 ] {} <Debug> HTTP-Session: 112acd8a-1239-46c5-8ee9-1747cd1e3d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10700 | 2024.08.16 04:39:47.795961 [ 3 ] {} <Debug> HTTP-Session: 112acd8a-1239-46c5-8ee9-1747cd1e3d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10701 | 2024.08.16 04:39:47.795993 [ 3 ] {} <Trace> HTTP-Session: 112acd8a-1239-46c5-8ee9-1747cd1e3d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10702 | 2024.08.16 04:39:47.796103 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10703 | 2024.08.16 04:39:47.796150 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10704 | 2024.08.16 04:39:47.796285 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10705 | 2024.08.16 04:39:47.796617 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10706 | 2024.08.16 04:39:47.796655 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10707 | 2024.08.16 04:39:47.797024 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10708 | 2024.08.16 04:39:47.797357 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10709 | 2024.08.16 04:39:47.797513 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 10710 | 2024.08.16 04:39:47.797530 [ 137 ] {} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10711 | 2024.08.16 04:39:47.797648 [ 137 ] {} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2024.08.16 04:39:47.797687 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10713 | 2024.08.16 04:39:47.797770 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10714 | 2024.08.16 04:39:47.797831 [ 3 ] {0b6c58eb-f40a-4674-9b3e-123a0d23dd5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10715 | 2024.08.16 04:39:47.797865 [ 3 ] {} <Debug> HTTP-Session: 112acd8a-1239-46c5-8ee9-1747cd1e3d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10716 | 2024.08.16 04:39:47.797881 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::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 | ||
| 10717 | 2024.08.16 04:39:47.798070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10718 | 2024.08.16 04:39:47.798144 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10719 | 2024.08.16 04:39:47.798162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10720 | 2024.08.16 04:39:47.798219 [ 3 ] {} <Debug> HTTP-Session: caeb34a7-30ff-4035-994d-9014d528d5d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10721 | 2024.08.16 04:39:47.798224 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 10722 | 2024.08.16 04:39:47.798241 [ 3 ] {} <Debug> HTTP-Session: caeb34a7-30ff-4035-994d-9014d528d5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10723 | 2024.08.16 04:39:47.798285 [ 3 ] {} <Debug> HTTP-Session: caeb34a7-30ff-4035-994d-9014d528d5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10724 | 2024.08.16 04:39:47.798387 [ 3 ] {} <Trace> HTTP-Session: caeb34a7-30ff-4035-994d-9014d528d5d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10725 | 2024.08.16 04:39:47.798516 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 10726 | 2024.08.16 04:39:47.798761 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 10727 | 2024.08.16 04:39:47.798896 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10728 | 2024.08.16 04:39:47.799112 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 10729 | 2024.08.16 04:39:47.799128 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10730 | 2024.08.16 04:39:47.799495 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 10731 | 2024.08.16 04:39:47.799888 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 10732 | 2024.08.16 04:39:47.800236 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10733 | 2024.08.16 04:39:47.801311 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10734 | 2024.08.16 04:39:47.801377 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10735 | 2024.08.16 04:39:47.802525 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004744245 sec., 32881.94433466231 rows/sec., 1.68 MiB/sec. | ||
| 10736 | 2024.08.16 04:39:47.802595 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10737 | 2024.08.16 04:39:47.802723 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10738 | 2024.08.16 04:39:47.803379 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2024.08.16 04:39:47.803607 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10740 | 2024.08.16 04:39:47.803726 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005096 sec., 46507.064364207225 rows/sec., 3.12 MiB/sec. | ||
| 10741 | 2024.08.16 04:39:47.803831 [ 189 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_26_5} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10742 | 2024.08.16 04:39:47.804046 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10743 | 2024.08.16 04:39:47.804123 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 10744 | 2024.08.16 04:39:47.804154 [ 3 ] {aa5f061b-e859-45db-8aa5-56f7326e37fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10745 | 2024.08.16 04:39:47.804171 [ 3 ] {} <Debug> HTTP-Session: caeb34a7-30ff-4035-994d-9014d528d5d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10746 | 2024.08.16 04:39:47.804350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10747 | 2024.08.16 04:39:47.804402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10748 | 2024.08.16 04:39:47.804421 [ 3 ] {} <Debug> HTTP-Session: 13a68054-e7ba-4ed9-8e39-7d6fed8de090 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10749 | 2024.08.16 04:39:47.804438 [ 3 ] {} <Debug> HTTP-Session: 13a68054-e7ba-4ed9-8e39-7d6fed8de090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10750 | 2024.08.16 04:39:47.804453 [ 3 ] {} <Debug> HTTP-Session: 13a68054-e7ba-4ed9-8e39-7d6fed8de090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10751 | 2024.08.16 04:39:47.804484 [ 3 ] {} <Trace> HTTP-Session: 13a68054-e7ba-4ed9-8e39-7d6fed8de090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10752 | 2024.08.16 04:39:47.804581 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10753 | 2024.08.16 04:39:47.804630 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10754 | 2024.08.16 04:39:47.804785 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10755 | 2024.08.16 04:39:47.805073 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10756 | 2024.08.16 04:39:47.805111 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10757 | 2024.08.16 04:39:47.805478 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10758 | 2024.08.16 04:39:47.805822 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10759 | 2024.08.16 04:39:47.805983 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001415 sec., 706.7137809187279 rows/sec., 47.62 KiB/sec. | ||
| 10760 | 2024.08.16 04:39:47.806158 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10761 | 2024.08.16 04:39:47.806183 [ 3 ] {c448cfa0-0bbc-476a-a661-5c2c71b98a3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10762 | 2024.08.16 04:39:47.806200 [ 3 ] {} <Debug> HTTP-Session: 13a68054-e7ba-4ed9-8e39-7d6fed8de090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10763 | 2024.08.16 04:39:47.806341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10764 | 2024.08.16 04:39:47.806393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10765 | 2024.08.16 04:39:47.806413 [ 3 ] {} <Debug> HTTP-Session: 2457416c-42bf-422c-a142-5fb6993540da Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10766 | 2024.08.16 04:39:47.806430 [ 3 ] {} <Debug> HTTP-Session: 2457416c-42bf-422c-a142-5fb6993540da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10767 | 2024.08.16 04:39:47.806445 [ 3 ] {} <Debug> HTTP-Session: 2457416c-42bf-422c-a142-5fb6993540da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10768 | 2024.08.16 04:39:47.806476 [ 3 ] {} <Trace> HTTP-Session: 2457416c-42bf-422c-a142-5fb6993540da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10769 | 2024.08.16 04:39:47.806858 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10770 | 2024.08.16 04:39:47.806926 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <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 | ||
| 10771 | 2024.08.16 04:39:47.807360 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10772 | 2024.08.16 04:39:47.808042 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10773 | 2024.08.16 04:39:47.808081 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10774 | 2024.08.16 04:39:47.808714 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10775 | 2024.08.16 04:39:47.809141 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10776 | 2024.08.16 04:39:47.809335 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002768 sec., 9754.335260115608 rows/sec., 17.48 MiB/sec. | ||
| 10777 | 2024.08.16 04:39:47.809570 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 10778 | 2024.08.16 04:39:47.809596 [ 3 ] {42c5cfe5-ebc4-44a9-929b-feed4d40b0ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10779 | 2024.08.16 04:39:47.809612 [ 3 ] {} <Debug> HTTP-Session: 2457416c-42bf-422c-a142-5fb6993540da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10780 | 2024.08.16 04:39:47.809748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10781 | 2024.08.16 04:39:47.809798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10782 | 2024.08.16 04:39:47.809818 [ 3 ] {} <Debug> HTTP-Session: 67b2c262-f1b1-4010-bd17-d0124599bcbf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10783 | 2024.08.16 04:39:47.809836 [ 3 ] {} <Debug> HTTP-Session: 67b2c262-f1b1-4010-bd17-d0124599bcbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10784 | 2024.08.16 04:39:47.809851 [ 3 ] {} <Debug> HTTP-Session: 67b2c262-f1b1-4010-bd17-d0124599bcbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10785 | 2024.08.16 04:39:47.809883 [ 3 ] {} <Trace> HTTP-Session: 67b2c262-f1b1-4010-bd17-d0124599bcbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10786 | 2024.08.16 04:39:47.810010 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10787 | 2024.08.16 04:39:47.810055 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10788 | 2024.08.16 04:39:47.810186 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10789 | 2024.08.16 04:39:47.810509 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10790 | 2024.08.16 04:39:47.810549 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10791 | 2024.08.16 04:39:47.810914 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10792 | 2024.08.16 04:39:47.811473 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10793 | 2024.08.16 04:39:47.811627 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001662 sec., 49338.146811071 rows/sec., 3.13 MiB/sec. | ||
| 10794 | 2024.08.16 04:39:47.811910 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10795 | 2024.08.16 04:39:47.811970 [ 3 ] {52d880a0-1cc0-4cdf-9f34-429d861882e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10796 | 2024.08.16 04:39:47.812013 [ 3 ] {} <Debug> HTTP-Session: 67b2c262-f1b1-4010-bd17-d0124599bcbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10797 | 2024.08.16 04:39:49.667358 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10798 | 2024.08.16 04:39:49.667407 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10799 | 2024.08.16 04:39:52.778507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10800 | 2024.08.16 04:39:52.778656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10801 | 2024.08.16 04:39:52.778688 [ 3 ] {} <Debug> HTTP-Session: 184d02f6-0108-4caf-83e6-aee5a6b7621a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10802 | 2024.08.16 04:39:52.778717 [ 3 ] {} <Debug> HTTP-Session: 184d02f6-0108-4caf-83e6-aee5a6b7621a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10803 | 2024.08.16 04:39:52.778735 [ 3 ] {} <Debug> HTTP-Session: 184d02f6-0108-4caf-83e6-aee5a6b7621a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10804 | 2024.08.16 04:39:52.778790 [ 3 ] {} <Trace> HTTP-Session: 184d02f6-0108-4caf-83e6-aee5a6b7621a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10805 | 2024.08.16 04:39:52.778997 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10806 | 2024.08.16 04:39:52.779070 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10807 | 2024.08.16 04:39:52.779261 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10808 | 2024.08.16 04:39:52.779710 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10809 | 2024.08.16 04:39:52.779758 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10810 | 2024.08.16 04:39:52.780133 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10811 | 2024.08.16 04:39:52.780469 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10812 | 2024.08.16 04:39:52.780649 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001707 sec., 2343.2923257176335 rows/sec., 189.93 KiB/sec. | ||
| 10813 | 2024.08.16 04:39:52.780866 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 10814 | 2024.08.16 04:39:52.780894 [ 3 ] {8a8f7222-aac4-4131-bb2a-fc027bd0d4bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10815 | 2024.08.16 04:39:52.780911 [ 3 ] {} <Debug> HTTP-Session: 184d02f6-0108-4caf-83e6-aee5a6b7621a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10816 | 2024.08.16 04:39:52.781120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10817 | 2024.08.16 04:39:52.781179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10818 | 2024.08.16 04:39:52.781200 [ 3 ] {} <Debug> HTTP-Session: b7158d82-ff23-4ad0-9588-4d2d01b65101 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10819 | 2024.08.16 04:39:52.781219 [ 3 ] {} <Debug> HTTP-Session: b7158d82-ff23-4ad0-9588-4d2d01b65101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10820 | 2024.08.16 04:39:52.781233 [ 3 ] {} <Debug> HTTP-Session: b7158d82-ff23-4ad0-9588-4d2d01b65101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10821 | 2024.08.16 04:39:52.781270 [ 3 ] {} <Trace> HTTP-Session: b7158d82-ff23-4ad0-9588-4d2d01b65101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10822 | 2024.08.16 04:39:52.781395 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10823 | 2024.08.16 04:39:52.781441 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10824 | 2024.08.16 04:39:52.781578 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10825 | 2024.08.16 04:39:52.781950 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10826 | 2024.08.16 04:39:52.782013 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10827 | 2024.08.16 04:39:52.782341 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10828 | 2024.08.16 04:39:52.782647 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10829 | 2024.08.16 04:39:52.782810 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001449 sec., 46928.91649413389 rows/sec., 3.69 MiB/sec. | ||
| 10830 | 2024.08.16 04:39:52.782977 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Debug> DynamicQueryHandler: Done processing query | ||
| 10831 | 2024.08.16 04:39:52.783002 [ 3 ] {d155d3d9-7d9e-47fb-bc83-9651b0b8b098} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10832 | 2024.08.16 04:39:52.783018 [ 3 ] {} <Debug> HTTP-Session: b7158d82-ff23-4ad0-9588-4d2d01b65101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10833 | 2024.08.16 04:39:52.783161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10834 | 2024.08.16 04:39:52.783211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10835 | 2024.08.16 04:39:52.783232 [ 3 ] {} <Debug> HTTP-Session: e53b96a3-e5a9-4a6a-bf7a-3181608cbdf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10836 | 2024.08.16 04:39:52.783250 [ 3 ] {} <Debug> HTTP-Session: e53b96a3-e5a9-4a6a-bf7a-3181608cbdf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10837 | 2024.08.16 04:39:52.783264 [ 3 ] {} <Debug> HTTP-Session: e53b96a3-e5a9-4a6a-bf7a-3181608cbdf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10838 | 2024.08.16 04:39:52.783297 [ 3 ] {} <Trace> HTTP-Session: e53b96a3-e5a9-4a6a-bf7a-3181608cbdf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10839 | 2024.08.16 04:39:52.783418 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10840 | 2024.08.16 04:39:52.783462 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10841 | 2024.08.16 04:39:52.783592 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10842 | 2024.08.16 04:39:52.783917 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10843 | 2024.08.16 04:39:52.783954 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10844 | 2024.08.16 04:39:52.784268 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10845 | 2024.08.16 04:39:52.784582 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10846 | 2024.08.16 04:39:52.784739 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001357 sec., 50110.5379513633 rows/sec., 3.91 MiB/sec. | ||
| 10847 | 2024.08.16 04:39:52.784985 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Debug> DynamicQueryHandler: Done processing query | ||
| 10848 | 2024.08.16 04:39:52.785037 [ 3 ] {3f2115d9-47f8-42f8-aff1-da505c593544} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10849 | 2024.08.16 04:39:52.785099 [ 3 ] {} <Debug> HTTP-Session: e53b96a3-e5a9-4a6a-bf7a-3181608cbdf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10850 | 2024.08.16 04:39:52.785298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10851 | 2024.08.16 04:39:52.785351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10852 | 2024.08.16 04:39:52.785370 [ 3 ] {} <Debug> HTTP-Session: 0ed6c53a-be23-4b80-ae48-1b0c3e710bf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10853 | 2024.08.16 04:39:52.785387 [ 3 ] {} <Debug> HTTP-Session: 0ed6c53a-be23-4b80-ae48-1b0c3e710bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10854 | 2024.08.16 04:39:52.785401 [ 3 ] {} <Debug> HTTP-Session: 0ed6c53a-be23-4b80-ae48-1b0c3e710bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10855 | 2024.08.16 04:39:52.785434 [ 3 ] {} <Trace> HTTP-Session: 0ed6c53a-be23-4b80-ae48-1b0c3e710bf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10856 | 2024.08.16 04:39:52.785584 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10857 | 2024.08.16 04:39:52.785633 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10858 | 2024.08.16 04:39:52.785798 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10859 | 2024.08.16 04:39:52.786237 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10860 | 2024.08.16 04:39:52.786274 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10861 | 2024.08.16 04:39:52.786666 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10862 | 2024.08.16 04:39:52.787007 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10863 | 2024.08.16 04:39:52.787169 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec. | ||
| 10864 | 2024.08.16 04:39:52.787453 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Debug> DynamicQueryHandler: Done processing query | ||
| 10865 | 2024.08.16 04:39:52.787512 [ 3 ] {41db3bd3-3152-43a7-8004-cc4a66572117} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10866 | 2024.08.16 04:39:52.787553 [ 3 ] {} <Debug> HTTP-Session: 0ed6c53a-be23-4b80-ae48-1b0c3e710bf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10867 | 2024.08.16 04:39:52.787706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10868 | 2024.08.16 04:39:52.787757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10869 | 2024.08.16 04:39:52.787776 [ 3 ] {} <Debug> HTTP-Session: 7163ccec-5433-4f38-970e-9c04bad8ede9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10870 | 2024.08.16 04:39:52.787793 [ 3 ] {} <Debug> HTTP-Session: 7163ccec-5433-4f38-970e-9c04bad8ede9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10871 | 2024.08.16 04:39:52.787807 [ 3 ] {} <Debug> HTTP-Session: 7163ccec-5433-4f38-970e-9c04bad8ede9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10872 | 2024.08.16 04:39:52.787840 [ 3 ] {} <Trace> HTTP-Session: 7163ccec-5433-4f38-970e-9c04bad8ede9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10873 | 2024.08.16 04:39:52.787979 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10874 | 2024.08.16 04:39:52.788052 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <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 | ||
| 10875 | 2024.08.16 04:39:52.788485 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10876 | 2024.08.16 04:39:52.788968 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10877 | 2024.08.16 04:39:52.789005 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10878 | 2024.08.16 04:39:52.789586 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10879 | 2024.08.16 04:39:52.789997 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10880 | 2024.08.16 04:39:52.790192 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002277 sec., 1756.697408871322 rows/sec., 3.15 MiB/sec. | ||
| 10881 | 2024.08.16 04:39:52.790427 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10882 | 2024.08.16 04:39:52.790452 [ 3 ] {1ef8a173-8648-4c9e-92ba-3f16ce71a99a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10883 | 2024.08.16 04:39:52.790469 [ 3 ] {} <Debug> HTTP-Session: 7163ccec-5433-4f38-970e-9c04bad8ede9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10884 | 2024.08.16 04:39:52.790596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10885 | 2024.08.16 04:39:52.790645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10886 | 2024.08.16 04:39:52.790664 [ 3 ] {} <Debug> HTTP-Session: 409063fa-572f-450d-bcc6-69c9b3d5117e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10887 | 2024.08.16 04:39:52.790681 [ 3 ] {} <Debug> HTTP-Session: 409063fa-572f-450d-bcc6-69c9b3d5117e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10888 | 2024.08.16 04:39:52.790695 [ 3 ] {} <Debug> HTTP-Session: 409063fa-572f-450d-bcc6-69c9b3d5117e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10889 | 2024.08.16 04:39:52.790727 [ 3 ] {} <Trace> HTTP-Session: 409063fa-572f-450d-bcc6-69c9b3d5117e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10890 | 2024.08.16 04:39:52.790847 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10891 | 2024.08.16 04:39:52.790892 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10892 | 2024.08.16 04:39:52.791023 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10893 | 2024.08.16 04:39:52.791327 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10894 | 2024.08.16 04:39:52.791364 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10895 | 2024.08.16 04:39:52.791731 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10896 | 2024.08.16 04:39:52.792061 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10897 | 2024.08.16 04:39:52.792228 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
| 10898 | 2024.08.16 04:39:52.792399 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Debug> DynamicQueryHandler: Done processing query | ||
| 10899 | 2024.08.16 04:39:52.792425 [ 3 ] {a201acd1-557d-41b6-820a-0744215b0781} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10900 | 2024.08.16 04:39:52.792441 [ 3 ] {} <Debug> HTTP-Session: 409063fa-572f-450d-bcc6-69c9b3d5117e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10901 | 2024.08.16 04:39:57.785339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10902 | 2024.08.16 04:39:57.785535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10903 | 2024.08.16 04:39:57.785581 [ 3 ] {} <Debug> HTTP-Session: 67311747-70d5-4f56-8dc8-3cef66b28906 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10904 | 2024.08.16 04:39:57.785623 [ 3 ] {} <Debug> HTTP-Session: 67311747-70d5-4f56-8dc8-3cef66b28906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10905 | 2024.08.16 04:39:57.785657 [ 3 ] {} <Debug> HTTP-Session: 67311747-70d5-4f56-8dc8-3cef66b28906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10906 | 2024.08.16 04:39:57.785781 [ 3 ] {} <Trace> HTTP-Session: 67311747-70d5-4f56-8dc8-3cef66b28906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10907 | 2024.08.16 04:39:57.786109 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10908 | 2024.08.16 04:39:57.786218 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10909 | 2024.08.16 04:39:57.786421 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10910 | 2024.08.16 04:39:57.786903 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10911 | 2024.08.16 04:39:57.786945 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10912 | 2024.08.16 04:39:57.787323 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10913 | 2024.08.16 04:39:57.787676 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10914 | 2024.08.16 04:39:57.787832 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001818 sec., 14851.485148514852 rows/sec., 1.18 MiB/sec. | ||
| 10915 | 2024.08.16 04:39:57.788045 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 10916 | 2024.08.16 04:39:57.788074 [ 3 ] {e6366235-43eb-4aac-bdb6-db08a3fca0fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10917 | 2024.08.16 04:39:57.788091 [ 3 ] {} <Debug> HTTP-Session: 67311747-70d5-4f56-8dc8-3cef66b28906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10918 | 2024.08.16 04:39:57.788235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10919 | 2024.08.16 04:39:57.788292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10920 | 2024.08.16 04:39:57.788312 [ 3 ] {} <Debug> HTTP-Session: 293115ed-ffb6-47fe-99bd-127f661a3283 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10921 | 2024.08.16 04:39:57.788331 [ 3 ] {} <Debug> HTTP-Session: 293115ed-ffb6-47fe-99bd-127f661a3283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10922 | 2024.08.16 04:39:57.788346 [ 3 ] {} <Debug> HTTP-Session: 293115ed-ffb6-47fe-99bd-127f661a3283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10923 | 2024.08.16 04:39:57.788382 [ 3 ] {} <Trace> HTTP-Session: 293115ed-ffb6-47fe-99bd-127f661a3283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10924 | 2024.08.16 04:39:57.788483 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10925 | 2024.08.16 04:39:57.788528 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10926 | 2024.08.16 04:39:57.788659 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10927 | 2024.08.16 04:39:57.789012 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10928 | 2024.08.16 04:39:57.789050 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10929 | 2024.08.16 04:39:57.789356 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10930 | 2024.08.16 04:39:57.789665 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10931 | 2024.08.16 04:39:57.789800 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001346 sec., 1485.8841010401188 rows/sec., 121.16 KiB/sec. | ||
| 10932 | 2024.08.16 04:39:57.789966 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10933 | 2024.08.16 04:39:57.789991 [ 3 ] {3a75f3ab-de7c-44d1-bedf-3c11cfbdb8f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10934 | 2024.08.16 04:39:57.790007 [ 3 ] {} <Debug> HTTP-Session: 293115ed-ffb6-47fe-99bd-127f661a3283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10935 | 2024.08.16 04:39:57.790197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10936 | 2024.08.16 04:39:57.790246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10937 | 2024.08.16 04:39:57.790266 [ 3 ] {} <Debug> HTTP-Session: fc133609-0efb-4856-b99a-b53743f27f3e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10938 | 2024.08.16 04:39:57.790284 [ 3 ] {} <Debug> HTTP-Session: fc133609-0efb-4856-b99a-b53743f27f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10939 | 2024.08.16 04:39:57.790298 [ 3 ] {} <Debug> HTTP-Session: fc133609-0efb-4856-b99a-b53743f27f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10940 | 2024.08.16 04:39:57.790330 [ 3 ] {} <Trace> HTTP-Session: fc133609-0efb-4856-b99a-b53743f27f3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10941 | 2024.08.16 04:39:57.790500 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10942 | 2024.08.16 04:39:57.790543 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10943 | 2024.08.16 04:39:57.790669 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10944 | 2024.08.16 04:39:57.791124 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10945 | 2024.08.16 04:39:57.791160 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10946 | 2024.08.16 04:39:57.791488 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10947 | 2024.08.16 04:39:57.791798 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10948 | 2024.08.16 04:39:57.791924 [ 128 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10949 | 2024.08.16 04:39:57.791926 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001514 sec., 178996.03698811098 rows/sec., 15.64 MiB/sec. | ||
| 10950 | 2024.08.16 04:39:57.791974 [ 128 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10951 | 2024.08.16 04:39:57.792015 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10952 | 2024.08.16 04:39:57.792175 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 10953 | 2024.08.16 04:39:57.792238 [ 3 ] {f58babf2-685d-4772-9de3-18ae6b1755ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 10954 | 2024.08.16 04:39:57.792278 [ 3 ] {} <Debug> HTTP-Session: fc133609-0efb-4856-b99a-b53743f27f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10955 | 2024.08.16 04:39:57.792342 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 10956 | 2024.08.16 04:39:57.792474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10957 | 2024.08.16 04:39:57.792600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10958 | 2024.08.16 04:39:57.792654 [ 3 ] {} <Debug> HTTP-Session: 0ededbef-9288-4a6a-912c-a7f694f780da Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10959 | 2024.08.16 04:39:57.792708 [ 3 ] {} <Debug> HTTP-Session: 0ededbef-9288-4a6a-912c-a7f694f780da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10960 | 2024.08.16 04:39:57.792756 [ 3 ] {} <Debug> HTTP-Session: 0ededbef-9288-4a6a-912c-a7f694f780da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10961 | 2024.08.16 04:39:57.792822 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10962 | 2024.08.16 04:39:57.792843 [ 3 ] {} <Trace> HTTP-Session: 0ededbef-9288-4a6a-912c-a7f694f780da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10963 | 2024.08.16 04:39:57.792925 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1430 rows starting from the beginning of the part | ||
| 10964 | 2024.08.16 04:39:57.793070 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10965 | 2024.08.16 04:39:57.793266 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10966 | 2024.08.16 04:39:57.793275 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 271 rows starting from the beginning of the part | ||
| 10967 | 2024.08.16 04:39:57.793564 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1210 rows starting from the beginning of the part | ||
| 10968 | 2024.08.16 04:39:57.793967 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 270 rows starting from the beginning of the part | ||
| 10969 | 2024.08.16 04:39:57.794354 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 68 rows starting from the beginning of the part | ||
| 10970 | 2024.08.16 04:39:57.794505 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10971 | 2024.08.16 04:39:57.794677 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 271 rows starting from the beginning of the part | ||
| 10972 | 2024.08.16 04:39:57.795417 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10973 | 2024.08.16 04:39:57.795490 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10974 | 2024.08.16 04:39:57.796180 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10975 | 2024.08.16 04:39:57.797008 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10976 | 2024.08.16 04:39:57.797185 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004195 sec., 476.7580452920143 rows/sec., 33.29 KiB/sec. | ||
| 10977 | 2024.08.16 04:39:57.797670 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10978 | 2024.08.16 04:39:57.797749 [ 3 ] {ed8a31b4-3da8-4ff4-b503-a2cfb8e2ed0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10979 | 2024.08.16 04:39:57.797833 [ 3 ] {} <Debug> HTTP-Session: 0ededbef-9288-4a6a-912c-a7f694f780da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10980 | 2024.08.16 04:39:57.798125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10981 | 2024.08.16 04:39:57.798243 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3520 rows, containing 4 columns (4 merged, 0 gathered) in 0.006109268 sec., 576173.7740102415 rows/sec., 48.25 MiB/sec. | ||
| 10982 | 2024.08.16 04:39:57.798268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10983 | 2024.08.16 04:39:57.798328 [ 3 ] {} <Debug> HTTP-Session: 23e45371-6306-4d33-8c4d-84611dd322d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 10984 | 2024.08.16 04:39:57.798346 [ 3 ] {} <Debug> HTTP-Session: 23e45371-6306-4d33-8c4d-84611dd322d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10985 | 2024.08.16 04:39:57.798363 [ 3 ] {} <Debug> HTTP-Session: 23e45371-6306-4d33-8c4d-84611dd322d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10986 | 2024.08.16 04:39:57.798399 [ 3 ] {} <Trace> HTTP-Session: 23e45371-6306-4d33-8c4d-84611dd322d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10987 | 2024.08.16 04:39:57.798521 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10988 | 2024.08.16 04:39:57.798570 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10989 | 2024.08.16 04:39:57.798648 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10990 | 2024.08.16 04:39:57.799291 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10991 | 2024.08.16 04:39:57.799490 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10992 | 2024.08.16 04:39:57.799753 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_56_11} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10993 | 2024.08.16 04:39:57.799945 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 10994 | 2024.08.16 04:39:57.799968 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10995 | 2024.08.16 04:39:57.800016 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 10996 | 2024.08.16 04:39:57.800350 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10997 | 2024.08.16 04:39:57.800689 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10998 | 2024.08.16 04:39:57.800820 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002312 sec., 6055.363321799308 rows/sec., 424.08 KiB/sec. | ||
| 10999 | 2024.08.16 04:39:57.801143 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Debug> DynamicQueryHandler: Done processing query | ||
| 11000 | 2024.08.16 04:39:57.801180 [ 3 ] {f9474996-44cf-49f8-9f1e-7dd394df1725} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11001 | 2024.08.16 04:39:57.801197 [ 3 ] {} <Debug> HTTP-Session: 23e45371-6306-4d33-8c4d-84611dd322d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11002 | 2024.08.16 04:39:57.801365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11003 | 2024.08.16 04:39:57.801415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11004 | 2024.08.16 04:39:57.801435 [ 3 ] {} <Debug> HTTP-Session: 5a178983-37c0-42d2-ab1b-86aee2d78244 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11005 | 2024.08.16 04:39:57.801451 [ 3 ] {} <Debug> HTTP-Session: 5a178983-37c0-42d2-ab1b-86aee2d78244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11006 | 2024.08.16 04:39:57.801465 [ 3 ] {} <Debug> HTTP-Session: 5a178983-37c0-42d2-ab1b-86aee2d78244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11007 | 2024.08.16 04:39:57.801497 [ 3 ] {} <Trace> HTTP-Session: 5a178983-37c0-42d2-ab1b-86aee2d78244 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11008 | 2024.08.16 04:39:57.801598 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11009 | 2024.08.16 04:39:57.801643 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11010 | 2024.08.16 04:39:57.801790 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11011 | 2024.08.16 04:39:57.802093 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11012 | 2024.08.16 04:39:57.802130 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11013 | 2024.08.16 04:39:57.802437 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11014 | 2024.08.16 04:39:57.802744 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11015 | 2024.08.16 04:39:57.802876 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001303 sec., 4604.758250191865 rows/sec., 272.06 KiB/sec. | ||
| 11016 | 2024.08.16 04:39:57.803193 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Debug> DynamicQueryHandler: Done processing query | ||
| 11017 | 2024.08.16 04:39:57.803220 [ 3 ] {7bd18466-59d8-4733-a7eb-b1944796d142} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11018 | 2024.08.16 04:39:57.803237 [ 3 ] {} <Debug> HTTP-Session: 5a178983-37c0-42d2-ab1b-86aee2d78244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11019 | 2024.08.16 04:39:57.803438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11020 | 2024.08.16 04:39:57.803488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11021 | 2024.08.16 04:39:57.803506 [ 3 ] {} <Debug> HTTP-Session: 3bb9ccda-5791-40cf-afbb-00b8dbcbabaf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11022 | 2024.08.16 04:39:57.803522 [ 3 ] {} <Debug> HTTP-Session: 3bb9ccda-5791-40cf-afbb-00b8dbcbabaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11023 | 2024.08.16 04:39:57.803536 [ 3 ] {} <Debug> HTTP-Session: 3bb9ccda-5791-40cf-afbb-00b8dbcbabaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11024 | 2024.08.16 04:39:57.803566 [ 3 ] {} <Trace> HTTP-Session: 3bb9ccda-5791-40cf-afbb-00b8dbcbabaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11025 | 2024.08.16 04:39:57.803883 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11026 | 2024.08.16 04:39:57.803928 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11027 | 2024.08.16 04:39:57.804083 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11028 | 2024.08.16 04:39:57.804617 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11029 | 2024.08.16 04:39:57.804655 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11030 | 2024.08.16 04:39:57.804990 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11031 | 2024.08.16 04:39:57.805301 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11032 | 2024.08.16 04:39:57.805430 [ 128 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11033 | 2024.08.16 04:39:57.805432 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.001751 sec., 234723.01541976014 rows/sec., 16.74 MiB/sec. | ||
| 11034 | 2024.08.16 04:39:57.805474 [ 128 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11035 | 2024.08.16 04:39:57.805517 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11036 | 2024.08.16 04:39:57.805681 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 11037 | 2024.08.16 04:39:57.805696 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11038 | 2024.08.16 04:39:57.805713 [ 3 ] {f1cda6ff-7db3-482d-bf3d-1a9dd67161a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 11039 | 2024.08.16 04:39:57.805770 [ 3 ] {} <Debug> HTTP-Session: 3bb9ccda-5791-40cf-afbb-00b8dbcbabaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11040 | 2024.08.16 04:39:57.805890 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11041 | 2024.08.16 04:39:57.805929 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 903 rows starting from the beginning of the part | ||
| 11042 | 2024.08.16 04:39:57.806062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11043 | 2024.08.16 04:39:57.806143 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 411 rows starting from the beginning of the part | ||
| 11044 | 2024.08.16 04:39:57.806204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11045 | 2024.08.16 04:39:57.806265 [ 3 ] {} <Debug> HTTP-Session: 23a766fb-917a-4353-9368-396429dfb95a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11046 | 2024.08.16 04:39:57.806347 [ 3 ] {} <Debug> HTTP-Session: 23a766fb-917a-4353-9368-396429dfb95a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11047 | 2024.08.16 04:39:57.806424 [ 3 ] {} <Debug> HTTP-Session: 23a766fb-917a-4353-9368-396429dfb95a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11048 | 2024.08.16 04:39:57.806469 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 528 rows starting from the beginning of the part | ||
| 11049 | 2024.08.16 04:39:57.806530 [ 3 ] {} <Trace> HTTP-Session: 23a766fb-917a-4353-9368-396429dfb95a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11050 | 2024.08.16 04:39:57.806708 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 409 rows starting from the beginning of the part | ||
| 11051 | 2024.08.16 04:39:57.806835 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11052 | 2024.08.16 04:39:57.806989 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 68 rows starting from the beginning of the part | ||
| 11053 | 2024.08.16 04:39:57.807008 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11054 | 2024.08.16 04:39:57.807261 [ 198 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 411 rows starting from the beginning of the part | ||
| 11055 | 2024.08.16 04:39:57.808088 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11056 | 2024.08.16 04:39:57.808716 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11057 | 2024.08.16 04:39:57.808784 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11058 | 2024.08.16 04:39:57.809705 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11059 | 2024.08.16 04:39:57.810291 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11060 | 2024.08.16 04:39:57.810469 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2730 rows, containing 4 columns (4 merged, 0 gathered) in 0.004857228 sec., 562048.9711415647 rows/sec., 40.72 MiB/sec. | ||
| 11061 | 2024.08.16 04:39:57.810586 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003854 sec., 1556.8240788790868 rows/sec., 81.34 KiB/sec. | ||
| 11062 | 2024.08.16 04:39:57.810818 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11063 | 2024.08.16 04:39:57.810909 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11064 | 2024.08.16 04:39:57.810947 [ 3 ] {afb15d86-49f7-4529-9f5c-b463c15beaa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11065 | 2024.08.16 04:39:57.810965 [ 3 ] {} <Debug> HTTP-Session: 23a766fb-917a-4353-9368-396429dfb95a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11066 | 2024.08.16 04:39:57.811179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11067 | 2024.08.16 04:39:57.811259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11068 | 2024.08.16 04:39:57.811296 [ 3 ] {} <Debug> HTTP-Session: 6a0841f6-17f8-4db9-855c-5bff9ad79908 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11069 | 2024.08.16 04:39:57.811329 [ 3 ] {} <Debug> HTTP-Session: 6a0841f6-17f8-4db9-855c-5bff9ad79908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11070 | 2024.08.16 04:39:57.811348 [ 3 ] {} <Debug> HTTP-Session: 6a0841f6-17f8-4db9-855c-5bff9ad79908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11071 | 2024.08.16 04:39:57.811407 [ 3 ] {} <Trace> HTTP-Session: 6a0841f6-17f8-4db9-855c-5bff9ad79908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11072 | 2024.08.16 04:39:57.811457 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11073 | 2024.08.16 04:39:57.811639 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_56_11} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11074 | 2024.08.16 04:39:57.811781 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11075 | 2024.08.16 04:39:57.811789 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11076 | 2024.08.16 04:39:57.811858 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11077 | 2024.08.16 04:39:57.812026 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11078 | 2024.08.16 04:39:57.812455 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11079 | 2024.08.16 04:39:57.812492 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11080 | 2024.08.16 04:39:57.812902 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11081 | 2024.08.16 04:39:57.813248 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11082 | 2024.08.16 04:39:57.813377 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11083 | 2024.08.16 04:39:57.813381 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.0018 sec., 132222.22222222222 rows/sec., 8.86 MiB/sec. | ||
| 11084 | 2024.08.16 04:39:57.813413 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11085 | 2024.08.16 04:39:57.813452 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11086 | 2024.08.16 04:39:57.813590 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11087 | 2024.08.16 04:39:57.813614 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11088 | 2024.08.16 04:39:57.813646 [ 3 ] {21705b38-aa3b-4065-838f-ddd9af71161b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11089 | 2024.08.16 04:39:57.813671 [ 3 ] {} <Debug> HTTP-Session: 6a0841f6-17f8-4db9-855c-5bff9ad79908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11090 | 2024.08.16 04:39:57.813762 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11091 | 2024.08.16 04:39:57.813804 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15756 rows starting from the beginning of the part | ||
| 11092 | 2024.08.16 04:39:57.813849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11093 | 2024.08.16 04:39:57.813992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11094 | 2024.08.16 04:39:57.814012 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 238 rows starting from the beginning of the part | ||
| 11095 | 2024.08.16 04:39:57.814072 [ 3 ] {} <Debug> HTTP-Session: db798e63-ea6c-4f3a-a218-50dd130e66b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11096 | 2024.08.16 04:39:57.814146 [ 3 ] {} <Debug> HTTP-Session: db798e63-ea6c-4f3a-a218-50dd130e66b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11097 | 2024.08.16 04:39:57.814229 [ 3 ] {} <Debug> HTTP-Session: db798e63-ea6c-4f3a-a218-50dd130e66b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11098 | 2024.08.16 04:39:57.814283 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 846 rows starting from the beginning of the part | ||
| 11099 | 2024.08.16 04:39:57.814311 [ 3 ] {} <Trace> HTTP-Session: db798e63-ea6c-4f3a-a218-50dd130e66b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11100 | 2024.08.16 04:39:57.814495 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 11101 | 2024.08.16 04:39:57.814594 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11102 | 2024.08.16 04:39:57.814764 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11103 | 2024.08.16 04:39:57.814778 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 11104 | 2024.08.16 04:39:57.814991 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 238 rows starting from the beginning of the part | ||
| 11105 | 2024.08.16 04:39:57.815421 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11106 | 2024.08.16 04:39:57.815835 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11107 | 2024.08.16 04:39:57.815874 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11108 | 2024.08.16 04:39:57.816251 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11109 | 2024.08.16 04:39:57.816640 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11110 | 2024.08.16 04:39:57.816810 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002325 sec., 430.10752688172045 rows/sec., 28.98 KiB/sec. | ||
| 11111 | 2024.08.16 04:39:57.817043 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11112 | 2024.08.16 04:39:57.817079 [ 3 ] {867a00b7-c6b5-472d-bf71-31279ab941dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11113 | 2024.08.16 04:39:57.817102 [ 3 ] {} <Debug> HTTP-Session: db798e63-ea6c-4f3a-a218-50dd130e66b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11114 | 2024.08.16 04:39:57.817274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11115 | 2024.08.16 04:39:57.817346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11116 | 2024.08.16 04:39:57.817365 [ 3 ] {} <Debug> HTTP-Session: 70b4ce20-e11a-4133-b7f8-fa1de531c578 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11117 | 2024.08.16 04:39:57.817397 [ 3 ] {} <Debug> HTTP-Session: 70b4ce20-e11a-4133-b7f8-fa1de531c578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11118 | 2024.08.16 04:39:57.817411 [ 3 ] {} <Debug> HTTP-Session: 70b4ce20-e11a-4133-b7f8-fa1de531c578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11119 | 2024.08.16 04:39:57.817450 [ 3 ] {} <Trace> HTTP-Session: 70b4ce20-e11a-4133-b7f8-fa1de531c578 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11120 | 2024.08.16 04:39:57.817852 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11121 | 2024.08.16 04:39:57.817921 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <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 | ||
| 11122 | 2024.08.16 04:39:57.818556 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11123 | 2024.08.16 04:39:57.819302 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11124 | 2024.08.16 04:39:57.819342 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11125 | 2024.08.16 04:39:57.820287 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11126 | 2024.08.16 04:39:57.820759 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11127 | 2024.08.16 04:39:57.821133 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003583 sec., 7535.584705554005 rows/sec., 13.50 MiB/sec. | ||
| 11128 | 2024.08.16 04:39:57.821238 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17475 rows, containing 5 columns (5 merged, 0 gathered) in 0.007703396 sec., 2268480.0314043313 rows/sec., 153.24 MiB/sec. | ||
| 11129 | 2024.08.16 04:39:57.821462 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11130 | 2024.08.16 04:39:57.821464 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11131 | 2024.08.16 04:39:57.821489 [ 3 ] {95e653cf-57ad-4b3b-b7f9-86eee1dac39e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11132 | 2024.08.16 04:39:57.821517 [ 3 ] {} <Debug> HTTP-Session: 70b4ce20-e11a-4133-b7f8-fa1de531c578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11133 | 2024.08.16 04:39:57.821670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11134 | 2024.08.16 04:39:57.821742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11135 | 2024.08.16 04:39:57.821777 [ 3 ] {} <Debug> HTTP-Session: 15bddea8-81ee-4c6e-ba25-66f732d5c0e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11136 | 2024.08.16 04:39:57.821800 [ 3 ] {} <Debug> HTTP-Session: 15bddea8-81ee-4c6e-ba25-66f732d5c0e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11137 | 2024.08.16 04:39:57.821819 [ 3 ] {} <Debug> HTTP-Session: 15bddea8-81ee-4c6e-ba25-66f732d5c0e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11138 | 2024.08.16 04:39:57.821859 [ 3 ] {} <Trace> HTTP-Session: 15bddea8-81ee-4c6e-ba25-66f732d5c0e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11139 | 2024.08.16 04:39:57.821954 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11140 | 2024.08.16 04:39:57.822015 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11141 | 2024.08.16 04:39:57.822043 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11142 | 2024.08.16 04:39:57.822065 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11143 | 2024.08.16 04:39:57.822144 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 11144 | 2024.08.16 04:39:57.822251 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11145 | 2024.08.16 04:39:57.822580 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11146 | 2024.08.16 04:39:57.822617 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11147 | 2024.08.16 04:39:57.822982 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11148 | 2024.08.16 04:39:57.823305 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11149 | 2024.08.16 04:39:57.823465 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec. | ||
| 11150 | 2024.08.16 04:39:57.823480 [ 122 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11151 | 2024.08.16 04:39:57.823562 [ 122 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11152 | 2024.08.16 04:39:57.823618 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11153 | 2024.08.16 04:39:57.823763 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11154 | 2024.08.16 04:39:57.823843 [ 3 ] {8e04c576-652d-4c6c-b028-a4770adda6c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11155 | 2024.08.16 04:39:57.823902 [ 3 ] {} <Debug> HTTP-Session: 15bddea8-81ee-4c6e-ba25-66f732d5c0e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11156 | 2024.08.16 04:39:57.823917 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11157 | 2024.08.16 04:39:57.824444 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11158 | 2024.08.16 04:39:57.824523 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3426 rows starting from the beginning of the part | ||
| 11159 | 2024.08.16 04:39:57.824626 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 11160 | 2024.08.16 04:39:57.824796 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 11161 | 2024.08.16 04:39:57.825010 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 11162 | 2024.08.16 04:39:57.825140 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 11163 | 2024.08.16 04:39:57.825338 [ 191 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
| 11164 | 2024.08.16 04:39:57.826953 [ 200 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3792 rows, containing 4 columns (4 merged, 0 gathered) in 0.003240699 sec., 1170117.9282617732 rows/sec., 76.24 MiB/sec. | ||
| 11165 | 2024.08.16 04:39:57.827293 [ 193 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11166 | 2024.08.16 04:39:57.827829 [ 193 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11167 | 2024.08.16 04:39:57.827936 [ 193 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_56_11} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11168 | 2024.08.16 04:39:57.828052 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 11169 | 2024.08.16 04:40:02.778784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11170 | 2024.08.16 04:40:02.778920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11171 | 2024.08.16 04:40:02.778949 [ 3 ] {} <Debug> HTTP-Session: c8fe5bdc-a666-4ae4-b0e0-00d3e499a6d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11172 | 2024.08.16 04:40:02.778977 [ 3 ] {} <Debug> HTTP-Session: c8fe5bdc-a666-4ae4-b0e0-00d3e499a6d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11173 | 2024.08.16 04:40:02.778994 [ 3 ] {} <Debug> HTTP-Session: c8fe5bdc-a666-4ae4-b0e0-00d3e499a6d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11174 | 2024.08.16 04:40:02.779048 [ 3 ] {} <Trace> HTTP-Session: c8fe5bdc-a666-4ae4-b0e0-00d3e499a6d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11175 | 2024.08.16 04:40:02.779242 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11176 | 2024.08.16 04:40:02.779314 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11177 | 2024.08.16 04:40:02.779506 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11178 | 2024.08.16 04:40:02.779922 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11179 | 2024.08.16 04:40:02.779964 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11180 | 2024.08.16 04:40:02.780323 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11181 | 2024.08.16 04:40:02.780662 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11182 | 2024.08.16 04:40:02.780837 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001648 sec., 2427.1844660194174 rows/sec., 196.73 KiB/sec. | ||
| 11183 | 2024.08.16 04:40:02.780855 [ 119 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11184 | 2024.08.16 04:40:02.780965 [ 119 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11185 | 2024.08.16 04:40:02.781009 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11186 | 2024.08.16 04:40:02.781132 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Debug> DynamicQueryHandler: Done processing query | ||
| 11187 | 2024.08.16 04:40:02.781150 [ 191 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 11188 | 2024.08.16 04:40:02.781176 [ 3 ] {94586a96-bc77-4669-bc11-985ad9a3be72} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11189 | 2024.08.16 04:40:02.781223 [ 3 ] {} <Debug> HTTP-Session: c8fe5bdc-a666-4ae4-b0e0-00d3e499a6d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11190 | 2024.08.16 04:40:02.781353 [ 191 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11191 | 2024.08.16 04:40:02.781401 [ 191 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 31 rows starting from the beginning of the part | ||
| 11192 | 2024.08.16 04:40:02.781437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11193 | 2024.08.16 04:40:02.781604 [ 191 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
| 11194 | 2024.08.16 04:40:02.781599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11195 | 2024.08.16 04:40:02.781748 [ 3 ] {} <Debug> HTTP-Session: 13ac3aea-e7b9-496e-af38-d9e4fb26162c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11196 | 2024.08.16 04:40:02.781814 [ 191 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 27 rows starting from the beginning of the part | ||
| 11197 | 2024.08.16 04:40:02.781828 [ 3 ] {} <Debug> HTTP-Session: 13ac3aea-e7b9-496e-af38-d9e4fb26162c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11198 | 2024.08.16 04:40:02.781889 [ 3 ] {} <Debug> HTTP-Session: 13ac3aea-e7b9-496e-af38-d9e4fb26162c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11199 | 2024.08.16 04:40:02.782125 [ 3 ] {} <Trace> HTTP-Session: 13ac3aea-e7b9-496e-af38-d9e4fb26162c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11200 | 2024.08.16 04:40:02.782192 [ 191 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
| 11201 | 2024.08.16 04:40:02.782657 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11202 | 2024.08.16 04:40:02.782683 [ 191 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 27 rows starting from the beginning of the part | ||
| 11203 | 2024.08.16 04:40:02.782801 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11204 | 2024.08.16 04:40:02.782972 [ 191 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
| 11205 | 2024.08.16 04:40:02.783769 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11206 | 2024.08.16 04:40:02.784723 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11207 | 2024.08.16 04:40:02.784804 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11208 | 2024.08.16 04:40:02.785723 [ 200 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 97 rows, containing 4 columns (4 merged, 0 gathered) in 0.004635612 sec., 20924.96093288222 rows/sec., 1.66 MiB/sec. | ||
| 11209 | 2024.08.16 04:40:02.785753 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11210 | 2024.08.16 04:40:02.785980 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11211 | 2024.08.16 04:40:02.786339 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11212 | 2024.08.16 04:40:02.786741 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.004267 sec., 15936.25498007968 rows/sec., 1.25 MiB/sec. | ||
| 11213 | 2024.08.16 04:40:02.786985 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11214 | 2024.08.16 04:40:02.787075 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Debug> DynamicQueryHandler: Done processing query | ||
| 11215 | 2024.08.16 04:40:02.787115 [ 3 ] {3de9d935-8d98-4c1e-ab37-a0c313a24384} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11216 | 2024.08.16 04:40:02.787139 [ 186 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_46_9} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11217 | 2024.08.16 04:40:02.787153 [ 3 ] {} <Debug> HTTP-Session: 13ac3aea-e7b9-496e-af38-d9e4fb26162c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11218 | 2024.08.16 04:40:02.787305 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11219 | 2024.08.16 04:40:02.787361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11220 | 2024.08.16 04:40:02.787422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11221 | 2024.08.16 04:40:02.787443 [ 3 ] {} <Debug> HTTP-Session: 6c7d077b-18f0-4c19-9954-f5b39f813ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11222 | 2024.08.16 04:40:02.787461 [ 3 ] {} <Debug> HTTP-Session: 6c7d077b-18f0-4c19-9954-f5b39f813ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11223 | 2024.08.16 04:40:02.787474 [ 3 ] {} <Debug> HTTP-Session: 6c7d077b-18f0-4c19-9954-f5b39f813ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11224 | 2024.08.16 04:40:02.787515 [ 3 ] {} <Trace> HTTP-Session: 6c7d077b-18f0-4c19-9954-f5b39f813ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11225 | 2024.08.16 04:40:02.787653 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11226 | 2024.08.16 04:40:02.787701 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11227 | 2024.08.16 04:40:02.787860 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11228 | 2024.08.16 04:40:02.788228 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11229 | 2024.08.16 04:40:02.788267 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11230 | 2024.08.16 04:40:02.788595 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11231 | 2024.08.16 04:40:02.788916 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11232 | 2024.08.16 04:40:02.789069 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00146 sec., 46575.34246575343 rows/sec., 3.64 MiB/sec. | ||
| 11233 | 2024.08.16 04:40:02.789253 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11234 | 2024.08.16 04:40:02.789278 [ 3 ] {fd810b0a-3af8-4982-bc39-76919b4b058f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11235 | 2024.08.16 04:40:02.789295 [ 3 ] {} <Debug> HTTP-Session: 6c7d077b-18f0-4c19-9954-f5b39f813ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11236 | 2024.08.16 04:40:02.789457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11237 | 2024.08.16 04:40:02.789508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11238 | 2024.08.16 04:40:02.789528 [ 3 ] {} <Debug> HTTP-Session: ce7e2530-b51e-41d6-8c63-ff1862521ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11239 | 2024.08.16 04:40:02.789545 [ 3 ] {} <Debug> HTTP-Session: ce7e2530-b51e-41d6-8c63-ff1862521ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11240 | 2024.08.16 04:40:02.789559 [ 3 ] {} <Debug> HTTP-Session: ce7e2530-b51e-41d6-8c63-ff1862521ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11241 | 2024.08.16 04:40:02.789599 [ 3 ] {} <Trace> HTTP-Session: ce7e2530-b51e-41d6-8c63-ff1862521ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11242 | 2024.08.16 04:40:02.789786 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11243 | 2024.08.16 04:40:02.789845 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11244 | 2024.08.16 04:40:02.790021 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11245 | 2024.08.16 04:40:02.790428 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11246 | 2024.08.16 04:40:02.790465 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11247 | 2024.08.16 04:40:02.790853 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11248 | 2024.08.16 04:40:02.791197 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11249 | 2024.08.16 04:40:02.791357 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. | ||
| 11250 | 2024.08.16 04:40:02.791549 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11251 | 2024.08.16 04:40:02.791587 [ 3 ] {d461a67a-fe66-4cd8-8de8-9049f6886bc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11252 | 2024.08.16 04:40:02.791612 [ 3 ] {} <Debug> HTTP-Session: ce7e2530-b51e-41d6-8c63-ff1862521ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11253 | 2024.08.16 04:40:02.791757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11254 | 2024.08.16 04:40:02.791809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11255 | 2024.08.16 04:40:02.791828 [ 3 ] {} <Debug> HTTP-Session: 6b584ba9-02e3-4ac3-914b-d4b907dfe152 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11256 | 2024.08.16 04:40:02.791846 [ 3 ] {} <Debug> HTTP-Session: 6b584ba9-02e3-4ac3-914b-d4b907dfe152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11257 | 2024.08.16 04:40:02.791860 [ 3 ] {} <Debug> HTTP-Session: 6b584ba9-02e3-4ac3-914b-d4b907dfe152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11258 | 2024.08.16 04:40:02.791891 [ 3 ] {} <Trace> HTTP-Session: 6b584ba9-02e3-4ac3-914b-d4b907dfe152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11259 | 2024.08.16 04:40:02.792038 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11260 | 2024.08.16 04:40:02.792102 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <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 | ||
| 11261 | 2024.08.16 04:40:02.792531 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11262 | 2024.08.16 04:40:02.793022 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11263 | 2024.08.16 04:40:02.793058 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11264 | 2024.08.16 04:40:02.793641 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11265 | 2024.08.16 04:40:02.794055 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11266 | 2024.08.16 04:40:02.794233 [ 119 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11267 | 2024.08.16 04:40:02.794254 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002277 sec., 1756.697408871322 rows/sec., 3.15 MiB/sec. | ||
| 11268 | 2024.08.16 04:40:02.794298 [ 119 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11269 | 2024.08.16 04:40:02.794371 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11270 | 2024.08.16 04:40:02.794700 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 11271 | 2024.08.16 04:40:02.794930 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Debug> DynamicQueryHandler: Done processing query | ||
| 11272 | 2024.08.16 04:40:02.794982 [ 3 ] {363597d8-c08b-474d-bfe6-0afd88df8d60} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11273 | 2024.08.16 04:40:02.795043 [ 3 ] {} <Debug> HTTP-Session: 6b584ba9-02e3-4ac3-914b-d4b907dfe152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11274 | 2024.08.16 04:40:02.795214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11275 | 2024.08.16 04:40:02.795285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11276 | 2024.08.16 04:40:02.795319 [ 3 ] {} <Debug> HTTP-Session: 48cfa33b-7b84-424b-b981-b7e43186f22f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11277 | 2024.08.16 04:40:02.795350 [ 3 ] {} <Debug> HTTP-Session: 48cfa33b-7b84-424b-b981-b7e43186f22f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11278 | 2024.08.16 04:40:02.795377 [ 3 ] {} <Debug> HTTP-Session: 48cfa33b-7b84-424b-b981-b7e43186f22f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11279 | 2024.08.16 04:40:02.795402 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11280 | 2024.08.16 04:40:02.795425 [ 3 ] {} <Trace> HTTP-Session: 48cfa33b-7b84-424b-b981-b7e43186f22f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11281 | 2024.08.16 04:40:02.795475 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 667 rows starting from the beginning of the part | ||
| 11282 | 2024.08.16 04:40:02.795589 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11283 | 2024.08.16 04:40:02.795741 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11284 | 2024.08.16 04:40:02.796069 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
| 11285 | 2024.08.16 04:40:02.796385 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11286 | 2024.08.16 04:40:02.796675 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 27 rows starting from the beginning of the part | ||
| 11287 | 2024.08.16 04:40:02.797174 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
| 11288 | 2024.08.16 04:40:02.797264 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11289 | 2024.08.16 04:40:02.797326 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11290 | 2024.08.16 04:40:02.797550 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 27 rows starting from the beginning of the part | ||
| 11291 | 2024.08.16 04:40:02.797929 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
| 11292 | 2024.08.16 04:40:02.798293 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11293 | 2024.08.16 04:40:02.798791 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11294 | 2024.08.16 04:40:02.799064 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003537 sec., 16963.52841391009 rows/sec., 1.14 MiB/sec. | ||
| 11295 | 2024.08.16 04:40:02.799248 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Debug> DynamicQueryHandler: Done processing query | ||
| 11296 | 2024.08.16 04:40:02.799274 [ 3 ] {78ae96fb-bb0d-4feb-a6b2-1299c9becead} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11297 | 2024.08.16 04:40:02.799292 [ 3 ] {} <Debug> HTTP-Session: 48cfa33b-7b84-424b-b981-b7e43186f22f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11298 | 2024.08.16 04:40:02.802011 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 733 rows, containing 19 columns (19 merged, 0 gathered) in 0.007505482 sec., 97661.94895944057 rows/sec., 175.01 MiB/sec. | ||
| 11299 | 2024.08.16 04:40:02.803034 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11300 | 2024.08.16 04:40:02.803583 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11301 | 2024.08.16 04:40:02.803661 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11302 | 2024.08.16 04:40:02.803768 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. | ||
| 11303 | 2024.08.16 04:40:04.667644 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11304 | 2024.08.16 04:40:04.667693 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11305 | 2024.08.16 04:40:07.784373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11306 | 2024.08.16 04:40:07.784511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11307 | 2024.08.16 04:40:07.784540 [ 3 ] {} <Debug> HTTP-Session: ac886c73-9dc1-4a1f-8f7f-649895b38533 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11308 | 2024.08.16 04:40:07.784568 [ 3 ] {} <Debug> HTTP-Session: ac886c73-9dc1-4a1f-8f7f-649895b38533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11309 | 2024.08.16 04:40:07.784586 [ 3 ] {} <Debug> HTTP-Session: ac886c73-9dc1-4a1f-8f7f-649895b38533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11310 | 2024.08.16 04:40:07.784639 [ 3 ] {} <Trace> HTTP-Session: ac886c73-9dc1-4a1f-8f7f-649895b38533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11311 | 2024.08.16 04:40:07.784844 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11312 | 2024.08.16 04:40:07.784917 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11313 | 2024.08.16 04:40:07.785134 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11314 | 2024.08.16 04:40:07.785606 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11315 | 2024.08.16 04:40:07.785649 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11316 | 2024.08.16 04:40:07.786014 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11317 | 2024.08.16 04:40:07.786346 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11318 | 2024.08.16 04:40:07.786501 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001714 sec., 15752.625437572928 rows/sec., 1.25 MiB/sec. | ||
| 11319 | 2024.08.16 04:40:07.786744 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Debug> DynamicQueryHandler: Done processing query | ||
| 11320 | 2024.08.16 04:40:07.786771 [ 3 ] {85fef344-9d90-4b80-81e0-452baa316322} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11321 | 2024.08.16 04:40:07.786788 [ 3 ] {} <Debug> HTTP-Session: ac886c73-9dc1-4a1f-8f7f-649895b38533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11322 | 2024.08.16 04:40:07.786971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11323 | 2024.08.16 04:40:07.787028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11324 | 2024.08.16 04:40:07.787048 [ 3 ] {} <Debug> HTTP-Session: 5d85ee1f-327c-440b-87e4-0b8a4c130c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11325 | 2024.08.16 04:40:07.787067 [ 3 ] {} <Debug> HTTP-Session: 5d85ee1f-327c-440b-87e4-0b8a4c130c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11326 | 2024.08.16 04:40:07.787081 [ 3 ] {} <Debug> HTTP-Session: 5d85ee1f-327c-440b-87e4-0b8a4c130c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11327 | 2024.08.16 04:40:07.787117 [ 3 ] {} <Trace> HTTP-Session: 5d85ee1f-327c-440b-87e4-0b8a4c130c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11328 | 2024.08.16 04:40:07.787295 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11329 | 2024.08.16 04:40:07.787343 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11330 | 2024.08.16 04:40:07.787486 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11331 | 2024.08.16 04:40:07.788010 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11332 | 2024.08.16 04:40:07.788048 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11333 | 2024.08.16 04:40:07.788377 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11334 | 2024.08.16 04:40:07.788690 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11335 | 2024.08.16 04:40:07.788861 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001649 sec., 163735.59733171618 rows/sec., 14.31 MiB/sec. | ||
| 11336 | 2024.08.16 04:40:07.789038 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Debug> DynamicQueryHandler: Done processing query | ||
| 11337 | 2024.08.16 04:40:07.789062 [ 3 ] {f5725dd1-4291-4f9f-b395-d65749feb485} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 11338 | 2024.08.16 04:40:07.789079 [ 3 ] {} <Debug> HTTP-Session: 5d85ee1f-327c-440b-87e4-0b8a4c130c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11339 | 2024.08.16 04:40:07.789241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11340 | 2024.08.16 04:40:07.789292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11341 | 2024.08.16 04:40:07.789310 [ 3 ] {} <Debug> HTTP-Session: 70e050d5-a446-49a3-9ed7-740294df965d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11342 | 2024.08.16 04:40:07.789328 [ 3 ] {} <Debug> HTTP-Session: 70e050d5-a446-49a3-9ed7-740294df965d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11343 | 2024.08.16 04:40:07.789342 [ 3 ] {} <Debug> HTTP-Session: 70e050d5-a446-49a3-9ed7-740294df965d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11344 | 2024.08.16 04:40:07.789375 [ 3 ] {} <Trace> HTTP-Session: 70e050d5-a446-49a3-9ed7-740294df965d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11345 | 2024.08.16 04:40:07.789476 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11346 | 2024.08.16 04:40:07.789520 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11347 | 2024.08.16 04:40:07.789650 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11348 | 2024.08.16 04:40:07.789961 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11349 | 2024.08.16 04:40:07.789998 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11350 | 2024.08.16 04:40:07.790308 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11351 | 2024.08.16 04:40:07.790627 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11352 | 2024.08.16 04:40:07.790784 [ 115 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11353 | 2024.08.16 04:40:07.790794 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001332 sec., 10510.51051051051 rows/sec., 736.09 KiB/sec. | ||
| 11354 | 2024.08.16 04:40:07.790871 [ 115 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11355 | 2024.08.16 04:40:07.790940 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11356 | 2024.08.16 04:40:07.791174 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Debug> DynamicQueryHandler: Done processing query | ||
| 11357 | 2024.08.16 04:40:07.791234 [ 3 ] {fe1d27c2-9a2f-4b44-8115-02ae7f316862} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11358 | 2024.08.16 04:40:07.791291 [ 3 ] {} <Debug> HTTP-Session: 70e050d5-a446-49a3-9ed7-740294df965d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11359 | 2024.08.16 04:40:07.791298 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::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 | ||
| 11360 | 2024.08.16 04:40:07.791603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11361 | 2024.08.16 04:40:07.791772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11362 | 2024.08.16 04:40:07.791854 [ 3 ] {} <Debug> HTTP-Session: 9a49823c-2395-4ca8-b184-1e9030af9e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11363 | 2024.08.16 04:40:07.791932 [ 3 ] {} <Debug> HTTP-Session: 9a49823c-2395-4ca8-b184-1e9030af9e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11364 | 2024.08.16 04:40:07.791944 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11365 | 2024.08.16 04:40:07.791960 [ 3 ] {} <Debug> HTTP-Session: 9a49823c-2395-4ca8-b184-1e9030af9e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11366 | 2024.08.16 04:40:07.792006 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
| 11367 | 2024.08.16 04:40:07.792027 [ 3 ] {} <Trace> HTTP-Session: 9a49823c-2395-4ca8-b184-1e9030af9e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11368 | 2024.08.16 04:40:07.792183 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 11369 | 2024.08.16 04:40:07.792289 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11370 | 2024.08.16 04:40:07.792508 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11371 | 2024.08.16 04:40:07.792524 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part | ||
| 11372 | 2024.08.16 04:40:07.792945 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 11373 | 2024.08.16 04:40:07.793380 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11374 | 2024.08.16 04:40:07.793703 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11375 | 2024.08.16 04:40:07.793917 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11376 | 2024.08.16 04:40:07.794950 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11377 | 2024.08.16 04:40:07.795017 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11378 | 2024.08.16 04:40:07.796012 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11379 | 2024.08.16 04:40:07.796811 [ 200 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.005757759 sec., 91354.98724416913 rows/sec., 5.86 MiB/sec. | ||
| 11380 | 2024.08.16 04:40:07.796934 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11381 | 2024.08.16 04:40:07.796995 [ 200 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11382 | 2024.08.16 04:40:07.797197 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005022 sec., 1194.743130227001 rows/sec., 70.59 KiB/sec. | ||
| 11383 | 2024.08.16 04:40:07.797458 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11384 | 2024.08.16 04:40:07.797488 [ 3 ] {b4c7b33d-983a-4080-865c-a31a450580d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11385 | 2024.08.16 04:40:07.797508 [ 3 ] {} <Debug> HTTP-Session: 9a49823c-2395-4ca8-b184-1e9030af9e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11386 | 2024.08.16 04:40:07.797660 [ 200 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11387 | 2024.08.16 04:40:07.797692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11388 | 2024.08.16 04:40:07.797755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11389 | 2024.08.16 04:40:07.797776 [ 3 ] {} <Debug> HTTP-Session: 5ee2e19a-969d-4e1c-84fe-5e52e8d4587e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11390 | 2024.08.16 04:40:07.797792 [ 200 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_36_7} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11391 | 2024.08.16 04:40:07.797798 [ 3 ] {} <Debug> HTTP-Session: 5ee2e19a-969d-4e1c-84fe-5e52e8d4587e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11392 | 2024.08.16 04:40:07.797824 [ 3 ] {} <Debug> HTTP-Session: 5ee2e19a-969d-4e1c-84fe-5e52e8d4587e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11393 | 2024.08.16 04:40:07.797876 [ 3 ] {} <Trace> HTTP-Session: 5ee2e19a-969d-4e1c-84fe-5e52e8d4587e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11394 | 2024.08.16 04:40:07.797899 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 11395 | 2024.08.16 04:40:07.798120 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11396 | 2024.08.16 04:40:07.798165 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11397 | 2024.08.16 04:40:07.798296 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11398 | 2024.08.16 04:40:07.798874 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11399 | 2024.08.16 04:40:07.798912 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11400 | 2024.08.16 04:40:07.799243 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11401 | 2024.08.16 04:40:07.799562 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11402 | 2024.08.16 04:40:07.799726 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001721 sec., 237652.52760023242 rows/sec., 16.93 MiB/sec. | ||
| 11403 | 2024.08.16 04:40:07.799991 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11404 | 2024.08.16 04:40:07.800045 [ 3 ] {ef3d38b0-e6f1-44ec-a06a-45ffbd41456d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 11405 | 2024.08.16 04:40:07.800109 [ 3 ] {} <Debug> HTTP-Session: 5ee2e19a-969d-4e1c-84fe-5e52e8d4587e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11406 | 2024.08.16 04:40:07.800387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11407 | 2024.08.16 04:40:07.800440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11408 | 2024.08.16 04:40:07.800459 [ 3 ] {} <Debug> HTTP-Session: 4b96302d-9544-440f-abd3-49f9e02040af Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11409 | 2024.08.16 04:40:07.800478 [ 3 ] {} <Debug> HTTP-Session: 4b96302d-9544-440f-abd3-49f9e02040af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11410 | 2024.08.16 04:40:07.800492 [ 3 ] {} <Debug> HTTP-Session: 4b96302d-9544-440f-abd3-49f9e02040af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11411 | 2024.08.16 04:40:07.800526 [ 3 ] {} <Trace> HTTP-Session: 4b96302d-9544-440f-abd3-49f9e02040af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11412 | 2024.08.16 04:40:07.800628 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11413 | 2024.08.16 04:40:07.800674 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11414 | 2024.08.16 04:40:07.800822 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11415 | 2024.08.16 04:40:07.801122 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11416 | 2024.08.16 04:40:07.801159 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11417 | 2024.08.16 04:40:07.801525 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11418 | 2024.08.16 04:40:07.801853 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11419 | 2024.08.16 04:40:07.802018 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 222.80 KiB/sec. | ||
| 11420 | 2024.08.16 04:40:07.802188 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11421 | 2024.08.16 04:40:07.802212 [ 3 ] {833ab4c7-7daf-45cb-bfa1-6a430db885fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11422 | 2024.08.16 04:40:07.802228 [ 3 ] {} <Debug> HTTP-Session: 4b96302d-9544-440f-abd3-49f9e02040af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11423 | 2024.08.16 04:40:07.802373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11424 | 2024.08.16 04:40:07.802422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11425 | 2024.08.16 04:40:07.802440 [ 3 ] {} <Debug> HTTP-Session: 0c4b2b29-860e-4708-9972-b3d7673b0e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11426 | 2024.08.16 04:40:07.802458 [ 3 ] {} <Debug> HTTP-Session: 0c4b2b29-860e-4708-9972-b3d7673b0e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11427 | 2024.08.16 04:40:07.802472 [ 3 ] {} <Debug> HTTP-Session: 0c4b2b29-860e-4708-9972-b3d7673b0e51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11428 | 2024.08.16 04:40:07.802504 [ 3 ] {} <Trace> HTTP-Session: 0c4b2b29-860e-4708-9972-b3d7673b0e51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11429 | 2024.08.16 04:40:07.802714 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11430 | 2024.08.16 04:40:07.802762 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11431 | 2024.08.16 04:40:07.802908 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11432 | 2024.08.16 04:40:07.803343 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11433 | 2024.08.16 04:40:07.803379 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11434 | 2024.08.16 04:40:07.803771 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11435 | 2024.08.16 04:40:07.804109 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11436 | 2024.08.16 04:40:07.804269 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001663 sec., 142513.52976548407 rows/sec., 9.55 MiB/sec. | ||
| 11437 | 2024.08.16 04:40:07.804450 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Debug> DynamicQueryHandler: Done processing query | ||
| 11438 | 2024.08.16 04:40:07.804475 [ 3 ] {bd68321f-6ac7-4ce0-bbe8-4a6157b3cc60} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11439 | 2024.08.16 04:40:07.804491 [ 3 ] {} <Debug> HTTP-Session: 0c4b2b29-860e-4708-9972-b3d7673b0e51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11440 | 2024.08.16 04:40:07.804672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11441 | 2024.08.16 04:40:07.804720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11442 | 2024.08.16 04:40:07.804739 [ 3 ] {} <Debug> HTTP-Session: 30ea5ee3-4e3a-43fa-bf0c-b9c9bc43677e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11443 | 2024.08.16 04:40:07.804756 [ 3 ] {} <Debug> HTTP-Session: 30ea5ee3-4e3a-43fa-bf0c-b9c9bc43677e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11444 | 2024.08.16 04:40:07.804771 [ 3 ] {} <Debug> HTTP-Session: 30ea5ee3-4e3a-43fa-bf0c-b9c9bc43677e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11445 | 2024.08.16 04:40:07.804802 [ 3 ] {} <Trace> HTTP-Session: 30ea5ee3-4e3a-43fa-bf0c-b9c9bc43677e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11446 | 2024.08.16 04:40:07.804895 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11447 | 2024.08.16 04:40:07.804940 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11448 | 2024.08.16 04:40:07.805067 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11449 | 2024.08.16 04:40:07.805352 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11450 | 2024.08.16 04:40:07.805389 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11451 | 2024.08.16 04:40:07.805739 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11452 | 2024.08.16 04:40:07.806053 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11453 | 2024.08.16 04:40:07.806212 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 50.32 KiB/sec. | ||
| 11454 | 2024.08.16 04:40:07.806381 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Debug> DynamicQueryHandler: Done processing query | ||
| 11455 | 2024.08.16 04:40:07.806406 [ 3 ] {afeac867-059c-491e-844c-f6d897c84a44} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11456 | 2024.08.16 04:40:07.806421 [ 3 ] {} <Debug> HTTP-Session: 30ea5ee3-4e3a-43fa-bf0c-b9c9bc43677e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11457 | 2024.08.16 04:40:07.806571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11458 | 2024.08.16 04:40:07.806620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11459 | 2024.08.16 04:40:07.806638 [ 3 ] {} <Debug> HTTP-Session: 74b51b9a-a895-4f14-8799-57bcc30c85ca Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11460 | 2024.08.16 04:40:07.806655 [ 3 ] {} <Debug> HTTP-Session: 74b51b9a-a895-4f14-8799-57bcc30c85ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11461 | 2024.08.16 04:40:07.806669 [ 3 ] {} <Debug> HTTP-Session: 74b51b9a-a895-4f14-8799-57bcc30c85ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11462 | 2024.08.16 04:40:07.806700 [ 3 ] {} <Trace> HTTP-Session: 74b51b9a-a895-4f14-8799-57bcc30c85ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11463 | 2024.08.16 04:40:07.807015 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11464 | 2024.08.16 04:40:07.807080 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <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 | ||
| 11465 | 2024.08.16 04:40:07.807499 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11466 | 2024.08.16 04:40:07.808229 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11467 | 2024.08.16 04:40:07.808266 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11468 | 2024.08.16 04:40:07.808902 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11469 | 2024.08.16 04:40:07.809309 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11470 | 2024.08.16 04:40:07.809498 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002702 sec., 9992.59807549963 rows/sec., 17.91 MiB/sec. | ||
| 11471 | 2024.08.16 04:40:07.809725 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Debug> DynamicQueryHandler: Done processing query | ||
| 11472 | 2024.08.16 04:40:07.809752 [ 3 ] {693653ef-acc1-4ece-b587-ee2b3c2d6302} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11473 | 2024.08.16 04:40:07.809767 [ 3 ] {} <Debug> HTTP-Session: 74b51b9a-a895-4f14-8799-57bcc30c85ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11474 | 2024.08.16 04:40:07.809912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11475 | 2024.08.16 04:40:07.809961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11476 | 2024.08.16 04:40:07.809981 [ 3 ] {} <Debug> HTTP-Session: 4d263d60-4cf4-4051-bf7f-0708df25d669 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11477 | 2024.08.16 04:40:07.809997 [ 3 ] {} <Debug> HTTP-Session: 4d263d60-4cf4-4051-bf7f-0708df25d669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11478 | 2024.08.16 04:40:07.810011 [ 3 ] {} <Debug> HTTP-Session: 4d263d60-4cf4-4051-bf7f-0708df25d669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11479 | 2024.08.16 04:40:07.810042 [ 3 ] {} <Trace> HTTP-Session: 4d263d60-4cf4-4051-bf7f-0708df25d669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11480 | 2024.08.16 04:40:07.810174 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11481 | 2024.08.16 04:40:07.810218 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11482 | 2024.08.16 04:40:07.810344 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11483 | 2024.08.16 04:40:07.810687 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11484 | 2024.08.16 04:40:07.810725 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11485 | 2024.08.16 04:40:07.811087 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11486 | 2024.08.16 04:40:07.811402 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11487 | 2024.08.16 04:40:07.811566 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
| 11488 | 2024.08.16 04:40:07.811737 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11489 | 2024.08.16 04:40:07.811761 [ 3 ] {07d1661d-d3b0-41ab-8516-8d630168c42f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11490 | 2024.08.16 04:40:07.811778 [ 3 ] {} <Debug> HTTP-Session: 4d263d60-4cf4-4051-bf7f-0708df25d669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11491 | 2024.08.16 04:40:12.807487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11492 | 2024.08.16 04:40:12.807614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11493 | 2024.08.16 04:40:12.807643 [ 3 ] {} <Debug> HTTP-Session: d78880b6-1137-4206-a5f6-f0ba06784625 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11494 | 2024.08.16 04:40:12.807672 [ 3 ] {} <Debug> HTTP-Session: d78880b6-1137-4206-a5f6-f0ba06784625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11495 | 2024.08.16 04:40:12.807689 [ 3 ] {} <Debug> HTTP-Session: d78880b6-1137-4206-a5f6-f0ba06784625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11496 | 2024.08.16 04:40:12.807745 [ 3 ] {} <Trace> HTTP-Session: d78880b6-1137-4206-a5f6-f0ba06784625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11497 | 2024.08.16 04:40:12.807947 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11498 | 2024.08.16 04:40:12.808022 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11499 | 2024.08.16 04:40:12.808297 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11500 | 2024.08.16 04:40:12.808881 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11501 | 2024.08.16 04:40:12.808928 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11502 | 2024.08.16 04:40:12.809297 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11503 | 2024.08.16 04:40:12.809636 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11504 | 2024.08.16 04:40:12.809820 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001931 sec., 2071.465561885034 rows/sec., 167.90 KiB/sec. | ||
| 11505 | 2024.08.16 04:40:12.810032 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 11506 | 2024.08.16 04:40:12.810060 [ 3 ] {f85e1eb5-ccab-4b4a-af20-0a0404b121ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11507 | 2024.08.16 04:40:12.810077 [ 3 ] {} <Debug> HTTP-Session: d78880b6-1137-4206-a5f6-f0ba06784625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11508 | 2024.08.16 04:40:12.810384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11509 | 2024.08.16 04:40:12.810439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11510 | 2024.08.16 04:40:12.810458 [ 3 ] {} <Debug> HTTP-Session: 7f632ecb-3b29-4284-894f-ea8101be0bdc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11511 | 2024.08.16 04:40:12.810476 [ 3 ] {} <Debug> HTTP-Session: 7f632ecb-3b29-4284-894f-ea8101be0bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11512 | 2024.08.16 04:40:12.810490 [ 3 ] {} <Debug> HTTP-Session: 7f632ecb-3b29-4284-894f-ea8101be0bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11513 | 2024.08.16 04:40:12.810526 [ 3 ] {} <Trace> HTTP-Session: 7f632ecb-3b29-4284-894f-ea8101be0bdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11514 | 2024.08.16 04:40:12.810998 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11515 | 2024.08.16 04:40:12.811047 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11516 | 2024.08.16 04:40:12.811182 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11517 | 2024.08.16 04:40:12.812436 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11518 | 2024.08.16 04:40:12.812474 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11519 | 2024.08.16 04:40:12.812860 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11520 | 2024.08.16 04:40:12.813163 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11521 | 2024.08.16 04:40:12.813322 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Debug> executeQuery: Read 1208 rows, 101.60 KiB in 0.002626 sec., 460015.23229246004 rows/sec., 37.78 MiB/sec. | ||
| 11522 | 2024.08.16 04:40:12.813593 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Debug> DynamicQueryHandler: Done processing query | ||
| 11523 | 2024.08.16 04:40:12.813650 [ 3 ] {1f7bf06c-4e6c-4c7f-83d2-cd15b6920328} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 11524 | 2024.08.16 04:40:12.813708 [ 3 ] {} <Debug> HTTP-Session: 7f632ecb-3b29-4284-894f-ea8101be0bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11525 | 2024.08.16 04:40:12.813972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11526 | 2024.08.16 04:40:12.814053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11527 | 2024.08.16 04:40:12.814072 [ 3 ] {} <Debug> HTTP-Session: 32ddc618-861f-439a-95e9-a1c804cd31fb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11528 | 2024.08.16 04:40:12.814091 [ 3 ] {} <Debug> HTTP-Session: 32ddc618-861f-439a-95e9-a1c804cd31fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11529 | 2024.08.16 04:40:12.814105 [ 3 ] {} <Debug> HTTP-Session: 32ddc618-861f-439a-95e9-a1c804cd31fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11530 | 2024.08.16 04:40:12.814140 [ 3 ] {} <Trace> HTTP-Session: 32ddc618-861f-439a-95e9-a1c804cd31fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11531 | 2024.08.16 04:40:12.814297 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11532 | 2024.08.16 04:40:12.814346 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11533 | 2024.08.16 04:40:12.814489 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11534 | 2024.08.16 04:40:12.814912 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11535 | 2024.08.16 04:40:12.814950 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11536 | 2024.08.16 04:40:12.815290 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11537 | 2024.08.16 04:40:12.815592 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2024.08.16 04:40:12.815737 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001515 sec., 150495.0495049505 rows/sec., 10.19 MiB/sec. | ||
| 11539 | 2024.08.16 04:40:12.815925 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Debug> DynamicQueryHandler: Done processing query | ||
| 11540 | 2024.08.16 04:40:12.815952 [ 3 ] {a923a148-e5ab-4a04-adcd-e5d591195d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 11541 | 2024.08.16 04:40:12.815976 [ 3 ] {} <Debug> HTTP-Session: 32ddc618-861f-439a-95e9-a1c804cd31fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11542 | 2024.08.16 04:40:12.816218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 86510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11543 | 2024.08.16 04:40:12.816290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11544 | 2024.08.16 04:40:12.816319 [ 3 ] {} <Debug> HTTP-Session: 5d8ca697-f0c2-44d6-b6a9-98ff9446086a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11545 | 2024.08.16 04:40:12.816345 [ 3 ] {} <Debug> HTTP-Session: 5d8ca697-f0c2-44d6-b6a9-98ff9446086a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11546 | 2024.08.16 04:40:12.816368 [ 3 ] {} <Debug> HTTP-Session: 5d8ca697-f0c2-44d6-b6a9-98ff9446086a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11547 | 2024.08.16 04:40:12.816412 [ 3 ] {} <Trace> HTTP-Session: 5d8ca697-f0c2-44d6-b6a9-98ff9446086a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11548 | 2024.08.16 04:40:12.816881 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11549 | 2024.08.16 04:40:12.816932 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11550 | 2024.08.16 04:40:12.817069 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11551 | 2024.08.16 04:40:12.817866 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2024.08.16 04:40:12.817903 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11553 | 2024.08.16 04:40:12.818235 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11554 | 2024.08.16 04:40:12.818553 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2024.08.16 04:40:12.818704 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Debug> executeQuery: Read 524 rows, 39.72 KiB in 0.002124 sec., 246704.33145009415 rows/sec., 18.26 MiB/sec. | ||
| 11556 | 2024.08.16 04:40:12.818874 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 11557 | 2024.08.16 04:40:12.818899 [ 3 ] {52f1424d-b2f7-41d7-897d-948063a869d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 11558 | 2024.08.16 04:40:12.818914 [ 3 ] {} <Debug> HTTP-Session: 5d8ca697-f0c2-44d6-b6a9-98ff9446086a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11559 | 2024.08.16 04:40:12.819262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160318, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11560 | 2024.08.16 04:40:12.819313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11561 | 2024.08.16 04:40:12.819333 [ 3 ] {} <Debug> HTTP-Session: 9b91b726-df3c-4286-afbf-3cb771566333 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11562 | 2024.08.16 04:40:12.819350 [ 3 ] {} <Debug> HTTP-Session: 9b91b726-df3c-4286-afbf-3cb771566333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11563 | 2024.08.16 04:40:12.819364 [ 3 ] {} <Debug> HTTP-Session: 9b91b726-df3c-4286-afbf-3cb771566333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11564 | 2024.08.16 04:40:12.819395 [ 3 ] {} <Trace> HTTP-Session: 9b91b726-df3c-4286-afbf-3cb771566333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11565 | 2024.08.16 04:40:12.819791 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11566 | 2024.08.16 04:40:12.819840 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11567 | 2024.08.16 04:40:12.819989 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11568 | 2024.08.16 04:40:12.820750 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11569 | 2024.08.16 04:40:12.820786 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11570 | 2024.08.16 04:40:12.821223 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11571 | 2024.08.16 04:40:12.821563 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11572 | 2024.08.16 04:40:12.821718 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002178 sec., 387511.4784205694 rows/sec., 26.08 MiB/sec. | ||
| 11573 | 2024.08.16 04:40:12.821887 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Debug> DynamicQueryHandler: Done processing query | ||
| 11574 | 2024.08.16 04:40:12.821911 [ 3 ] {95ab2ff1-0a33-4673-83de-9023a2174635} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 11575 | 2024.08.16 04:40:12.821926 [ 3 ] {} <Debug> HTTP-Session: 9b91b726-df3c-4286-afbf-3cb771566333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11576 | 2024.08.16 04:40:12.822085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11577 | 2024.08.16 04:40:12.822133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11578 | 2024.08.16 04:40:12.822152 [ 3 ] {} <Debug> HTTP-Session: 60108a95-9ca0-4cec-9b0b-b93bea9062e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11579 | 2024.08.16 04:40:12.822168 [ 3 ] {} <Debug> HTTP-Session: 60108a95-9ca0-4cec-9b0b-b93bea9062e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11580 | 2024.08.16 04:40:12.822182 [ 3 ] {} <Debug> HTTP-Session: 60108a95-9ca0-4cec-9b0b-b93bea9062e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11581 | 2024.08.16 04:40:12.822213 [ 3 ] {} <Trace> HTTP-Session: 60108a95-9ca0-4cec-9b0b-b93bea9062e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11582 | 2024.08.16 04:40:12.822338 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11583 | 2024.08.16 04:40:12.822401 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <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 | ||
| 11584 | 2024.08.16 04:40:12.822819 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11585 | 2024.08.16 04:40:12.823352 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11586 | 2024.08.16 04:40:12.823390 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11587 | 2024.08.16 04:40:12.823968 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11588 | 2024.08.16 04:40:12.824388 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11589 | 2024.08.16 04:40:12.824591 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002296 sec., 1742.1602787456447 rows/sec., 3.12 MiB/sec. | ||
| 11590 | 2024.08.16 04:40:12.825136 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Debug> DynamicQueryHandler: Done processing query | ||
| 11591 | 2024.08.16 04:40:12.825165 [ 3 ] {b1bb79f3-d4d1-4a64-8081-93e612b30e02} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11592 | 2024.08.16 04:40:12.825182 [ 3 ] {} <Debug> HTTP-Session: 60108a95-9ca0-4cec-9b0b-b93bea9062e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11593 | 2024.08.16 04:40:12.825302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11594 | 2024.08.16 04:40:12.825353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11595 | 2024.08.16 04:40:12.825372 [ 3 ] {} <Debug> HTTP-Session: 4bf1740c-eaf9-460c-b410-25d32d35e884 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11596 | 2024.08.16 04:40:12.825389 [ 3 ] {} <Debug> HTTP-Session: 4bf1740c-eaf9-460c-b410-25d32d35e884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11597 | 2024.08.16 04:40:12.825402 [ 3 ] {} <Debug> HTTP-Session: 4bf1740c-eaf9-460c-b410-25d32d35e884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11598 | 2024.08.16 04:40:12.825433 [ 3 ] {} <Trace> HTTP-Session: 4bf1740c-eaf9-460c-b410-25d32d35e884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11599 | 2024.08.16 04:40:12.825551 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11600 | 2024.08.16 04:40:12.825598 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11601 | 2024.08.16 04:40:12.825748 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11602 | 2024.08.16 04:40:12.826044 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11603 | 2024.08.16 04:40:12.826080 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 11604 | 2024.08.16 04:40:12.826450 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11605 | 2024.08.16 04:40:12.826776 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11606 | 2024.08.16 04:40:12.826934 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 11607 | 2024.08.16 04:40:12.827098 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11608 | 2024.08.16 04:40:12.827123 [ 3 ] {e3e201bb-15d8-47c0-8f0f-50d0639f984a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11609 | 2024.08.16 04:40:12.827138 [ 3 ] {} <Debug> HTTP-Session: 4bf1740c-eaf9-460c-b410-25d32d35e884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11610 | 2024.08.16 04:40:17.785098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11611 | 2024.08.16 04:40:17.785247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11612 | 2024.08.16 04:40:17.785277 [ 3 ] {} <Debug> HTTP-Session: 40fe3a7f-f46b-4383-a51b-46580a864b3e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11613 | 2024.08.16 04:40:17.785308 [ 3 ] {} <Debug> HTTP-Session: 40fe3a7f-f46b-4383-a51b-46580a864b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11614 | 2024.08.16 04:40:17.785327 [ 3 ] {} <Debug> HTTP-Session: 40fe3a7f-f46b-4383-a51b-46580a864b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11615 | 2024.08.16 04:40:17.785387 [ 3 ] {} <Trace> HTTP-Session: 40fe3a7f-f46b-4383-a51b-46580a864b3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11616 | 2024.08.16 04:40:17.785608 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11617 | 2024.08.16 04:40:17.785685 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11618 | 2024.08.16 04:40:17.785919 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11619 | 2024.08.16 04:40:17.786449 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11620 | 2024.08.16 04:40:17.786505 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11621 | 2024.08.16 04:40:17.786948 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11622 | 2024.08.16 04:40:17.787374 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11623 | 2024.08.16 04:40:17.787581 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.002038 sec., 13248.282630029442 rows/sec., 1.05 MiB/sec. | ||
| 11624 | 2024.08.16 04:40:17.787842 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11625 | 2024.08.16 04:40:17.787874 [ 3 ] {61bbe24d-0c90-4e06-bb32-dd10191738b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11626 | 2024.08.16 04:40:17.787896 [ 3 ] {} <Debug> HTTP-Session: 40fe3a7f-f46b-4383-a51b-46580a864b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11627 | 2024.08.16 04:40:17.788090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11628 | 2024.08.16 04:40:17.788156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11629 | 2024.08.16 04:40:17.788181 [ 3 ] {} <Debug> HTTP-Session: bf6fda7e-ee31-43a0-8495-12cfb3dfbfb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11630 | 2024.08.16 04:40:17.788205 [ 3 ] {} <Debug> HTTP-Session: bf6fda7e-ee31-43a0-8495-12cfb3dfbfb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11631 | 2024.08.16 04:40:17.788223 [ 3 ] {} <Debug> HTTP-Session: bf6fda7e-ee31-43a0-8495-12cfb3dfbfb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11632 | 2024.08.16 04:40:17.788265 [ 3 ] {} <Trace> HTTP-Session: bf6fda7e-ee31-43a0-8495-12cfb3dfbfb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11633 | 2024.08.16 04:40:17.788485 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11634 | 2024.08.16 04:40:17.788540 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11635 | 2024.08.16 04:40:17.788707 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11636 | 2024.08.16 04:40:17.789258 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11637 | 2024.08.16 04:40:17.789304 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11638 | 2024.08.16 04:40:17.789698 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11639 | 2024.08.16 04:40:17.790071 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11640 | 2024.08.16 04:40:17.790243 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001876 sec., 143923.2409381663 rows/sec., 12.58 MiB/sec. | ||
| 11641 | 2024.08.16 04:40:17.790496 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11642 | 2024.08.16 04:40:17.790538 [ 3 ] {7915359b-4808-438f-ab6e-a62191085d5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 11643 | 2024.08.16 04:40:17.790574 [ 3 ] {} <Debug> HTTP-Session: bf6fda7e-ee31-43a0-8495-12cfb3dfbfb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11644 | 2024.08.16 04:40:17.790832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11645 | 2024.08.16 04:40:17.790907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11646 | 2024.08.16 04:40:17.790933 [ 3 ] {} <Debug> HTTP-Session: c02a1103-377b-4035-b729-8620476d8093 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11647 | 2024.08.16 04:40:17.790955 [ 3 ] {} <Debug> HTTP-Session: c02a1103-377b-4035-b729-8620476d8093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11648 | 2024.08.16 04:40:17.790973 [ 3 ] {} <Debug> HTTP-Session: c02a1103-377b-4035-b729-8620476d8093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11649 | 2024.08.16 04:40:17.791014 [ 3 ] {} <Trace> HTTP-Session: c02a1103-377b-4035-b729-8620476d8093 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11650 | 2024.08.16 04:40:17.791148 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11651 | 2024.08.16 04:40:17.791203 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11652 | 2024.08.16 04:40:17.791363 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11653 | 2024.08.16 04:40:17.791756 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11654 | 2024.08.16 04:40:17.791800 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11655 | 2024.08.16 04:40:17.792127 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11656 | 2024.08.16 04:40:17.792456 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11657 | 2024.08.16 04:40:17.792626 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001505 sec., 9302.32558139535 rows/sec., 651.47 KiB/sec. | ||
| 11658 | 2024.08.16 04:40:17.792888 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11659 | 2024.08.16 04:40:17.792932 [ 3 ] {31cb1980-0f83-4d13-8897-b88b723d313e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11660 | 2024.08.16 04:40:17.792956 [ 3 ] {} <Debug> HTTP-Session: c02a1103-377b-4035-b729-8620476d8093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11661 | 2024.08.16 04:40:17.793132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11662 | 2024.08.16 04:40:17.793184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11663 | 2024.08.16 04:40:17.793203 [ 3 ] {} <Debug> HTTP-Session: 3421377a-ec57-4411-b0cf-ef120682073e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11664 | 2024.08.16 04:40:17.793221 [ 3 ] {} <Debug> HTTP-Session: 3421377a-ec57-4411-b0cf-ef120682073e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11665 | 2024.08.16 04:40:17.793235 [ 3 ] {} <Debug> HTTP-Session: 3421377a-ec57-4411-b0cf-ef120682073e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11666 | 2024.08.16 04:40:17.793267 [ 3 ] {} <Trace> HTTP-Session: 3421377a-ec57-4411-b0cf-ef120682073e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11667 | 2024.08.16 04:40:17.793368 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11668 | 2024.08.16 04:40:17.793413 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11669 | 2024.08.16 04:40:17.793561 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11670 | 2024.08.16 04:40:17.793852 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11671 | 2024.08.16 04:40:17.793890 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11672 | 2024.08.16 04:40:17.794196 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11673 | 2024.08.16 04:40:17.794503 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11674 | 2024.08.16 04:40:17.794659 [ 107 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 11675 | 2024.08.16 04:40:17.794664 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 270.40 KiB/sec. | ||
| 11676 | 2024.08.16 04:40:17.794746 [ 107 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11677 | 2024.08.16 04:40:17.794817 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11678 | 2024.08.16 04:40:17.795019 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11679 | 2024.08.16 04:40:17.795020 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 11680 | 2024.08.16 04:40:17.795068 [ 3 ] {8f8a8e71-8182-4e65-987f-b0059dd1d17f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11681 | 2024.08.16 04:40:17.795112 [ 3 ] {} <Debug> HTTP-Session: 3421377a-ec57-4411-b0cf-ef120682073e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11682 | 2024.08.16 04:40:17.795256 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11683 | 2024.08.16 04:40:17.795304 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
| 11684 | 2024.08.16 04:40:17.795368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11685 | 2024.08.16 04:40:17.795534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11686 | 2024.08.16 04:40:17.795541 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 11687 | 2024.08.16 04:40:17.795588 [ 3 ] {} <Debug> HTTP-Session: 0b56e171-be6b-40d5-b1e8-a0e36b9bcec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11688 | 2024.08.16 04:40:17.795645 [ 3 ] {} <Debug> HTTP-Session: 0b56e171-be6b-40d5-b1e8-a0e36b9bcec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11689 | 2024.08.16 04:40:17.795741 [ 3 ] {} <Debug> HTTP-Session: 0b56e171-be6b-40d5-b1e8-a0e36b9bcec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11690 | 2024.08.16 04:40:17.795828 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 11691 | 2024.08.16 04:40:17.795897 [ 3 ] {} <Trace> HTTP-Session: 0b56e171-be6b-40d5-b1e8-a0e36b9bcec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.08.16 04:40:17.796066 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 11693 | 2024.08.16 04:40:17.796275 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 11694 | 2024.08.16 04:40:17.796485 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11695 | 2024.08.16 04:40:17.796696 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11696 | 2024.08.16 04:40:17.797226 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11697 | 2024.08.16 04:40:17.798584 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003656688 sec., 8204.145390582953 rows/sec., 488.72 KiB/sec. | ||
| 11698 | 2024.08.16 04:40:17.798695 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11699 | 2024.08.16 04:40:17.798764 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11700 | 2024.08.16 04:40:17.798767 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 11701 | 2024.08.16 04:40:17.799558 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11702 | 2024.08.16 04:40:17.799671 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11703 | 2024.08.16 04:40:17.799685 [ 187 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_29_7} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 11704 | 2024.08.16 04:40:17.799837 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11705 | 2024.08.16 04:40:17.800149 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11706 | 2024.08.16 04:40:17.800333 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.004157 sec., 98388.26076497474 rows/sec., 7.01 MiB/sec. | ||
| 11707 | 2024.08.16 04:40:17.800523 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Debug> DynamicQueryHandler: Done processing query | ||
| 11708 | 2024.08.16 04:40:17.800550 [ 3 ] {bc05ec2b-4014-4a26-85db-e0b5a1335578} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 11709 | 2024.08.16 04:40:17.800567 [ 3 ] {} <Debug> HTTP-Session: 0b56e171-be6b-40d5-b1e8-a0e36b9bcec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11710 | 2024.08.16 04:40:17.800820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11711 | 2024.08.16 04:40:17.800870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11712 | 2024.08.16 04:40:17.800891 [ 3 ] {} <Debug> HTTP-Session: 9603a93e-2e12-48b7-8fdd-af7ffafbd091 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11713 | 2024.08.16 04:40:17.800907 [ 3 ] {} <Debug> HTTP-Session: 9603a93e-2e12-48b7-8fdd-af7ffafbd091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11714 | 2024.08.16 04:40:17.800922 [ 3 ] {} <Debug> HTTP-Session: 9603a93e-2e12-48b7-8fdd-af7ffafbd091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11715 | 2024.08.16 04:40:17.800954 [ 3 ] {} <Trace> HTTP-Session: 9603a93e-2e12-48b7-8fdd-af7ffafbd091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11716 | 2024.08.16 04:40:17.801052 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11717 | 2024.08.16 04:40:17.801098 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11718 | 2024.08.16 04:40:17.801236 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11719 | 2024.08.16 04:40:17.801519 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11720 | 2024.08.16 04:40:17.801557 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11721 | 2024.08.16 04:40:17.801926 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11722 | 2024.08.16 04:40:17.802264 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11723 | 2024.08.16 04:40:17.802429 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001402 sec., 4279.600570613409 rows/sec., 223.59 KiB/sec. | ||
| 11724 | 2024.08.16 04:40:17.802595 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11725 | 2024.08.16 04:40:17.802622 [ 3 ] {707b697a-283a-48f6-ac34-c17239b9bb0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11726 | 2024.08.16 04:40:17.802637 [ 3 ] {} <Debug> HTTP-Session: 9603a93e-2e12-48b7-8fdd-af7ffafbd091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11727 | 2024.08.16 04:40:17.802810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11728 | 2024.08.16 04:40:17.802861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11729 | 2024.08.16 04:40:17.802881 [ 3 ] {} <Debug> HTTP-Session: 0b3c9ba8-e38d-44bb-bf1a-04bea8ad52b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11730 | 2024.08.16 04:40:17.802898 [ 3 ] {} <Debug> HTTP-Session: 0b3c9ba8-e38d-44bb-bf1a-04bea8ad52b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11731 | 2024.08.16 04:40:17.802912 [ 3 ] {} <Debug> HTTP-Session: 0b3c9ba8-e38d-44bb-bf1a-04bea8ad52b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11732 | 2024.08.16 04:40:17.802944 [ 3 ] {} <Trace> HTTP-Session: 0b3c9ba8-e38d-44bb-bf1a-04bea8ad52b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11733 | 2024.08.16 04:40:17.803153 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11734 | 2024.08.16 04:40:17.803202 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11735 | 2024.08.16 04:40:17.803353 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11736 | 2024.08.16 04:40:17.803806 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11737 | 2024.08.16 04:40:17.803843 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11738 | 2024.08.16 04:40:17.804241 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11739 | 2024.08.16 04:40:17.804594 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11740 | 2024.08.16 04:40:17.804736 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001698 sec., 139575.97173144875 rows/sec., 9.36 MiB/sec. | ||
| 11741 | 2024.08.16 04:40:17.804926 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Debug> DynamicQueryHandler: Done processing query | ||
| 11742 | 2024.08.16 04:40:17.804953 [ 3 ] {372d881d-609d-41bc-b867-3969986a8953} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11743 | 2024.08.16 04:40:17.804968 [ 3 ] {} <Debug> HTTP-Session: 0b3c9ba8-e38d-44bb-bf1a-04bea8ad52b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11744 | 2024.08.16 04:40:17.805158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11745 | 2024.08.16 04:40:17.805207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11746 | 2024.08.16 04:40:17.805228 [ 3 ] {} <Debug> HTTP-Session: 9c31b4d4-e997-4641-a65e-311f0ed98348 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11747 | 2024.08.16 04:40:17.805244 [ 3 ] {} <Debug> HTTP-Session: 9c31b4d4-e997-4641-a65e-311f0ed98348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11748 | 2024.08.16 04:40:17.805258 [ 3 ] {} <Debug> HTTP-Session: 9c31b4d4-e997-4641-a65e-311f0ed98348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11749 | 2024.08.16 04:40:17.805289 [ 3 ] {} <Trace> HTTP-Session: 9c31b4d4-e997-4641-a65e-311f0ed98348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11750 | 2024.08.16 04:40:17.805383 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11751 | 2024.08.16 04:40:17.805428 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11752 | 2024.08.16 04:40:17.805561 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11753 | 2024.08.16 04:40:17.805834 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11754 | 2024.08.16 04:40:17.805872 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11755 | 2024.08.16 04:40:17.806231 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11756 | 2024.08.16 04:40:17.806564 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11757 | 2024.08.16 04:40:17.806718 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00135 sec., 740.7407407407406 rows/sec., 49.91 KiB/sec. | ||
| 11758 | 2024.08.16 04:40:17.806918 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 11759 | 2024.08.16 04:40:17.806946 [ 3 ] {97319df9-ff97-42df-b88d-b2dbacd4e5ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11760 | 2024.08.16 04:40:17.806965 [ 3 ] {} <Debug> HTTP-Session: 9c31b4d4-e997-4641-a65e-311f0ed98348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11761 | 2024.08.16 04:40:17.807121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11762 | 2024.08.16 04:40:17.807171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11763 | 2024.08.16 04:40:17.807191 [ 3 ] {} <Debug> HTTP-Session: fcdd877e-b532-45b3-b405-4c077dd57132 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11764 | 2024.08.16 04:40:17.807208 [ 3 ] {} <Debug> HTTP-Session: fcdd877e-b532-45b3-b405-4c077dd57132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11765 | 2024.08.16 04:40:17.807223 [ 3 ] {} <Debug> HTTP-Session: fcdd877e-b532-45b3-b405-4c077dd57132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11766 | 2024.08.16 04:40:17.807254 [ 3 ] {} <Trace> HTTP-Session: fcdd877e-b532-45b3-b405-4c077dd57132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11767 | 2024.08.16 04:40:17.807570 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11768 | 2024.08.16 04:40:17.807639 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <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 | ||
| 11769 | 2024.08.16 04:40:17.808063 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11770 | 2024.08.16 04:40:17.808735 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11771 | 2024.08.16 04:40:17.808774 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11772 | 2024.08.16 04:40:17.809401 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11773 | 2024.08.16 04:40:17.809832 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11774 | 2024.08.16 04:40:17.810044 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002694 sec., 10022.271714922048 rows/sec., 17.96 MiB/sec. | ||
| 11775 | 2024.08.16 04:40:17.810624 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Debug> DynamicQueryHandler: Done processing query | ||
| 11776 | 2024.08.16 04:40:17.810650 [ 3 ] {5678546b-086e-4011-b096-0dc6331caa68} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11777 | 2024.08.16 04:40:17.810666 [ 3 ] {} <Debug> HTTP-Session: fcdd877e-b532-45b3-b405-4c077dd57132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11778 | 2024.08.16 04:40:17.810809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11779 | 2024.08.16 04:40:17.810860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11780 | 2024.08.16 04:40:17.810880 [ 3 ] {} <Debug> HTTP-Session: 5304aba5-d76a-4482-afcf-357324d9db03 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11781 | 2024.08.16 04:40:17.810898 [ 3 ] {} <Debug> HTTP-Session: 5304aba5-d76a-4482-afcf-357324d9db03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11782 | 2024.08.16 04:40:17.810913 [ 3 ] {} <Debug> HTTP-Session: 5304aba5-d76a-4482-afcf-357324d9db03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11783 | 2024.08.16 04:40:17.810945 [ 3 ] {} <Trace> HTTP-Session: 5304aba5-d76a-4482-afcf-357324d9db03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11784 | 2024.08.16 04:40:17.811084 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11785 | 2024.08.16 04:40:17.811131 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11786 | 2024.08.16 04:40:17.811283 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11787 | 2024.08.16 04:40:17.811602 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11788 | 2024.08.16 04:40:17.811639 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11789 | 2024.08.16 04:40:17.812016 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11790 | 2024.08.16 04:40:17.812351 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11791 | 2024.08.16 04:40:17.812510 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 11792 | 2024.08.16 04:40:17.812677 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Debug> DynamicQueryHandler: Done processing query | ||
| 11793 | 2024.08.16 04:40:17.812704 [ 3 ] {6d26c773-ff16-4236-b1d0-6927dfe4e198} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11794 | 2024.08.16 04:40:17.812720 [ 3 ] {} <Debug> HTTP-Session: 5304aba5-d76a-4482-afcf-357324d9db03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11795 | 2024.08.16 04:40:19.667725 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11796 | 2024.08.16 04:40:19.667781 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11797 | 2024.08.16 04:40:22.778492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11798 | 2024.08.16 04:40:22.778628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11799 | 2024.08.16 04:40:22.778656 [ 3 ] {} <Debug> HTTP-Session: 2ff45ea3-eada-4109-8ab9-5d1747d1078c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11800 | 2024.08.16 04:40:22.778684 [ 3 ] {} <Debug> HTTP-Session: 2ff45ea3-eada-4109-8ab9-5d1747d1078c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11801 | 2024.08.16 04:40:22.778702 [ 3 ] {} <Debug> HTTP-Session: 2ff45ea3-eada-4109-8ab9-5d1747d1078c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11802 | 2024.08.16 04:40:22.778757 [ 3 ] {} <Trace> HTTP-Session: 2ff45ea3-eada-4109-8ab9-5d1747d1078c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11803 | 2024.08.16 04:40:22.778946 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11804 | 2024.08.16 04:40:22.779010 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11805 | 2024.08.16 04:40:22.779198 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11806 | 2024.08.16 04:40:22.779630 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11807 | 2024.08.16 04:40:22.779675 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11808 | 2024.08.16 04:40:22.780038 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11809 | 2024.08.16 04:40:22.780376 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11810 | 2024.08.16 04:40:22.780551 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001655 sec., 2416.918429003021 rows/sec., 195.90 KiB/sec. | ||
| 11811 | 2024.08.16 04:40:22.780864 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Debug> DynamicQueryHandler: Done processing query | ||
| 11812 | 2024.08.16 04:40:22.780928 [ 3 ] {05b14171-b498-496e-a0c8-05b1c7b5f906} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11813 | 2024.08.16 04:40:22.780977 [ 3 ] {} <Debug> HTTP-Session: 2ff45ea3-eada-4109-8ab9-5d1747d1078c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11814 | 2024.08.16 04:40:22.781175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11815 | 2024.08.16 04:40:22.781235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11816 | 2024.08.16 04:40:22.781255 [ 3 ] {} <Debug> HTTP-Session: d1c26148-4dff-4046-8f3e-d43fbadf0fa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11817 | 2024.08.16 04:40:22.781274 [ 3 ] {} <Debug> HTTP-Session: d1c26148-4dff-4046-8f3e-d43fbadf0fa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11818 | 2024.08.16 04:40:22.781289 [ 3 ] {} <Debug> HTTP-Session: d1c26148-4dff-4046-8f3e-d43fbadf0fa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11819 | 2024.08.16 04:40:22.781325 [ 3 ] {} <Trace> HTTP-Session: d1c26148-4dff-4046-8f3e-d43fbadf0fa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11820 | 2024.08.16 04:40:22.781433 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11821 | 2024.08.16 04:40:22.781479 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11822 | 2024.08.16 04:40:22.781628 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11823 | 2024.08.16 04:40:22.781951 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11824 | 2024.08.16 04:40:22.781989 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11825 | 2024.08.16 04:40:22.782294 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11826 | 2024.08.16 04:40:22.782598 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11827 | 2024.08.16 04:40:22.782742 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001337 sec., 2991.7726252804787 rows/sec., 243.96 KiB/sec. | ||
| 11828 | 2024.08.16 04:40:22.782958 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 11829 | 2024.08.16 04:40:22.782983 [ 3 ] {364c32da-614d-4820-b9a0-44ac0d8676aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11830 | 2024.08.16 04:40:22.782999 [ 3 ] {} <Debug> HTTP-Session: d1c26148-4dff-4046-8f3e-d43fbadf0fa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11831 | 2024.08.16 04:40:22.783131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11832 | 2024.08.16 04:40:22.783183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11833 | 2024.08.16 04:40:22.783202 [ 3 ] {} <Debug> HTTP-Session: 974b8102-0184-4a1b-accf-f24bd1a360a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11834 | 2024.08.16 04:40:22.783219 [ 3 ] {} <Debug> HTTP-Session: 974b8102-0184-4a1b-accf-f24bd1a360a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11835 | 2024.08.16 04:40:22.783234 [ 3 ] {} <Debug> HTTP-Session: 974b8102-0184-4a1b-accf-f24bd1a360a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11836 | 2024.08.16 04:40:22.783266 [ 3 ] {} <Trace> HTTP-Session: 974b8102-0184-4a1b-accf-f24bd1a360a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11837 | 2024.08.16 04:40:22.783387 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11838 | 2024.08.16 04:40:22.783430 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11839 | 2024.08.16 04:40:22.783560 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11840 | 2024.08.16 04:40:22.783909 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11841 | 2024.08.16 04:40:22.783948 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11842 | 2024.08.16 04:40:22.784249 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11843 | 2024.08.16 04:40:22.784544 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11844 | 2024.08.16 04:40:22.784697 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001346 sec., 52005.943536404164 rows/sec., 4.08 MiB/sec. | ||
| 11845 | 2024.08.16 04:40:22.784701 [ 102 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11846 | 2024.08.16 04:40:22.784807 [ 102 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11847 | 2024.08.16 04:40:22.784847 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11848 | 2024.08.16 04:40:22.784934 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 11849 | 2024.08.16 04:40:22.784998 [ 3 ] {4061cd76-1354-438e-b3e3-7478bc5040aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11850 | 2024.08.16 04:40:22.785040 [ 3 ] {} <Debug> HTTP-Session: 974b8102-0184-4a1b-accf-f24bd1a360a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11851 | 2024.08.16 04:40:22.785052 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11852 | 2024.08.16 04:40:22.785240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11853 | 2024.08.16 04:40:22.785310 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11854 | 2024.08.16 04:40:22.785341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11855 | 2024.08.16 04:40:22.785372 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1430 rows starting from the beginning of the part | ||
| 11856 | 2024.08.16 04:40:22.785386 [ 3 ] {} <Debug> HTTP-Session: 52d08b99-693d-411f-b8b7-152b1af22339 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11857 | 2024.08.16 04:40:22.785430 [ 3 ] {} <Debug> HTTP-Session: 52d08b99-693d-411f-b8b7-152b1af22339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11858 | 2024.08.16 04:40:22.785472 [ 3 ] {} <Debug> HTTP-Session: 52d08b99-693d-411f-b8b7-152b1af22339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11859 | 2024.08.16 04:40:22.785624 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 68 rows starting from the beginning of the part | ||
| 11860 | 2024.08.16 04:40:22.785634 [ 3 ] {} <Trace> HTTP-Session: 52d08b99-693d-411f-b8b7-152b1af22339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11861 | 2024.08.16 04:40:22.785937 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 270 rows starting from the beginning of the part | ||
| 11862 | 2024.08.16 04:40:22.785976 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11863 | 2024.08.16 04:40:22.786176 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11864 | 2024.08.16 04:40:22.786220 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1208 rows starting from the beginning of the part | ||
| 11865 | 2024.08.16 04:40:22.786624 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 270 rows starting from the beginning of the part | ||
| 11866 | 2024.08.16 04:40:22.786959 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 70 rows starting from the beginning of the part | ||
| 11867 | 2024.08.16 04:40:22.787486 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11868 | 2024.08.16 04:40:22.788225 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11869 | 2024.08.16 04:40:22.788277 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11870 | 2024.08.16 04:40:22.789042 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11871 | 2024.08.16 04:40:22.789789 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11872 | 2024.08.16 04:40:22.789983 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004132 sec., 968.054211035818 rows/sec., 67.59 KiB/sec. | ||
| 11873 | 2024.08.16 04:40:22.790562 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11874 | 2024.08.16 04:40:22.790660 [ 3 ] {040dbf6a-6df9-4ea7-82e9-8ce71f292c1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11875 | 2024.08.16 04:40:22.790739 [ 3 ] {} <Debug> HTTP-Session: 52d08b99-693d-411f-b8b7-152b1af22339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11876 | 2024.08.16 04:40:22.790962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11877 | 2024.08.16 04:40:22.790970 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 4 columns (4 merged, 0 gathered) in 0.006042486 sec., 548780.7501746798 rows/sec., 45.74 MiB/sec. | ||
| 11878 | 2024.08.16 04:40:22.791030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11879 | 2024.08.16 04:40:22.791059 [ 3 ] {} <Debug> HTTP-Session: 6d884d64-d05d-44d1-8bc7-59a708b695bc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11880 | 2024.08.16 04:40:22.791080 [ 3 ] {} <Debug> HTTP-Session: 6d884d64-d05d-44d1-8bc7-59a708b695bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11881 | 2024.08.16 04:40:22.791094 [ 3 ] {} <Debug> HTTP-Session: 6d884d64-d05d-44d1-8bc7-59a708b695bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11882 | 2024.08.16 04:40:22.791140 [ 3 ] {} <Trace> HTTP-Session: 6d884d64-d05d-44d1-8bc7-59a708b695bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11883 | 2024.08.16 04:40:22.791253 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11884 | 2024.08.16 04:40:22.791394 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11885 | 2024.08.16 04:40:22.791473 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11886 | 2024.08.16 04:40:22.792124 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11887 | 2024.08.16 04:40:22.792271 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11888 | 2024.08.16 04:40:22.792416 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_61_12} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11889 | 2024.08.16 04:40:22.792599 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 11890 | 2024.08.16 04:40:22.792736 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11891 | 2024.08.16 04:40:22.792780 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11892 | 2024.08.16 04:40:22.793103 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11893 | 2024.08.16 04:40:22.793414 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11894 | 2024.08.16 04:40:22.793569 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002311 sec., 31155.34400692341 rows/sec., 2.43 MiB/sec. | ||
| 11895 | 2024.08.16 04:40:22.793589 [ 102 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11896 | 2024.08.16 04:40:22.793706 [ 102 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11897 | 2024.08.16 04:40:22.793763 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11898 | 2024.08.16 04:40:22.793846 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Debug> DynamicQueryHandler: Done processing query | ||
| 11899 | 2024.08.16 04:40:22.793894 [ 3 ] {b63fa9f5-c4b9-40fb-9fc7-b3698584f0de} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11900 | 2024.08.16 04:40:22.793926 [ 3 ] {} <Debug> HTTP-Session: 6d884d64-d05d-44d1-8bc7-59a708b695bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11901 | 2024.08.16 04:40:22.793956 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11902 | 2024.08.16 04:40:22.794066 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11903 | 2024.08.16 04:40:22.794096 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 903 rows starting from the beginning of the part | ||
| 11904 | 2024.08.16 04:40:22.794138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11905 | 2024.08.16 04:40:22.794217 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 68 rows starting from the beginning of the part | ||
| 11906 | 2024.08.16 04:40:22.794286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11907 | 2024.08.16 04:40:22.794401 [ 3 ] {} <Debug> HTTP-Session: 348d5e5c-c20d-40f7-a45d-d2408affb111 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11908 | 2024.08.16 04:40:22.794507 [ 3 ] {} <Debug> HTTP-Session: 348d5e5c-c20d-40f7-a45d-d2408affb111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11909 | 2024.08.16 04:40:22.794591 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 409 rows starting from the beginning of the part | ||
| 11910 | 2024.08.16 04:40:22.794596 [ 3 ] {} <Debug> HTTP-Session: 348d5e5c-c20d-40f7-a45d-d2408affb111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11911 | 2024.08.16 04:40:22.794762 [ 3 ] {} <Trace> HTTP-Session: 348d5e5c-c20d-40f7-a45d-d2408affb111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11912 | 2024.08.16 04:40:22.794917 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 524 rows starting from the beginning of the part | ||
| 11913 | 2024.08.16 04:40:22.795146 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 409 rows starting from the beginning of the part | ||
| 11914 | 2024.08.16 04:40:22.795194 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11915 | 2024.08.16 04:40:22.795398 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11916 | 2024.08.16 04:40:22.795429 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 72 rows starting from the beginning of the part | ||
| 11917 | 2024.08.16 04:40:22.796096 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11918 | 2024.08.16 04:40:22.796745 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11919 | 2024.08.16 04:40:22.796795 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11920 | 2024.08.16 04:40:22.797325 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11921 | 2024.08.16 04:40:22.797730 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2385 rows, containing 4 columns (4 merged, 0 gathered) in 0.003864604 sec., 617139.5568601595 rows/sec., 44.93 MiB/sec. | ||
| 11922 | 2024.08.16 04:40:22.797879 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11923 | 2024.08.16 04:40:22.797901 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11924 | 2024.08.16 04:40:22.798170 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11925 | 2024.08.16 04:40:22.798251 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00325 sec., 49846.15384615385 rows/sec., 3.47 MiB/sec. | ||
| 11926 | 2024.08.16 04:40:22.798347 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11927 | 2024.08.16 04:40:22.798504 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11928 | 2024.08.16 04:40:22.798967 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11929 | 2024.08.16 04:40:22.799047 [ 3 ] {d4916999-2412-46dc-bee9-7854c859a55d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11930 | 2024.08.16 04:40:22.799105 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11931 | 2024.08.16 04:40:22.799118 [ 3 ] {} <Debug> HTTP-Session: 348d5e5c-c20d-40f7-a45d-d2408affb111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11932 | 2024.08.16 04:40:22.799254 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11933 | 2024.08.16 04:40:22.799421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11934 | 2024.08.16 04:40:22.799588 [ 188 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_61_12} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11935 | 2024.08.16 04:40:22.799598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11936 | 2024.08.16 04:40:22.799672 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11937 | 2024.08.16 04:40:22.799692 [ 3 ] {} <Debug> HTTP-Session: 049698bc-1d62-4325-8685-a4fe27331034 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11938 | 2024.08.16 04:40:22.799784 [ 3 ] {} <Debug> HTTP-Session: 049698bc-1d62-4325-8685-a4fe27331034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11939 | 2024.08.16 04:40:22.799838 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 11940 | 2024.08.16 04:40:22.799840 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17475 rows starting from the beginning of the part | ||
| 11941 | 2024.08.16 04:40:22.799861 [ 3 ] {} <Debug> HTTP-Session: 049698bc-1d62-4325-8685-a4fe27331034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11942 | 2024.08.16 04:40:22.799978 [ 3 ] {} <Trace> HTTP-Session: 049698bc-1d62-4325-8685-a4fe27331034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11943 | 2024.08.16 04:40:22.800144 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 11944 | 2024.08.16 04:40:22.800341 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
| 11945 | 2024.08.16 04:40:22.800456 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11946 | 2024.08.16 04:40:22.800626 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 844 rows starting from the beginning of the part | ||
| 11947 | 2024.08.16 04:40:22.800802 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <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 | ||
| 11948 | 2024.08.16 04:40:22.800921 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part | ||
| 11949 | 2024.08.16 04:40:22.801291 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 162 rows starting from the beginning of the part | ||
| 11950 | 2024.08.16 04:40:22.802957 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11951 | 2024.08.16 04:40:22.803607 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11952 | 2024.08.16 04:40:22.803647 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11953 | 2024.08.16 04:40:22.805332 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11954 | 2024.08.16 04:40:22.806321 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11955 | 2024.08.16 04:40:22.806719 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006476 sec., 617.6652254478073 rows/sec., 1.11 MiB/sec. | ||
| 11956 | 2024.08.16 04:40:22.806990 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Debug> DynamicQueryHandler: Done processing query | ||
| 11957 | 2024.08.16 04:40:22.807017 [ 3 ] {a4ec020e-8c3a-4cbc-97b9-09fff9fb1b79} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11958 | 2024.08.16 04:40:22.807034 [ 3 ] {} <Debug> HTTP-Session: 049698bc-1d62-4325-8685-a4fe27331034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11959 | 2024.08.16 04:40:22.807176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11960 | 2024.08.16 04:40:22.807226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11961 | 2024.08.16 04:40:22.807246 [ 3 ] {} <Debug> HTTP-Session: 796a093f-5905-4c3b-aa08-4b9e980aa601 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 11962 | 2024.08.16 04:40:22.807262 [ 3 ] {} <Debug> HTTP-Session: 796a093f-5905-4c3b-aa08-4b9e980aa601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11963 | 2024.08.16 04:40:22.807275 [ 3 ] {} <Debug> HTTP-Session: 796a093f-5905-4c3b-aa08-4b9e980aa601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11964 | 2024.08.16 04:40:22.807307 [ 3 ] {} <Trace> HTTP-Session: 796a093f-5905-4c3b-aa08-4b9e980aa601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11965 | 2024.08.16 04:40:22.807428 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11966 | 2024.08.16 04:40:22.807472 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11967 | 2024.08.16 04:40:22.807607 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11968 | 2024.08.16 04:40:22.807907 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11969 | 2024.08.16 04:40:22.807943 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11970 | 2024.08.16 04:40:22.809249 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11971 | 2024.08.16 04:40:22.809615 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11972 | 2024.08.16 04:40:22.809785 [ 102 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11973 | 2024.08.16 04:40:22.809794 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002395 sec., 25052.192066805845 rows/sec., 1.69 MiB/sec. | ||
| 11974 | 2024.08.16 04:40:22.809840 [ 102 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11975 | 2024.08.16 04:40:22.809930 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 11976 | 2024.08.16 04:40:22.810263 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 11977 | 2024.08.16 04:40:22.810389 [ 3 ] {40bf7013-8a68-4561-8ed5-46f68398b2b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11978 | 2024.08.16 04:40:22.810476 [ 3 ] {} <Debug> HTTP-Session: 796a093f-5905-4c3b-aa08-4b9e980aa601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11979 | 2024.08.16 04:40:22.810509 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11980 | 2024.08.16 04:40:22.811131 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11981 | 2024.08.16 04:40:22.811329 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3792 rows starting from the beginning of the part | ||
| 11982 | 2024.08.16 04:40:22.811490 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 11983 | 2024.08.16 04:40:22.811557 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 11984 | 2024.08.16 04:40:22.811829 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 11985 | 2024.08.16 04:40:22.811914 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 11986 | 2024.08.16 04:40:22.812033 [ 195 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 11987 | 2024.08.16 04:40:22.813176 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19115 rows, containing 5 columns (5 merged, 0 gathered) in 0.014383977 sec., 1328909.2439455376 rows/sec., 89.79 MiB/sec. | ||
| 11988 | 2024.08.16 04:40:22.813521 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11989 | 2024.08.16 04:40:22.814471 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11990 | 2024.08.16 04:40:22.814639 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11991 | 2024.08.16 04:40:22.814844 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 11992 | 2024.08.16 04:40:22.815031 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4136 rows, containing 4 columns (4 merged, 0 gathered) in 0.004916269 sec., 841288.3835282406 rows/sec., 54.84 MiB/sec. | ||
| 11993 | 2024.08.16 04:40:22.815349 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11994 | 2024.08.16 04:40:22.815786 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11995 | 2024.08.16 04:40:22.815874 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_61_12} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11996 | 2024.08.16 04:40:22.815976 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 11997 | 2024.08.16 04:40:27.784600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11998 | 2024.08.16 04:40:27.784740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11999 | 2024.08.16 04:40:27.784770 [ 3 ] {} <Debug> HTTP-Session: 476a6ece-3722-4297-ab5a-e3e75d061d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12000 | 2024.08.16 04:40:27.784798 [ 3 ] {} <Debug> HTTP-Session: 476a6ece-3722-4297-ab5a-e3e75d061d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12001 | 2024.08.16 04:40:27.784816 [ 3 ] {} <Debug> HTTP-Session: 476a6ece-3722-4297-ab5a-e3e75d061d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12002 | 2024.08.16 04:40:27.784873 [ 3 ] {} <Trace> HTTP-Session: 476a6ece-3722-4297-ab5a-e3e75d061d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12003 | 2024.08.16 04:40:27.785082 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12004 | 2024.08.16 04:40:27.785149 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12005 | 2024.08.16 04:40:27.785335 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12006 | 2024.08.16 04:40:27.785796 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12007 | 2024.08.16 04:40:27.785839 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12008 | 2024.08.16 04:40:27.786211 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12009 | 2024.08.16 04:40:27.786550 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12010 | 2024.08.16 04:40:27.786713 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001697 sec., 15910.430170889806 rows/sec., 1.26 MiB/sec. | ||
| 12011 | 2024.08.16 04:40:27.786780 [ 98 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12012 | 2024.08.16 04:40:27.786913 [ 98 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12013 | 2024.08.16 04:40:27.786975 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12014 | 2024.08.16 04:40:27.787004 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12015 | 2024.08.16 04:40:27.787043 [ 3 ] {0e938761-36ee-4d60-8dc4-ce33272175d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12016 | 2024.08.16 04:40:27.787113 [ 3 ] {} <Debug> HTTP-Session: 476a6ece-3722-4297-ab5a-e3e75d061d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12017 | 2024.08.16 04:40:27.787238 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 12018 | 2024.08.16 04:40:27.787317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12019 | 2024.08.16 04:40:27.787413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12020 | 2024.08.16 04:40:27.787469 [ 3 ] {} <Debug> HTTP-Session: ce26f83f-9837-4c4a-b633-f12101eff543 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12021 | 2024.08.16 04:40:27.787516 [ 3 ] {} <Debug> HTTP-Session: ce26f83f-9837-4c4a-b633-f12101eff543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12022 | 2024.08.16 04:40:27.787549 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12023 | 2024.08.16 04:40:27.787558 [ 3 ] {} <Debug> HTTP-Session: ce26f83f-9837-4c4a-b633-f12101eff543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12024 | 2024.08.16 04:40:27.787619 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 31 rows starting from the beginning of the part | ||
| 12025 | 2024.08.16 04:40:27.787635 [ 3 ] {} <Trace> HTTP-Session: ce26f83f-9837-4c4a-b633-f12101eff543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12026 | 2024.08.16 04:40:27.787814 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 27 rows starting from the beginning of the part | ||
| 12027 | 2024.08.16 04:40:27.787942 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12028 | 2024.08.16 04:40:27.788157 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12029 | 2024.08.16 04:40:27.788183 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
| 12030 | 2024.08.16 04:40:27.788660 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 27 rows starting from the beginning of the part | ||
| 12031 | 2024.08.16 04:40:27.789000 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
| 12032 | 2024.08.16 04:40:27.789327 [ 194 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 27 rows starting from the beginning of the part | ||
| 12033 | 2024.08.16 04:40:27.789501 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12034 | 2024.08.16 04:40:27.790412 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12035 | 2024.08.16 04:40:27.790481 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12036 | 2024.08.16 04:40:27.791309 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12037 | 2024.08.16 04:40:27.792066 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004946949 sec., 24257.375606661804 rows/sec., 1.92 MiB/sec. | ||
| 12038 | 2024.08.16 04:40:27.792245 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12039 | 2024.08.16 04:40:27.792340 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12040 | 2024.08.16 04:40:27.792516 [ 98 ] {} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 12041 | 2024.08.16 04:40:27.792573 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00478 sec., 836.8200836820083 rows/sec., 68.24 KiB/sec. | ||
| 12042 | 2024.08.16 04:40:27.792618 [ 98 ] {} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12043 | 2024.08.16 04:40:27.792722 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12044 | 2024.08.16 04:40:27.793107 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Debug> DynamicQueryHandler: Done processing query | ||
| 12045 | 2024.08.16 04:40:27.793228 [ 3 ] {68b8280c-4ff5-4082-86d4-81f92a7d1145} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12046 | 2024.08.16 04:40:27.793306 [ 3 ] {} <Debug> HTTP-Session: ce26f83f-9837-4c4a-b633-f12101eff543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12047 | 2024.08.16 04:40:27.793319 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::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 | ||
| 12048 | 2024.08.16 04:40:27.793614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12049 | 2024.08.16 04:40:27.793685 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12050 | 2024.08.16 04:40:27.793771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12051 | 2024.08.16 04:40:27.793779 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 12052 | 2024.08.16 04:40:27.793816 [ 3 ] {} <Debug> HTTP-Session: 3ec50c4a-eb1f-449b-bb51-4fdae7c1a917 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12053 | 2024.08.16 04:40:27.793872 [ 3 ] {} <Debug> HTTP-Session: 3ec50c4a-eb1f-449b-bb51-4fdae7c1a917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12054 | 2024.08.16 04:40:27.793982 [ 3 ] {} <Debug> HTTP-Session: 3ec50c4a-eb1f-449b-bb51-4fdae7c1a917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12055 | 2024.08.16 04:40:27.794133 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 12056 | 2024.08.16 04:40:27.794178 [ 3 ] {} <Trace> HTTP-Session: 3ec50c4a-eb1f-449b-bb51-4fdae7c1a917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12057 | 2024.08.16 04:40:27.794183 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12058 | 2024.08.16 04:40:27.794526 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 12059 | 2024.08.16 04:40:27.794807 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 12060 | 2024.08.16 04:40:27.794856 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12061 | 2024.08.16 04:40:27.795122 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 12062 | 2024.08.16 04:40:27.795127 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12063 | 2024.08.16 04:40:27.795474 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 12064 | 2024.08.16 04:40:27.795354 [ 193 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_51_10} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12065 | 2024.08.16 04:40:27.796354 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12066 | 2024.08.16 04:40:27.796444 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12067 | 2024.08.16 04:40:27.797621 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12068 | 2024.08.16 04:40:27.797704 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12069 | 2024.08.16 04:40:27.798074 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005174975 sec., 6183.604751713777 rows/sec., 504.23 KiB/sec. | ||
| 12070 | 2024.08.16 04:40:27.798243 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 12071 | 2024.08.16 04:40:27.798328 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12072 | 2024.08.16 04:40:27.798921 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12073 | 2024.08.16 04:40:27.798987 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12074 | 2024.08.16 04:40:27.799155 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Debug> executeQuery: Read 272 rows, 24.32 KiB in 0.004635 sec., 58683.92664509169 rows/sec., 5.12 MiB/sec. | ||
| 12075 | 2024.08.16 04:40:27.799166 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_21_4} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 12076 | 2024.08.16 04:40:27.799306 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12077 | 2024.08.16 04:40:27.799400 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 12078 | 2024.08.16 04:40:27.799425 [ 3 ] {0a95e7e3-aefe-4c14-a240-e6e40d5532bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 12079 | 2024.08.16 04:40:27.799441 [ 3 ] {} <Debug> HTTP-Session: 3ec50c4a-eb1f-449b-bb51-4fdae7c1a917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12080 | 2024.08.16 04:40:27.799571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12081 | 2024.08.16 04:40:27.799620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12082 | 2024.08.16 04:40:27.799639 [ 3 ] {} <Debug> HTTP-Session: d48f0efb-0e22-42e1-a40a-5f1cefbf54e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12083 | 2024.08.16 04:40:27.799656 [ 3 ] {} <Debug> HTTP-Session: d48f0efb-0e22-42e1-a40a-5f1cefbf54e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12084 | 2024.08.16 04:40:27.799670 [ 3 ] {} <Debug> HTTP-Session: d48f0efb-0e22-42e1-a40a-5f1cefbf54e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12085 | 2024.08.16 04:40:27.799704 [ 3 ] {} <Trace> HTTP-Session: d48f0efb-0e22-42e1-a40a-5f1cefbf54e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12086 | 2024.08.16 04:40:27.799803 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12087 | 2024.08.16 04:40:27.799845 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12088 | 2024.08.16 04:40:27.799977 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12089 | 2024.08.16 04:40:27.800261 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12090 | 2024.08.16 04:40:27.800298 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12091 | 2024.08.16 04:40:27.800606 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12092 | 2024.08.16 04:40:27.800919 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12093 | 2024.08.16 04:40:27.801065 [ 98 ] {} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 12094 | 2024.08.16 04:40:27.801084 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001292 sec., 3095.9752321981423 rows/sec., 216.17 KiB/sec. | ||
| 12095 | 2024.08.16 04:40:27.801162 [ 98 ] {} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12096 | 2024.08.16 04:40:27.801256 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12097 | 2024.08.16 04:40:27.801425 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12098 | 2024.08.16 04:40:27.801505 [ 3 ] {a84ecf57-4abb-4ed9-b9e3-65f0d5372e7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12099 | 2024.08.16 04:40:27.801573 [ 3 ] {} <Debug> HTTP-Session: d48f0efb-0e22-42e1-a40a-5f1cefbf54e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12100 | 2024.08.16 04:40:27.801912 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::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 | ||
| 12101 | 2024.08.16 04:40:27.801924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12102 | 2024.08.16 04:40:27.802080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12103 | 2024.08.16 04:40:27.802175 [ 3 ] {} <Debug> HTTP-Session: a94c41e2-bb71-4efd-a898-a41904de6831 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12104 | 2024.08.16 04:40:27.802233 [ 3 ] {} <Debug> HTTP-Session: a94c41e2-bb71-4efd-a898-a41904de6831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12105 | 2024.08.16 04:40:27.802256 [ 3 ] {} <Debug> HTTP-Session: a94c41e2-bb71-4efd-a898-a41904de6831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12106 | 2024.08.16 04:40:27.802304 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12107 | 2024.08.16 04:40:27.802307 [ 3 ] {} <Trace> HTTP-Session: a94c41e2-bb71-4efd-a898-a41904de6831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12108 | 2024.08.16 04:40:27.802351 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 12109 | 2024.08.16 04:40:27.802494 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12110 | 2024.08.16 04:40:27.802513 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 12111 | 2024.08.16 04:40:27.802580 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12112 | 2024.08.16 04:40:27.802727 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 12113 | 2024.08.16 04:40:27.803098 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 12114 | 2024.08.16 04:40:27.803354 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 12115 | 2024.08.16 04:40:27.803634 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 12116 | 2024.08.16 04:40:27.803702 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12117 | 2024.08.16 04:40:27.804588 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12118 | 2024.08.16 04:40:27.804630 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12119 | 2024.08.16 04:40:27.805158 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12120 | 2024.08.16 04:40:27.805304 [ 190 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003921485 sec., 8160.174015710885 rows/sec., 569.78 KiB/sec. | ||
| 12121 | 2024.08.16 04:40:27.805529 [ 190 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 12122 | 2024.08.16 04:40:27.805716 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12123 | 2024.08.16 04:40:27.806122 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003681 sec., 3803.3143167617495 rows/sec., 266.36 KiB/sec. | ||
| 12124 | 2024.08.16 04:40:27.806600 [ 190 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12125 | 2024.08.16 04:40:27.806677 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Debug> DynamicQueryHandler: Done processing query | ||
| 12126 | 2024.08.16 04:40:27.806759 [ 3 ] {5a3c00fb-6bbf-48cc-8d51-10f392059d48} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12127 | 2024.08.16 04:40:27.806836 [ 3 ] {} <Debug> HTTP-Session: a94c41e2-bb71-4efd-a898-a41904de6831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12128 | 2024.08.16 04:40:27.806939 [ 190 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_21_4} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 12129 | 2024.08.16 04:40:27.807134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12130 | 2024.08.16 04:40:27.807206 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 12131 | 2024.08.16 04:40:27.807306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12132 | 2024.08.16 04:40:27.807393 [ 3 ] {} <Debug> HTTP-Session: 2e2167f9-1126-465e-b5fd-130e8e1a2578 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12133 | 2024.08.16 04:40:27.807468 [ 3 ] {} <Debug> HTTP-Session: 2e2167f9-1126-465e-b5fd-130e8e1a2578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12134 | 2024.08.16 04:40:27.807530 [ 3 ] {} <Debug> HTTP-Session: 2e2167f9-1126-465e-b5fd-130e8e1a2578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12135 | 2024.08.16 04:40:27.807671 [ 3 ] {} <Trace> HTTP-Session: 2e2167f9-1126-465e-b5fd-130e8e1a2578 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12136 | 2024.08.16 04:40:27.808040 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12137 | 2024.08.16 04:40:27.808189 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12138 | 2024.08.16 04:40:27.808390 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12139 | 2024.08.16 04:40:27.808694 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12140 | 2024.08.16 04:40:27.808732 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12141 | 2024.08.16 04:40:27.809049 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 12142 | 2024.08.16 04:40:27.809366 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12143 | 2024.08.16 04:40:27.809532 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 216.15 KiB/sec. | ||
| 12144 | 2024.08.16 04:40:27.809699 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12145 | 2024.08.16 04:40:27.809723 [ 3 ] {8c540044-7a5b-454b-9d3a-03c168f3feb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12146 | 2024.08.16 04:40:27.809739 [ 3 ] {} <Debug> HTTP-Session: 2e2167f9-1126-465e-b5fd-130e8e1a2578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12147 | 2024.08.16 04:40:27.809902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 67048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12148 | 2024.08.16 04:40:27.809951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12149 | 2024.08.16 04:40:27.809969 [ 3 ] {} <Debug> HTTP-Session: 2e77cb6f-c290-430f-9192-4f7588085b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12150 | 2024.08.16 04:40:27.809986 [ 3 ] {} <Debug> HTTP-Session: 2e77cb6f-c290-430f-9192-4f7588085b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12151 | 2024.08.16 04:40:27.810000 [ 3 ] {} <Debug> HTTP-Session: 2e77cb6f-c290-430f-9192-4f7588085b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12152 | 2024.08.16 04:40:27.810031 [ 3 ] {} <Trace> HTTP-Session: 2e77cb6f-c290-430f-9192-4f7588085b56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12153 | 2024.08.16 04:40:27.810241 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12154 | 2024.08.16 04:40:27.810282 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12155 | 2024.08.16 04:40:27.810412 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12156 | 2024.08.16 04:40:27.811125 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12157 | 2024.08.16 04:40:27.811163 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12158 | 2024.08.16 04:40:27.811503 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12159 | 2024.08.16 04:40:27.811823 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12160 | 2024.08.16 04:40:27.811977 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001843 sec., 224091.15572436244 rows/sec., 15.99 MiB/sec. | ||
| 12161 | 2024.08.16 04:40:27.812144 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12162 | 2024.08.16 04:40:27.812168 [ 3 ] {8ccdb272-1bf1-4968-986a-722b8d06adb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 12163 | 2024.08.16 04:40:27.812183 [ 3 ] {} <Debug> HTTP-Session: 2e77cb6f-c290-430f-9192-4f7588085b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12164 | 2024.08.16 04:40:27.812399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12165 | 2024.08.16 04:40:27.812449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12166 | 2024.08.16 04:40:27.812468 [ 3 ] {} <Debug> HTTP-Session: 30c282d9-22d6-43a0-bbef-1a65257a53c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12167 | 2024.08.16 04:40:27.812485 [ 3 ] {} <Debug> HTTP-Session: 30c282d9-22d6-43a0-bbef-1a65257a53c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12168 | 2024.08.16 04:40:27.812499 [ 3 ] {} <Debug> HTTP-Session: 30c282d9-22d6-43a0-bbef-1a65257a53c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12169 | 2024.08.16 04:40:27.812530 [ 3 ] {} <Trace> HTTP-Session: 30c282d9-22d6-43a0-bbef-1a65257a53c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12170 | 2024.08.16 04:40:27.812634 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12171 | 2024.08.16 04:40:27.812684 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12172 | 2024.08.16 04:40:27.812817 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12173 | 2024.08.16 04:40:27.813120 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12174 | 2024.08.16 04:40:27.813157 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12175 | 2024.08.16 04:40:27.813518 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 12176 | 2024.08.16 04:40:27.813862 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12177 | 2024.08.16 04:40:27.814021 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 223.27 KiB/sec. | ||
| 12178 | 2024.08.16 04:40:27.814622 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 12179 | 2024.08.16 04:40:27.814748 [ 3 ] {284ac73e-a778-48ee-9a6a-04f69fc678bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12180 | 2024.08.16 04:40:27.814848 [ 3 ] {} <Debug> HTTP-Session: 30c282d9-22d6-43a0-bbef-1a65257a53c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12181 | 2024.08.16 04:40:27.815075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 45013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12182 | 2024.08.16 04:40:27.815129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12183 | 2024.08.16 04:40:27.815148 [ 3 ] {} <Debug> HTTP-Session: 43db9e9a-828f-4354-80b6-e4ac43096a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12184 | 2024.08.16 04:40:27.815164 [ 3 ] {} <Debug> HTTP-Session: 43db9e9a-828f-4354-80b6-e4ac43096a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12185 | 2024.08.16 04:40:27.815179 [ 3 ] {} <Debug> HTTP-Session: 43db9e9a-828f-4354-80b6-e4ac43096a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12186 | 2024.08.16 04:40:27.815211 [ 3 ] {} <Trace> HTTP-Session: 43db9e9a-828f-4354-80b6-e4ac43096a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12187 | 2024.08.16 04:40:27.815428 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12188 | 2024.08.16 04:40:27.815476 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12189 | 2024.08.16 04:40:27.815666 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12190 | 2024.08.16 04:40:27.816134 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12191 | 2024.08.16 04:40:27.816174 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12192 | 2024.08.16 04:40:27.816570 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12193 | 2024.08.16 04:40:27.816916 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12194 | 2024.08.16 04:40:27.817076 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001779 sec., 134345.137717819 rows/sec., 9.01 MiB/sec. | ||
| 12195 | 2024.08.16 04:40:27.817254 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12196 | 2024.08.16 04:40:27.817279 [ 3 ] {53194683-6ee3-4bd8-a480-43302f081e8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12197 | 2024.08.16 04:40:27.817295 [ 3 ] {} <Debug> HTTP-Session: 43db9e9a-828f-4354-80b6-e4ac43096a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12198 | 2024.08.16 04:40:27.817414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12199 | 2024.08.16 04:40:27.817464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12200 | 2024.08.16 04:40:27.817483 [ 3 ] {} <Debug> HTTP-Session: 7ad821a3-c9c1-44bd-a8ae-0e51e043ab54 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12201 | 2024.08.16 04:40:27.817500 [ 3 ] {} <Debug> HTTP-Session: 7ad821a3-c9c1-44bd-a8ae-0e51e043ab54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12202 | 2024.08.16 04:40:27.817514 [ 3 ] {} <Debug> HTTP-Session: 7ad821a3-c9c1-44bd-a8ae-0e51e043ab54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12203 | 2024.08.16 04:40:27.817546 [ 3 ] {} <Trace> HTTP-Session: 7ad821a3-c9c1-44bd-a8ae-0e51e043ab54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12204 | 2024.08.16 04:40:27.817640 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12205 | 2024.08.16 04:40:27.817684 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12206 | 2024.08.16 04:40:27.817812 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12207 | 2024.08.16 04:40:27.818083 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12208 | 2024.08.16 04:40:27.818119 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12209 | 2024.08.16 04:40:27.818473 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 12210 | 2024.08.16 04:40:27.818809 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12211 | 2024.08.16 04:40:27.818960 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00134 sec., 746.2686567164179 rows/sec., 50.29 KiB/sec. | ||
| 12212 | 2024.08.16 04:40:27.818977 [ 97 ] {} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 12213 | 2024.08.16 04:40:27.819057 [ 97 ] {} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12214 | 2024.08.16 04:40:27.819107 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12215 | 2024.08.16 04:40:27.819238 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12216 | 2024.08.16 04:40:27.819289 [ 3 ] {72edcb62-e0af-43a1-a6fa-da4bd083207e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12217 | 2024.08.16 04:40:27.819289 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 12218 | 2024.08.16 04:40:27.819314 [ 3 ] {} <Debug> HTTP-Session: 7ad821a3-c9c1-44bd-a8ae-0e51e043ab54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12219 | 2024.08.16 04:40:27.819463 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12220 | 2024.08.16 04:40:27.819526 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
| 12221 | 2024.08.16 04:40:27.819531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12222 | 2024.08.16 04:40:27.819681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12223 | 2024.08.16 04:40:27.819765 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 12224 | 2024.08.16 04:40:27.819773 [ 3 ] {} <Debug> HTTP-Session: 7ee3621d-1c51-460c-9aa4-7710d1074c4d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12225 | 2024.08.16 04:40:27.819864 [ 3 ] {} <Debug> HTTP-Session: 7ee3621d-1c51-460c-9aa4-7710d1074c4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12226 | 2024.08.16 04:40:27.819934 [ 3 ] {} <Debug> HTTP-Session: 7ee3621d-1c51-460c-9aa4-7710d1074c4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12227 | 2024.08.16 04:40:27.820041 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 12228 | 2024.08.16 04:40:27.820066 [ 3 ] {} <Trace> HTTP-Session: 7ee3621d-1c51-460c-9aa4-7710d1074c4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12229 | 2024.08.16 04:40:27.820334 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 12230 | 2024.08.16 04:40:27.820451 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 12231 | 2024.08.16 04:40:27.820643 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12232 | 2024.08.16 04:40:27.820755 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 12233 | 2024.08.16 04:40:27.820963 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <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 | ||
| 12234 | 2024.08.16 04:40:27.823128 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12235 | 2024.08.16 04:40:27.823851 [ 190 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004656382 sec., 6442.7703740801335 rows/sec., 434.13 KiB/sec. | ||
| 12236 | 2024.08.16 04:40:27.824076 [ 190 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 12237 | 2024.08.16 04:40:27.824944 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12238 | 2024.08.16 04:40:27.825005 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12239 | 2024.08.16 04:40:27.825238 [ 190 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12240 | 2024.08.16 04:40:27.825464 [ 190 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_30_6} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 12241 | 2024.08.16 04:40:27.825609 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12242 | 2024.08.16 04:40:27.826092 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12243 | 2024.08.16 04:40:27.826529 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12244 | 2024.08.16 04:40:27.826749 [ 97 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12245 | 2024.08.16 04:40:27.826759 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00646 sec., 4179.566563467492 rows/sec., 7.49 MiB/sec. | ||
| 12246 | 2024.08.16 04:40:27.826816 [ 97 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12247 | 2024.08.16 04:40:27.826893 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12248 | 2024.08.16 04:40:27.827160 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 12249 | 2024.08.16 04:40:27.827299 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Debug> DynamicQueryHandler: Done processing query | ||
| 12250 | 2024.08.16 04:40:27.827332 [ 3 ] {6432d456-14af-4658-845b-6392e64ebe03} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12251 | 2024.08.16 04:40:27.827363 [ 3 ] {} <Debug> HTTP-Session: 7ee3621d-1c51-460c-9aa4-7710d1074c4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12252 | 2024.08.16 04:40:27.827492 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12253 | 2024.08.16 04:40:27.827547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12254 | 2024.08.16 04:40:27.827560 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 733 rows starting from the beginning of the part | ||
| 12255 | 2024.08.16 04:40:27.827617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12256 | 2024.08.16 04:40:27.827653 [ 3 ] {} <Debug> HTTP-Session: cdde773f-327a-4f2e-9418-5ab0ab9c0d9b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12257 | 2024.08.16 04:40:27.827692 [ 3 ] {} <Debug> HTTP-Session: cdde773f-327a-4f2e-9418-5ab0ab9c0d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12258 | 2024.08.16 04:40:27.827746 [ 3 ] {} <Debug> HTTP-Session: cdde773f-327a-4f2e-9418-5ab0ab9c0d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12259 | 2024.08.16 04:40:27.827839 [ 3 ] {} <Trace> HTTP-Session: cdde773f-327a-4f2e-9418-5ab0ab9c0d9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12260 | 2024.08.16 04:40:27.827909 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 27 rows starting from the beginning of the part | ||
| 12261 | 2024.08.16 04:40:27.828052 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12262 | 2024.08.16 04:40:27.828165 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12263 | 2024.08.16 04:40:27.828284 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
| 12264 | 2024.08.16 04:40:27.828668 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12265 | 2024.08.16 04:40:27.828790 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 27 rows starting from the beginning of the part | ||
| 12266 | 2024.08.16 04:40:27.829370 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
| 12267 | 2024.08.16 04:40:27.829761 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12268 | 2024.08.16 04:40:27.829866 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12269 | 2024.08.16 04:40:27.830083 [ 200 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 27 rows starting from the beginning of the part | ||
| 12270 | 2024.08.16 04:40:27.830835 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12271 | 2024.08.16 04:40:27.831320 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12272 | 2024.08.16 04:40:27.831492 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003533 sec., 23209.736767619586 rows/sec., 1.47 MiB/sec. | ||
| 12273 | 2024.08.16 04:40:27.831704 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Debug> DynamicQueryHandler: Done processing query | ||
| 12274 | 2024.08.16 04:40:27.831747 [ 3 ] {399f9e1e-85d3-4d41-a60b-f74bf628d317} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12275 | 2024.08.16 04:40:27.831793 [ 3 ] {} <Debug> HTTP-Session: cdde773f-327a-4f2e-9418-5ab0ab9c0d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12276 | 2024.08.16 04:40:27.835127 [ 190 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 19 columns (19 merged, 0 gathered) in 0.008090436 sec., 101601.44644862156 rows/sec., 182.07 MiB/sec. | ||
| 12277 | 2024.08.16 04:40:27.835879 [ 188 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12278 | 2024.08.16 04:40:27.836450 [ 188 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12279 | 2024.08.16 04:40:27.836532 [ 188 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12280 | 2024.08.16 04:40:27.836634 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. | ||
| 12281 | 2024.08.16 04:40:32.778568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12282 | 2024.08.16 04:40:32.778705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12283 | 2024.08.16 04:40:32.778734 [ 3 ] {} <Debug> HTTP-Session: 5672aa8d-b4df-4596-a9d4-4faebab5cfa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12284 | 2024.08.16 04:40:32.778761 [ 3 ] {} <Debug> HTTP-Session: 5672aa8d-b4df-4596-a9d4-4faebab5cfa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12285 | 2024.08.16 04:40:32.778779 [ 3 ] {} <Debug> HTTP-Session: 5672aa8d-b4df-4596-a9d4-4faebab5cfa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12286 | 2024.08.16 04:40:32.778835 [ 3 ] {} <Trace> HTTP-Session: 5672aa8d-b4df-4596-a9d4-4faebab5cfa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12287 | 2024.08.16 04:40:32.779032 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12288 | 2024.08.16 04:40:32.779105 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12289 | 2024.08.16 04:40:32.779307 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12290 | 2024.08.16 04:40:32.779744 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12291 | 2024.08.16 04:40:32.779788 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12292 | 2024.08.16 04:40:32.780167 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12293 | 2024.08.16 04:40:32.780508 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12294 | 2024.08.16 04:40:32.780688 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001712 sec., 2336.448598130841 rows/sec., 189.38 KiB/sec. | ||
| 12295 | 2024.08.16 04:40:32.780995 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12296 | 2024.08.16 04:40:32.781039 [ 3 ] {647b1939-3770-40b8-8d6f-e980b8de1d7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12297 | 2024.08.16 04:40:32.781057 [ 3 ] {} <Debug> HTTP-Session: 5672aa8d-b4df-4596-a9d4-4faebab5cfa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12298 | 2024.08.16 04:40:32.781239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12299 | 2024.08.16 04:40:32.781297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12300 | 2024.08.16 04:40:32.781316 [ 3 ] {} <Debug> HTTP-Session: 49975b70-d824-4a1a-af00-832b68031142 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12301 | 2024.08.16 04:40:32.781336 [ 3 ] {} <Debug> HTTP-Session: 49975b70-d824-4a1a-af00-832b68031142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12302 | 2024.08.16 04:40:32.781350 [ 3 ] {} <Debug> HTTP-Session: 49975b70-d824-4a1a-af00-832b68031142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12303 | 2024.08.16 04:40:32.781386 [ 3 ] {} <Trace> HTTP-Session: 49975b70-d824-4a1a-af00-832b68031142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12304 | 2024.08.16 04:40:32.781514 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12305 | 2024.08.16 04:40:32.781560 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12306 | 2024.08.16 04:40:32.781709 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12307 | 2024.08.16 04:40:32.782078 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12308 | 2024.08.16 04:40:32.782116 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12309 | 2024.08.16 04:40:32.782438 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12310 | 2024.08.16 04:40:32.782764 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12311 | 2024.08.16 04:40:32.782931 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001453 sec., 46799.724707501715 rows/sec., 3.68 MiB/sec. | ||
| 12312 | 2024.08.16 04:40:32.783176 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Debug> DynamicQueryHandler: Done processing query | ||
| 12313 | 2024.08.16 04:40:32.783237 [ 3 ] {92ec4cef-12a0-4024-b4d3-46474fd37379} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12314 | 2024.08.16 04:40:32.783296 [ 3 ] {} <Debug> HTTP-Session: 49975b70-d824-4a1a-af00-832b68031142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12315 | 2024.08.16 04:40:32.783483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12316 | 2024.08.16 04:40:32.783539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12317 | 2024.08.16 04:40:32.783558 [ 3 ] {} <Debug> HTTP-Session: 02c6bc75-67c1-4b98-bb7c-f4d600bf5212 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12318 | 2024.08.16 04:40:32.783576 [ 3 ] {} <Debug> HTTP-Session: 02c6bc75-67c1-4b98-bb7c-f4d600bf5212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12319 | 2024.08.16 04:40:32.783590 [ 3 ] {} <Debug> HTTP-Session: 02c6bc75-67c1-4b98-bb7c-f4d600bf5212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12320 | 2024.08.16 04:40:32.783624 [ 3 ] {} <Trace> HTTP-Session: 02c6bc75-67c1-4b98-bb7c-f4d600bf5212 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12321 | 2024.08.16 04:40:32.783753 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12322 | 2024.08.16 04:40:32.783797 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12323 | 2024.08.16 04:40:32.783936 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12324 | 2024.08.16 04:40:32.784277 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2024.08.16 04:40:32.784316 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12326 | 2024.08.16 04:40:32.784635 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12327 | 2024.08.16 04:40:32.784945 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12328 | 2024.08.16 04:40:32.785102 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001393 sec., 48815.50610193826 rows/sec., 3.81 MiB/sec. | ||
| 12329 | 2024.08.16 04:40:32.785271 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Debug> DynamicQueryHandler: Done processing query | ||
| 12330 | 2024.08.16 04:40:32.785295 [ 3 ] {8d6c1e22-1fad-413a-a94f-d9881c708f07} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12331 | 2024.08.16 04:40:32.785311 [ 3 ] {} <Debug> HTTP-Session: 02c6bc75-67c1-4b98-bb7c-f4d600bf5212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12332 | 2024.08.16 04:40:32.785507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12333 | 2024.08.16 04:40:32.785557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12334 | 2024.08.16 04:40:32.785575 [ 3 ] {} <Debug> HTTP-Session: 04b56174-806f-4d0a-8e48-31291d753966 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12335 | 2024.08.16 04:40:32.785592 [ 3 ] {} <Debug> HTTP-Session: 04b56174-806f-4d0a-8e48-31291d753966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12336 | 2024.08.16 04:40:32.785605 [ 3 ] {} <Debug> HTTP-Session: 04b56174-806f-4d0a-8e48-31291d753966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12337 | 2024.08.16 04:40:32.785638 [ 3 ] {} <Trace> HTTP-Session: 04b56174-806f-4d0a-8e48-31291d753966 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12338 | 2024.08.16 04:40:32.785786 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12339 | 2024.08.16 04:40:32.785831 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12340 | 2024.08.16 04:40:32.785976 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12341 | 2024.08.16 04:40:32.786372 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12342 | 2024.08.16 04:40:32.786409 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12343 | 2024.08.16 04:40:32.786811 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12344 | 2024.08.16 04:40:32.787157 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12345 | 2024.08.16 04:40:32.787317 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
| 12346 | 2024.08.16 04:40:32.787488 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12347 | 2024.08.16 04:40:32.787512 [ 3 ] {b014ab53-68e3-456e-a1f5-f1ee5f8c0c0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12348 | 2024.08.16 04:40:32.787527 [ 3 ] {} <Debug> HTTP-Session: 04b56174-806f-4d0a-8e48-31291d753966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12349 | 2024.08.16 04:40:32.787652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12350 | 2024.08.16 04:40:32.787700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12351 | 2024.08.16 04:40:32.787719 [ 3 ] {} <Debug> HTTP-Session: e513efcd-8026-4c52-b4c2-f0e93aa4b711 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12352 | 2024.08.16 04:40:32.787736 [ 3 ] {} <Debug> HTTP-Session: e513efcd-8026-4c52-b4c2-f0e93aa4b711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12353 | 2024.08.16 04:40:32.787749 [ 3 ] {} <Debug> HTTP-Session: e513efcd-8026-4c52-b4c2-f0e93aa4b711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12354 | 2024.08.16 04:40:32.787780 [ 3 ] {} <Trace> HTTP-Session: e513efcd-8026-4c52-b4c2-f0e93aa4b711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12355 | 2024.08.16 04:40:32.787916 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12356 | 2024.08.16 04:40:32.787978 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <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 | ||
| 12357 | 2024.08.16 04:40:32.788389 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12358 | 2024.08.16 04:40:32.788946 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12359 | 2024.08.16 04:40:32.788983 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12360 | 2024.08.16 04:40:32.789585 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12361 | 2024.08.16 04:40:32.790005 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12362 | 2024.08.16 04:40:32.790193 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002341 sec., 1708.6715079026055 rows/sec., 3.06 MiB/sec. | ||
| 12363 | 2024.08.16 04:40:32.790419 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12364 | 2024.08.16 04:40:32.790444 [ 3 ] {d8d0d3cd-65dc-4a05-9fc3-9858cd83348f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12365 | 2024.08.16 04:40:32.790460 [ 3 ] {} <Debug> HTTP-Session: e513efcd-8026-4c52-b4c2-f0e93aa4b711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12366 | 2024.08.16 04:40:32.790586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12367 | 2024.08.16 04:40:32.790637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12368 | 2024.08.16 04:40:32.790655 [ 3 ] {} <Debug> HTTP-Session: 7ac15fa0-154e-4992-94db-215f5b11fcc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12369 | 2024.08.16 04:40:32.790672 [ 3 ] {} <Debug> HTTP-Session: 7ac15fa0-154e-4992-94db-215f5b11fcc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12370 | 2024.08.16 04:40:32.790686 [ 3 ] {} <Debug> HTTP-Session: 7ac15fa0-154e-4992-94db-215f5b11fcc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12371 | 2024.08.16 04:40:32.790717 [ 3 ] {} <Trace> HTTP-Session: 7ac15fa0-154e-4992-94db-215f5b11fcc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12372 | 2024.08.16 04:40:32.790836 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12373 | 2024.08.16 04:40:32.790881 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12374 | 2024.08.16 04:40:32.791011 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12375 | 2024.08.16 04:40:32.791317 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12376 | 2024.08.16 04:40:32.791354 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12377 | 2024.08.16 04:40:32.791714 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12378 | 2024.08.16 04:40:32.792046 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12379 | 2024.08.16 04:40:32.792207 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
| 12380 | 2024.08.16 04:40:32.792459 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Debug> DynamicQueryHandler: Done processing query | ||
| 12381 | 2024.08.16 04:40:32.792517 [ 3 ] {35b510d6-53ed-452e-9f2f-9f42ec9b5676} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12382 | 2024.08.16 04:40:32.792566 [ 3 ] {} <Debug> HTTP-Session: 7ac15fa0-154e-4992-94db-215f5b11fcc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12383 | 2024.08.16 04:40:34.668021 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12384 | 2024.08.16 04:40:34.668080 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12385 | 2024.08.16 04:40:37.784463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12386 | 2024.08.16 04:40:37.784602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12387 | 2024.08.16 04:40:37.784627 [ 3 ] {} <Debug> HTTP-Session: 7a4e6af7-779e-419f-85bb-477f2d8126ca Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12388 | 2024.08.16 04:40:37.784652 [ 3 ] {} <Debug> HTTP-Session: 7a4e6af7-779e-419f-85bb-477f2d8126ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12389 | 2024.08.16 04:40:37.784667 [ 3 ] {} <Debug> HTTP-Session: 7a4e6af7-779e-419f-85bb-477f2d8126ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12390 | 2024.08.16 04:40:37.784715 [ 3 ] {} <Trace> HTTP-Session: 7a4e6af7-779e-419f-85bb-477f2d8126ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12391 | 2024.08.16 04:40:37.784899 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12392 | 2024.08.16 04:40:37.784966 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12393 | 2024.08.16 04:40:37.785158 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12394 | 2024.08.16 04:40:37.785603 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12395 | 2024.08.16 04:40:37.785650 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12396 | 2024.08.16 04:40:37.786022 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12397 | 2024.08.16 04:40:37.786358 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12398 | 2024.08.16 04:40:37.786527 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001682 sec., 16052.31866825208 rows/sec., 1.27 MiB/sec. | ||
| 12399 | 2024.08.16 04:40:37.786738 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12400 | 2024.08.16 04:40:37.786765 [ 3 ] {e0893732-8848-4c4e-804c-5a18accb29bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12401 | 2024.08.16 04:40:37.786781 [ 3 ] {} <Debug> HTTP-Session: 7a4e6af7-779e-419f-85bb-477f2d8126ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12402 | 2024.08.16 04:40:37.786911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12403 | 2024.08.16 04:40:37.786967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12404 | 2024.08.16 04:40:37.786986 [ 3 ] {} <Debug> HTTP-Session: b1c6fb96-02c3-4073-a7dd-59359f309633 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12405 | 2024.08.16 04:40:37.787005 [ 3 ] {} <Debug> HTTP-Session: b1c6fb96-02c3-4073-a7dd-59359f309633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12406 | 2024.08.16 04:40:37.787019 [ 3 ] {} <Debug> HTTP-Session: b1c6fb96-02c3-4073-a7dd-59359f309633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12407 | 2024.08.16 04:40:37.787054 [ 3 ] {} <Trace> HTTP-Session: b1c6fb96-02c3-4073-a7dd-59359f309633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12408 | 2024.08.16 04:40:37.787155 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12409 | 2024.08.16 04:40:37.787200 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12410 | 2024.08.16 04:40:37.787333 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12411 | 2024.08.16 04:40:37.787632 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12412 | 2024.08.16 04:40:37.787671 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12413 | 2024.08.16 04:40:37.787964 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12414 | 2024.08.16 04:40:37.788276 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12415 | 2024.08.16 04:40:37.788434 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001302 sec., 1536.0983102918588 rows/sec., 125.26 KiB/sec. | ||
| 12416 | 2024.08.16 04:40:37.788603 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Debug> DynamicQueryHandler: Done processing query | ||
| 12417 | 2024.08.16 04:40:37.788627 [ 3 ] {bee0fdaf-d145-4819-a846-92eeccc12c71} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12418 | 2024.08.16 04:40:37.788643 [ 3 ] {} <Debug> HTTP-Session: b1c6fb96-02c3-4073-a7dd-59359f309633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12419 | 2024.08.16 04:40:37.788812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12420 | 2024.08.16 04:40:37.788864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12421 | 2024.08.16 04:40:37.788883 [ 3 ] {} <Debug> HTTP-Session: c0b2fe94-f667-471a-9add-8dd832cc26fe Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12422 | 2024.08.16 04:40:37.788900 [ 3 ] {} <Debug> HTTP-Session: c0b2fe94-f667-471a-9add-8dd832cc26fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12423 | 2024.08.16 04:40:37.788913 [ 3 ] {} <Debug> HTTP-Session: c0b2fe94-f667-471a-9add-8dd832cc26fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12424 | 2024.08.16 04:40:37.788945 [ 3 ] {} <Trace> HTTP-Session: c0b2fe94-f667-471a-9add-8dd832cc26fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12425 | 2024.08.16 04:40:37.789118 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12426 | 2024.08.16 04:40:37.789161 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12427 | 2024.08.16 04:40:37.789288 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12428 | 2024.08.16 04:40:37.789759 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12429 | 2024.08.16 04:40:37.789797 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12430 | 2024.08.16 04:40:37.790123 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12431 | 2024.08.16 04:40:37.790434 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12432 | 2024.08.16 04:40:37.790593 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001557 sec., 174052.66538214515 rows/sec., 15.20 MiB/sec. | ||
| 12433 | 2024.08.16 04:40:37.790780 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Debug> DynamicQueryHandler: Done processing query | ||
| 12434 | 2024.08.16 04:40:37.790816 [ 3 ] {0ebe19c8-ca9a-420b-b82e-210f40b58734} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 12435 | 2024.08.16 04:40:37.790846 [ 3 ] {} <Debug> HTTP-Session: c0b2fe94-f667-471a-9add-8dd832cc26fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12436 | 2024.08.16 04:40:37.790992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12437 | 2024.08.16 04:40:37.791040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12438 | 2024.08.16 04:40:37.791059 [ 3 ] {} <Debug> HTTP-Session: c82bef85-b57d-4b02-8987-56dd3f465ce5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12439 | 2024.08.16 04:40:37.791076 [ 3 ] {} <Debug> HTTP-Session: c82bef85-b57d-4b02-8987-56dd3f465ce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12440 | 2024.08.16 04:40:37.791089 [ 3 ] {} <Debug> HTTP-Session: c82bef85-b57d-4b02-8987-56dd3f465ce5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12441 | 2024.08.16 04:40:37.791120 [ 3 ] {} <Trace> HTTP-Session: c82bef85-b57d-4b02-8987-56dd3f465ce5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12442 | 2024.08.16 04:40:37.791213 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12443 | 2024.08.16 04:40:37.791255 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12444 | 2024.08.16 04:40:37.791380 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12445 | 2024.08.16 04:40:37.791653 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12446 | 2024.08.16 04:40:37.791689 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12447 | 2024.08.16 04:40:37.791982 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12448 | 2024.08.16 04:40:37.792283 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12449 | 2024.08.16 04:40:37.792437 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001241 sec., 1611.6035455278002 rows/sec., 112.53 KiB/sec. | ||
| 12450 | 2024.08.16 04:40:37.792752 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Debug> DynamicQueryHandler: Done processing query | ||
| 12451 | 2024.08.16 04:40:37.792776 [ 3 ] {b4cf9e3a-1b7a-4602-bde9-33f598e7b378} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12452 | 2024.08.16 04:40:37.792792 [ 3 ] {} <Debug> HTTP-Session: c82bef85-b57d-4b02-8987-56dd3f465ce5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12453 | 2024.08.16 04:40:37.792902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12454 | 2024.08.16 04:40:37.792952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12455 | 2024.08.16 04:40:37.792970 [ 3 ] {} <Debug> HTTP-Session: 6384352d-4330-43c9-b5ea-0b124e63f494 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12456 | 2024.08.16 04:40:37.792987 [ 3 ] {} <Debug> HTTP-Session: 6384352d-4330-43c9-b5ea-0b124e63f494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12457 | 2024.08.16 04:40:37.793000 [ 3 ] {} <Debug> HTTP-Session: 6384352d-4330-43c9-b5ea-0b124e63f494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12458 | 2024.08.16 04:40:37.793030 [ 3 ] {} <Trace> HTTP-Session: 6384352d-4330-43c9-b5ea-0b124e63f494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12459 | 2024.08.16 04:40:37.793129 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12460 | 2024.08.16 04:40:37.793171 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12461 | 2024.08.16 04:40:37.793316 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12462 | 2024.08.16 04:40:37.793601 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12463 | 2024.08.16 04:40:37.793639 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12464 | 2024.08.16 04:40:37.793946 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12465 | 2024.08.16 04:40:37.794239 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12466 | 2024.08.16 04:40:37.794366 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001262 sec., 11093.50237717908 rows/sec., 776.92 KiB/sec. | ||
| 12467 | 2024.08.16 04:40:37.794615 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Debug> DynamicQueryHandler: Done processing query | ||
| 12468 | 2024.08.16 04:40:37.794654 [ 3 ] {7c0cb75c-c370-41aa-8735-20eff02d4c91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12469 | 2024.08.16 04:40:37.794673 [ 3 ] {} <Debug> HTTP-Session: 6384352d-4330-43c9-b5ea-0b124e63f494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12470 | 2024.08.16 04:40:37.794804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12471 | 2024.08.16 04:40:37.794857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12472 | 2024.08.16 04:40:37.794877 [ 3 ] {} <Debug> HTTP-Session: f968acda-6b80-44dd-8cb6-ae2e493d9cbb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12473 | 2024.08.16 04:40:37.794894 [ 3 ] {} <Debug> HTTP-Session: f968acda-6b80-44dd-8cb6-ae2e493d9cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12474 | 2024.08.16 04:40:37.794909 [ 3 ] {} <Debug> HTTP-Session: f968acda-6b80-44dd-8cb6-ae2e493d9cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12475 | 2024.08.16 04:40:37.794953 [ 3 ] {} <Trace> HTTP-Session: f968acda-6b80-44dd-8cb6-ae2e493d9cbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12476 | 2024.08.16 04:40:37.795061 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12477 | 2024.08.16 04:40:37.795105 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12478 | 2024.08.16 04:40:37.795237 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12479 | 2024.08.16 04:40:37.795520 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12480 | 2024.08.16 04:40:37.795558 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12481 | 2024.08.16 04:40:37.795875 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12482 | 2024.08.16 04:40:37.796198 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12483 | 2024.08.16 04:40:37.796360 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 269.78 KiB/sec. | ||
| 12484 | 2024.08.16 04:40:37.796690 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Debug> DynamicQueryHandler: Done processing query | ||
| 12485 | 2024.08.16 04:40:37.796717 [ 3 ] {b4a0aec6-fdd5-4a0a-85fa-eec87ac5e421} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12486 | 2024.08.16 04:40:37.796734 [ 3 ] {} <Debug> HTTP-Session: f968acda-6b80-44dd-8cb6-ae2e493d9cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12487 | 2024.08.16 04:40:37.796910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12488 | 2024.08.16 04:40:37.796961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12489 | 2024.08.16 04:40:37.796981 [ 3 ] {} <Debug> HTTP-Session: 33a514bc-3d65-4e92-9cf0-f7b911b3f5e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12490 | 2024.08.16 04:40:37.796997 [ 3 ] {} <Debug> HTTP-Session: 33a514bc-3d65-4e92-9cf0-f7b911b3f5e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12491 | 2024.08.16 04:40:37.797011 [ 3 ] {} <Debug> HTTP-Session: 33a514bc-3d65-4e92-9cf0-f7b911b3f5e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12492 | 2024.08.16 04:40:37.797042 [ 3 ] {} <Trace> HTTP-Session: 33a514bc-3d65-4e92-9cf0-f7b911b3f5e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12493 | 2024.08.16 04:40:37.797268 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12494 | 2024.08.16 04:40:37.797316 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12495 | 2024.08.16 04:40:37.797460 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12496 | 2024.08.16 04:40:37.798075 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12497 | 2024.08.16 04:40:37.798114 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12498 | 2024.08.16 04:40:37.798440 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12499 | 2024.08.16 04:40:37.798743 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12500 | 2024.08.16 04:40:37.798894 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.001745 sec., 235530.0859598854 rows/sec., 16.79 MiB/sec. | ||
| 12501 | 2024.08.16 04:40:37.799058 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Debug> DynamicQueryHandler: Done processing query | ||
| 12502 | 2024.08.16 04:40:37.799081 [ 3 ] {2930b44c-8965-4c35-9c72-7951f869acab} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 12503 | 2024.08.16 04:40:37.799097 [ 3 ] {} <Debug> HTTP-Session: 33a514bc-3d65-4e92-9cf0-f7b911b3f5e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12504 | 2024.08.16 04:40:37.799236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12505 | 2024.08.16 04:40:37.799289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12506 | 2024.08.16 04:40:37.799309 [ 3 ] {} <Debug> HTTP-Session: 47aec61f-1c03-4ec9-ba21-e7011d80d292 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12507 | 2024.08.16 04:40:37.799326 [ 3 ] {} <Debug> HTTP-Session: 47aec61f-1c03-4ec9-ba21-e7011d80d292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12508 | 2024.08.16 04:40:37.799339 [ 3 ] {} <Debug> HTTP-Session: 47aec61f-1c03-4ec9-ba21-e7011d80d292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12509 | 2024.08.16 04:40:37.799370 [ 3 ] {} <Trace> HTTP-Session: 47aec61f-1c03-4ec9-ba21-e7011d80d292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12510 | 2024.08.16 04:40:37.799464 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12511 | 2024.08.16 04:40:37.799507 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12512 | 2024.08.16 04:40:37.799638 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12513 | 2024.08.16 04:40:37.799950 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12514 | 2024.08.16 04:40:37.799986 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12515 | 2024.08.16 04:40:37.800338 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12516 | 2024.08.16 04:40:37.800667 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12517 | 2024.08.16 04:40:37.800830 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 227.16 KiB/sec. | ||
| 12518 | 2024.08.16 04:40:37.800827 [ 86 ] {} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 12519 | 2024.08.16 04:40:37.800939 [ 86 ] {} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12520 | 2024.08.16 04:40:37.800975 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12521 | 2024.08.16 04:40:37.801065 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Debug> DynamicQueryHandler: Done processing query | ||
| 12522 | 2024.08.16 04:40:37.801133 [ 3 ] {3eeac154-be29-418f-bfa2-1abdb879f653} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12523 | 2024.08.16 04:40:37.801171 [ 3 ] {} <Debug> HTTP-Session: 47aec61f-1c03-4ec9-ba21-e7011d80d292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12524 | 2024.08.16 04:40:37.801193 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::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 | ||
| 12525 | 2024.08.16 04:40:37.801384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12526 | 2024.08.16 04:40:37.801495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12527 | 2024.08.16 04:40:37.801497 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12528 | 2024.08.16 04:40:37.801519 [ 3 ] {} <Debug> HTTP-Session: d17d57a0-feeb-4199-90ea-d5cf2698a6c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12529 | 2024.08.16 04:40:37.801544 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 12530 | 2024.08.16 04:40:37.801547 [ 3 ] {} <Debug> HTTP-Session: d17d57a0-feeb-4199-90ea-d5cf2698a6c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12531 | 2024.08.16 04:40:37.801575 [ 3 ] {} <Debug> HTTP-Session: d17d57a0-feeb-4199-90ea-d5cf2698a6c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12532 | 2024.08.16 04:40:37.801643 [ 3 ] {} <Trace> HTTP-Session: d17d57a0-feeb-4199-90ea-d5cf2698a6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12533 | 2024.08.16 04:40:37.801685 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 12534 | 2024.08.16 04:40:37.801944 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 12535 | 2024.08.16 04:40:37.802154 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12536 | 2024.08.16 04:40:37.802326 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 12537 | 2024.08.16 04:40:37.802354 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12538 | 2024.08.16 04:40:37.802716 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 12539 | 2024.08.16 04:40:37.803004 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 12540 | 2024.08.16 04:40:37.803548 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12541 | 2024.08.16 04:40:37.804201 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12542 | 2024.08.16 04:40:37.804247 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12543 | 2024.08.16 04:40:37.804718 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.003644768 sec., 51032.05471514236 rows/sec., 2.60 MiB/sec. | ||
| 12544 | 2024.08.16 04:40:37.804855 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12545 | 2024.08.16 04:40:37.804930 [ 195 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 12546 | 2024.08.16 04:40:37.805693 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12547 | 2024.08.16 04:40:37.805981 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004118 sec., 57795.04613890238 rows/sec., 3.87 MiB/sec. | ||
| 12548 | 2024.08.16 04:40:37.805982 [ 195 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12549 | 2024.08.16 04:40:37.806243 [ 195 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_31_6} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 12550 | 2024.08.16 04:40:37.806368 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12551 | 2024.08.16 04:40:37.806422 [ 3 ] {875e474b-d60c-45ff-87d7-4fa9d6d28a3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12552 | 2024.08.16 04:40:37.806421 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12553 | 2024.08.16 04:40:37.806449 [ 3 ] {} <Debug> HTTP-Session: d17d57a0-feeb-4199-90ea-d5cf2698a6c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12554 | 2024.08.16 04:40:37.806609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12555 | 2024.08.16 04:40:37.806660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12556 | 2024.08.16 04:40:37.806680 [ 3 ] {} <Debug> HTTP-Session: 7e68d397-4939-4030-b632-8cf5a7f16603 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12557 | 2024.08.16 04:40:37.806696 [ 3 ] {} <Debug> HTTP-Session: 7e68d397-4939-4030-b632-8cf5a7f16603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12558 | 2024.08.16 04:40:37.806711 [ 3 ] {} <Debug> HTTP-Session: 7e68d397-4939-4030-b632-8cf5a7f16603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12559 | 2024.08.16 04:40:37.806743 [ 3 ] {} <Trace> HTTP-Session: 7e68d397-4939-4030-b632-8cf5a7f16603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12560 | 2024.08.16 04:40:37.806841 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12561 | 2024.08.16 04:40:37.806888 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12562 | 2024.08.16 04:40:37.807040 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12563 | 2024.08.16 04:40:37.807308 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2024.08.16 04:40:37.807344 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12565 | 2024.08.16 04:40:37.807702 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12566 | 2024.08.16 04:40:37.808037 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2024.08.16 04:40:37.808198 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
| 12568 | 2024.08.16 04:40:37.808366 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12569 | 2024.08.16 04:40:37.808390 [ 3 ] {4463d1e1-45e4-470a-8c12-c8006ffc979d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12570 | 2024.08.16 04:40:37.808406 [ 3 ] {} <Debug> HTTP-Session: 7e68d397-4939-4030-b632-8cf5a7f16603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12571 | 2024.08.16 04:40:37.808564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12572 | 2024.08.16 04:40:37.808614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12573 | 2024.08.16 04:40:37.808634 [ 3 ] {} <Debug> HTTP-Session: b7fefb73-1433-44cb-8ae5-0b16f7a5b6ba Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12574 | 2024.08.16 04:40:37.808650 [ 3 ] {} <Debug> HTTP-Session: b7fefb73-1433-44cb-8ae5-0b16f7a5b6ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12575 | 2024.08.16 04:40:37.808665 [ 3 ] {} <Debug> HTTP-Session: b7fefb73-1433-44cb-8ae5-0b16f7a5b6ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12576 | 2024.08.16 04:40:37.808696 [ 3 ] {} <Trace> HTTP-Session: b7fefb73-1433-44cb-8ae5-0b16f7a5b6ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12577 | 2024.08.16 04:40:37.809015 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12578 | 2024.08.16 04:40:37.809077 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <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 | ||
| 12579 | 2024.08.16 04:40:37.809484 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12580 | 2024.08.16 04:40:37.810173 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12581 | 2024.08.16 04:40:37.810211 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12582 | 2024.08.16 04:40:37.810833 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12583 | 2024.08.16 04:40:37.811242 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12584 | 2024.08.16 04:40:37.811427 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002648 sec., 10196.374622356494 rows/sec., 18.27 MiB/sec. | ||
| 12585 | 2024.08.16 04:40:37.811656 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Debug> DynamicQueryHandler: Done processing query | ||
| 12586 | 2024.08.16 04:40:37.811682 [ 3 ] {aceb7f05-f717-4489-8b89-4a3a7e2cea55} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12587 | 2024.08.16 04:40:37.811698 [ 3 ] {} <Debug> HTTP-Session: b7fefb73-1433-44cb-8ae5-0b16f7a5b6ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12588 | 2024.08.16 04:40:37.811837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12589 | 2024.08.16 04:40:37.811888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12590 | 2024.08.16 04:40:37.811908 [ 3 ] {} <Debug> HTTP-Session: da9b3bfc-3fc5-44bb-856b-5bf632bab559 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12591 | 2024.08.16 04:40:37.811925 [ 3 ] {} <Debug> HTTP-Session: da9b3bfc-3fc5-44bb-856b-5bf632bab559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12592 | 2024.08.16 04:40:37.811939 [ 3 ] {} <Debug> HTTP-Session: da9b3bfc-3fc5-44bb-856b-5bf632bab559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12593 | 2024.08.16 04:40:37.811973 [ 3 ] {} <Trace> HTTP-Session: da9b3bfc-3fc5-44bb-856b-5bf632bab559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12594 | 2024.08.16 04:40:37.812104 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12595 | 2024.08.16 04:40:37.812149 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12596 | 2024.08.16 04:40:37.812278 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12597 | 2024.08.16 04:40:37.812602 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12598 | 2024.08.16 04:40:37.812639 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12599 | 2024.08.16 04:40:37.813002 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12600 | 2024.08.16 04:40:37.813320 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12601 | 2024.08.16 04:40:37.813468 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00141 sec., 58156.02836879432 rows/sec., 3.69 MiB/sec. | ||
| 12602 | 2024.08.16 04:40:37.813637 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 12603 | 2024.08.16 04:40:37.813662 [ 3 ] {c00e3fba-3ab7-4d9e-a95a-39c634ec76ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12604 | 2024.08.16 04:40:37.813678 [ 3 ] {} <Debug> HTTP-Session: da9b3bfc-3fc5-44bb-856b-5bf632bab559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12605 | 2024.08.16 04:40:42.807779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12606 | 2024.08.16 04:40:42.807911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12607 | 2024.08.16 04:40:42.807938 [ 3 ] {} <Debug> HTTP-Session: 2374a204-509d-4e69-98ee-1e9170359add Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12608 | 2024.08.16 04:40:42.807965 [ 3 ] {} <Debug> HTTP-Session: 2374a204-509d-4e69-98ee-1e9170359add Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12609 | 2024.08.16 04:40:42.807982 [ 3 ] {} <Debug> HTTP-Session: 2374a204-509d-4e69-98ee-1e9170359add Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12610 | 2024.08.16 04:40:42.808036 [ 3 ] {} <Trace> HTTP-Session: 2374a204-509d-4e69-98ee-1e9170359add Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12611 | 2024.08.16 04:40:42.808228 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12612 | 2024.08.16 04:40:42.808298 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12613 | 2024.08.16 04:40:42.808510 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12614 | 2024.08.16 04:40:42.808941 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12615 | 2024.08.16 04:40:42.808980 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12616 | 2024.08.16 04:40:42.809340 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12617 | 2024.08.16 04:40:42.809670 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12618 | 2024.08.16 04:40:42.809826 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001656 sec., 2415.458937198068 rows/sec., 195.78 KiB/sec. | ||
| 12619 | 2024.08.16 04:40:42.810032 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Debug> DynamicQueryHandler: Done processing query | ||
| 12620 | 2024.08.16 04:40:42.810057 [ 3 ] {fcb782f6-2f7f-4fd8-9f86-5a0e5faa0b36} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12621 | 2024.08.16 04:40:42.810073 [ 3 ] {} <Debug> HTTP-Session: 2374a204-509d-4e69-98ee-1e9170359add Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12622 | 2024.08.16 04:40:42.810228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12623 | 2024.08.16 04:40:42.810275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12624 | 2024.08.16 04:40:42.810294 [ 3 ] {} <Debug> HTTP-Session: b446f9de-5ae3-44a5-a4bd-bebbe7a50058 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12625 | 2024.08.16 04:40:42.810310 [ 3 ] {} <Debug> HTTP-Session: b446f9de-5ae3-44a5-a4bd-bebbe7a50058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12626 | 2024.08.16 04:40:42.810324 [ 3 ] {} <Debug> HTTP-Session: b446f9de-5ae3-44a5-a4bd-bebbe7a50058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12627 | 2024.08.16 04:40:42.810355 [ 3 ] {} <Trace> HTTP-Session: b446f9de-5ae3-44a5-a4bd-bebbe7a50058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12628 | 2024.08.16 04:40:42.810448 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12629 | 2024.08.16 04:40:42.810490 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12630 | 2024.08.16 04:40:42.810618 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12631 | 2024.08.16 04:40:42.810930 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2024.08.16 04:40:42.810967 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12633 | 2024.08.16 04:40:42.811256 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12634 | 2024.08.16 04:40:42.811552 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2024.08.16 04:40:42.811711 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001278 sec., 3129.8904538341158 rows/sec., 255.22 KiB/sec. | ||
| 12636 | 2024.08.16 04:40:42.811878 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Debug> DynamicQueryHandler: Done processing query | ||
| 12637 | 2024.08.16 04:40:42.811901 [ 3 ] {4b90ed37-a101-4c81-88bf-1b132942d340} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12638 | 2024.08.16 04:40:42.811917 [ 3 ] {} <Debug> HTTP-Session: b446f9de-5ae3-44a5-a4bd-bebbe7a50058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12639 | 2024.08.16 04:40:42.812153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12640 | 2024.08.16 04:40:42.812200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12641 | 2024.08.16 04:40:42.812218 [ 3 ] {} <Debug> HTTP-Session: ffa88336-a5a6-4472-8aff-5d4a41cba8e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12642 | 2024.08.16 04:40:42.812235 [ 3 ] {} <Debug> HTTP-Session: ffa88336-a5a6-4472-8aff-5d4a41cba8e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12643 | 2024.08.16 04:40:42.812248 [ 3 ] {} <Debug> HTTP-Session: ffa88336-a5a6-4472-8aff-5d4a41cba8e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12644 | 2024.08.16 04:40:42.812279 [ 3 ] {} <Trace> HTTP-Session: ffa88336-a5a6-4472-8aff-5d4a41cba8e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12645 | 2024.08.16 04:40:42.812709 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12646 | 2024.08.16 04:40:42.812752 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12647 | 2024.08.16 04:40:42.812879 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12648 | 2024.08.16 04:40:42.813969 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12649 | 2024.08.16 04:40:42.814006 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12650 | 2024.08.16 04:40:42.814374 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12651 | 2024.08.16 04:40:42.814676 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12652 | 2024.08.16 04:40:42.814830 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Debug> executeQuery: Read 1210 rows, 101.74 KiB in 0.002412 sec., 501658.37479270314 rows/sec., 41.19 MiB/sec. | ||
| 12653 | 2024.08.16 04:40:42.814999 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Debug> DynamicQueryHandler: Done processing query | ||
| 12654 | 2024.08.16 04:40:42.815022 [ 3 ] {7cbd28a0-5254-4e33-a60d-7bb794747f90} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 12655 | 2024.08.16 04:40:42.815038 [ 3 ] {} <Debug> HTTP-Session: ffa88336-a5a6-4472-8aff-5d4a41cba8e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12656 | 2024.08.16 04:40:42.815229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12657 | 2024.08.16 04:40:42.815277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12658 | 2024.08.16 04:40:42.815295 [ 3 ] {} <Debug> HTTP-Session: 83bde41e-cd34-4df5-9f81-e55d8a339481 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12659 | 2024.08.16 04:40:42.815311 [ 3 ] {} <Debug> HTTP-Session: 83bde41e-cd34-4df5-9f81-e55d8a339481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12660 | 2024.08.16 04:40:42.815324 [ 3 ] {} <Debug> HTTP-Session: 83bde41e-cd34-4df5-9f81-e55d8a339481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12661 | 2024.08.16 04:40:42.815354 [ 3 ] {} <Trace> HTTP-Session: 83bde41e-cd34-4df5-9f81-e55d8a339481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12662 | 2024.08.16 04:40:42.815448 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12663 | 2024.08.16 04:40:42.815489 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12664 | 2024.08.16 04:40:42.815616 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12665 | 2024.08.16 04:40:42.815934 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12666 | 2024.08.16 04:40:42.815971 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12667 | 2024.08.16 04:40:42.816268 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12668 | 2024.08.16 04:40:42.816564 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12669 | 2024.08.16 04:40:42.816710 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001283 sec., 3117.692907248636 rows/sec., 217.69 KiB/sec. | ||
| 12670 | 2024.08.16 04:40:42.816871 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 12671 | 2024.08.16 04:40:42.816894 [ 3 ] {70f706ed-783a-4342-abdf-6556f1e481dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12672 | 2024.08.16 04:40:42.816910 [ 3 ] {} <Debug> HTTP-Session: 83bde41e-cd34-4df5-9f81-e55d8a339481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12673 | 2024.08.16 04:40:42.817048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12674 | 2024.08.16 04:40:42.817095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12675 | 2024.08.16 04:40:42.817114 [ 3 ] {} <Debug> HTTP-Session: 59a82a16-3096-411a-84a5-6512f17f53a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12676 | 2024.08.16 04:40:42.817131 [ 3 ] {} <Debug> HTTP-Session: 59a82a16-3096-411a-84a5-6512f17f53a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12677 | 2024.08.16 04:40:42.817144 [ 3 ] {} <Debug> HTTP-Session: 59a82a16-3096-411a-84a5-6512f17f53a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12678 | 2024.08.16 04:40:42.817174 [ 3 ] {} <Trace> HTTP-Session: 59a82a16-3096-411a-84a5-6512f17f53a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12679 | 2024.08.16 04:40:42.817315 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12680 | 2024.08.16 04:40:42.817356 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12681 | 2024.08.16 04:40:42.817479 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12682 | 2024.08.16 04:40:42.817880 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12683 | 2024.08.16 04:40:42.817916 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12684 | 2024.08.16 04:40:42.818230 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12685 | 2024.08.16 04:40:42.818528 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12686 | 2024.08.16 04:40:42.818680 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001424 sec., 160112.3595505618 rows/sec., 10.84 MiB/sec. | ||
| 12687 | 2024.08.16 04:40:42.818679 [ 82 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 12688 | 2024.08.16 04:40:42.818793 [ 82 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12689 | 2024.08.16 04:40:42.818839 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12690 | 2024.08.16 04:40:42.818920 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Debug> DynamicQueryHandler: Done processing query | ||
| 12691 | 2024.08.16 04:40:42.818985 [ 3 ] {cdf60698-52ca-425a-bed8-b71674ac5379} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 12692 | 2024.08.16 04:40:42.819038 [ 3 ] {} <Debug> HTTP-Session: 59a82a16-3096-411a-84a5-6512f17f53a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12693 | 2024.08.16 04:40:42.819087 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::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 | ||
| 12694 | 2024.08.16 04:40:42.819272 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12695 | 2024.08.16 04:40:42.819335 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
| 12696 | 2024.08.16 04:40:42.819343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 87196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12697 | 2024.08.16 04:40:42.819463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12698 | 2024.08.16 04:40:42.819561 [ 3 ] {} <Debug> HTTP-Session: cd0dfcdd-1020-47e1-96c4-2f596a7f6ea1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12699 | 2024.08.16 04:40:42.819641 [ 3 ] {} <Debug> HTTP-Session: cd0dfcdd-1020-47e1-96c4-2f596a7f6ea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12700 | 2024.08.16 04:40:42.819651 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part | ||
| 12701 | 2024.08.16 04:40:42.819685 [ 3 ] {} <Debug> HTTP-Session: cd0dfcdd-1020-47e1-96c4-2f596a7f6ea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12702 | 2024.08.16 04:40:42.819829 [ 3 ] {} <Trace> HTTP-Session: cd0dfcdd-1020-47e1-96c4-2f596a7f6ea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12703 | 2024.08.16 04:40:42.819941 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 12704 | 2024.08.16 04:40:42.820180 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12705 | 2024.08.16 04:40:42.820273 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12706 | 2024.08.16 04:40:42.820482 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12707 | 2024.08.16 04:40:42.820565 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part | ||
| 12708 | 2024.08.16 04:40:42.820680 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12709 | 2024.08.16 04:40:42.821492 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12710 | 2024.08.16 04:40:42.822743 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12711 | 2024.08.16 04:40:42.822810 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12712 | 2024.08.16 04:40:42.823430 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 4 columns (4 merged, 0 gathered) in 0.004490679 sec., 164785.770704163 rows/sec., 10.55 MiB/sec. | ||
| 12713 | 2024.08.16 04:40:42.823589 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12714 | 2024.08.16 04:40:42.823708 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 12715 | 2024.08.16 04:40:42.824473 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12716 | 2024.08.16 04:40:42.824791 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.004704 sec., 112244.89795918368 rows/sec., 8.31 MiB/sec. | ||
| 12717 | 2024.08.16 04:40:42.824862 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12718 | 2024.08.16 04:40:42.825068 [ 199 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_41_8} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 12719 | 2024.08.16 04:40:42.825119 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12720 | 2024.08.16 04:40:42.825197 [ 3 ] {c54778f0-497b-428d-9881-78cf9f84cb8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 12721 | 2024.08.16 04:40:42.825236 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 12722 | 2024.08.16 04:40:42.825237 [ 3 ] {} <Debug> HTTP-Session: cd0dfcdd-1020-47e1-96c4-2f596a7f6ea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12723 | 2024.08.16 04:40:42.825616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12724 | 2024.08.16 04:40:42.825666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12725 | 2024.08.16 04:40:42.825685 [ 3 ] {} <Debug> HTTP-Session: 3ca193db-ef63-47c1-9f7f-8b85afdc1938 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12726 | 2024.08.16 04:40:42.825702 [ 3 ] {} <Debug> HTTP-Session: 3ca193db-ef63-47c1-9f7f-8b85afdc1938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12727 | 2024.08.16 04:40:42.825716 [ 3 ] {} <Debug> HTTP-Session: 3ca193db-ef63-47c1-9f7f-8b85afdc1938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12728 | 2024.08.16 04:40:42.825746 [ 3 ] {} <Trace> HTTP-Session: 3ca193db-ef63-47c1-9f7f-8b85afdc1938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12729 | 2024.08.16 04:40:42.826177 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12730 | 2024.08.16 04:40:42.826224 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12731 | 2024.08.16 04:40:42.826394 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12732 | 2024.08.16 04:40:42.827219 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12733 | 2024.08.16 04:40:42.827257 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12734 | 2024.08.16 04:40:42.827712 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12735 | 2024.08.16 04:40:42.828058 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12736 | 2024.08.16 04:40:42.828216 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002287 sec., 369916.92173152603 rows/sec., 24.90 MiB/sec. | ||
| 12737 | 2024.08.16 04:40:42.828438 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12738 | 2024.08.16 04:40:42.828478 [ 3 ] {2aa1d6c1-6438-413b-b4a8-a0cb858941d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 12739 | 2024.08.16 04:40:42.828504 [ 3 ] {} <Debug> HTTP-Session: 3ca193db-ef63-47c1-9f7f-8b85afdc1938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12740 | 2024.08.16 04:40:42.828720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12741 | 2024.08.16 04:40:42.828772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12742 | 2024.08.16 04:40:42.828791 [ 3 ] {} <Debug> HTTP-Session: f9be2706-b340-4397-a096-b67038a5f377 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12743 | 2024.08.16 04:40:42.828815 [ 3 ] {} <Debug> HTTP-Session: f9be2706-b340-4397-a096-b67038a5f377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12744 | 2024.08.16 04:40:42.828831 [ 3 ] {} <Debug> HTTP-Session: f9be2706-b340-4397-a096-b67038a5f377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12745 | 2024.08.16 04:40:42.828865 [ 3 ] {} <Trace> HTTP-Session: f9be2706-b340-4397-a096-b67038a5f377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12746 | 2024.08.16 04:40:42.829002 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12747 | 2024.08.16 04:40:42.829071 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <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 | ||
| 12748 | 2024.08.16 04:40:42.829534 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12749 | 2024.08.16 04:40:42.830059 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12750 | 2024.08.16 04:40:42.830095 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12751 | 2024.08.16 04:40:42.830672 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12752 | 2024.08.16 04:40:42.831075 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12753 | 2024.08.16 04:40:42.831252 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002304 sec., 1736.111111111111 rows/sec., 3.11 MiB/sec. | ||
| 12754 | 2024.08.16 04:40:42.831471 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 12755 | 2024.08.16 04:40:42.831495 [ 3 ] {dbdd43d3-b6b8-449c-b09b-42f6225c7cbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12756 | 2024.08.16 04:40:42.831512 [ 3 ] {} <Debug> HTTP-Session: f9be2706-b340-4397-a096-b67038a5f377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12757 | 2024.08.16 04:40:42.831684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12758 | 2024.08.16 04:40:42.831745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12759 | 2024.08.16 04:40:42.831765 [ 3 ] {} <Debug> HTTP-Session: 10505b73-75da-4bb8-b094-84be0611ba4b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12760 | 2024.08.16 04:40:42.831782 [ 3 ] {} <Debug> HTTP-Session: 10505b73-75da-4bb8-b094-84be0611ba4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12761 | 2024.08.16 04:40:42.831797 [ 3 ] {} <Debug> HTTP-Session: 10505b73-75da-4bb8-b094-84be0611ba4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12762 | 2024.08.16 04:40:42.831829 [ 3 ] {} <Trace> HTTP-Session: 10505b73-75da-4bb8-b094-84be0611ba4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12763 | 2024.08.16 04:40:42.831951 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12764 | 2024.08.16 04:40:42.832001 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12765 | 2024.08.16 04:40:42.832133 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12766 | 2024.08.16 04:40:42.832437 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12767 | 2024.08.16 04:40:42.832474 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 12768 | 2024.08.16 04:40:42.832847 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12769 | 2024.08.16 04:40:42.833175 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12770 | 2024.08.16 04:40:42.833332 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
| 12771 | 2024.08.16 04:40:42.833599 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Debug> DynamicQueryHandler: Done processing query | ||
| 12772 | 2024.08.16 04:40:42.833660 [ 3 ] {417ece92-54ff-4d1d-b939-9508082e8c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12773 | 2024.08.16 04:40:42.833717 [ 3 ] {} <Debug> HTTP-Session: 10505b73-75da-4bb8-b094-84be0611ba4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12774 | 2024.08.16 04:40:47.783204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12775 | 2024.08.16 04:40:47.783324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12776 | 2024.08.16 04:40:47.783348 [ 3 ] {} <Debug> HTTP-Session: fe4d84a0-f1b4-4936-a42e-825ad572c1ab Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12777 | 2024.08.16 04:40:47.783372 [ 3 ] {} <Debug> HTTP-Session: fe4d84a0-f1b4-4936-a42e-825ad572c1ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12778 | 2024.08.16 04:40:47.783387 [ 3 ] {} <Debug> HTTP-Session: fe4d84a0-f1b4-4936-a42e-825ad572c1ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12779 | 2024.08.16 04:40:47.783436 [ 3 ] {} <Trace> HTTP-Session: fe4d84a0-f1b4-4936-a42e-825ad572c1ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12780 | 2024.08.16 04:40:47.783659 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12781 | 2024.08.16 04:40:47.783743 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12782 | 2024.08.16 04:40:47.783961 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12783 | 2024.08.16 04:40:47.784447 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12784 | 2024.08.16 04:40:47.784498 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12785 | 2024.08.16 04:40:47.784882 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12786 | 2024.08.16 04:40:47.785208 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12787 | 2024.08.16 04:40:47.785375 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001803 sec., 14975.041597337771 rows/sec., 1.19 MiB/sec. | ||
| 12788 | 2024.08.16 04:40:47.785585 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Debug> DynamicQueryHandler: Done processing query | ||
| 12789 | 2024.08.16 04:40:47.785612 [ 3 ] {9bdbed1a-710d-48a2-9024-de573ad7a944} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12790 | 2024.08.16 04:40:47.785628 [ 3 ] {} <Debug> HTTP-Session: fe4d84a0-f1b4-4936-a42e-825ad572c1ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12791 | 2024.08.16 04:40:47.785841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12792 | 2024.08.16 04:40:47.785897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12793 | 2024.08.16 04:40:47.785916 [ 3 ] {} <Debug> HTTP-Session: ec0a4c1a-d65c-441e-97ef-a731b25c8b40 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12794 | 2024.08.16 04:40:47.785935 [ 3 ] {} <Debug> HTTP-Session: ec0a4c1a-d65c-441e-97ef-a731b25c8b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12795 | 2024.08.16 04:40:47.785950 [ 3 ] {} <Debug> HTTP-Session: ec0a4c1a-d65c-441e-97ef-a731b25c8b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12796 | 2024.08.16 04:40:47.785986 [ 3 ] {} <Trace> HTTP-Session: ec0a4c1a-d65c-441e-97ef-a731b25c8b40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12797 | 2024.08.16 04:40:47.786163 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12798 | 2024.08.16 04:40:47.786208 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12799 | 2024.08.16 04:40:47.786338 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12800 | 2024.08.16 04:40:47.786849 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12801 | 2024.08.16 04:40:47.786887 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12802 | 2024.08.16 04:40:47.787209 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12803 | 2024.08.16 04:40:47.787518 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12804 | 2024.08.16 04:40:47.787675 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.00159 sec., 169811.320754717 rows/sec., 14.84 MiB/sec. | ||
| 12805 | 2024.08.16 04:40:47.787677 [ 77 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12806 | 2024.08.16 04:40:47.787785 [ 77 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12807 | 2024.08.16 04:40:47.787839 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12808 | 2024.08.16 04:40:47.787929 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12809 | 2024.08.16 04:40:47.787987 [ 3 ] {e9d91ed6-62c6-468e-bfd4-5ece5f8c60c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 12810 | 2024.08.16 04:40:47.788045 [ 3 ] {} <Debug> HTTP-Session: ec0a4c1a-d65c-441e-97ef-a731b25c8b40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12811 | 2024.08.16 04:40:47.788122 [ 198 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12812 | 2024.08.16 04:40:47.788227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12813 | 2024.08.16 04:40:47.788319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12814 | 2024.08.16 04:40:47.788375 [ 3 ] {} <Debug> HTTP-Session: a575a81d-d93c-416d-9c47-71c125d13018 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12815 | 2024.08.16 04:40:47.788419 [ 3 ] {} <Debug> HTTP-Session: a575a81d-d93c-416d-9c47-71c125d13018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12816 | 2024.08.16 04:40:47.788449 [ 198 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12817 | 2024.08.16 04:40:47.788457 [ 3 ] {} <Debug> HTTP-Session: a575a81d-d93c-416d-9c47-71c125d13018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12818 | 2024.08.16 04:40:47.788523 [ 198 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1430 rows starting from the beginning of the part | ||
| 12819 | 2024.08.16 04:40:47.788538 [ 3 ] {} <Trace> HTTP-Session: a575a81d-d93c-416d-9c47-71c125d13018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12820 | 2024.08.16 04:40:47.788724 [ 198 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 272 rows starting from the beginning of the part | ||
| 12821 | 2024.08.16 04:40:47.788840 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12822 | 2024.08.16 04:40:47.789051 [ 198 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 68 rows starting from the beginning of the part | ||
| 12823 | 2024.08.16 04:40:47.789086 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12824 | 2024.08.16 04:40:47.789527 [ 198 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 271 rows starting from the beginning of the part | ||
| 12825 | 2024.08.16 04:40:47.789791 [ 198 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1210 rows starting from the beginning of the part | ||
| 12826 | 2024.08.16 04:40:47.790161 [ 198 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 270 rows starting from the beginning of the part | ||
| 12827 | 2024.08.16 04:40:47.790542 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12828 | 2024.08.16 04:40:47.791358 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12829 | 2024.08.16 04:40:47.791409 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12830 | 2024.08.16 04:40:47.792183 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12831 | 2024.08.16 04:40:47.792903 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12832 | 2024.08.16 04:40:47.793080 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004381 sec., 3195.6174389408807 rows/sec., 223.80 KiB/sec. | ||
| 12833 | 2024.08.16 04:40:47.793425 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Debug> DynamicQueryHandler: Done processing query | ||
| 12834 | 2024.08.16 04:40:47.793501 [ 3 ] {e8701451-69d6-480c-b950-287043aca606} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12835 | 2024.08.16 04:40:47.793562 [ 3 ] {} <Debug> HTTP-Session: a575a81d-d93c-416d-9c47-71c125d13018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12836 | 2024.08.16 04:40:47.793861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12837 | 2024.08.16 04:40:47.794048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12838 | 2024.08.16 04:40:47.794118 [ 3 ] {} <Debug> HTTP-Session: 9eb1bdf9-ecfa-4f8e-8586-020e3272a5f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12839 | 2024.08.16 04:40:47.794150 [ 3 ] {} <Debug> HTTP-Session: 9eb1bdf9-ecfa-4f8e-8586-020e3272a5f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12840 | 2024.08.16 04:40:47.794159 [ 189 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3521 rows, containing 4 columns (4 merged, 0 gathered) in 0.00621041 sec., 566951.2962912271 rows/sec., 47.48 MiB/sec. | ||
| 12841 | 2024.08.16 04:40:47.794172 [ 3 ] {} <Debug> HTTP-Session: 9eb1bdf9-ecfa-4f8e-8586-020e3272a5f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12842 | 2024.08.16 04:40:47.794260 [ 3 ] {} <Trace> HTTP-Session: 9eb1bdf9-ecfa-4f8e-8586-020e3272a5f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12843 | 2024.08.16 04:40:47.794393 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12844 | 2024.08.16 04:40:47.794452 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12845 | 2024.08.16 04:40:47.794515 [ 189 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12846 | 2024.08.16 04:40:47.794804 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12847 | 2024.08.16 04:40:47.795547 [ 189 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12848 | 2024.08.16 04:40:47.795581 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12849 | 2024.08.16 04:40:47.795647 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12850 | 2024.08.16 04:40:47.795701 [ 189 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_66_13} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12851 | 2024.08.16 04:40:47.795859 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 12852 | 2024.08.16 04:40:47.796095 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12853 | 2024.08.16 04:40:47.796416 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12854 | 2024.08.16 04:40:47.796550 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002209 sec., 2716.161158895428 rows/sec., 160.48 KiB/sec. | ||
| 12855 | 2024.08.16 04:40:47.796719 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12856 | 2024.08.16 04:40:47.796744 [ 3 ] {b52ca4bb-4018-4e4c-95be-0a1c459f46a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12857 | 2024.08.16 04:40:47.796760 [ 3 ] {} <Debug> HTTP-Session: 9eb1bdf9-ecfa-4f8e-8586-020e3272a5f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12858 | 2024.08.16 04:40:47.796937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12859 | 2024.08.16 04:40:47.796987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12860 | 2024.08.16 04:40:47.797005 [ 3 ] {} <Debug> HTTP-Session: 543c208f-9d69-447f-ab49-3431cdc1f45e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12861 | 2024.08.16 04:40:47.797023 [ 3 ] {} <Debug> HTTP-Session: 543c208f-9d69-447f-ab49-3431cdc1f45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12862 | 2024.08.16 04:40:47.797037 [ 3 ] {} <Debug> HTTP-Session: 543c208f-9d69-447f-ab49-3431cdc1f45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12863 | 2024.08.16 04:40:47.797068 [ 3 ] {} <Trace> HTTP-Session: 543c208f-9d69-447f-ab49-3431cdc1f45e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12864 | 2024.08.16 04:40:47.797380 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12865 | 2024.08.16 04:40:47.797421 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12866 | 2024.08.16 04:40:47.797547 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12867 | 2024.08.16 04:40:47.798110 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12868 | 2024.08.16 04:40:47.798146 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12869 | 2024.08.16 04:40:47.798470 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12870 | 2024.08.16 04:40:47.798776 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12871 | 2024.08.16 04:40:47.798903 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001719 sec., 237929.02850494473 rows/sec., 16.95 MiB/sec. | ||
| 12872 | 2024.08.16 04:40:47.798903 [ 76 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12873 | 2024.08.16 04:40:47.798973 [ 76 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12874 | 2024.08.16 04:40:47.799006 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12875 | 2024.08.16 04:40:47.799113 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12876 | 2024.08.16 04:40:47.799162 [ 3 ] {24f557b8-51cd-4050-acf4-47a2b932d3c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 12877 | 2024.08.16 04:40:47.799196 [ 3 ] {} <Debug> HTTP-Session: 543c208f-9d69-447f-ab49-3431cdc1f45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12878 | 2024.08.16 04:40:47.799197 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12879 | 2024.08.16 04:40:47.799412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12880 | 2024.08.16 04:40:47.799440 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12881 | 2024.08.16 04:40:47.799504 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 903 rows starting from the beginning of the part | ||
| 12882 | 2024.08.16 04:40:47.799516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12883 | 2024.08.16 04:40:47.799568 [ 3 ] {} <Debug> HTTP-Session: 8417ff5a-2f86-42bf-bc10-64a2b70dbd6e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12884 | 2024.08.16 04:40:47.799644 [ 3 ] {} <Debug> HTTP-Session: 8417ff5a-2f86-42bf-bc10-64a2b70dbd6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12885 | 2024.08.16 04:40:47.799710 [ 3 ] {} <Debug> HTTP-Session: 8417ff5a-2f86-42bf-bc10-64a2b70dbd6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12886 | 2024.08.16 04:40:47.799764 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 413 rows starting from the beginning of the part | ||
| 12887 | 2024.08.16 04:40:47.799838 [ 3 ] {} <Trace> HTTP-Session: 8417ff5a-2f86-42bf-bc10-64a2b70dbd6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12888 | 2024.08.16 04:40:47.800071 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 68 rows starting from the beginning of the part | ||
| 12889 | 2024.08.16 04:40:47.800211 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12890 | 2024.08.16 04:40:47.800378 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 411 rows starting from the beginning of the part | ||
| 12891 | 2024.08.16 04:40:47.800398 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12892 | 2024.08.16 04:40:47.800675 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 528 rows starting from the beginning of the part | ||
| 12893 | 2024.08.16 04:40:47.801135 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 409 rows starting from the beginning of the part | ||
| 12894 | 2024.08.16 04:40:47.801676 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12895 | 2024.08.16 04:40:47.802298 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12896 | 2024.08.16 04:40:47.802354 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12897 | 2024.08.16 04:40:47.803335 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12898 | 2024.08.16 04:40:47.804294 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12899 | 2024.08.16 04:40:47.804302 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2732 rows, containing 4 columns (4 merged, 0 gathered) in 0.005220236 sec., 523347.98656612466 rows/sec., 37.92 MiB/sec. | ||
| 12900 | 2024.08.16 04:40:47.804566 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00449 sec., 1336.3028953229398 rows/sec., 69.82 KiB/sec. | ||
| 12901 | 2024.08.16 04:40:47.804614 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12902 | 2024.08.16 04:40:47.804916 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 12903 | 2024.08.16 04:40:47.804979 [ 3 ] {62dc363f-1269-40db-aa12-6cec7e0605aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12904 | 2024.08.16 04:40:47.805022 [ 3 ] {} <Debug> HTTP-Session: 8417ff5a-2f86-42bf-bc10-64a2b70dbd6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12905 | 2024.08.16 04:40:47.805243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12906 | 2024.08.16 04:40:47.805256 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12907 | 2024.08.16 04:40:47.805353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12908 | 2024.08.16 04:40:47.805416 [ 3 ] {} <Debug> HTTP-Session: 3ad132a8-c1ca-4333-8425-a56aae544397 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12909 | 2024.08.16 04:40:47.805455 [ 3 ] {} <Debug> HTTP-Session: 3ad132a8-c1ca-4333-8425-a56aae544397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12910 | 2024.08.16 04:40:47.805458 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_66_13} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12911 | 2024.08.16 04:40:47.805480 [ 3 ] {} <Debug> HTTP-Session: 3ad132a8-c1ca-4333-8425-a56aae544397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12912 | 2024.08.16 04:40:47.805555 [ 3 ] {} <Trace> HTTP-Session: 3ad132a8-c1ca-4333-8425-a56aae544397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12913 | 2024.08.16 04:40:47.805621 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 12914 | 2024.08.16 04:40:47.805903 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12915 | 2024.08.16 04:40:47.805955 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12916 | 2024.08.16 04:40:47.806121 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12917 | 2024.08.16 04:40:47.806549 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12918 | 2024.08.16 04:40:47.806586 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12919 | 2024.08.16 04:40:47.806975 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12920 | 2024.08.16 04:40:47.807322 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12921 | 2024.08.16 04:40:47.807447 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12922 | 2024.08.16 04:40:47.807448 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec. | ||
| 12923 | 2024.08.16 04:40:47.807482 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12924 | 2024.08.16 04:40:47.807522 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12925 | 2024.08.16 04:40:47.807784 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 12926 | 2024.08.16 04:40:47.807810 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12927 | 2024.08.16 04:40:47.807826 [ 3 ] {9c8b769c-df1e-47ce-b8f3-437fd08cb4c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12928 | 2024.08.16 04:40:47.807902 [ 3 ] {} <Debug> HTTP-Session: 3ad132a8-c1ca-4333-8425-a56aae544397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12929 | 2024.08.16 04:40:47.808224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12930 | 2024.08.16 04:40:47.808402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12931 | 2024.08.16 04:40:47.808475 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12932 | 2024.08.16 04:40:47.808484 [ 3 ] {} <Debug> HTTP-Session: 2a574d5d-2ed7-45ef-964a-2367e496f710 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12933 | 2024.08.16 04:40:47.808563 [ 3 ] {} <Debug> HTTP-Session: 2a574d5d-2ed7-45ef-964a-2367e496f710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12934 | 2024.08.16 04:40:47.808611 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19115 rows starting from the beginning of the part | ||
| 12935 | 2024.08.16 04:40:47.808614 [ 3 ] {} <Debug> HTTP-Session: 2a574d5d-2ed7-45ef-964a-2367e496f710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12936 | 2024.08.16 04:40:47.808769 [ 3 ] {} <Trace> HTTP-Session: 2a574d5d-2ed7-45ef-964a-2367e496f710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12937 | 2024.08.16 04:40:47.809140 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 239 rows starting from the beginning of the part | ||
| 12938 | 2024.08.16 04:40:47.809172 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12939 | 2024.08.16 04:40:47.809360 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12940 | 2024.08.16 04:40:47.809524 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 12941 | 2024.08.16 04:40:47.810116 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 238 rows starting from the beginning of the part | ||
| 12942 | 2024.08.16 04:40:47.810537 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 846 rows starting from the beginning of the part | ||
| 12943 | 2024.08.16 04:40:47.810707 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12944 | 2024.08.16 04:40:47.810891 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 12945 | 2024.08.16 04:40:47.811601 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12946 | 2024.08.16 04:40:47.811667 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12947 | 2024.08.16 04:40:47.812364 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12948 | 2024.08.16 04:40:47.812905 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12949 | 2024.08.16 04:40:47.813085 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004086 sec., 244.73813020068525 rows/sec., 16.49 KiB/sec. | ||
| 12950 | 2024.08.16 04:40:47.813467 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12951 | 2024.08.16 04:40:47.813521 [ 3 ] {d75cb43a-8614-43a3-ac40-3f38c11d7d0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12952 | 2024.08.16 04:40:47.813585 [ 3 ] {} <Debug> HTTP-Session: 2a574d5d-2ed7-45ef-964a-2367e496f710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12953 | 2024.08.16 04:40:47.813787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12954 | 2024.08.16 04:40:47.813902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12955 | 2024.08.16 04:40:47.813963 [ 3 ] {} <Debug> HTTP-Session: ba2939d2-5635-408b-8fe1-2c086c85a3ff Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12956 | 2024.08.16 04:40:47.814021 [ 3 ] {} <Debug> HTTP-Session: ba2939d2-5635-408b-8fe1-2c086c85a3ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12957 | 2024.08.16 04:40:47.814068 [ 3 ] {} <Debug> HTTP-Session: ba2939d2-5635-408b-8fe1-2c086c85a3ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12958 | 2024.08.16 04:40:47.814127 [ 3 ] {} <Trace> HTTP-Session: ba2939d2-5635-408b-8fe1-2c086c85a3ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12959 | 2024.08.16 04:40:47.814444 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12960 | 2024.08.16 04:40:47.814585 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <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 | ||
| 12961 | 2024.08.16 04:40:47.815225 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12962 | 2024.08.16 04:40:47.816037 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12963 | 2024.08.16 04:40:47.816076 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12964 | 2024.08.16 04:40:47.817021 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12965 | 2024.08.16 04:40:47.817586 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12966 | 2024.08.16 04:40:47.817897 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003639 sec., 7419.62077493817 rows/sec., 13.30 MiB/sec. | ||
| 12967 | 2024.08.16 04:40:47.818967 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20835 rows, containing 5 columns (5 merged, 0 gathered) in 0.011335064 sec., 1838101.66400472 rows/sec., 124.17 MiB/sec. | ||
| 12968 | 2024.08.16 04:40:47.819299 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12969 | 2024.08.16 04:40:47.819340 [ 3 ] {713100d1-b33c-4f95-b401-74256fc08de2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 12970 | 2024.08.16 04:40:47.819369 [ 3 ] {} <Debug> HTTP-Session: ba2939d2-5635-408b-8fe1-2c086c85a3ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12971 | 2024.08.16 04:40:47.819465 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12972 | 2024.08.16 04:40:47.819569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12973 | 2024.08.16 04:40:47.819653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12974 | 2024.08.16 04:40:47.819700 [ 3 ] {} <Debug> HTTP-Session: c8301586-28e5-4e65-91c3-91235115f230 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 12975 | 2024.08.16 04:40:47.819722 [ 3 ] {} <Debug> HTTP-Session: c8301586-28e5-4e65-91c3-91235115f230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12976 | 2024.08.16 04:40:47.819750 [ 3 ] {} <Debug> HTTP-Session: c8301586-28e5-4e65-91c3-91235115f230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12977 | 2024.08.16 04:40:47.819885 [ 3 ] {} <Trace> HTTP-Session: c8301586-28e5-4e65-91c3-91235115f230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12978 | 2024.08.16 04:40:47.820209 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12979 | 2024.08.16 04:40:47.820296 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12980 | 2024.08.16 04:40:47.820319 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12981 | 2024.08.16 04:40:47.820553 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12982 | 2024.08.16 04:40:47.820740 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12983 | 2024.08.16 04:40:47.820750 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 12984 | 2024.08.16 04:40:47.821206 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12985 | 2024.08.16 04:40:47.821249 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12986 | 2024.08.16 04:40:47.821628 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12987 | 2024.08.16 04:40:47.821966 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12988 | 2024.08.16 04:40:47.822090 [ 76 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12989 | 2024.08.16 04:40:47.822097 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002018 sec., 40634.29137760159 rows/sec., 2.58 MiB/sec. | ||
| 12990 | 2024.08.16 04:40:47.822120 [ 76 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12991 | 2024.08.16 04:40:47.822157 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 12992 | 2024.08.16 04:40:47.822291 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12993 | 2024.08.16 04:40:47.822325 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12994 | 2024.08.16 04:40:47.822354 [ 3 ] {5ed395df-6b82-4bdf-bcad-b7a5c375eda6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12995 | 2024.08.16 04:40:47.822382 [ 3 ] {} <Debug> HTTP-Session: c8301586-28e5-4e65-91c3-91235115f230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12996 | 2024.08.16 04:40:47.822472 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12997 | 2024.08.16 04:40:47.822512 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4136 rows starting from the beginning of the part | ||
| 12998 | 2024.08.16 04:40:47.822579 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 12999 | 2024.08.16 04:40:47.822726 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 13000 | 2024.08.16 04:40:47.822883 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 13001 | 2024.08.16 04:40:47.822943 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 13002 | 2024.08.16 04:40:47.823218 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 13003 | 2024.08.16 04:40:47.825047 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4502 rows, containing 4 columns (4 merged, 0 gathered) in 0.002819168 sec., 1596925.050227585 rows/sec., 104.05 MiB/sec. | ||
| 13004 | 2024.08.16 04:40:47.825357 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13005 | 2024.08.16 04:40:47.825781 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13006 | 2024.08.16 04:40:47.825863 [ 201 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_66_13} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13007 | 2024.08.16 04:40:47.825952 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 13008 | 2024.08.16 04:40:49.668323 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13009 | 2024.08.16 04:40:49.668396 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13010 | 2024.08.16 04:40:52.777768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13011 | 2024.08.16 04:40:52.777903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13012 | 2024.08.16 04:40:52.777933 [ 3 ] {} <Debug> HTTP-Session: d95239b8-1ee8-44f3-ac0f-e07f6fbe5f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13013 | 2024.08.16 04:40:52.777961 [ 3 ] {} <Debug> HTTP-Session: d95239b8-1ee8-44f3-ac0f-e07f6fbe5f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13014 | 2024.08.16 04:40:52.777980 [ 3 ] {} <Debug> HTTP-Session: d95239b8-1ee8-44f3-ac0f-e07f6fbe5f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13015 | 2024.08.16 04:40:52.778033 [ 3 ] {} <Trace> HTTP-Session: d95239b8-1ee8-44f3-ac0f-e07f6fbe5f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13016 | 2024.08.16 04:40:52.778223 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13017 | 2024.08.16 04:40:52.778293 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13018 | 2024.08.16 04:40:52.778508 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13019 | 2024.08.16 04:40:52.778970 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13020 | 2024.08.16 04:40:52.779011 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13021 | 2024.08.16 04:40:52.779379 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13022 | 2024.08.16 04:40:52.779726 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13023 | 2024.08.16 04:40:52.779875 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001709 sec., 2340.5500292568754 rows/sec., 189.71 KiB/sec. | ||
| 13024 | 2024.08.16 04:40:52.779881 [ 72 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 13025 | 2024.08.16 04:40:52.779938 [ 72 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13026 | 2024.08.16 04:40:52.779979 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13027 | 2024.08.16 04:40:52.780109 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13028 | 2024.08.16 04:40:52.780138 [ 3 ] {22eb05c7-ea3a-49a2-a404-8012c13890e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13029 | 2024.08.16 04:40:52.780139 [ 196 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 13030 | 2024.08.16 04:40:52.780156 [ 3 ] {} <Debug> HTTP-Session: d95239b8-1ee8-44f3-ac0f-e07f6fbe5f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13031 | 2024.08.16 04:40:52.780398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13032 | 2024.08.16 04:40:52.780416 [ 196 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13033 | 2024.08.16 04:40:52.780485 [ 196 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 31 rows starting from the beginning of the part | ||
| 13034 | 2024.08.16 04:40:52.780500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13035 | 2024.08.16 04:40:52.780558 [ 3 ] {} <Debug> HTTP-Session: a350d1ba-23a8-40cc-aaf8-e6d780d9f1cf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13036 | 2024.08.16 04:40:52.780594 [ 3 ] {} <Debug> HTTP-Session: a350d1ba-23a8-40cc-aaf8-e6d780d9f1cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13037 | 2024.08.16 04:40:52.780641 [ 3 ] {} <Debug> HTTP-Session: a350d1ba-23a8-40cc-aaf8-e6d780d9f1cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13038 | 2024.08.16 04:40:52.780704 [ 196 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
| 13039 | 2024.08.16 04:40:52.780724 [ 3 ] {} <Trace> HTTP-Session: a350d1ba-23a8-40cc-aaf8-e6d780d9f1cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13040 | 2024.08.16 04:40:52.780812 [ 196 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 27 rows starting from the beginning of the part | ||
| 13041 | 2024.08.16 04:40:52.781142 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13042 | 2024.08.16 04:40:52.781197 [ 196 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
| 13043 | 2024.08.16 04:40:52.781306 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13044 | 2024.08.16 04:40:52.781530 [ 196 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 27 rows starting from the beginning of the part | ||
| 13045 | 2024.08.16 04:40:52.781900 [ 196 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
| 13046 | 2024.08.16 04:40:52.782410 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13047 | 2024.08.16 04:40:52.782974 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13048 | 2024.08.16 04:40:52.783018 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13049 | 2024.08.16 04:40:52.783533 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13050 | 2024.08.16 04:40:52.783688 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 97 rows, containing 4 columns (4 merged, 0 gathered) in 0.003627888 sec., 26737.319343926825 rows/sec., 2.12 MiB/sec. | ||
| 13051 | 2024.08.16 04:40:52.783988 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 13052 | 2024.08.16 04:40:52.784095 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13053 | 2024.08.16 04:40:52.784385 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.003477 sec., 19557.089444923786 rows/sec., 1.54 MiB/sec. | ||
| 13054 | 2024.08.16 04:40:52.784806 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Debug> DynamicQueryHandler: Done processing query | ||
| 13055 | 2024.08.16 04:40:52.784849 [ 3 ] {870a64bc-046a-4398-bce4-b623b2792fab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13056 | 2024.08.16 04:40:52.784872 [ 3 ] {} <Debug> HTTP-Session: a350d1ba-23a8-40cc-aaf8-e6d780d9f1cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13057 | 2024.08.16 04:40:52.784986 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13058 | 2024.08.16 04:40:52.785056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13059 | 2024.08.16 04:40:52.785138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13060 | 2024.08.16 04:40:52.785152 [ 201 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_56_11} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 13061 | 2024.08.16 04:40:52.785182 [ 3 ] {} <Debug> HTTP-Session: b88de837-36f7-4c29-8b04-03cd36fb0bc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13062 | 2024.08.16 04:40:52.785207 [ 3 ] {} <Debug> HTTP-Session: b88de837-36f7-4c29-8b04-03cd36fb0bc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13063 | 2024.08.16 04:40:52.785245 [ 3 ] {} <Debug> HTTP-Session: b88de837-36f7-4c29-8b04-03cd36fb0bc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13064 | 2024.08.16 04:40:52.785320 [ 3 ] {} <Trace> HTTP-Session: b88de837-36f7-4c29-8b04-03cd36fb0bc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13065 | 2024.08.16 04:40:52.785327 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13066 | 2024.08.16 04:40:52.785467 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13067 | 2024.08.16 04:40:52.785516 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13068 | 2024.08.16 04:40:52.785657 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13069 | 2024.08.16 04:40:52.786013 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13070 | 2024.08.16 04:40:52.786049 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13071 | 2024.08.16 04:40:52.786367 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13072 | 2024.08.16 04:40:52.786677 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13073 | 2024.08.16 04:40:52.786801 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001378 sec., 49346.87953555878 rows/sec., 3.85 MiB/sec. | ||
| 13074 | 2024.08.16 04:40:52.786959 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Debug> DynamicQueryHandler: Done processing query | ||
| 13075 | 2024.08.16 04:40:52.786982 [ 3 ] {6b54ee0c-c8bc-4db4-ad0e-f2af0e883799} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13076 | 2024.08.16 04:40:52.786998 [ 3 ] {} <Debug> HTTP-Session: b88de837-36f7-4c29-8b04-03cd36fb0bc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13077 | 2024.08.16 04:40:52.787163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13078 | 2024.08.16 04:40:52.787211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13079 | 2024.08.16 04:40:52.787229 [ 3 ] {} <Debug> HTTP-Session: b61e33b6-5d5e-46aa-8fad-92b91d503b65 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13080 | 2024.08.16 04:40:52.787246 [ 3 ] {} <Debug> HTTP-Session: b61e33b6-5d5e-46aa-8fad-92b91d503b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13081 | 2024.08.16 04:40:52.787260 [ 3 ] {} <Debug> HTTP-Session: b61e33b6-5d5e-46aa-8fad-92b91d503b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13082 | 2024.08.16 04:40:52.787290 [ 3 ] {} <Trace> HTTP-Session: b61e33b6-5d5e-46aa-8fad-92b91d503b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13083 | 2024.08.16 04:40:52.787432 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13084 | 2024.08.16 04:40:52.787478 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13085 | 2024.08.16 04:40:52.787620 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13086 | 2024.08.16 04:40:52.788008 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13087 | 2024.08.16 04:40:52.788043 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13088 | 2024.08.16 04:40:52.788436 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13089 | 2024.08.16 04:40:52.788794 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13090 | 2024.08.16 04:40:52.788918 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
| 13091 | 2024.08.16 04:40:52.789080 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13092 | 2024.08.16 04:40:52.789103 [ 3 ] {191c88d4-ccd2-4aa8-a15d-71ef77e6cb2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13093 | 2024.08.16 04:40:52.789119 [ 3 ] {} <Debug> HTTP-Session: b61e33b6-5d5e-46aa-8fad-92b91d503b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13094 | 2024.08.16 04:40:52.789246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13095 | 2024.08.16 04:40:52.789294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13096 | 2024.08.16 04:40:52.789312 [ 3 ] {} <Debug> HTTP-Session: 88e7c638-3448-4903-8eee-67a07208cca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13097 | 2024.08.16 04:40:52.789328 [ 3 ] {} <Debug> HTTP-Session: 88e7c638-3448-4903-8eee-67a07208cca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13098 | 2024.08.16 04:40:52.789341 [ 3 ] {} <Debug> HTTP-Session: 88e7c638-3448-4903-8eee-67a07208cca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13099 | 2024.08.16 04:40:52.789372 [ 3 ] {} <Trace> HTTP-Session: 88e7c638-3448-4903-8eee-67a07208cca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13100 | 2024.08.16 04:40:52.789515 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13101 | 2024.08.16 04:40:52.789578 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <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 | ||
| 13102 | 2024.08.16 04:40:52.789977 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13103 | 2024.08.16 04:40:52.790484 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13104 | 2024.08.16 04:40:52.790520 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13105 | 2024.08.16 04:40:52.791102 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13106 | 2024.08.16 04:40:52.791518 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13107 | 2024.08.16 04:40:52.791660 [ 72 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 13108 | 2024.08.16 04:40:52.791670 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002225 sec., 1797.7528089887642 rows/sec., 3.22 MiB/sec. | ||
| 13109 | 2024.08.16 04:40:52.791710 [ 72 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13110 | 2024.08.16 04:40:52.791761 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13111 | 2024.08.16 04:40:52.792162 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 13112 | 2024.08.16 04:40:52.792241 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Debug> DynamicQueryHandler: Done processing query | ||
| 13113 | 2024.08.16 04:40:52.792326 [ 3 ] {ed2ad04a-cedd-45f2-be66-8395c009ca05} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13114 | 2024.08.16 04:40:52.792409 [ 3 ] {} <Debug> HTTP-Session: 88e7c638-3448-4903-8eee-67a07208cca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13115 | 2024.08.16 04:40:52.792694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13116 | 2024.08.16 04:40:52.792867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13117 | 2024.08.16 04:40:52.792985 [ 3 ] {} <Debug> HTTP-Session: fb650e9e-c4da-43b0-896a-a17ff4d8c896 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13118 | 2024.08.16 04:40:52.793027 [ 3 ] {} <Debug> HTTP-Session: fb650e9e-c4da-43b0-896a-a17ff4d8c896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13119 | 2024.08.16 04:40:52.793077 [ 3 ] {} <Debug> HTTP-Session: fb650e9e-c4da-43b0-896a-a17ff4d8c896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13120 | 2024.08.16 04:40:52.793241 [ 3 ] {} <Trace> HTTP-Session: fb650e9e-c4da-43b0-896a-a17ff4d8c896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13121 | 2024.08.16 04:40:52.793707 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13122 | 2024.08.16 04:40:52.793907 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13123 | 2024.08.16 04:40:52.794252 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13124 | 2024.08.16 04:40:52.794500 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 822 rows starting from the beginning of the part | ||
| 13125 | 2024.08.16 04:40:52.794657 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13126 | 2024.08.16 04:40:52.795307 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
| 13127 | 2024.08.16 04:40:52.795812 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13128 | 2024.08.16 04:40:52.795934 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13129 | 2024.08.16 04:40:52.796090 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 27 rows starting from the beginning of the part | ||
| 13130 | 2024.08.16 04:40:52.796817 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
| 13131 | 2024.08.16 04:40:52.797367 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13132 | 2024.08.16 04:40:52.797405 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 27 rows starting from the beginning of the part | ||
| 13133 | 2024.08.16 04:40:52.798083 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
| 13134 | 2024.08.16 04:40:52.798641 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13135 | 2024.08.16 04:40:52.799072 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005602 sec., 10710.460549803642 rows/sec., 739.13 KiB/sec. | ||
| 13136 | 2024.08.16 04:40:52.799472 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13137 | 2024.08.16 04:40:52.799520 [ 3 ] {03ec31c9-db28-4f53-ae71-93dc9e8cec0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13138 | 2024.08.16 04:40:52.799565 [ 3 ] {} <Debug> HTTP-Session: fb650e9e-c4da-43b0-896a-a17ff4d8c896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13139 | 2024.08.16 04:40:52.803200 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 888 rows, containing 19 columns (19 merged, 0 gathered) in 0.011320254 sec., 78443.4695546584 rows/sec., 140.57 MiB/sec. | ||
| 13140 | 2024.08.16 04:40:52.804022 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 13141 | 2024.08.16 04:40:52.804622 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13142 | 2024.08.16 04:40:52.804709 [ 194 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 13143 | 2024.08.16 04:40:52.804828 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.94 MiB. | ||
| 13144 | 2024.08.16 04:40:57.784045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13145 | 2024.08.16 04:40:57.784186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13146 | 2024.08.16 04:40:57.784216 [ 3 ] {} <Debug> HTTP-Session: a41cad66-ab03-42d1-8048-e305e6e65420 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13147 | 2024.08.16 04:40:57.784244 [ 3 ] {} <Debug> HTTP-Session: a41cad66-ab03-42d1-8048-e305e6e65420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13148 | 2024.08.16 04:40:57.784262 [ 3 ] {} <Debug> HTTP-Session: a41cad66-ab03-42d1-8048-e305e6e65420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13149 | 2024.08.16 04:40:57.784317 [ 3 ] {} <Trace> HTTP-Session: a41cad66-ab03-42d1-8048-e305e6e65420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13150 | 2024.08.16 04:40:57.784522 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13151 | 2024.08.16 04:40:57.784596 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13152 | 2024.08.16 04:40:57.784815 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13153 | 2024.08.16 04:40:57.785339 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13154 | 2024.08.16 04:40:57.785380 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13155 | 2024.08.16 04:40:57.785755 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 13156 | 2024.08.16 04:40:57.786096 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13157 | 2024.08.16 04:40:57.786238 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001784 sec., 15134.529147982063 rows/sec., 1.20 MiB/sec. | ||
| 13158 | 2024.08.16 04:40:57.786455 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Debug> DynamicQueryHandler: Done processing query | ||
| 13159 | 2024.08.16 04:40:57.786482 [ 3 ] {50b53b0b-f53d-4211-bd4e-f642dd91b869} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13160 | 2024.08.16 04:40:57.786500 [ 3 ] {} <Debug> HTTP-Session: a41cad66-ab03-42d1-8048-e305e6e65420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13161 | 2024.08.16 04:40:57.786668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13162 | 2024.08.16 04:40:57.786726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13163 | 2024.08.16 04:40:57.786745 [ 3 ] {} <Debug> HTTP-Session: f8448168-f098-41da-ad42-386252e9fa61 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13164 | 2024.08.16 04:40:57.786764 [ 3 ] {} <Debug> HTTP-Session: f8448168-f098-41da-ad42-386252e9fa61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13165 | 2024.08.16 04:40:57.786778 [ 3 ] {} <Debug> HTTP-Session: f8448168-f098-41da-ad42-386252e9fa61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13166 | 2024.08.16 04:40:57.786814 [ 3 ] {} <Trace> HTTP-Session: f8448168-f098-41da-ad42-386252e9fa61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13167 | 2024.08.16 04:40:57.786920 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13168 | 2024.08.16 04:40:57.786968 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13169 | 2024.08.16 04:40:57.787102 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13170 | 2024.08.16 04:40:57.787401 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13171 | 2024.08.16 04:40:57.787438 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13172 | 2024.08.16 04:40:57.787742 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13173 | 2024.08.16 04:40:57.788050 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13174 | 2024.08.16 04:40:57.788185 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 126.23 KiB/sec. | ||
| 13175 | 2024.08.16 04:40:57.788451 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Debug> DynamicQueryHandler: Done processing query | ||
| 13176 | 2024.08.16 04:40:57.788495 [ 3 ] {d5fa87f7-09a0-4925-bfd4-4da5ca7c6e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13177 | 2024.08.16 04:40:57.788518 [ 3 ] {} <Debug> HTTP-Session: f8448168-f098-41da-ad42-386252e9fa61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13178 | 2024.08.16 04:40:57.788666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13179 | 2024.08.16 04:40:57.788717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13180 | 2024.08.16 04:40:57.788736 [ 3 ] {} <Debug> HTTP-Session: b468798f-4749-4b5e-bfbf-c558986d8d10 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13181 | 2024.08.16 04:40:57.788754 [ 3 ] {} <Debug> HTTP-Session: b468798f-4749-4b5e-bfbf-c558986d8d10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13182 | 2024.08.16 04:40:57.788768 [ 3 ] {} <Debug> HTTP-Session: b468798f-4749-4b5e-bfbf-c558986d8d10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13183 | 2024.08.16 04:40:57.788799 [ 3 ] {} <Trace> HTTP-Session: b468798f-4749-4b5e-bfbf-c558986d8d10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13184 | 2024.08.16 04:40:57.788977 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13185 | 2024.08.16 04:40:57.789022 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13186 | 2024.08.16 04:40:57.789167 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13187 | 2024.08.16 04:40:57.789616 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13188 | 2024.08.16 04:40:57.789654 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13189 | 2024.08.16 04:40:57.789992 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13190 | 2024.08.16 04:40:57.790296 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13191 | 2024.08.16 04:40:57.790447 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Debug> executeQuery: Read 271 rows, 24.24 KiB in 0.001562 sec., 173495.5185659411 rows/sec., 15.16 MiB/sec. | ||
| 13192 | 2024.08.16 04:40:57.790719 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13193 | 2024.08.16 04:40:57.790776 [ 3 ] {63b888ec-0832-4ce7-8c1b-d9ce06a0bcf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 13194 | 2024.08.16 04:40:57.790841 [ 3 ] {} <Debug> HTTP-Session: b468798f-4749-4b5e-bfbf-c558986d8d10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13195 | 2024.08.16 04:40:57.791066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13196 | 2024.08.16 04:40:57.791154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13197 | 2024.08.16 04:40:57.791174 [ 3 ] {} <Debug> HTTP-Session: 8e743f3c-d5b9-4857-818e-73af2ac2c3b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13198 | 2024.08.16 04:40:57.791192 [ 3 ] {} <Debug> HTTP-Session: 8e743f3c-d5b9-4857-818e-73af2ac2c3b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13199 | 2024.08.16 04:40:57.791206 [ 3 ] {} <Debug> HTTP-Session: 8e743f3c-d5b9-4857-818e-73af2ac2c3b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13200 | 2024.08.16 04:40:57.791238 [ 3 ] {} <Trace> HTTP-Session: 8e743f3c-d5b9-4857-818e-73af2ac2c3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13201 | 2024.08.16 04:40:57.791334 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13202 | 2024.08.16 04:40:57.791377 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13203 | 2024.08.16 04:40:57.791532 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13204 | 2024.08.16 04:40:57.791797 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13205 | 2024.08.16 04:40:57.791834 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13206 | 2024.08.16 04:40:57.792128 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13207 | 2024.08.16 04:40:57.792432 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13208 | 2024.08.16 04:40:57.792591 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 109.61 KiB/sec. | ||
| 13209 | 2024.08.16 04:40:57.792758 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13210 | 2024.08.16 04:40:57.792783 [ 3 ] {8479c4ed-64af-45b6-a208-78de721043f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13211 | 2024.08.16 04:40:57.792798 [ 3 ] {} <Debug> HTTP-Session: 8e743f3c-d5b9-4857-818e-73af2ac2c3b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13212 | 2024.08.16 04:40:57.792905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13213 | 2024.08.16 04:40:57.792952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13214 | 2024.08.16 04:40:57.792971 [ 3 ] {} <Debug> HTTP-Session: 5c0352a1-e809-4331-a3dd-f345319956bf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13215 | 2024.08.16 04:40:57.792987 [ 3 ] {} <Debug> HTTP-Session: 5c0352a1-e809-4331-a3dd-f345319956bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13216 | 2024.08.16 04:40:57.793001 [ 3 ] {} <Debug> HTTP-Session: 5c0352a1-e809-4331-a3dd-f345319956bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13217 | 2024.08.16 04:40:57.793031 [ 3 ] {} <Trace> HTTP-Session: 5c0352a1-e809-4331-a3dd-f345319956bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13218 | 2024.08.16 04:40:57.793128 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13219 | 2024.08.16 04:40:57.793170 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13220 | 2024.08.16 04:40:57.793296 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13221 | 2024.08.16 04:40:57.793577 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13222 | 2024.08.16 04:40:57.793614 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13223 | 2024.08.16 04:40:57.793920 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13224 | 2024.08.16 04:40:57.794225 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13225 | 2024.08.16 04:40:57.794383 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00127 sec., 11023.622047244095 rows/sec., 772.02 KiB/sec. | ||
| 13226 | 2024.08.16 04:40:57.794666 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 13227 | 2024.08.16 04:40:57.794705 [ 3 ] {be8ea6c4-c4dc-4345-b1d3-6817241ad7fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13228 | 2024.08.16 04:40:57.794722 [ 3 ] {} <Debug> HTTP-Session: 5c0352a1-e809-4331-a3dd-f345319956bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13229 | 2024.08.16 04:40:57.794825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13230 | 2024.08.16 04:40:57.794873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13231 | 2024.08.16 04:40:57.794891 [ 3 ] {} <Debug> HTTP-Session: 3348f07b-9e98-447d-a745-ff1112824624 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13232 | 2024.08.16 04:40:57.794908 [ 3 ] {} <Debug> HTTP-Session: 3348f07b-9e98-447d-a745-ff1112824624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13233 | 2024.08.16 04:40:57.794922 [ 3 ] {} <Debug> HTTP-Session: 3348f07b-9e98-447d-a745-ff1112824624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13234 | 2024.08.16 04:40:57.794952 [ 3 ] {} <Trace> HTTP-Session: 3348f07b-9e98-447d-a745-ff1112824624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13235 | 2024.08.16 04:40:57.795057 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13236 | 2024.08.16 04:40:57.795101 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13237 | 2024.08.16 04:40:57.795248 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13238 | 2024.08.16 04:40:57.795585 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13239 | 2024.08.16 04:40:57.795622 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13240 | 2024.08.16 04:40:57.795928 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 13241 | 2024.08.16 04:40:57.796224 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13242 | 2024.08.16 04:40:57.796380 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 265.14 KiB/sec. | ||
| 13243 | 2024.08.16 04:40:57.796382 [ 67 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 13244 | 2024.08.16 04:40:57.796500 [ 67 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13245 | 2024.08.16 04:40:57.796549 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13246 | 2024.08.16 04:40:57.796632 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13247 | 2024.08.16 04:40:57.796709 [ 3 ] {51f4dafc-7936-4728-bd0b-51782179c8b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13248 | 2024.08.16 04:40:57.796807 [ 3 ] {} <Debug> HTTP-Session: 3348f07b-9e98-447d-a745-ff1112824624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13249 | 2024.08.16 04:40:57.796845 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 13250 | 2024.08.16 04:40:57.797107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13251 | 2024.08.16 04:40:57.797240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13252 | 2024.08.16 04:40:57.797276 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13253 | 2024.08.16 04:40:57.797286 [ 3 ] {} <Debug> HTTP-Session: f49ba7cb-a5ac-4025-8141-c8afb53524c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13254 | 2024.08.16 04:40:57.797334 [ 3 ] {} <Debug> HTTP-Session: f49ba7cb-a5ac-4025-8141-c8afb53524c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13255 | 2024.08.16 04:40:57.797336 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
| 13256 | 2024.08.16 04:40:57.797357 [ 3 ] {} <Debug> HTTP-Session: f49ba7cb-a5ac-4025-8141-c8afb53524c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13257 | 2024.08.16 04:40:57.797445 [ 3 ] {} <Trace> HTTP-Session: f49ba7cb-a5ac-4025-8141-c8afb53524c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13258 | 2024.08.16 04:40:57.797573 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 13259 | 2024.08.16 04:40:57.797797 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 13260 | 2024.08.16 04:40:57.797961 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 13261 | 2024.08.16 04:40:57.798008 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13262 | 2024.08.16 04:40:57.798249 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13263 | 2024.08.16 04:40:57.798333 [ 190 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 13264 | 2024.08.16 04:40:57.799185 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13265 | 2024.08.16 04:40:57.800373 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13266 | 2024.08.16 04:40:57.800438 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13267 | 2024.08.16 04:40:57.800799 [ 193 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00414219 sec., 7242.5456099309795 rows/sec., 431.44 KiB/sec. | ||
| 13268 | 2024.08.16 04:40:57.801026 [ 193 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 13269 | 2024.08.16 04:40:57.801130 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13270 | 2024.08.16 04:40:57.802057 [ 193 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13271 | 2024.08.16 04:40:57.802094 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13272 | 2024.08.16 04:40:57.802226 [ 193 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_33_8} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 13273 | 2024.08.16 04:40:57.802394 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.004656 sec., 88273.19587628865 rows/sec., 6.29 MiB/sec. | ||
| 13274 | 2024.08.16 04:40:57.802475 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13275 | 2024.08.16 04:40:57.802705 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13276 | 2024.08.16 04:40:57.802734 [ 3 ] {3104ee42-bf8e-4692-8750-59d30f04ddb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 13277 | 2024.08.16 04:40:57.802751 [ 3 ] {} <Debug> HTTP-Session: f49ba7cb-a5ac-4025-8141-c8afb53524c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13278 | 2024.08.16 04:40:57.802948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13279 | 2024.08.16 04:40:57.802997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13280 | 2024.08.16 04:40:57.803017 [ 3 ] {} <Debug> HTTP-Session: 41343079-afd1-4f9c-8338-0e5f8157d8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13281 | 2024.08.16 04:40:57.803034 [ 3 ] {} <Debug> HTTP-Session: 41343079-afd1-4f9c-8338-0e5f8157d8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13282 | 2024.08.16 04:40:57.803047 [ 3 ] {} <Debug> HTTP-Session: 41343079-afd1-4f9c-8338-0e5f8157d8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13283 | 2024.08.16 04:40:57.803078 [ 3 ] {} <Trace> HTTP-Session: 41343079-afd1-4f9c-8338-0e5f8157d8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13284 | 2024.08.16 04:40:57.803177 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13285 | 2024.08.16 04:40:57.803222 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13286 | 2024.08.16 04:40:57.803368 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13287 | 2024.08.16 04:40:57.803638 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13288 | 2024.08.16 04:40:57.803675 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13289 | 2024.08.16 04:40:57.804044 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 13290 | 2024.08.16 04:40:57.804375 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13291 | 2024.08.16 04:40:57.804535 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec. | ||
| 13292 | 2024.08.16 04:40:57.804704 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Debug> DynamicQueryHandler: Done processing query | ||
| 13293 | 2024.08.16 04:40:57.804729 [ 3 ] {7c8033b1-3639-4ec7-a790-78ec3862df27} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13294 | 2024.08.16 04:40:57.804745 [ 3 ] {} <Debug> HTTP-Session: 41343079-afd1-4f9c-8338-0e5f8157d8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13295 | 2024.08.16 04:40:57.804882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13296 | 2024.08.16 04:40:57.804929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13297 | 2024.08.16 04:40:57.804948 [ 3 ] {} <Debug> HTTP-Session: 68ae5e84-db67-4a1b-b214-b35cb358b4f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13298 | 2024.08.16 04:40:57.804965 [ 3 ] {} <Debug> HTTP-Session: 68ae5e84-db67-4a1b-b214-b35cb358b4f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13299 | 2024.08.16 04:40:57.804978 [ 3 ] {} <Debug> HTTP-Session: 68ae5e84-db67-4a1b-b214-b35cb358b4f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13300 | 2024.08.16 04:40:57.805009 [ 3 ] {} <Trace> HTTP-Session: 68ae5e84-db67-4a1b-b214-b35cb358b4f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13301 | 2024.08.16 04:40:57.805201 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13302 | 2024.08.16 04:40:57.805247 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13303 | 2024.08.16 04:40:57.805389 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13304 | 2024.08.16 04:40:57.805851 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13305 | 2024.08.16 04:40:57.805888 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13306 | 2024.08.16 04:40:57.806273 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13307 | 2024.08.16 04:40:57.806614 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13308 | 2024.08.16 04:40:57.806782 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001679 sec., 141751.04228707566 rows/sec., 9.50 MiB/sec. | ||
| 13309 | 2024.08.16 04:40:57.807044 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13310 | 2024.08.16 04:40:57.807101 [ 3 ] {0ecf73e5-6045-45cc-9c89-6fad587ae79e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13311 | 2024.08.16 04:40:57.807162 [ 3 ] {} <Debug> HTTP-Session: 68ae5e84-db67-4a1b-b214-b35cb358b4f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13312 | 2024.08.16 04:40:57.807375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13313 | 2024.08.16 04:40:57.807426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13314 | 2024.08.16 04:40:57.807446 [ 3 ] {} <Debug> HTTP-Session: fbddd890-7caf-4cf9-b998-6a904b77e157 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13315 | 2024.08.16 04:40:57.807463 [ 3 ] {} <Debug> HTTP-Session: fbddd890-7caf-4cf9-b998-6a904b77e157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13316 | 2024.08.16 04:40:57.807478 [ 3 ] {} <Debug> HTTP-Session: fbddd890-7caf-4cf9-b998-6a904b77e157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13317 | 2024.08.16 04:40:57.807511 [ 3 ] {} <Trace> HTTP-Session: fbddd890-7caf-4cf9-b998-6a904b77e157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13318 | 2024.08.16 04:40:57.807608 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13319 | 2024.08.16 04:40:57.807655 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13320 | 2024.08.16 04:40:57.807796 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13321 | 2024.08.16 04:40:57.808074 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13322 | 2024.08.16 04:40:57.808111 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13323 | 2024.08.16 04:40:57.808462 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 13324 | 2024.08.16 04:40:57.808927 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2024.08.16 04:40:57.809091 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 13326 | 2024.08.16 04:40:57.809425 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 13327 | 2024.08.16 04:40:57.809452 [ 3 ] {8ad3972c-00f2-4d9a-a440-7573844f37fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13328 | 2024.08.16 04:40:57.809469 [ 3 ] {} <Debug> HTTP-Session: fbddd890-7caf-4cf9-b998-6a904b77e157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13329 | 2024.08.16 04:40:57.809608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13330 | 2024.08.16 04:40:57.809656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13331 | 2024.08.16 04:40:57.809675 [ 3 ] {} <Debug> HTTP-Session: 9ecfdd34-5ec3-4421-8ffa-202c6814d627 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13332 | 2024.08.16 04:40:57.809692 [ 3 ] {} <Debug> HTTP-Session: 9ecfdd34-5ec3-4421-8ffa-202c6814d627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13333 | 2024.08.16 04:40:57.809706 [ 3 ] {} <Debug> HTTP-Session: 9ecfdd34-5ec3-4421-8ffa-202c6814d627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13334 | 2024.08.16 04:40:57.809737 [ 3 ] {} <Trace> HTTP-Session: 9ecfdd34-5ec3-4421-8ffa-202c6814d627 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13335 | 2024.08.16 04:40:57.810011 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13336 | 2024.08.16 04:40:57.810082 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <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 | ||
| 13337 | 2024.08.16 04:40:57.810516 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13338 | 2024.08.16 04:40:57.811292 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13339 | 2024.08.16 04:40:57.811330 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13340 | 2024.08.16 04:40:57.811964 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 13341 | 2024.08.16 04:40:57.812386 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13342 | 2024.08.16 04:40:57.812565 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002741 sec., 9850.419554906968 rows/sec., 17.65 MiB/sec. | ||
| 13343 | 2024.08.16 04:40:57.812788 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Debug> DynamicQueryHandler: Done processing query | ||
| 13344 | 2024.08.16 04:40:57.812813 [ 3 ] {ece427b0-7637-4e2c-bc33-2df538dae287} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 13345 | 2024.08.16 04:40:57.812829 [ 3 ] {} <Debug> HTTP-Session: 9ecfdd34-5ec3-4421-8ffa-202c6814d627 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13346 | 2024.08.16 04:40:57.812955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13347 | 2024.08.16 04:40:57.813003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13348 | 2024.08.16 04:40:57.813023 [ 3 ] {} <Debug> HTTP-Session: 1c26ea8d-5e5b-4cf2-8252-367d75c4d540 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13349 | 2024.08.16 04:40:57.813039 [ 3 ] {} <Debug> HTTP-Session: 1c26ea8d-5e5b-4cf2-8252-367d75c4d540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13350 | 2024.08.16 04:40:57.813053 [ 3 ] {} <Debug> HTTP-Session: 1c26ea8d-5e5b-4cf2-8252-367d75c4d540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13351 | 2024.08.16 04:40:57.813084 [ 3 ] {} <Trace> HTTP-Session: 1c26ea8d-5e5b-4cf2-8252-367d75c4d540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13352 | 2024.08.16 04:40:57.813223 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13353 | 2024.08.16 04:40:57.813267 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13354 | 2024.08.16 04:40:57.813396 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13355 | 2024.08.16 04:40:57.813720 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13356 | 2024.08.16 04:40:57.813758 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13357 | 2024.08.16 04:40:57.814125 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13358 | 2024.08.16 04:40:57.814453 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13359 | 2024.08.16 04:40:57.814613 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec. | ||
| 13360 | 2024.08.16 04:40:57.814779 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Debug> DynamicQueryHandler: Done processing query | ||
| 13361 | 2024.08.16 04:40:57.814804 [ 3 ] {044876c4-64d8-47cf-a044-9dc2da26dd27} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13362 | 2024.08.16 04:40:57.814820 [ 3 ] {} <Debug> HTTP-Session: 1c26ea8d-5e5b-4cf2-8252-367d75c4d540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13363 | 2024.08.16 04:41:02.777631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13364 | 2024.08.16 04:41:02.777822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13365 | 2024.08.16 04:41:02.777867 [ 3 ] {} <Debug> HTTP-Session: 506bdd2f-a16f-4b05-9450-5de35f13b6db Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13366 | 2024.08.16 04:41:02.777908 [ 3 ] {} <Debug> HTTP-Session: 506bdd2f-a16f-4b05-9450-5de35f13b6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13367 | 2024.08.16 04:41:02.777936 [ 3 ] {} <Debug> HTTP-Session: 506bdd2f-a16f-4b05-9450-5de35f13b6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13368 | 2024.08.16 04:41:02.778016 [ 3 ] {} <Trace> HTTP-Session: 506bdd2f-a16f-4b05-9450-5de35f13b6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13369 | 2024.08.16 04:41:02.778244 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13370 | 2024.08.16 04:41:02.778310 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13371 | 2024.08.16 04:41:02.778504 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13372 | 2024.08.16 04:41:02.779013 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13373 | 2024.08.16 04:41:02.779058 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13374 | 2024.08.16 04:41:02.779420 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 13375 | 2024.08.16 04:41:02.779752 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13376 | 2024.08.16 04:41:02.779918 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001722 sec., 2322.8803716608595 rows/sec., 188.28 KiB/sec. | ||
| 13377 | 2024.08.16 04:41:02.780221 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Debug> DynamicQueryHandler: Done processing query | ||
| 13378 | 2024.08.16 04:41:02.780282 [ 3 ] {e1fe95ba-4a84-42a5-8fcb-bf69a0876493} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13379 | 2024.08.16 04:41:02.780349 [ 3 ] {} <Debug> HTTP-Session: 506bdd2f-a16f-4b05-9450-5de35f13b6db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13380 | 2024.08.16 04:41:02.780582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13381 | 2024.08.16 04:41:02.780642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13382 | 2024.08.16 04:41:02.780662 [ 3 ] {} <Debug> HTTP-Session: efdc666d-30e5-4135-a656-7ce68c8026e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13383 | 2024.08.16 04:41:02.780681 [ 3 ] {} <Debug> HTTP-Session: efdc666d-30e5-4135-a656-7ce68c8026e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13384 | 2024.08.16 04:41:02.780695 [ 3 ] {} <Debug> HTTP-Session: efdc666d-30e5-4135-a656-7ce68c8026e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13385 | 2024.08.16 04:41:02.780733 [ 3 ] {} <Trace> HTTP-Session: efdc666d-30e5-4135-a656-7ce68c8026e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13386 | 2024.08.16 04:41:02.780868 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13387 | 2024.08.16 04:41:02.780918 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13388 | 2024.08.16 04:41:02.781080 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13389 | 2024.08.16 04:41:02.781442 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13390 | 2024.08.16 04:41:02.781482 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13391 | 2024.08.16 04:41:02.781806 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13392 | 2024.08.16 04:41:02.782111 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13393 | 2024.08.16 04:41:02.782276 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001447 sec., 46993.7802349689 rows/sec., 3.70 MiB/sec. | ||
| 13394 | 2024.08.16 04:41:02.782457 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Debug> DynamicQueryHandler: Done processing query | ||
| 13395 | 2024.08.16 04:41:02.782483 [ 3 ] {cb67593b-f9f2-4c4a-ad87-3060afabba95} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13396 | 2024.08.16 04:41:02.782499 [ 3 ] {} <Debug> HTTP-Session: efdc666d-30e5-4135-a656-7ce68c8026e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13397 | 2024.08.16 04:41:02.782636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13398 | 2024.08.16 04:41:02.782684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13399 | 2024.08.16 04:41:02.782702 [ 3 ] {} <Debug> HTTP-Session: 95321247-d592-4981-a04c-c91d996051e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13400 | 2024.08.16 04:41:02.782718 [ 3 ] {} <Debug> HTTP-Session: 95321247-d592-4981-a04c-c91d996051e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13401 | 2024.08.16 04:41:02.782732 [ 3 ] {} <Debug> HTTP-Session: 95321247-d592-4981-a04c-c91d996051e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13402 | 2024.08.16 04:41:02.782763 [ 3 ] {} <Trace> HTTP-Session: 95321247-d592-4981-a04c-c91d996051e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13403 | 2024.08.16 04:41:02.782882 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13404 | 2024.08.16 04:41:02.782925 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13405 | 2024.08.16 04:41:02.783053 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13406 | 2024.08.16 04:41:02.783438 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13407 | 2024.08.16 04:41:02.783474 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13408 | 2024.08.16 04:41:02.783785 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13409 | 2024.08.16 04:41:02.784084 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13410 | 2024.08.16 04:41:02.784237 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001396 sec., 48710.6017191977 rows/sec., 3.80 MiB/sec. | ||
| 13411 | 2024.08.16 04:41:02.784510 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13412 | 2024.08.16 04:41:02.784574 [ 3 ] {3f0ffdba-76f1-41d0-ad15-42c033d70fe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13413 | 2024.08.16 04:41:02.784637 [ 3 ] {} <Debug> HTTP-Session: 95321247-d592-4981-a04c-c91d996051e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13414 | 2024.08.16 04:41:02.784908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13415 | 2024.08.16 04:41:02.784996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13416 | 2024.08.16 04:41:02.785022 [ 3 ] {} <Debug> HTTP-Session: 7c055b92-41a8-4467-90de-5aaf3dd71c42 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13417 | 2024.08.16 04:41:02.785039 [ 3 ] {} <Debug> HTTP-Session: 7c055b92-41a8-4467-90de-5aaf3dd71c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13418 | 2024.08.16 04:41:02.785053 [ 3 ] {} <Debug> HTTP-Session: 7c055b92-41a8-4467-90de-5aaf3dd71c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13419 | 2024.08.16 04:41:02.785086 [ 3 ] {} <Trace> HTTP-Session: 7c055b92-41a8-4467-90de-5aaf3dd71c42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13420 | 2024.08.16 04:41:02.785242 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13421 | 2024.08.16 04:41:02.785291 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13422 | 2024.08.16 04:41:02.785460 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13423 | 2024.08.16 04:41:02.785837 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13424 | 2024.08.16 04:41:02.785873 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13425 | 2024.08.16 04:41:02.786263 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13426 | 2024.08.16 04:41:02.786591 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13427 | 2024.08.16 04:41:02.786750 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
| 13428 | 2024.08.16 04:41:02.786921 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Debug> DynamicQueryHandler: Done processing query | ||
| 13429 | 2024.08.16 04:41:02.786945 [ 3 ] {57fcf3b3-54ce-4c78-bc65-49a8e4731503} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13430 | 2024.08.16 04:41:02.786960 [ 3 ] {} <Debug> HTTP-Session: 7c055b92-41a8-4467-90de-5aaf3dd71c42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13431 | 2024.08.16 04:41:02.787088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13432 | 2024.08.16 04:41:02.787136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13433 | 2024.08.16 04:41:02.787154 [ 3 ] {} <Debug> HTTP-Session: 0db55567-ee62-480e-9314-f88f6c2c2a10 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13434 | 2024.08.16 04:41:02.787170 [ 3 ] {} <Debug> HTTP-Session: 0db55567-ee62-480e-9314-f88f6c2c2a10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13435 | 2024.08.16 04:41:02.787184 [ 3 ] {} <Debug> HTTP-Session: 0db55567-ee62-480e-9314-f88f6c2c2a10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13436 | 2024.08.16 04:41:02.787214 [ 3 ] {} <Trace> HTTP-Session: 0db55567-ee62-480e-9314-f88f6c2c2a10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13437 | 2024.08.16 04:41:02.787364 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13438 | 2024.08.16 04:41:02.787429 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <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 | ||
| 13439 | 2024.08.16 04:41:02.787850 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13440 | 2024.08.16 04:41:02.788453 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13441 | 2024.08.16 04:41:02.788490 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13442 | 2024.08.16 04:41:02.789080 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 13443 | 2024.08.16 04:41:02.789492 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13444 | 2024.08.16 04:41:02.789706 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00242 sec., 1652.892561983471 rows/sec., 2.96 MiB/sec. | ||
| 13445 | 2024.08.16 04:41:02.789935 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Debug> DynamicQueryHandler: Done processing query | ||
| 13446 | 2024.08.16 04:41:02.789959 [ 3 ] {ff4a79ef-4e20-4c9b-8a15-1b87fe41be54} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13447 | 2024.08.16 04:41:02.789975 [ 3 ] {} <Debug> HTTP-Session: 0db55567-ee62-480e-9314-f88f6c2c2a10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13448 | 2024.08.16 04:41:02.790103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13449 | 2024.08.16 04:41:02.790152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13450 | 2024.08.16 04:41:02.790171 [ 3 ] {} <Debug> HTTP-Session: f4b22f98-6757-4768-947a-9d4e1c797afb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13451 | 2024.08.16 04:41:02.790187 [ 3 ] {} <Debug> HTTP-Session: f4b22f98-6757-4768-947a-9d4e1c797afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13452 | 2024.08.16 04:41:02.790200 [ 3 ] {} <Debug> HTTP-Session: f4b22f98-6757-4768-947a-9d4e1c797afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13453 | 2024.08.16 04:41:02.790231 [ 3 ] {} <Trace> HTTP-Session: f4b22f98-6757-4768-947a-9d4e1c797afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13454 | 2024.08.16 04:41:02.790353 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13455 | 2024.08.16 04:41:02.790399 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13456 | 2024.08.16 04:41:02.790528 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13457 | 2024.08.16 04:41:02.790893 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13458 | 2024.08.16 04:41:02.790930 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13459 | 2024.08.16 04:41:02.791283 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13460 | 2024.08.16 04:41:02.791605 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13461 | 2024.08.16 04:41:02.791761 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
| 13462 | 2024.08.16 04:41:02.792028 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 13463 | 2024.08.16 04:41:02.792082 [ 3 ] {fd352ab8-a62d-4b67-aed6-5cd03415d3bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13464 | 2024.08.16 04:41:02.792141 [ 3 ] {} <Debug> HTTP-Session: f4b22f98-6757-4768-947a-9d4e1c797afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13465 | 2024.08.16 04:41:04.668645 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13466 | 2024.08.16 04:41:04.668695 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13467 | 2024.08.16 04:41:07.783018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13468 | 2024.08.16 04:41:07.783159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13469 | 2024.08.16 04:41:07.783189 [ 3 ] {} <Debug> HTTP-Session: 477cf150-4807-4984-ba0a-1e02750a12c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13470 | 2024.08.16 04:41:07.783218 [ 3 ] {} <Debug> HTTP-Session: 477cf150-4807-4984-ba0a-1e02750a12c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13471 | 2024.08.16 04:41:07.783236 [ 3 ] {} <Debug> HTTP-Session: 477cf150-4807-4984-ba0a-1e02750a12c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13472 | 2024.08.16 04:41:07.783315 [ 3 ] {} <Trace> HTTP-Session: 477cf150-4807-4984-ba0a-1e02750a12c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13473 | 2024.08.16 04:41:07.783602 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13474 | 2024.08.16 04:41:07.783710 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13475 | 2024.08.16 04:41:07.784030 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13476 | 2024.08.16 04:41:07.784624 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13477 | 2024.08.16 04:41:07.784667 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13478 | 2024.08.16 04:41:07.785037 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13479 | 2024.08.16 04:41:07.785383 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13480 | 2024.08.16 04:41:07.785549 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00204 sec., 13235.294117647058 rows/sec., 1.05 MiB/sec. | ||
| 13481 | 2024.08.16 04:41:07.785765 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Debug> DynamicQueryHandler: Done processing query | ||
| 13482 | 2024.08.16 04:41:07.785793 [ 3 ] {53acf6c5-6169-48a6-b0ca-5b184d880062} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13483 | 2024.08.16 04:41:07.785810 [ 3 ] {} <Debug> HTTP-Session: 477cf150-4807-4984-ba0a-1e02750a12c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13484 | 2024.08.16 04:41:07.786006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13485 | 2024.08.16 04:41:07.786062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13486 | 2024.08.16 04:41:07.786082 [ 3 ] {} <Debug> HTTP-Session: be235962-2f72-42ca-abd2-5eff143a95e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13487 | 2024.08.16 04:41:07.786100 [ 3 ] {} <Debug> HTTP-Session: be235962-2f72-42ca-abd2-5eff143a95e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13488 | 2024.08.16 04:41:07.786114 [ 3 ] {} <Debug> HTTP-Session: be235962-2f72-42ca-abd2-5eff143a95e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13489 | 2024.08.16 04:41:07.786150 [ 3 ] {} <Trace> HTTP-Session: be235962-2f72-42ca-abd2-5eff143a95e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13490 | 2024.08.16 04:41:07.786330 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13491 | 2024.08.16 04:41:07.786376 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13492 | 2024.08.16 04:41:07.786507 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13493 | 2024.08.16 04:41:07.786984 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13494 | 2024.08.16 04:41:07.787023 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13495 | 2024.08.16 04:41:07.787348 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13496 | 2024.08.16 04:41:07.787662 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13497 | 2024.08.16 04:41:07.787822 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.001582 sec., 170670.03792667508 rows/sec., 14.92 MiB/sec. | ||
| 13498 | 2024.08.16 04:41:07.788002 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13499 | 2024.08.16 04:41:07.788027 [ 3 ] {3a1e8d57-9468-4504-8cec-cf1dd52a4b5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 13500 | 2024.08.16 04:41:07.788043 [ 3 ] {} <Debug> HTTP-Session: be235962-2f72-42ca-abd2-5eff143a95e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13501 | 2024.08.16 04:41:07.788180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13502 | 2024.08.16 04:41:07.788232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13503 | 2024.08.16 04:41:07.788252 [ 3 ] {} <Debug> HTTP-Session: c2233638-011e-405b-b737-acb29989ffd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13504 | 2024.08.16 04:41:07.788269 [ 3 ] {} <Debug> HTTP-Session: c2233638-011e-405b-b737-acb29989ffd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13505 | 2024.08.16 04:41:07.788283 [ 3 ] {} <Debug> HTTP-Session: c2233638-011e-405b-b737-acb29989ffd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13506 | 2024.08.16 04:41:07.788315 [ 3 ] {} <Trace> HTTP-Session: c2233638-011e-405b-b737-acb29989ffd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13507 | 2024.08.16 04:41:07.788413 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13508 | 2024.08.16 04:41:07.788456 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13509 | 2024.08.16 04:41:07.788584 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13510 | 2024.08.16 04:41:07.788869 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13511 | 2024.08.16 04:41:07.788905 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13512 | 2024.08.16 04:41:07.789217 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13513 | 2024.08.16 04:41:07.789525 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13514 | 2024.08.16 04:41:07.789683 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001289 sec., 10861.132660977502 rows/sec., 760.64 KiB/sec. | ||
| 13515 | 2024.08.16 04:41:07.789855 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Debug> DynamicQueryHandler: Done processing query | ||
| 13516 | 2024.08.16 04:41:07.789880 [ 3 ] {4c44bf50-64e7-4e30-8464-ff178f164575} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13517 | 2024.08.16 04:41:07.789895 [ 3 ] {} <Debug> HTTP-Session: c2233638-011e-405b-b737-acb29989ffd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13518 | 2024.08.16 04:41:07.790007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13519 | 2024.08.16 04:41:07.790056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13520 | 2024.08.16 04:41:07.790075 [ 3 ] {} <Debug> HTTP-Session: 428d81bd-e88e-4ad6-b68e-8448ccabd32c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13521 | 2024.08.16 04:41:07.790091 [ 3 ] {} <Debug> HTTP-Session: 428d81bd-e88e-4ad6-b68e-8448ccabd32c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13522 | 2024.08.16 04:41:07.790105 [ 3 ] {} <Debug> HTTP-Session: 428d81bd-e88e-4ad6-b68e-8448ccabd32c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13523 | 2024.08.16 04:41:07.790136 [ 3 ] {} <Trace> HTTP-Session: 428d81bd-e88e-4ad6-b68e-8448ccabd32c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13524 | 2024.08.16 04:41:07.790232 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13525 | 2024.08.16 04:41:07.790273 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13526 | 2024.08.16 04:41:07.790401 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13527 | 2024.08.16 04:41:07.790666 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13528 | 2024.08.16 04:41:07.790703 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13529 | 2024.08.16 04:41:07.791006 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13530 | 2024.08.16 04:41:07.791313 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13531 | 2024.08.16 04:41:07.791463 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001251 sec., 4796.163069544365 rows/sec., 283.37 KiB/sec. | ||
| 13532 | 2024.08.16 04:41:07.791629 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13533 | 2024.08.16 04:41:07.791653 [ 3 ] {83f7ecc6-a637-4092-b7ee-48d17dc2c94f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13534 | 2024.08.16 04:41:07.791668 [ 3 ] {} <Debug> HTTP-Session: 428d81bd-e88e-4ad6-b68e-8448ccabd32c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13535 | 2024.08.16 04:41:07.791812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13536 | 2024.08.16 04:41:07.791861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13537 | 2024.08.16 04:41:07.791880 [ 3 ] {} <Debug> HTTP-Session: bc208bfe-19be-45f2-94e8-9e8cb37a5a96 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13538 | 2024.08.16 04:41:07.791896 [ 3 ] {} <Debug> HTTP-Session: bc208bfe-19be-45f2-94e8-9e8cb37a5a96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13539 | 2024.08.16 04:41:07.791909 [ 3 ] {} <Debug> HTTP-Session: bc208bfe-19be-45f2-94e8-9e8cb37a5a96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13540 | 2024.08.16 04:41:07.791940 [ 3 ] {} <Trace> HTTP-Session: bc208bfe-19be-45f2-94e8-9e8cb37a5a96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13541 | 2024.08.16 04:41:07.792162 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13542 | 2024.08.16 04:41:07.792206 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13543 | 2024.08.16 04:41:07.792332 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13544 | 2024.08.16 04:41:07.792877 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13545 | 2024.08.16 04:41:07.792914 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13546 | 2024.08.16 04:41:07.793238 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13547 | 2024.08.16 04:41:07.793555 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13548 | 2024.08.16 04:41:07.793707 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001646 sec., 248481.16646415554 rows/sec., 17.71 MiB/sec. | ||
| 13549 | 2024.08.16 04:41:07.793881 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Debug> DynamicQueryHandler: Done processing query | ||
| 13550 | 2024.08.16 04:41:07.793905 [ 3 ] {f547dace-7380-4673-ba9c-70ac30b0f420} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 13551 | 2024.08.16 04:41:07.793921 [ 3 ] {} <Debug> HTTP-Session: bc208bfe-19be-45f2-94e8-9e8cb37a5a96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13552 | 2024.08.16 04:41:07.794075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13553 | 2024.08.16 04:41:07.794123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13554 | 2024.08.16 04:41:07.794141 [ 3 ] {} <Debug> HTTP-Session: ec36c9f9-977f-4b37-aa8c-6b5bf8ce662d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13555 | 2024.08.16 04:41:07.794157 [ 3 ] {} <Debug> HTTP-Session: ec36c9f9-977f-4b37-aa8c-6b5bf8ce662d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13556 | 2024.08.16 04:41:07.794171 [ 3 ] {} <Debug> HTTP-Session: ec36c9f9-977f-4b37-aa8c-6b5bf8ce662d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13557 | 2024.08.16 04:41:07.794202 [ 3 ] {} <Trace> HTTP-Session: ec36c9f9-977f-4b37-aa8c-6b5bf8ce662d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13558 | 2024.08.16 04:41:07.794295 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13559 | 2024.08.16 04:41:07.794338 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13560 | 2024.08.16 04:41:07.794467 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13561 | 2024.08.16 04:41:07.794719 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13562 | 2024.08.16 04:41:07.794755 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13563 | 2024.08.16 04:41:07.795111 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13564 | 2024.08.16 04:41:07.795432 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13565 | 2024.08.16 04:41:07.795594 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 238.57 KiB/sec. | ||
| 13566 | 2024.08.16 04:41:07.795855 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13567 | 2024.08.16 04:41:07.795892 [ 3 ] {853afc7e-95f2-4bb6-9d06-4b5a2a8be56e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13568 | 2024.08.16 04:41:07.795908 [ 3 ] {} <Debug> HTTP-Session: ec36c9f9-977f-4b37-aa8c-6b5bf8ce662d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13569 | 2024.08.16 04:41:07.796048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13570 | 2024.08.16 04:41:07.796096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13571 | 2024.08.16 04:41:07.796115 [ 3 ] {} <Debug> HTTP-Session: 809e56da-9a6a-486a-b956-7aee9703a9f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13572 | 2024.08.16 04:41:07.796132 [ 3 ] {} <Debug> HTTP-Session: 809e56da-9a6a-486a-b956-7aee9703a9f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13573 | 2024.08.16 04:41:07.796146 [ 3 ] {} <Debug> HTTP-Session: 809e56da-9a6a-486a-b956-7aee9703a9f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13574 | 2024.08.16 04:41:07.796176 [ 3 ] {} <Trace> HTTP-Session: 809e56da-9a6a-486a-b956-7aee9703a9f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13575 | 2024.08.16 04:41:07.796383 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13576 | 2024.08.16 04:41:07.796431 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13577 | 2024.08.16 04:41:07.796594 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13578 | 2024.08.16 04:41:07.797025 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13579 | 2024.08.16 04:41:07.797062 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13580 | 2024.08.16 04:41:07.797441 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13581 | 2024.08.16 04:41:07.797780 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13582 | 2024.08.16 04:41:07.797937 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001661 sec., 142685.12944009632 rows/sec., 9.56 MiB/sec. | ||
| 13583 | 2024.08.16 04:41:07.798111 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13584 | 2024.08.16 04:41:07.798135 [ 3 ] {8a66797f-cea6-4e20-8fa9-03d8a2daa60f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13585 | 2024.08.16 04:41:07.798151 [ 3 ] {} <Debug> HTTP-Session: 809e56da-9a6a-486a-b956-7aee9703a9f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13586 | 2024.08.16 04:41:07.798308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13587 | 2024.08.16 04:41:07.798356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13588 | 2024.08.16 04:41:07.798375 [ 3 ] {} <Debug> HTTP-Session: 9b026c7c-834f-4081-b2ab-760982fd8726 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13589 | 2024.08.16 04:41:07.798391 [ 3 ] {} <Debug> HTTP-Session: 9b026c7c-834f-4081-b2ab-760982fd8726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13590 | 2024.08.16 04:41:07.798405 [ 3 ] {} <Debug> HTTP-Session: 9b026c7c-834f-4081-b2ab-760982fd8726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13591 | 2024.08.16 04:41:07.798434 [ 3 ] {} <Trace> HTTP-Session: 9b026c7c-834f-4081-b2ab-760982fd8726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13592 | 2024.08.16 04:41:07.798527 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13593 | 2024.08.16 04:41:07.798572 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13594 | 2024.08.16 04:41:07.798698 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13595 | 2024.08.16 04:41:07.799019 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13596 | 2024.08.16 04:41:07.799055 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13597 | 2024.08.16 04:41:07.799396 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13598 | 2024.08.16 04:41:07.799717 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13599 | 2024.08.16 04:41:07.799880 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec. | ||
| 13600 | 2024.08.16 04:41:07.800051 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13601 | 2024.08.16 04:41:07.800075 [ 3 ] {6bd14c1a-0b06-4272-a7a4-de9b1a5ab9e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13602 | 2024.08.16 04:41:07.800091 [ 3 ] {} <Debug> HTTP-Session: 9b026c7c-834f-4081-b2ab-760982fd8726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13603 | 2024.08.16 04:41:07.800235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13604 | 2024.08.16 04:41:07.800283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13605 | 2024.08.16 04:41:07.800301 [ 3 ] {} <Debug> HTTP-Session: 2abef095-2d6a-40c1-aac3-d7166e9d68e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13606 | 2024.08.16 04:41:07.800317 [ 3 ] {} <Debug> HTTP-Session: 2abef095-2d6a-40c1-aac3-d7166e9d68e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13607 | 2024.08.16 04:41:07.800331 [ 3 ] {} <Debug> HTTP-Session: 2abef095-2d6a-40c1-aac3-d7166e9d68e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13608 | 2024.08.16 04:41:07.800361 [ 3 ] {} <Trace> HTTP-Session: 2abef095-2d6a-40c1-aac3-d7166e9d68e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13609 | 2024.08.16 04:41:07.800650 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13610 | 2024.08.16 04:41:07.800713 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <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 | ||
| 13611 | 2024.08.16 04:41:07.801123 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13612 | 2024.08.16 04:41:07.801844 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13613 | 2024.08.16 04:41:07.801881 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13614 | 2024.08.16 04:41:07.802480 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13615 | 2024.08.16 04:41:07.802885 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13616 | 2024.08.16 04:41:07.803075 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002625 sec., 10285.714285714284 rows/sec., 18.43 MiB/sec. | ||
| 13617 | 2024.08.16 04:41:07.803300 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Debug> DynamicQueryHandler: Done processing query | ||
| 13618 | 2024.08.16 04:41:07.803325 [ 3 ] {2079daa0-c54b-469c-ad74-23af34561106} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 13619 | 2024.08.16 04:41:07.803341 [ 3 ] {} <Debug> HTTP-Session: 2abef095-2d6a-40c1-aac3-d7166e9d68e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13620 | 2024.08.16 04:41:07.803484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13621 | 2024.08.16 04:41:07.803532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13622 | 2024.08.16 04:41:07.803551 [ 3 ] {} <Debug> HTTP-Session: 4279a021-d9dc-43b4-8187-227e0c13fb31 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13623 | 2024.08.16 04:41:07.803568 [ 3 ] {} <Debug> HTTP-Session: 4279a021-d9dc-43b4-8187-227e0c13fb31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13624 | 2024.08.16 04:41:07.803582 [ 3 ] {} <Debug> HTTP-Session: 4279a021-d9dc-43b4-8187-227e0c13fb31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13625 | 2024.08.16 04:41:07.803612 [ 3 ] {} <Trace> HTTP-Session: 4279a021-d9dc-43b4-8187-227e0c13fb31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13626 | 2024.08.16 04:41:07.803759 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13627 | 2024.08.16 04:41:07.803804 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13628 | 2024.08.16 04:41:07.803930 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13629 | 2024.08.16 04:41:07.804353 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13630 | 2024.08.16 04:41:07.804389 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13631 | 2024.08.16 04:41:07.804749 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13632 | 2024.08.16 04:41:07.805067 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13633 | 2024.08.16 04:41:07.805222 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
| 13634 | 2024.08.16 04:41:07.805392 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13635 | 2024.08.16 04:41:07.805417 [ 3 ] {0fc9a235-6261-4a0d-a940-482377ee022e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13636 | 2024.08.16 04:41:07.805433 [ 3 ] {} <Debug> HTTP-Session: 4279a021-d9dc-43b4-8187-227e0c13fb31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13637 | 2024.08.16 04:41:12.809871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13638 | 2024.08.16 04:41:12.810011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13639 | 2024.08.16 04:41:12.810040 [ 3 ] {} <Debug> HTTP-Session: f6953c1e-631b-43f3-a821-10860ed44fe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13640 | 2024.08.16 04:41:12.810067 [ 3 ] {} <Debug> HTTP-Session: f6953c1e-631b-43f3-a821-10860ed44fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13641 | 2024.08.16 04:41:12.810085 [ 3 ] {} <Debug> HTTP-Session: f6953c1e-631b-43f3-a821-10860ed44fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13642 | 2024.08.16 04:41:12.810139 [ 3 ] {} <Trace> HTTP-Session: f6953c1e-631b-43f3-a821-10860ed44fe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13643 | 2024.08.16 04:41:12.810335 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13644 | 2024.08.16 04:41:12.810407 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13645 | 2024.08.16 04:41:12.810599 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13646 | 2024.08.16 04:41:12.811030 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13647 | 2024.08.16 04:41:12.811075 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13648 | 2024.08.16 04:41:12.811440 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13649 | 2024.08.16 04:41:12.811769 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13650 | 2024.08.16 04:41:12.811936 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001655 sec., 2416.918429003021 rows/sec., 195.90 KiB/sec. | ||
| 13651 | 2024.08.16 04:41:12.812148 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Debug> DynamicQueryHandler: Done processing query | ||
| 13652 | 2024.08.16 04:41:12.812175 [ 3 ] {42a5bbee-66a9-47fd-97b8-a9da70173772} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13653 | 2024.08.16 04:41:12.812191 [ 3 ] {} <Debug> HTTP-Session: f6953c1e-631b-43f3-a821-10860ed44fe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13654 | 2024.08.16 04:41:12.812515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13655 | 2024.08.16 04:41:12.812572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13656 | 2024.08.16 04:41:12.812591 [ 3 ] {} <Debug> HTTP-Session: d4ff16e0-a3e4-47f5-8938-e277687350c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13657 | 2024.08.16 04:41:12.812609 [ 3 ] {} <Debug> HTTP-Session: d4ff16e0-a3e4-47f5-8938-e277687350c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13658 | 2024.08.16 04:41:12.812623 [ 3 ] {} <Debug> HTTP-Session: d4ff16e0-a3e4-47f5-8938-e277687350c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13659 | 2024.08.16 04:41:12.812659 [ 3 ] {} <Trace> HTTP-Session: d4ff16e0-a3e4-47f5-8938-e277687350c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13660 | 2024.08.16 04:41:12.813123 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13661 | 2024.08.16 04:41:12.813171 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13662 | 2024.08.16 04:41:12.813307 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13663 | 2024.08.16 04:41:12.814454 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13664 | 2024.08.16 04:41:12.814492 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13665 | 2024.08.16 04:41:12.814912 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13666 | 2024.08.16 04:41:12.815223 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13667 | 2024.08.16 04:41:12.815383 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Debug> executeQuery: Read 1208 rows, 101.60 KiB in 0.002581 sec., 468035.6450987989 rows/sec., 38.44 MiB/sec. | ||
| 13668 | 2024.08.16 04:41:12.815399 [ 50 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13669 | 2024.08.16 04:41:12.815495 [ 50 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13670 | 2024.08.16 04:41:12.815548 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13671 | 2024.08.16 04:41:12.815676 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13672 | 2024.08.16 04:41:12.815757 [ 3 ] {d9598899-2328-4266-83d3-f12f2dfbf7a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 13673 | 2024.08.16 04:41:12.815815 [ 3 ] {} <Debug> HTTP-Session: d4ff16e0-a3e4-47f5-8938-e277687350c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13674 | 2024.08.16 04:41:12.815833 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13675 | 2024.08.16 04:41:12.816143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13676 | 2024.08.16 04:41:12.816354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13677 | 2024.08.16 04:41:12.816488 [ 3 ] {} <Debug> HTTP-Session: 8f89701d-dabe-45ab-bdfa-fe2d8b8a5db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13678 | 2024.08.16 04:41:12.816506 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13679 | 2024.08.16 04:41:12.816558 [ 3 ] {} <Debug> HTTP-Session: 8f89701d-dabe-45ab-bdfa-fe2d8b8a5db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13680 | 2024.08.16 04:41:12.816628 [ 3 ] {} <Debug> HTTP-Session: 8f89701d-dabe-45ab-bdfa-fe2d8b8a5db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13681 | 2024.08.16 04:41:12.816639 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1430 rows starting from the beginning of the part | ||
| 13682 | 2024.08.16 04:41:12.816764 [ 3 ] {} <Trace> HTTP-Session: 8f89701d-dabe-45ab-bdfa-fe2d8b8a5db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13683 | 2024.08.16 04:41:12.817092 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 68 rows starting from the beginning of the part | ||
| 13684 | 2024.08.16 04:41:12.817493 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13685 | 2024.08.16 04:41:12.817621 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 271 rows starting from the beginning of the part | ||
| 13686 | 2024.08.16 04:41:12.817637 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13687 | 2024.08.16 04:41:12.817920 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 68 rows starting from the beginning of the part | ||
| 13688 | 2024.08.16 04:41:12.818192 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 270 rows starting from the beginning of the part | ||
| 13689 | 2024.08.16 04:41:12.818512 [ 192 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1208 rows starting from the beginning of the part | ||
| 13690 | 2024.08.16 04:41:12.818835 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13691 | 2024.08.16 04:41:12.819438 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13692 | 2024.08.16 04:41:12.819479 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13693 | 2024.08.16 04:41:12.819958 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13694 | 2024.08.16 04:41:12.820293 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13695 | 2024.08.16 04:41:12.820479 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00337 sec., 67655.78635014837 rows/sec., 4.58 MiB/sec. | ||
| 13696 | 2024.08.16 04:41:12.820720 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13697 | 2024.08.16 04:41:12.820757 [ 3 ] {93953776-dabf-4a8a-bcd0-924a2541048e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 13698 | 2024.08.16 04:41:12.820777 [ 3 ] {} <Debug> HTTP-Session: 8f89701d-dabe-45ab-bdfa-fe2d8b8a5db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13699 | 2024.08.16 04:41:12.820772 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 4 columns (4 merged, 0 gathered) in 0.005131154 sec., 646053.4998559778 rows/sec., 53.85 MiB/sec. | ||
| 13700 | 2024.08.16 04:41:12.821038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 86510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13701 | 2024.08.16 04:41:12.821114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13702 | 2024.08.16 04:41:12.821122 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13703 | 2024.08.16 04:41:12.821141 [ 3 ] {} <Debug> HTTP-Session: 0560ede9-2fb4-4b63-8721-5f3805990b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13704 | 2024.08.16 04:41:12.821184 [ 3 ] {} <Debug> HTTP-Session: 0560ede9-2fb4-4b63-8721-5f3805990b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13705 | 2024.08.16 04:41:12.821239 [ 3 ] {} <Debug> HTTP-Session: 0560ede9-2fb4-4b63-8721-5f3805990b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13706 | 2024.08.16 04:41:12.821305 [ 3 ] {} <Trace> HTTP-Session: 0560ede9-2fb4-4b63-8721-5f3805990b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13707 | 2024.08.16 04:41:12.821748 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13708 | 2024.08.16 04:41:12.821831 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13709 | 2024.08.16 04:41:12.821847 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13710 | 2024.08.16 04:41:12.822111 [ 199 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_71_14} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13711 | 2024.08.16 04:41:12.822197 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13712 | 2024.08.16 04:41:12.822302 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 13713 | 2024.08.16 04:41:12.822957 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13714 | 2024.08.16 04:41:12.822999 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13715 | 2024.08.16 04:41:12.823342 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13716 | 2024.08.16 04:41:12.823703 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13717 | 2024.08.16 04:41:12.823859 [ 50 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13718 | 2024.08.16 04:41:12.823865 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Debug> executeQuery: Read 524 rows, 39.72 KiB in 0.002385 sec., 219706.49895178198 rows/sec., 16.27 MiB/sec. | ||
| 13719 | 2024.08.16 04:41:12.823920 [ 50 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13720 | 2024.08.16 04:41:12.823986 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13721 | 2024.08.16 04:41:12.824182 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13722 | 2024.08.16 04:41:12.824197 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Debug> DynamicQueryHandler: Done processing query | ||
| 13723 | 2024.08.16 04:41:12.824275 [ 3 ] {7e70d468-d827-4611-8716-2c39c07a9d43} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 13724 | 2024.08.16 04:41:12.824305 [ 3 ] {} <Debug> HTTP-Session: 0560ede9-2fb4-4b63-8721-5f3805990b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13725 | 2024.08.16 04:41:12.824415 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13726 | 2024.08.16 04:41:12.824453 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 903 rows starting from the beginning of the part | ||
| 13727 | 2024.08.16 04:41:12.824529 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 68 rows starting from the beginning of the part | ||
| 13728 | 2024.08.16 04:41:12.824790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13729 | 2024.08.16 04:41:12.824817 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 411 rows starting from the beginning of the part | ||
| 13730 | 2024.08.16 04:41:12.824964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13731 | 2024.08.16 04:41:12.825088 [ 3 ] {} <Debug> HTTP-Session: 544999e8-d850-42fc-9799-04905f21e26e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13732 | 2024.08.16 04:41:12.825125 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 68 rows starting from the beginning of the part | ||
| 13733 | 2024.08.16 04:41:12.825155 [ 3 ] {} <Debug> HTTP-Session: 544999e8-d850-42fc-9799-04905f21e26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13734 | 2024.08.16 04:41:12.825220 [ 3 ] {} <Debug> HTTP-Session: 544999e8-d850-42fc-9799-04905f21e26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13735 | 2024.08.16 04:41:12.825363 [ 3 ] {} <Trace> HTTP-Session: 544999e8-d850-42fc-9799-04905f21e26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13736 | 2024.08.16 04:41:12.825477 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 409 rows starting from the beginning of the part | ||
| 13737 | 2024.08.16 04:41:12.825720 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 524 rows starting from the beginning of the part | ||
| 13738 | 2024.08.16 04:41:12.826064 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13739 | 2024.08.16 04:41:12.826187 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13740 | 2024.08.16 04:41:12.826718 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13741 | 2024.08.16 04:41:12.827942 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13742 | 2024.08.16 04:41:12.828036 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13743 | 2024.08.16 04:41:12.828209 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2383 rows, containing 4 columns (4 merged, 0 gathered) in 0.004112129 sec., 579505.1663019327 rows/sec., 42.19 MiB/sec. | ||
| 13744 | 2024.08.16 04:41:12.828445 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13745 | 2024.08.16 04:41:12.829137 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13746 | 2024.08.16 04:41:12.829203 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13747 | 2024.08.16 04:41:12.829334 [ 195 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_71_14} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13748 | 2024.08.16 04:41:12.829522 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 13749 | 2024.08.16 04:41:12.829788 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13750 | 2024.08.16 04:41:12.829990 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13751 | 2024.08.16 04:41:12.829990 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.004317 sec., 195506.13852212185 rows/sec., 13.16 MiB/sec. | ||
| 13752 | 2024.08.16 04:41:12.830061 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13753 | 2024.08.16 04:41:12.830155 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13754 | 2024.08.16 04:41:12.830426 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13755 | 2024.08.16 04:41:12.830477 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Debug> DynamicQueryHandler: Done processing query | ||
| 13756 | 2024.08.16 04:41:12.830529 [ 3 ] {a84dbf35-f80f-48e4-9149-2887b40e2982} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 13757 | 2024.08.16 04:41:12.830581 [ 3 ] {} <Debug> HTTP-Session: 544999e8-d850-42fc-9799-04905f21e26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13758 | 2024.08.16 04:41:12.830686 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13759 | 2024.08.16 04:41:12.830725 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20835 rows starting from the beginning of the part | ||
| 13760 | 2024.08.16 04:41:12.830791 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 13761 | 2024.08.16 04:41:12.831013 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 238 rows starting from the beginning of the part | ||
| 13762 | 2024.08.16 04:41:12.831040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13763 | 2024.08.16 04:41:12.831252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13764 | 2024.08.16 04:41:12.831368 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 13765 | 2024.08.16 04:41:12.831371 [ 3 ] {} <Debug> HTTP-Session: 743fff55-0f16-4313-a2e5-a052c0729a07 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13766 | 2024.08.16 04:41:12.831451 [ 3 ] {} <Debug> HTTP-Session: 743fff55-0f16-4313-a2e5-a052c0729a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13767 | 2024.08.16 04:41:12.831557 [ 3 ] {} <Debug> HTTP-Session: 743fff55-0f16-4313-a2e5-a052c0729a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13768 | 2024.08.16 04:41:12.831665 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
| 13769 | 2024.08.16 04:41:12.831713 [ 3 ] {} <Trace> HTTP-Session: 743fff55-0f16-4313-a2e5-a052c0729a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13770 | 2024.08.16 04:41:12.831861 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 844 rows starting from the beginning of the part | ||
| 13771 | 2024.08.16 04:41:12.832209 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13772 | 2024.08.16 04:41:12.832399 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <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 | ||
| 13773 | 2024.08.16 04:41:12.833571 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13774 | 2024.08.16 04:41:12.834663 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13775 | 2024.08.16 04:41:12.834736 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13776 | 2024.08.16 04:41:12.836055 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13777 | 2024.08.16 04:41:12.837003 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13778 | 2024.08.16 04:41:12.837243 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005291 sec., 756.000756000756 rows/sec., 1.35 MiB/sec. | ||
| 13779 | 2024.08.16 04:41:12.837495 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13780 | 2024.08.16 04:41:12.837522 [ 3 ] {dd0139f2-0894-4bca-b203-10dfa04a1b8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13781 | 2024.08.16 04:41:12.837538 [ 3 ] {} <Debug> HTTP-Session: 743fff55-0f16-4313-a2e5-a052c0729a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13782 | 2024.08.16 04:41:12.837664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13783 | 2024.08.16 04:41:12.837712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13784 | 2024.08.16 04:41:12.837732 [ 3 ] {} <Debug> HTTP-Session: 3a8c0091-5c22-4ef7-bd42-d9838a3a2a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13785 | 2024.08.16 04:41:12.837749 [ 3 ] {} <Debug> HTTP-Session: 3a8c0091-5c22-4ef7-bd42-d9838a3a2a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13786 | 2024.08.16 04:41:12.837762 [ 3 ] {} <Debug> HTTP-Session: 3a8c0091-5c22-4ef7-bd42-d9838a3a2a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13787 | 2024.08.16 04:41:12.837794 [ 3 ] {} <Trace> HTTP-Session: 3a8c0091-5c22-4ef7-bd42-d9838a3a2a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13788 | 2024.08.16 04:41:12.837923 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13789 | 2024.08.16 04:41:12.837968 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13790 | 2024.08.16 04:41:12.838101 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13791 | 2024.08.16 04:41:12.838428 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2024.08.16 04:41:12.838464 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13793 | 2024.08.16 04:41:12.839887 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13794 | 2024.08.16 04:41:12.840471 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13795 | 2024.08.16 04:41:12.840642 [ 50 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13796 | 2024.08.16 04:41:12.840654 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002769 sec., 21668.472372697724 rows/sec., 1.46 MiB/sec. | ||
| 13797 | 2024.08.16 04:41:12.840688 [ 50 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13798 | 2024.08.16 04:41:12.840753 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13799 | 2024.08.16 04:41:12.841020 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13800 | 2024.08.16 04:41:12.841031 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13801 | 2024.08.16 04:41:12.841055 [ 3 ] {61297d39-093b-4b6a-bd52-5e45b6f48c2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13802 | 2024.08.16 04:41:12.841113 [ 3 ] {} <Debug> HTTP-Session: 3a8c0091-5c22-4ef7-bd42-d9838a3a2a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13803 | 2024.08.16 04:41:12.841334 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13804 | 2024.08.16 04:41:12.841386 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4502 rows starting from the beginning of the part | ||
| 13805 | 2024.08.16 04:41:12.841516 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 13806 | 2024.08.16 04:41:12.841791 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 13807 | 2024.08.16 04:41:12.841900 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 13808 | 2024.08.16 04:41:12.842278 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 13809 | 2024.08.16 04:41:12.842473 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 13810 | 2024.08.16 04:41:12.843601 [ 191 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22474 rows, containing 5 columns (5 merged, 0 gathered) in 0.013285292 sec., 1691645.166700137 rows/sec., 114.29 MiB/sec. | ||
| 13811 | 2024.08.16 04:41:12.844188 [ 187 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13812 | 2024.08.16 04:41:12.844777 [ 187 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13813 | 2024.08.16 04:41:12.844878 [ 187 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13814 | 2024.08.16 04:41:12.844987 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 13815 | 2024.08.16 04:41:12.845353 [ 198 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4846 rows, containing 4 columns (4 merged, 0 gathered) in 0.004463628 sec., 1085663.9486982338 rows/sec., 70.77 MiB/sec. | ||
| 13816 | 2024.08.16 04:41:12.845676 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13817 | 2024.08.16 04:41:12.846043 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13818 | 2024.08.16 04:41:12.846127 [ 187 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_71_14} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13819 | 2024.08.16 04:41:12.846215 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 13820 | 2024.08.16 04:41:17.784001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13821 | 2024.08.16 04:41:17.784142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13822 | 2024.08.16 04:41:17.784171 [ 3 ] {} <Debug> HTTP-Session: f728a6d4-02e0-4757-8730-e19ce5aeefbb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13823 | 2024.08.16 04:41:17.784199 [ 3 ] {} <Debug> HTTP-Session: f728a6d4-02e0-4757-8730-e19ce5aeefbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13824 | 2024.08.16 04:41:17.784217 [ 3 ] {} <Debug> HTTP-Session: f728a6d4-02e0-4757-8730-e19ce5aeefbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13825 | 2024.08.16 04:41:17.784274 [ 3 ] {} <Trace> HTTP-Session: f728a6d4-02e0-4757-8730-e19ce5aeefbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13826 | 2024.08.16 04:41:17.784486 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13827 | 2024.08.16 04:41:17.784558 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13828 | 2024.08.16 04:41:17.784749 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13829 | 2024.08.16 04:41:17.785180 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13830 | 2024.08.16 04:41:17.785227 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13831 | 2024.08.16 04:41:17.785602 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13832 | 2024.08.16 04:41:17.785956 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13833 | 2024.08.16 04:41:17.786144 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00172 sec., 15697.67441860465 rows/sec., 1.24 MiB/sec. | ||
| 13834 | 2024.08.16 04:41:17.786171 [ 46 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 13835 | 2024.08.16 04:41:17.786318 [ 46 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13836 | 2024.08.16 04:41:17.786372 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13837 | 2024.08.16 04:41:17.786483 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13838 | 2024.08.16 04:41:17.786560 [ 3 ] {eb3b064a-4b21-40d1-b18b-d76d858c47bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13839 | 2024.08.16 04:41:17.786652 [ 3 ] {} <Debug> HTTP-Session: f728a6d4-02e0-4757-8730-e19ce5aeefbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13840 | 2024.08.16 04:41:17.786810 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 13841 | 2024.08.16 04:41:17.786988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 40592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13842 | 2024.08.16 04:41:17.787154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13843 | 2024.08.16 04:41:17.787260 [ 3 ] {} <Debug> HTTP-Session: cf214828-013e-42c4-bbe7-95ec2c605b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13844 | 2024.08.16 04:41:17.787342 [ 3 ] {} <Debug> HTTP-Session: cf214828-013e-42c4-bbe7-95ec2c605b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13845 | 2024.08.16 04:41:17.787423 [ 3 ] {} <Debug> HTTP-Session: cf214828-013e-42c4-bbe7-95ec2c605b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13846 | 2024.08.16 04:41:17.787552 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13847 | 2024.08.16 04:41:17.787558 [ 3 ] {} <Trace> HTTP-Session: cf214828-013e-42c4-bbe7-95ec2c605b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13848 | 2024.08.16 04:41:17.787619 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 31 rows starting from the beginning of the part | ||
| 13849 | 2024.08.16 04:41:17.787828 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 27 rows starting from the beginning of the part | ||
| 13850 | 2024.08.16 04:41:17.787982 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13851 | 2024.08.16 04:41:17.788187 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13852 | 2024.08.16 04:41:17.788186 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
| 13853 | 2024.08.16 04:41:17.788561 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 27 rows starting from the beginning of the part | ||
| 13854 | 2024.08.16 04:41:17.788872 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
| 13855 | 2024.08.16 04:41:17.789212 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 27 rows starting from the beginning of the part | ||
| 13856 | 2024.08.16 04:41:17.789500 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13857 | 2024.08.16 04:41:17.790724 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13858 | 2024.08.16 04:41:17.790790 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13859 | 2024.08.16 04:41:17.791796 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13860 | 2024.08.16 04:41:17.791847 [ 198 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.00535088 sec., 22426.21774362348 rows/sec., 1.78 MiB/sec. | ||
| 13861 | 2024.08.16 04:41:17.792076 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 13862 | 2024.08.16 04:41:17.792490 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13863 | 2024.08.16 04:41:17.792855 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Debug> executeQuery: Read 270 rows, 24.17 KiB in 0.005095 sec., 52993.13052011777 rows/sec., 4.63 MiB/sec. | ||
| 13864 | 2024.08.16 04:41:17.793064 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13865 | 2024.08.16 04:41:17.793209 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_61_12} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 13866 | 2024.08.16 04:41:17.793213 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13867 | 2024.08.16 04:41:17.793264 [ 3 ] {6ff43f89-5e41-4a8c-99ac-aed71e4febd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 13868 | 2024.08.16 04:41:17.793326 [ 3 ] {} <Debug> HTTP-Session: cf214828-013e-42c4-bbe7-95ec2c605b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13869 | 2024.08.16 04:41:17.793362 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13870 | 2024.08.16 04:41:17.793501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13871 | 2024.08.16 04:41:17.793559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13872 | 2024.08.16 04:41:17.793578 [ 3 ] {} <Debug> HTTP-Session: c59b2aa8-abf4-45dd-a5a3-911a59067949 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13873 | 2024.08.16 04:41:17.793596 [ 3 ] {} <Debug> HTTP-Session: c59b2aa8-abf4-45dd-a5a3-911a59067949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13874 | 2024.08.16 04:41:17.793610 [ 3 ] {} <Debug> HTTP-Session: c59b2aa8-abf4-45dd-a5a3-911a59067949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13875 | 2024.08.16 04:41:17.793650 [ 3 ] {} <Trace> HTTP-Session: c59b2aa8-abf4-45dd-a5a3-911a59067949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13876 | 2024.08.16 04:41:17.793763 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13877 | 2024.08.16 04:41:17.793809 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13878 | 2024.08.16 04:41:17.793958 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13879 | 2024.08.16 04:41:17.794264 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13880 | 2024.08.16 04:41:17.794303 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13881 | 2024.08.16 04:41:17.794629 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13882 | 2024.08.16 04:41:17.794947 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13883 | 2024.08.16 04:41:17.795117 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001375 sec., 10181.818181818182 rows/sec., 713.07 KiB/sec. | ||
| 13884 | 2024.08.16 04:41:17.795127 [ 46 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13885 | 2024.08.16 04:41:17.795218 [ 46 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13886 | 2024.08.16 04:41:17.795288 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13887 | 2024.08.16 04:41:17.795399 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Debug> DynamicQueryHandler: Done processing query | ||
| 13888 | 2024.08.16 04:41:17.795471 [ 3 ] {1cf65002-5125-48b8-b335-a4c7a31afaaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13889 | 2024.08.16 04:41:17.795552 [ 3 ] {} <Debug> HTTP-Session: c59b2aa8-abf4-45dd-a5a3-911a59067949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13890 | 2024.08.16 04:41:17.795617 [ 188 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 13891 | 2024.08.16 04:41:17.795835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13892 | 2024.08.16 04:41:17.796012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13893 | 2024.08.16 04:41:17.796130 [ 3 ] {} <Debug> HTTP-Session: 89a5393b-cac0-43d0-bed0-f5de61ba1304 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13894 | 2024.08.16 04:41:17.796212 [ 3 ] {} <Debug> HTTP-Session: 89a5393b-cac0-43d0-bed0-f5de61ba1304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13895 | 2024.08.16 04:41:17.796293 [ 3 ] {} <Debug> HTTP-Session: 89a5393b-cac0-43d0-bed0-f5de61ba1304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13896 | 2024.08.16 04:41:17.796331 [ 188 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13897 | 2024.08.16 04:41:17.796432 [ 3 ] {} <Trace> HTTP-Session: 89a5393b-cac0-43d0-bed0-f5de61ba1304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13898 | 2024.08.16 04:41:17.796466 [ 188 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 242 rows starting from the beginning of the part | ||
| 13899 | 2024.08.16 04:41:17.796884 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13900 | 2024.08.16 04:41:17.796904 [ 188 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 13901 | 2024.08.16 04:41:17.797040 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13902 | 2024.08.16 04:41:17.797198 [ 188 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13903 | 2024.08.16 04:41:17.797645 [ 188 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13904 | 2024.08.16 04:41:17.798010 [ 188 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 228 rows starting from the beginning of the part | ||
| 13905 | 2024.08.16 04:41:17.798353 [ 188 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 13906 | 2024.08.16 04:41:17.798385 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13907 | 2024.08.16 04:41:17.799105 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13908 | 2024.08.16 04:41:17.799149 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13909 | 2024.08.16 04:41:17.799614 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13910 | 2024.08.16 04:41:17.800050 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.004671983 sec., 112586.02610497511 rows/sec., 7.22 MiB/sec. | ||
| 13911 | 2024.08.16 04:41:17.800121 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13912 | 2024.08.16 04:41:17.800293 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13913 | 2024.08.16 04:41:17.800442 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003746 sec., 1601.708489054992 rows/sec., 94.63 KiB/sec. | ||
| 13914 | 2024.08.16 04:41:17.800810 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13915 | 2024.08.16 04:41:17.800852 [ 3 ] {11d1ddf5-2520-40de-87c5-63f2e17fb58f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13916 | 2024.08.16 04:41:17.800889 [ 3 ] {} <Debug> HTTP-Session: 89a5393b-cac0-43d0-bed0-f5de61ba1304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13917 | 2024.08.16 04:41:17.801029 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13918 | 2024.08.16 04:41:17.801115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13919 | 2024.08.16 04:41:17.801170 [ 189 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_46_9} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13920 | 2024.08.16 04:41:17.801184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13921 | 2024.08.16 04:41:17.801218 [ 3 ] {} <Debug> HTTP-Session: 9c6d7ff9-1f2e-48f7-b65a-4120ae6a7371 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13922 | 2024.08.16 04:41:17.801265 [ 3 ] {} <Debug> HTTP-Session: 9c6d7ff9-1f2e-48f7-b65a-4120ae6a7371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13923 | 2024.08.16 04:41:17.801311 [ 3 ] {} <Debug> HTTP-Session: 9c6d7ff9-1f2e-48f7-b65a-4120ae6a7371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13924 | 2024.08.16 04:41:17.801319 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 13925 | 2024.08.16 04:41:17.801379 [ 3 ] {} <Trace> HTTP-Session: 9c6d7ff9-1f2e-48f7-b65a-4120ae6a7371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13926 | 2024.08.16 04:41:17.801609 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13927 | 2024.08.16 04:41:17.801654 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13928 | 2024.08.16 04:41:17.801801 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13929 | 2024.08.16 04:41:17.802340 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13930 | 2024.08.16 04:41:17.802379 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13931 | 2024.08.16 04:41:17.802728 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13932 | 2024.08.16 04:41:17.803047 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13933 | 2024.08.16 04:41:17.803206 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001707 sec., 239601.640304628 rows/sec., 17.07 MiB/sec. | ||
| 13934 | 2024.08.16 04:41:17.803376 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13935 | 2024.08.16 04:41:17.803406 [ 3 ] {41c3bb8a-0112-42b6-ac8a-e41a32112fa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 13936 | 2024.08.16 04:41:17.803423 [ 3 ] {} <Debug> HTTP-Session: 9c6d7ff9-1f2e-48f7-b65a-4120ae6a7371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13937 | 2024.08.16 04:41:17.803607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13938 | 2024.08.16 04:41:17.803656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13939 | 2024.08.16 04:41:17.803676 [ 3 ] {} <Debug> HTTP-Session: 3f80d9e9-927c-4311-a09a-6cef99b4f91c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13940 | 2024.08.16 04:41:17.803693 [ 3 ] {} <Debug> HTTP-Session: 3f80d9e9-927c-4311-a09a-6cef99b4f91c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13941 | 2024.08.16 04:41:17.803707 [ 3 ] {} <Debug> HTTP-Session: 3f80d9e9-927c-4311-a09a-6cef99b4f91c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13942 | 2024.08.16 04:41:17.803738 [ 3 ] {} <Trace> HTTP-Session: 3f80d9e9-927c-4311-a09a-6cef99b4f91c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13943 | 2024.08.16 04:41:17.803838 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13944 | 2024.08.16 04:41:17.803883 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13945 | 2024.08.16 04:41:17.804013 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13946 | 2024.08.16 04:41:17.804296 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13947 | 2024.08.16 04:41:17.804332 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13948 | 2024.08.16 04:41:17.804701 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13949 | 2024.08.16 04:41:17.805038 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13950 | 2024.08.16 04:41:17.805208 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec. | ||
| 13951 | 2024.08.16 04:41:17.805482 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Debug> DynamicQueryHandler: Done processing query | ||
| 13952 | 2024.08.16 04:41:17.805523 [ 3 ] {41e278b9-38ad-4031-84ea-8c3edd57b337} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13953 | 2024.08.16 04:41:17.805547 [ 3 ] {} <Debug> HTTP-Session: 3f80d9e9-927c-4311-a09a-6cef99b4f91c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13954 | 2024.08.16 04:41:17.805695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13955 | 2024.08.16 04:41:17.805744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13956 | 2024.08.16 04:41:17.805763 [ 3 ] {} <Debug> HTTP-Session: 33a7cf62-6c60-4a21-baa6-934e87dc4be5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13957 | 2024.08.16 04:41:17.805780 [ 3 ] {} <Debug> HTTP-Session: 33a7cf62-6c60-4a21-baa6-934e87dc4be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13958 | 2024.08.16 04:41:17.805794 [ 3 ] {} <Debug> HTTP-Session: 33a7cf62-6c60-4a21-baa6-934e87dc4be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13959 | 2024.08.16 04:41:17.805826 [ 3 ] {} <Trace> HTTP-Session: 33a7cf62-6c60-4a21-baa6-934e87dc4be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13960 | 2024.08.16 04:41:17.806058 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13961 | 2024.08.16 04:41:17.806108 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13962 | 2024.08.16 04:41:17.806273 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13963 | 2024.08.16 04:41:17.806773 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13964 | 2024.08.16 04:41:17.806811 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13965 | 2024.08.16 04:41:17.807216 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13966 | 2024.08.16 04:41:17.807563 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13967 | 2024.08.16 04:41:17.807719 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001803 sec., 131447.58735440933 rows/sec., 8.81 MiB/sec. | ||
| 13968 | 2024.08.16 04:41:17.807894 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13969 | 2024.08.16 04:41:17.807920 [ 3 ] {057bcbb0-8b14-4d2f-87e8-9aaa6bbfb45b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13970 | 2024.08.16 04:41:17.807936 [ 3 ] {} <Debug> HTTP-Session: 33a7cf62-6c60-4a21-baa6-934e87dc4be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13971 | 2024.08.16 04:41:17.808122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13972 | 2024.08.16 04:41:17.808170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13973 | 2024.08.16 04:41:17.808190 [ 3 ] {} <Debug> HTTP-Session: 2c9463c1-2354-4259-a492-60c826a45e95 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13974 | 2024.08.16 04:41:17.808207 [ 3 ] {} <Debug> HTTP-Session: 2c9463c1-2354-4259-a492-60c826a45e95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13975 | 2024.08.16 04:41:17.808221 [ 3 ] {} <Debug> HTTP-Session: 2c9463c1-2354-4259-a492-60c826a45e95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13976 | 2024.08.16 04:41:17.808252 [ 3 ] {} <Trace> HTTP-Session: 2c9463c1-2354-4259-a492-60c826a45e95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13977 | 2024.08.16 04:41:17.808346 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13978 | 2024.08.16 04:41:17.808391 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13979 | 2024.08.16 04:41:17.808518 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13980 | 2024.08.16 04:41:17.808785 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13981 | 2024.08.16 04:41:17.808822 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13982 | 2024.08.16 04:41:17.809169 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13983 | 2024.08.16 04:41:17.809497 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13984 | 2024.08.16 04:41:17.809670 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001333 sec., 750.1875468867216 rows/sec., 50.55 KiB/sec. | ||
| 13985 | 2024.08.16 04:41:17.809671 [ 46 ] {} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 13986 | 2024.08.16 04:41:17.809773 [ 46 ] {} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13987 | 2024.08.16 04:41:17.809857 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 13988 | 2024.08.16 04:41:17.809961 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13989 | 2024.08.16 04:41:17.810024 [ 3 ] {214d93a6-fa68-49e5-a95a-f09b89e996c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13990 | 2024.08.16 04:41:17.810080 [ 3 ] {} <Debug> HTTP-Session: 2c9463c1-2354-4259-a492-60c826a45e95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13991 | 2024.08.16 04:41:17.810123 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 13992 | 2024.08.16 04:41:17.810266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 43779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13993 | 2024.08.16 04:41:17.810380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13994 | 2024.08.16 04:41:17.810430 [ 3 ] {} <Debug> HTTP-Session: e1df9a46-dde2-4480-adbe-04a50fffc130 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 13995 | 2024.08.16 04:41:17.810485 [ 3 ] {} <Debug> HTTP-Session: e1df9a46-dde2-4480-adbe-04a50fffc130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13996 | 2024.08.16 04:41:17.810492 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13997 | 2024.08.16 04:41:17.810509 [ 3 ] {} <Debug> HTTP-Session: e1df9a46-dde2-4480-adbe-04a50fffc130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13998 | 2024.08.16 04:41:17.810573 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
| 13999 | 2024.08.16 04:41:17.810585 [ 3 ] {} <Trace> HTTP-Session: e1df9a46-dde2-4480-adbe-04a50fffc130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14000 | 2024.08.16 04:41:17.810737 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 14001 | 2024.08.16 04:41:17.811023 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 14002 | 2024.08.16 04:41:17.811152 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14003 | 2024.08.16 04:41:17.811333 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 14004 | 2024.08.16 04:41:17.811520 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <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 | ||
| 14005 | 2024.08.16 04:41:17.811652 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 14006 | 2024.08.16 04:41:17.812080 [ 194 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 14007 | 2024.08.16 04:41:17.814033 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14008 | 2024.08.16 04:41:17.815182 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.005210326 sec., 6717.429965034817 rows/sec., 452.64 KiB/sec. | ||
| 14009 | 2024.08.16 04:41:17.815475 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 14010 | 2024.08.16 04:41:17.815686 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14011 | 2024.08.16 04:41:17.815744 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14012 | 2024.08.16 04:41:17.816567 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14013 | 2024.08.16 04:41:17.816731 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_35_7} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 14014 | 2024.08.16 04:41:17.816892 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14015 | 2024.08.16 04:41:17.817204 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 14016 | 2024.08.16 04:41:17.817643 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14017 | 2024.08.16 04:41:17.817845 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007092 sec., 3807.1065989847716 rows/sec., 6.82 MiB/sec. | ||
| 14018 | 2024.08.16 04:41:17.817853 [ 45 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 14019 | 2024.08.16 04:41:17.817964 [ 45 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14020 | 2024.08.16 04:41:17.818040 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14021 | 2024.08.16 04:41:17.818474 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 14022 | 2024.08.16 04:41:17.818592 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14023 | 2024.08.16 04:41:17.818684 [ 3 ] {c9d420b4-86b9-4b66-acc3-28f450cd0b1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 14024 | 2024.08.16 04:41:17.818773 [ 3 ] {} <Debug> HTTP-Session: e1df9a46-dde2-4480-adbe-04a50fffc130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14025 | 2024.08.16 04:41:17.819094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14026 | 2024.08.16 04:41:17.819284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14027 | 2024.08.16 04:41:17.819412 [ 3 ] {} <Debug> HTTP-Session: 6e4ea64c-283c-4bfe-9e8f-3a7e7c3360ef Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14028 | 2024.08.16 04:41:17.819512 [ 3 ] {} <Debug> HTTP-Session: 6e4ea64c-283c-4bfe-9e8f-3a7e7c3360ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14029 | 2024.08.16 04:41:17.819607 [ 3 ] {} <Debug> HTTP-Session: 6e4ea64c-283c-4bfe-9e8f-3a7e7c3360ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14030 | 2024.08.16 04:41:17.819779 [ 3 ] {} <Trace> HTTP-Session: 6e4ea64c-283c-4bfe-9e8f-3a7e7c3360ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14031 | 2024.08.16 04:41:17.820099 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14032 | 2024.08.16 04:41:17.820165 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14033 | 2024.08.16 04:41:17.820395 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14034 | 2024.08.16 04:41:17.820513 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14035 | 2024.08.16 04:41:17.820526 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 888 rows starting from the beginning of the part | ||
| 14036 | 2024.08.16 04:41:17.821075 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 27 rows starting from the beginning of the part | ||
| 14037 | 2024.08.16 04:41:17.821423 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14038 | 2024.08.16 04:41:17.821509 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14039 | 2024.08.16 04:41:17.821687 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
| 14040 | 2024.08.16 04:41:17.822060 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 27 rows starting from the beginning of the part | ||
| 14041 | 2024.08.16 04:41:17.822435 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
| 14042 | 2024.08.16 04:41:17.822462 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14043 | 2024.08.16 04:41:17.822800 [ 196 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 27 rows starting from the beginning of the part | ||
| 14044 | 2024.08.16 04:41:17.823203 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14045 | 2024.08.16 04:41:17.823456 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003469 sec., 23637.936004612282 rows/sec., 1.50 MiB/sec. | ||
| 14046 | 2024.08.16 04:41:17.823684 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Debug> DynamicQueryHandler: Done processing query | ||
| 14047 | 2024.08.16 04:41:17.823720 [ 3 ] {2d5bc551-c213-4bba-83cb-de012cd50073} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14048 | 2024.08.16 04:41:17.823749 [ 3 ] {} <Debug> HTTP-Session: 6e4ea64c-283c-4bfe-9e8f-3a7e7c3360ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14049 | 2024.08.16 04:41:17.827828 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 977 rows, containing 19 columns (19 merged, 0 gathered) in 0.009644703 sec., 101299.12761440141 rows/sec., 181.52 MiB/sec. | ||
| 14050 | 2024.08.16 04:41:17.828963 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 14051 | 2024.08.16 04:41:17.829652 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14052 | 2024.08.16 04:41:17.829763 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 14053 | 2024.08.16 04:41:17.829936 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.20 MiB. | ||
| 14054 | 2024.08.16 04:41:19.668745 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14055 | 2024.08.16 04:41:19.668806 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14056 | 2024.08.16 04:41:21.001215 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000855571 sec. | ||
| 14057 | 2024.08.16 04:41:22.778507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14058 | 2024.08.16 04:41:22.778620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14059 | 2024.08.16 04:41:22.778645 [ 3 ] {} <Debug> HTTP-Session: cf0174c6-54a6-4f77-90dd-ecb39b0b26ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14060 | 2024.08.16 04:41:22.778671 [ 3 ] {} <Debug> HTTP-Session: cf0174c6-54a6-4f77-90dd-ecb39b0b26ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14061 | 2024.08.16 04:41:22.778686 [ 3 ] {} <Debug> HTTP-Session: cf0174c6-54a6-4f77-90dd-ecb39b0b26ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14062 | 2024.08.16 04:41:22.778736 [ 3 ] {} <Trace> HTTP-Session: cf0174c6-54a6-4f77-90dd-ecb39b0b26ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14063 | 2024.08.16 04:41:22.778924 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14064 | 2024.08.16 04:41:22.778991 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14065 | 2024.08.16 04:41:22.779190 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14066 | 2024.08.16 04:41:22.779639 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14067 | 2024.08.16 04:41:22.779686 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.49 GiB. | ||
| 14068 | 2024.08.16 04:41:22.780061 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 14069 | 2024.08.16 04:41:22.780407 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14070 | 2024.08.16 04:41:22.780583 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001709 sec., 2340.5500292568754 rows/sec., 189.71 KiB/sec. | ||
| 14071 | 2024.08.16 04:41:22.780806 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Debug> DynamicQueryHandler: Done processing query | ||
| 14072 | 2024.08.16 04:41:22.780834 [ 3 ] {5c321553-5ced-472b-84c6-ad8eda12e282} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14073 | 2024.08.16 04:41:22.780850 [ 3 ] {} <Debug> HTTP-Session: cf0174c6-54a6-4f77-90dd-ecb39b0b26ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14074 | 2024.08.16 04:41:22.780999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14075 | 2024.08.16 04:41:22.781056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14076 | 2024.08.16 04:41:22.781075 [ 3 ] {} <Debug> HTTP-Session: 141d6ef0-1643-4f06-bc2c-1001defbd4cf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14077 | 2024.08.16 04:41:22.781094 [ 3 ] {} <Debug> HTTP-Session: 141d6ef0-1643-4f06-bc2c-1001defbd4cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14078 | 2024.08.16 04:41:22.781108 [ 3 ] {} <Debug> HTTP-Session: 141d6ef0-1643-4f06-bc2c-1001defbd4cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14079 | 2024.08.16 04:41:22.781143 [ 3 ] {} <Trace> HTTP-Session: 141d6ef0-1643-4f06-bc2c-1001defbd4cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14080 | 2024.08.16 04:41:22.781251 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14081 | 2024.08.16 04:41:22.781297 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14082 | 2024.08.16 04:41:22.781435 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14083 | 2024.08.16 04:41:22.781749 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14084 | 2024.08.16 04:41:22.781788 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.49 GiB. | ||
| 14085 | 2024.08.16 04:41:22.782092 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14086 | 2024.08.16 04:41:22.782416 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14087 | 2024.08.16 04:41:22.782586 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001354 sec., 2954.2097488921713 rows/sec., 240.90 KiB/sec. | ||
| 14088 | 2024.08.16 04:41:22.782919 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14089 | 2024.08.16 04:41:22.782945 [ 3 ] {23932ffe-c660-4ac9-9ab5-46c8e942fb2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14090 | 2024.08.16 04:41:22.782961 [ 3 ] {} <Debug> HTTP-Session: 141d6ef0-1643-4f06-bc2c-1001defbd4cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14091 | 2024.08.16 04:41:22.783099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14092 | 2024.08.16 04:41:22.783149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14093 | 2024.08.16 04:41:22.783168 [ 3 ] {} <Debug> HTTP-Session: 41737721-b153-4e9c-a93f-2e7772336241 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14094 | 2024.08.16 04:41:22.783185 [ 3 ] {} <Debug> HTTP-Session: 41737721-b153-4e9c-a93f-2e7772336241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14095 | 2024.08.16 04:41:22.783199 [ 3 ] {} <Debug> HTTP-Session: 41737721-b153-4e9c-a93f-2e7772336241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14096 | 2024.08.16 04:41:22.783230 [ 3 ] {} <Trace> HTTP-Session: 41737721-b153-4e9c-a93f-2e7772336241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14097 | 2024.08.16 04:41:22.783354 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14098 | 2024.08.16 04:41:22.783399 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14099 | 2024.08.16 04:41:22.783543 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14100 | 2024.08.16 04:41:22.783873 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14101 | 2024.08.16 04:41:22.783912 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.49 GiB. | ||
| 14102 | 2024.08.16 04:41:22.784217 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14103 | 2024.08.16 04:41:22.784524 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14104 | 2024.08.16 04:41:22.784677 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.00136 sec., 51470.58823529411 rows/sec., 4.04 MiB/sec. | ||
| 14105 | 2024.08.16 04:41:22.784850 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14106 | 2024.08.16 04:41:22.784875 [ 3 ] {9d207975-ce7f-4ab4-973e-30b77440e14c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 14107 | 2024.08.16 04:41:22.784891 [ 3 ] {} <Debug> HTTP-Session: 41737721-b153-4e9c-a93f-2e7772336241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14108 | 2024.08.16 04:41:22.785013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14109 | 2024.08.16 04:41:22.785062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14110 | 2024.08.16 04:41:22.785081 [ 3 ] {} <Debug> HTTP-Session: e4e1b91b-d864-4e7f-b54e-02e235d0f683 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14111 | 2024.08.16 04:41:22.785097 [ 3 ] {} <Debug> HTTP-Session: e4e1b91b-d864-4e7f-b54e-02e235d0f683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14112 | 2024.08.16 04:41:22.785111 [ 3 ] {} <Debug> HTTP-Session: e4e1b91b-d864-4e7f-b54e-02e235d0f683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14113 | 2024.08.16 04:41:22.785142 [ 3 ] {} <Trace> HTTP-Session: e4e1b91b-d864-4e7f-b54e-02e235d0f683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14114 | 2024.08.16 04:41:22.785237 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14115 | 2024.08.16 04:41:22.785280 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14116 | 2024.08.16 04:41:22.785409 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14117 | 2024.08.16 04:41:22.785681 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14118 | 2024.08.16 04:41:22.785719 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.49 GiB. | ||
| 14119 | 2024.08.16 04:41:22.786017 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14120 | 2024.08.16 04:41:22.786322 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14121 | 2024.08.16 04:41:22.786493 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001275 sec., 3137.254901960784 rows/sec., 219.06 KiB/sec. | ||
| 14122 | 2024.08.16 04:41:22.786778 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14123 | 2024.08.16 04:41:22.786819 [ 3 ] {6bb98a9d-61c2-41c7-8143-1d778602d74e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14124 | 2024.08.16 04:41:22.786836 [ 3 ] {} <Debug> HTTP-Session: e4e1b91b-d864-4e7f-b54e-02e235d0f683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14125 | 2024.08.16 04:41:22.786962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14126 | 2024.08.16 04:41:22.787011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14127 | 2024.08.16 04:41:22.787030 [ 3 ] {} <Debug> HTTP-Session: a5fd26d0-7a05-423d-83e2-0184b60e042e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14128 | 2024.08.16 04:41:22.787046 [ 3 ] {} <Debug> HTTP-Session: a5fd26d0-7a05-423d-83e2-0184b60e042e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14129 | 2024.08.16 04:41:22.787060 [ 3 ] {} <Debug> HTTP-Session: a5fd26d0-7a05-423d-83e2-0184b60e042e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14130 | 2024.08.16 04:41:22.787090 [ 3 ] {} <Trace> HTTP-Session: a5fd26d0-7a05-423d-83e2-0184b60e042e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14131 | 2024.08.16 04:41:22.787209 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14132 | 2024.08.16 04:41:22.787254 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14133 | 2024.08.16 04:41:22.787397 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14134 | 2024.08.16 04:41:22.787775 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14135 | 2024.08.16 04:41:22.787812 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.49 GiB. | ||
| 14136 | 2024.08.16 04:41:22.788122 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14137 | 2024.08.16 04:41:22.788436 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14138 | 2024.08.16 04:41:22.788589 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001419 sec., 50739.95771670191 rows/sec., 3.97 MiB/sec. | ||
| 14139 | 2024.08.16 04:41:22.788766 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14140 | 2024.08.16 04:41:22.788790 [ 3 ] {2a6a41c8-38cf-4399-beae-18eb5690666d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14141 | 2024.08.16 04:41:22.788805 [ 3 ] {} <Debug> HTTP-Session: a5fd26d0-7a05-423d-83e2-0184b60e042e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14142 | 2024.08.16 04:41:22.788959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14143 | 2024.08.16 04:41:22.789006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14144 | 2024.08.16 04:41:22.789024 [ 3 ] {} <Debug> HTTP-Session: fff35068-f5aa-4fb7-9c1a-f30798071ac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14145 | 2024.08.16 04:41:22.789041 [ 3 ] {} <Debug> HTTP-Session: fff35068-f5aa-4fb7-9c1a-f30798071ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14146 | 2024.08.16 04:41:22.789055 [ 3 ] {} <Debug> HTTP-Session: fff35068-f5aa-4fb7-9c1a-f30798071ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14147 | 2024.08.16 04:41:22.789085 [ 3 ] {} <Trace> HTTP-Session: fff35068-f5aa-4fb7-9c1a-f30798071ac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14148 | 2024.08.16 04:41:22.789229 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14149 | 2024.08.16 04:41:22.789276 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14150 | 2024.08.16 04:41:22.789423 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14151 | 2024.08.16 04:41:22.789819 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14152 | 2024.08.16 04:41:22.789856 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.49 GiB. | ||
| 14153 | 2024.08.16 04:41:22.790245 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14154 | 2024.08.16 04:41:22.790582 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14155 | 2024.08.16 04:41:22.790712 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001549 sec., 104583.60232408006 rows/sec., 7.28 MiB/sec. | ||
| 14156 | 2024.08.16 04:41:22.790885 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Debug> DynamicQueryHandler: Done processing query | ||
| 14157 | 2024.08.16 04:41:22.790910 [ 3 ] {12f66dc8-fd8d-4d01-ae34-f9a0e6d30ac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14158 | 2024.08.16 04:41:22.790925 [ 3 ] {} <Debug> HTTP-Session: fff35068-f5aa-4fb7-9c1a-f30798071ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14159 | 2024.08.16 04:41:22.791055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14160 | 2024.08.16 04:41:22.791102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14161 | 2024.08.16 04:41:22.791120 [ 3 ] {} <Debug> HTTP-Session: 9c28b45d-8db6-46fe-8552-37b3c856da21 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14162 | 2024.08.16 04:41:22.791136 [ 3 ] {} <Debug> HTTP-Session: 9c28b45d-8db6-46fe-8552-37b3c856da21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14163 | 2024.08.16 04:41:22.791150 [ 3 ] {} <Debug> HTTP-Session: 9c28b45d-8db6-46fe-8552-37b3c856da21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14164 | 2024.08.16 04:41:22.791181 [ 3 ] {} <Trace> HTTP-Session: 9c28b45d-8db6-46fe-8552-37b3c856da21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14165 | 2024.08.16 04:41:22.791312 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14166 | 2024.08.16 04:41:22.791376 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <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 | ||
| 14167 | 2024.08.16 04:41:22.791776 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14168 | 2024.08.16 04:41:22.792292 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14169 | 2024.08.16 04:41:22.792328 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.49 GiB. | ||
| 14170 | 2024.08.16 04:41:22.792918 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 14171 | 2024.08.16 04:41:22.793330 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14172 | 2024.08.16 04:41:22.793478 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002225 sec., 1797.7528089887642 rows/sec., 3.22 MiB/sec. | ||
| 14173 | 2024.08.16 04:41:22.793978 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14174 | 2024.08.16 04:41:22.794022 [ 3 ] {86dd69c8-fe50-4016-bd0d-d4ad9ca0671d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14175 | 2024.08.16 04:41:22.794047 [ 3 ] {} <Debug> HTTP-Session: 9c28b45d-8db6-46fe-8552-37b3c856da21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14176 | 2024.08.16 04:41:22.794174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14177 | 2024.08.16 04:41:22.794223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14178 | 2024.08.16 04:41:22.794241 [ 3 ] {} <Debug> HTTP-Session: 03fa5f6d-348f-4bfc-8158-c7e27a3b7fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14179 | 2024.08.16 04:41:22.794258 [ 3 ] {} <Debug> HTTP-Session: 03fa5f6d-348f-4bfc-8158-c7e27a3b7fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14180 | 2024.08.16 04:41:22.794273 [ 3 ] {} <Debug> HTTP-Session: 03fa5f6d-348f-4bfc-8158-c7e27a3b7fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14181 | 2024.08.16 04:41:22.794303 [ 3 ] {} <Trace> HTTP-Session: 03fa5f6d-348f-4bfc-8158-c7e27a3b7fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14182 | 2024.08.16 04:41:22.794422 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14183 | 2024.08.16 04:41:22.794470 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14184 | 2024.08.16 04:41:22.794612 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14185 | 2024.08.16 04:41:22.794925 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14186 | 2024.08.16 04:41:22.794962 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.49 GiB. | ||
| 14187 | 2024.08.16 04:41:22.795330 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14188 | 2024.08.16 04:41:22.795654 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14189 | 2024.08.16 04:41:22.795777 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 14190 | 2024.08.16 04:41:22.795940 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14191 | 2024.08.16 04:41:22.795964 [ 3 ] {01588421-baac-4ffd-8882-9b3919ba38b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14192 | 2024.08.16 04:41:22.795980 [ 3 ] {} <Debug> HTTP-Session: 03fa5f6d-348f-4bfc-8158-c7e27a3b7fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14193 | 2024.08.16 04:41:27.784818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 5074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14194 | 2024.08.16 04:41:27.784954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14195 | 2024.08.16 04:41:27.784983 [ 3 ] {} <Debug> HTTP-Session: 7258547b-fed6-491c-a351-efcc15c58ef6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14196 | 2024.08.16 04:41:27.785013 [ 3 ] {} <Debug> HTTP-Session: 7258547b-fed6-491c-a351-efcc15c58ef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14197 | 2024.08.16 04:41:27.785031 [ 3 ] {} <Debug> HTTP-Session: 7258547b-fed6-491c-a351-efcc15c58ef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14198 | 2024.08.16 04:41:27.785085 [ 3 ] {} <Trace> HTTP-Session: 7258547b-fed6-491c-a351-efcc15c58ef6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14199 | 2024.08.16 04:41:27.785288 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14200 | 2024.08.16 04:41:27.785363 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14201 | 2024.08.16 04:41:27.785580 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14202 | 2024.08.16 04:41:27.786051 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14203 | 2024.08.16 04:41:27.786093 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14204 | 2024.08.16 04:41:27.786462 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14205 | 2024.08.16 04:41:27.786805 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14206 | 2024.08.16 04:41:27.786956 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Debug> executeQuery: Read 35 rows, 2.84 KiB in 0.001735 sec., 20172.910662824208 rows/sec., 1.60 MiB/sec. | ||
| 14207 | 2024.08.16 04:41:27.787170 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Debug> DynamicQueryHandler: Done processing query | ||
| 14208 | 2024.08.16 04:41:27.787198 [ 3 ] {d3f9c7f1-6261-49e8-8ebe-1066bc1fb261} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14209 | 2024.08.16 04:41:27.787215 [ 3 ] {} <Debug> HTTP-Session: 7258547b-fed6-491c-a351-efcc15c58ef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14210 | 2024.08.16 04:41:27.787346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14211 | 2024.08.16 04:41:27.787404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14212 | 2024.08.16 04:41:27.787423 [ 3 ] {} <Debug> HTTP-Session: b107e782-cd81-4c72-b1d5-c3df1f2fcb2b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14213 | 2024.08.16 04:41:27.787441 [ 3 ] {} <Debug> HTTP-Session: b107e782-cd81-4c72-b1d5-c3df1f2fcb2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14214 | 2024.08.16 04:41:27.787455 [ 3 ] {} <Debug> HTTP-Session: b107e782-cd81-4c72-b1d5-c3df1f2fcb2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14215 | 2024.08.16 04:41:27.787491 [ 3 ] {} <Trace> HTTP-Session: b107e782-cd81-4c72-b1d5-c3df1f2fcb2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14216 | 2024.08.16 04:41:27.787593 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14217 | 2024.08.16 04:41:27.787639 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14218 | 2024.08.16 04:41:27.787769 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14219 | 2024.08.16 04:41:27.788077 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14220 | 2024.08.16 04:41:27.788114 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14221 | 2024.08.16 04:41:27.788411 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14222 | 2024.08.16 04:41:27.788712 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14223 | 2024.08.16 04:41:27.788836 [ 36 ] {} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 14224 | 2024.08.16 04:41:27.788840 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001276 sec., 3134.796238244514 rows/sec., 255.62 KiB/sec. | ||
| 14225 | 2024.08.16 04:41:27.788889 [ 36 ] {} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14226 | 2024.08.16 04:41:27.788934 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14227 | 2024.08.16 04:41:27.789110 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Debug> DynamicQueryHandler: Done processing query | ||
| 14228 | 2024.08.16 04:41:27.789188 [ 3 ] {81930254-1395-433a-94aa-58d891819620} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14229 | 2024.08.16 04:41:27.789284 [ 3 ] {} <Debug> HTTP-Session: b107e782-cd81-4c72-b1d5-c3df1f2fcb2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14230 | 2024.08.16 04:41:27.789368 [ 201 ] {029081fc-8549-4313-950a-a4fb409a7a46::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 | ||
| 14231 | 2024.08.16 04:41:27.789555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14232 | 2024.08.16 04:41:27.789687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14233 | 2024.08.16 04:41:27.789751 [ 3 ] {} <Debug> HTTP-Session: 6b784006-af75-4da1-81c6-c51aeb16ccbe Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14234 | 2024.08.16 04:41:27.789754 [ 201 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14235 | 2024.08.16 04:41:27.789776 [ 3 ] {} <Debug> HTTP-Session: 6b784006-af75-4da1-81c6-c51aeb16ccbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14236 | 2024.08.16 04:41:27.789813 [ 3 ] {} <Debug> HTTP-Session: 6b784006-af75-4da1-81c6-c51aeb16ccbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14237 | 2024.08.16 04:41:27.789821 [ 201 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
| 14238 | 2024.08.16 04:41:27.789880 [ 3 ] {} <Trace> HTTP-Session: 6b784006-af75-4da1-81c6-c51aeb16ccbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14239 | 2024.08.16 04:41:27.790048 [ 201 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 14240 | 2024.08.16 04:41:27.790203 [ 201 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 14241 | 2024.08.16 04:41:27.790337 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14242 | 2024.08.16 04:41:27.790504 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14243 | 2024.08.16 04:41:27.790561 [ 201 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 14244 | 2024.08.16 04:41:27.791030 [ 201 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 14245 | 2024.08.16 04:41:27.791384 [ 201 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 14246 | 2024.08.16 04:41:27.791874 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14247 | 2024.08.16 04:41:27.792860 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14248 | 2024.08.16 04:41:27.792930 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14249 | 2024.08.16 04:41:27.793854 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004807227 sec., 6656.644256657736 rows/sec., 542.80 KiB/sec. | ||
| 14250 | 2024.08.16 04:41:27.793892 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14251 | 2024.08.16 04:41:27.794136 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 14252 | 2024.08.16 04:41:27.794647 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14253 | 2024.08.16 04:41:27.795018 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Debug> executeQuery: Read 296 rows, 26.46 KiB in 0.0049 sec., 60408.163265306124 rows/sec., 5.27 MiB/sec. | ||
| 14254 | 2024.08.16 04:41:27.795252 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14255 | 2024.08.16 04:41:27.795375 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Debug> DynamicQueryHandler: Done processing query | ||
| 14256 | 2024.08.16 04:41:27.795409 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_26_5} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 14257 | 2024.08.16 04:41:27.795419 [ 3 ] {96bd2fe0-46da-46a7-a084-231036fa5dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 14258 | 2024.08.16 04:41:27.795452 [ 3 ] {} <Debug> HTTP-Session: 6b784006-af75-4da1-81c6-c51aeb16ccbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14259 | 2024.08.16 04:41:27.795567 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14260 | 2024.08.16 04:41:27.795674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14261 | 2024.08.16 04:41:27.795729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14262 | 2024.08.16 04:41:27.795749 [ 3 ] {} <Debug> HTTP-Session: 918719b5-4578-41ce-887e-9064c342863a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14263 | 2024.08.16 04:41:27.795765 [ 3 ] {} <Debug> HTTP-Session: 918719b5-4578-41ce-887e-9064c342863a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14264 | 2024.08.16 04:41:27.795779 [ 3 ] {} <Debug> HTTP-Session: 918719b5-4578-41ce-887e-9064c342863a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14265 | 2024.08.16 04:41:27.795813 [ 3 ] {} <Trace> HTTP-Session: 918719b5-4578-41ce-887e-9064c342863a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14266 | 2024.08.16 04:41:27.795917 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14267 | 2024.08.16 04:41:27.795963 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14268 | 2024.08.16 04:41:27.796108 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14269 | 2024.08.16 04:41:27.796403 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14270 | 2024.08.16 04:41:27.796440 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14271 | 2024.08.16 04:41:27.796743 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14272 | 2024.08.16 04:41:27.797049 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14273 | 2024.08.16 04:41:27.797171 [ 36 ] {} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 14274 | 2024.08.16 04:41:27.797178 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001288 sec., 3105.590062111801 rows/sec., 216.85 KiB/sec. | ||
| 14275 | 2024.08.16 04:41:27.797207 [ 36 ] {} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14276 | 2024.08.16 04:41:27.797252 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14277 | 2024.08.16 04:41:27.797415 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::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 | ||
| 14278 | 2024.08.16 04:41:27.797428 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Debug> DynamicQueryHandler: Done processing query | ||
| 14279 | 2024.08.16 04:41:27.797481 [ 3 ] {ffc417af-b19c-4ffa-bdc8-44e916462703} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14280 | 2024.08.16 04:41:27.797521 [ 3 ] {} <Debug> HTTP-Session: 918719b5-4578-41ce-887e-9064c342863a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14281 | 2024.08.16 04:41:27.797624 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14282 | 2024.08.16 04:41:27.797684 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
| 14283 | 2024.08.16 04:41:27.797684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14284 | 2024.08.16 04:41:27.797833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14285 | 2024.08.16 04:41:27.797923 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 14286 | 2024.08.16 04:41:27.797932 [ 3 ] {} <Debug> HTTP-Session: d1e78fc5-cd50-4c7b-ab79-cdf634abe2d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14287 | 2024.08.16 04:41:27.798019 [ 3 ] {} <Debug> HTTP-Session: d1e78fc5-cd50-4c7b-ab79-cdf634abe2d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14288 | 2024.08.16 04:41:27.798079 [ 3 ] {} <Debug> HTTP-Session: d1e78fc5-cd50-4c7b-ab79-cdf634abe2d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14289 | 2024.08.16 04:41:27.798229 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 14290 | 2024.08.16 04:41:27.798233 [ 3 ] {} <Trace> HTTP-Session: d1e78fc5-cd50-4c7b-ab79-cdf634abe2d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14291 | 2024.08.16 04:41:27.798491 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 14292 | 2024.08.16 04:41:27.798593 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14293 | 2024.08.16 04:41:27.798779 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14294 | 2024.08.16 04:41:27.798795 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 14295 | 2024.08.16 04:41:27.799129 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 14296 | 2024.08.16 04:41:27.799828 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14297 | 2024.08.16 04:41:27.800615 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14298 | 2024.08.16 04:41:27.800677 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14299 | 2024.08.16 04:41:27.801622 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14300 | 2024.08.16 04:41:27.801686 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004351905 sec., 7353.10168765173 rows/sec., 513.42 KiB/sec. | ||
| 14301 | 2024.08.16 04:41:27.801897 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 14302 | 2024.08.16 04:41:27.802391 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14303 | 2024.08.16 04:41:27.802697 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004216 sec., 3320.683111954459 rows/sec., 232.56 KiB/sec. | ||
| 14304 | 2024.08.16 04:41:27.802692 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14305 | 2024.08.16 04:41:27.803051 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_26_5} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 14306 | 2024.08.16 04:41:27.803298 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 14307 | 2024.08.16 04:41:27.803307 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14308 | 2024.08.16 04:41:27.803375 [ 3 ] {07949f25-016d-46b1-b6f3-91202a6237b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14309 | 2024.08.16 04:41:27.803442 [ 3 ] {} <Debug> HTTP-Session: d1e78fc5-cd50-4c7b-ab79-cdf634abe2d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14310 | 2024.08.16 04:41:27.803593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14311 | 2024.08.16 04:41:27.803645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14312 | 2024.08.16 04:41:27.803665 [ 3 ] {} <Debug> HTTP-Session: 0f66b517-2090-4107-9733-31269828c5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14313 | 2024.08.16 04:41:27.803683 [ 3 ] {} <Debug> HTTP-Session: 0f66b517-2090-4107-9733-31269828c5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14314 | 2024.08.16 04:41:27.803697 [ 3 ] {} <Debug> HTTP-Session: 0f66b517-2090-4107-9733-31269828c5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14315 | 2024.08.16 04:41:27.803729 [ 3 ] {} <Trace> HTTP-Session: 0f66b517-2090-4107-9733-31269828c5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14316 | 2024.08.16 04:41:27.803834 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14317 | 2024.08.16 04:41:27.803879 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14318 | 2024.08.16 04:41:27.804037 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14319 | 2024.08.16 04:41:27.804326 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14320 | 2024.08.16 04:41:27.804362 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14321 | 2024.08.16 04:41:27.804681 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14322 | 2024.08.16 04:41:27.804993 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14323 | 2024.08.16 04:41:27.805120 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 269.78 KiB/sec. | ||
| 14324 | 2024.08.16 04:41:27.805336 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Debug> DynamicQueryHandler: Done processing query | ||
| 14325 | 2024.08.16 04:41:27.805361 [ 3 ] {eba47d70-24ca-4dc2-9b79-5e6e72367581} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14326 | 2024.08.16 04:41:27.805377 [ 3 ] {} <Debug> HTTP-Session: 0f66b517-2090-4107-9733-31269828c5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14327 | 2024.08.16 04:41:27.805533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 69452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14328 | 2024.08.16 04:41:27.805581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14329 | 2024.08.16 04:41:27.805601 [ 3 ] {} <Debug> HTTP-Session: a441dfc7-cff3-4c27-8805-8587ff59f8a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14330 | 2024.08.16 04:41:27.805617 [ 3 ] {} <Debug> HTTP-Session: a441dfc7-cff3-4c27-8805-8587ff59f8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14331 | 2024.08.16 04:41:27.805630 [ 3 ] {} <Debug> HTTP-Session: a441dfc7-cff3-4c27-8805-8587ff59f8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14332 | 2024.08.16 04:41:27.805661 [ 3 ] {} <Trace> HTTP-Session: a441dfc7-cff3-4c27-8805-8587ff59f8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14333 | 2024.08.16 04:41:27.805899 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14334 | 2024.08.16 04:41:27.805942 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14335 | 2024.08.16 04:41:27.806068 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14336 | 2024.08.16 04:41:27.806608 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14337 | 2024.08.16 04:41:27.806645 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14338 | 2024.08.16 04:41:27.806976 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14339 | 2024.08.16 04:41:27.807279 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14340 | 2024.08.16 04:41:27.807407 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Debug> executeQuery: Read 427 rows, 31.32 KiB in 0.001648 sec., 259101.94174757283 rows/sec., 18.56 MiB/sec. | ||
| 14341 | 2024.08.16 04:41:27.807574 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14342 | 2024.08.16 04:41:27.807600 [ 3 ] {d79b3489-dabc-46e4-9304-b7943fa0711d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14343 | 2024.08.16 04:41:27.807616 [ 3 ] {} <Debug> HTTP-Session: a441dfc7-cff3-4c27-8805-8587ff59f8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14344 | 2024.08.16 04:41:27.807775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14345 | 2024.08.16 04:41:27.807824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14346 | 2024.08.16 04:41:27.807843 [ 3 ] {} <Debug> HTTP-Session: 228f3222-ecc3-411d-a29d-28257f4ee7fc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14347 | 2024.08.16 04:41:27.807861 [ 3 ] {} <Debug> HTTP-Session: 228f3222-ecc3-411d-a29d-28257f4ee7fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14348 | 2024.08.16 04:41:27.807875 [ 3 ] {} <Debug> HTTP-Session: 228f3222-ecc3-411d-a29d-28257f4ee7fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14349 | 2024.08.16 04:41:27.807906 [ 3 ] {} <Trace> HTTP-Session: 228f3222-ecc3-411d-a29d-28257f4ee7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14350 | 2024.08.16 04:41:27.808001 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14351 | 2024.08.16 04:41:27.808045 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14352 | 2024.08.16 04:41:27.808174 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14353 | 2024.08.16 04:41:27.808441 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14354 | 2024.08.16 04:41:27.808477 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14355 | 2024.08.16 04:41:27.808833 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14356 | 2024.08.16 04:41:27.809170 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14357 | 2024.08.16 04:41:27.809312 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
| 14358 | 2024.08.16 04:41:27.809332 [ 37 ] {} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 14359 | 2024.08.16 04:41:27.809420 [ 37 ] {} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14360 | 2024.08.16 04:41:27.809468 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14361 | 2024.08.16 04:41:27.809594 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Debug> DynamicQueryHandler: Done processing query | ||
| 14362 | 2024.08.16 04:41:27.809664 [ 3 ] {89c02868-07cb-4a16-b5dc-fb41505eeacc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14363 | 2024.08.16 04:41:27.809735 [ 3 ] {} <Debug> HTTP-Session: 228f3222-ecc3-411d-a29d-28257f4ee7fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14364 | 2024.08.16 04:41:27.809927 [ 199 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::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 | ||
| 14365 | 2024.08.16 04:41:27.810042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 45013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14366 | 2024.08.16 04:41:27.810204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14367 | 2024.08.16 04:41:27.810263 [ 3 ] {} <Debug> HTTP-Session: 9351d1ec-ad70-43b7-bcbe-52fced0628b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14368 | 2024.08.16 04:41:27.810318 [ 3 ] {} <Debug> HTTP-Session: 9351d1ec-ad70-43b7-bcbe-52fced0628b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14369 | 2024.08.16 04:41:27.810370 [ 3 ] {} <Debug> HTTP-Session: 9351d1ec-ad70-43b7-bcbe-52fced0628b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14370 | 2024.08.16 04:41:27.810454 [ 199 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14371 | 2024.08.16 04:41:27.810459 [ 3 ] {} <Trace> HTTP-Session: 9351d1ec-ad70-43b7-bcbe-52fced0628b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14372 | 2024.08.16 04:41:27.810529 [ 199 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 14373 | 2024.08.16 04:41:27.810719 [ 199 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 14374 | 2024.08.16 04:41:27.810911 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14375 | 2024.08.16 04:41:27.811011 [ 199 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 14376 | 2024.08.16 04:41:27.811090 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14377 | 2024.08.16 04:41:27.811373 [ 199 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 14378 | 2024.08.16 04:41:27.811674 [ 199 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 14379 | 2024.08.16 04:41:27.812006 [ 199 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 14380 | 2024.08.16 04:41:27.812604 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14381 | 2024.08.16 04:41:27.813571 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14382 | 2024.08.16 04:41:27.813668 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14383 | 2024.08.16 04:41:27.814521 [ 195 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.00496411 sec., 43512.33151561912 rows/sec., 2.22 MiB/sec. | ||
| 14384 | 2024.08.16 04:41:27.814720 [ 195 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 14385 | 2024.08.16 04:41:27.814731 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14386 | 2024.08.16 04:41:27.815665 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14387 | 2024.08.16 04:41:27.815777 [ 195 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14388 | 2024.08.16 04:41:27.816025 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005394 sec., 44308.4909158324 rows/sec., 2.97 MiB/sec. | ||
| 14389 | 2024.08.16 04:41:27.816048 [ 195 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_36_7} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 14390 | 2024.08.16 04:41:27.816408 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14391 | 2024.08.16 04:41:27.816555 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 14392 | 2024.08.16 04:41:27.816599 [ 3 ] {fab8f66c-6449-4734-a81c-b7cce918e2ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14393 | 2024.08.16 04:41:27.816627 [ 3 ] {} <Debug> HTTP-Session: 9351d1ec-ad70-43b7-bcbe-52fced0628b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14394 | 2024.08.16 04:41:27.816785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14395 | 2024.08.16 04:41:27.816834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14396 | 2024.08.16 04:41:27.816853 [ 3 ] {} <Debug> HTTP-Session: 1429ee14-b1e9-4432-9c11-d0fe94ca25a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14397 | 2024.08.16 04:41:27.816869 [ 3 ] {} <Debug> HTTP-Session: 1429ee14-b1e9-4432-9c11-d0fe94ca25a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14398 | 2024.08.16 04:41:27.816883 [ 3 ] {} <Debug> HTTP-Session: 1429ee14-b1e9-4432-9c11-d0fe94ca25a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14399 | 2024.08.16 04:41:27.816914 [ 3 ] {} <Trace> HTTP-Session: 1429ee14-b1e9-4432-9c11-d0fe94ca25a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14400 | 2024.08.16 04:41:27.817016 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14401 | 2024.08.16 04:41:27.817062 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14402 | 2024.08.16 04:41:27.817205 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14403 | 2024.08.16 04:41:27.817473 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14404 | 2024.08.16 04:41:27.817509 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14405 | 2024.08.16 04:41:27.817866 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14406 | 2024.08.16 04:41:27.818195 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14407 | 2024.08.16 04:41:27.818352 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00135 sec., 740.7407407407406 rows/sec., 49.91 KiB/sec. | ||
| 14408 | 2024.08.16 04:41:27.818683 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14409 | 2024.08.16 04:41:27.818709 [ 3 ] {727d2e7b-16e1-4b4b-bc3b-eb56df6afdd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14410 | 2024.08.16 04:41:27.818725 [ 3 ] {} <Debug> HTTP-Session: 1429ee14-b1e9-4432-9c11-d0fe94ca25a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14411 | 2024.08.16 04:41:27.818890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 56458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14412 | 2024.08.16 04:41:27.818938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14413 | 2024.08.16 04:41:27.818957 [ 3 ] {} <Debug> HTTP-Session: 61ea2024-a9db-4381-8a87-32a23e0b87fc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14414 | 2024.08.16 04:41:27.818973 [ 3 ] {} <Debug> HTTP-Session: 61ea2024-a9db-4381-8a87-32a23e0b87fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14415 | 2024.08.16 04:41:27.818987 [ 3 ] {} <Debug> HTTP-Session: 61ea2024-a9db-4381-8a87-32a23e0b87fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14416 | 2024.08.16 04:41:27.819018 [ 3 ] {} <Trace> HTTP-Session: 61ea2024-a9db-4381-8a87-32a23e0b87fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14417 | 2024.08.16 04:41:27.819459 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14418 | 2024.08.16 04:41:27.819534 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <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 | ||
| 14419 | 2024.08.16 04:41:27.819985 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14420 | 2024.08.16 04:41:27.820726 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14421 | 2024.08.16 04:41:27.820763 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14422 | 2024.08.16 04:41:27.821414 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14423 | 2024.08.16 04:41:27.821838 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14424 | 2024.08.16 04:41:27.822039 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002917 sec., 11998.628728145355 rows/sec., 21.50 MiB/sec. | ||
| 14425 | 2024.08.16 04:41:27.822383 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Debug> DynamicQueryHandler: Done processing query | ||
| 14426 | 2024.08.16 04:41:27.822415 [ 3 ] {4ecbebba-aba1-4c53-bfb4-217f94daf530} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 14427 | 2024.08.16 04:41:27.822433 [ 3 ] {} <Debug> HTTP-Session: 61ea2024-a9db-4381-8a87-32a23e0b87fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14428 | 2024.08.16 04:41:27.822547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14429 | 2024.08.16 04:41:27.822594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14430 | 2024.08.16 04:41:27.822613 [ 3 ] {} <Debug> HTTP-Session: 53a77b47-10fe-49b2-8884-a431dbeff1f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14431 | 2024.08.16 04:41:27.822630 [ 3 ] {} <Debug> HTTP-Session: 53a77b47-10fe-49b2-8884-a431dbeff1f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14432 | 2024.08.16 04:41:27.822644 [ 3 ] {} <Debug> HTTP-Session: 53a77b47-10fe-49b2-8884-a431dbeff1f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14433 | 2024.08.16 04:41:27.822675 [ 3 ] {} <Trace> HTTP-Session: 53a77b47-10fe-49b2-8884-a431dbeff1f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14434 | 2024.08.16 04:41:27.822775 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14435 | 2024.08.16 04:41:27.822821 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14436 | 2024.08.16 04:41:27.822948 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14437 | 2024.08.16 04:41:27.823209 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14438 | 2024.08.16 04:41:27.823245 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14439 | 2024.08.16 04:41:27.823604 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 14440 | 2024.08.16 04:41:27.823937 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14441 | 2024.08.16 04:41:27.824110 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001351 sec., 6661.732050333087 rows/sec., 512.50 KiB/sec. | ||
| 14442 | 2024.08.16 04:41:27.824385 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14443 | 2024.08.16 04:41:27.824410 [ 3 ] {17fe11c0-8b1e-4780-ac9f-d95f4510e96d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14444 | 2024.08.16 04:41:27.824425 [ 3 ] {} <Debug> HTTP-Session: 53a77b47-10fe-49b2-8884-a431dbeff1f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14445 | 2024.08.16 04:41:27.824542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14446 | 2024.08.16 04:41:27.824589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14447 | 2024.08.16 04:41:27.824608 [ 3 ] {} <Debug> HTTP-Session: dbcc6847-c43b-4e6a-af4d-bddb51e73855 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14448 | 2024.08.16 04:41:27.824625 [ 3 ] {} <Debug> HTTP-Session: dbcc6847-c43b-4e6a-af4d-bddb51e73855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14449 | 2024.08.16 04:41:27.824639 [ 3 ] {} <Debug> HTTP-Session: dbcc6847-c43b-4e6a-af4d-bddb51e73855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14450 | 2024.08.16 04:41:27.824670 [ 3 ] {} <Trace> HTTP-Session: dbcc6847-c43b-4e6a-af4d-bddb51e73855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14451 | 2024.08.16 04:41:27.824801 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14452 | 2024.08.16 04:41:27.824845 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14453 | 2024.08.16 04:41:27.824994 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14454 | 2024.08.16 04:41:27.825323 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14455 | 2024.08.16 04:41:27.825360 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14456 | 2024.08.16 04:41:27.825724 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14457 | 2024.08.16 04:41:27.826046 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14458 | 2024.08.16 04:41:27.826194 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001442 sec., 56865.464632454925 rows/sec., 3.61 MiB/sec. | ||
| 14459 | 2024.08.16 04:41:27.826365 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14460 | 2024.08.16 04:41:27.826389 [ 3 ] {80386514-b7cc-4379-a3e7-0ecba5e6f91d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14461 | 2024.08.16 04:41:27.826405 [ 3 ] {} <Debug> HTTP-Session: dbcc6847-c43b-4e6a-af4d-bddb51e73855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14462 | 2024.08.16 04:41:32.777259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14463 | 2024.08.16 04:41:32.777402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14464 | 2024.08.16 04:41:32.777429 [ 3 ] {} <Debug> HTTP-Session: c1823833-c6c8-44f4-a4f9-63c853922b14 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14465 | 2024.08.16 04:41:32.777456 [ 3 ] {} <Debug> HTTP-Session: c1823833-c6c8-44f4-a4f9-63c853922b14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14466 | 2024.08.16 04:41:32.777474 [ 3 ] {} <Debug> HTTP-Session: c1823833-c6c8-44f4-a4f9-63c853922b14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14467 | 2024.08.16 04:41:32.777529 [ 3 ] {} <Trace> HTTP-Session: c1823833-c6c8-44f4-a4f9-63c853922b14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14468 | 2024.08.16 04:41:32.777723 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14469 | 2024.08.16 04:41:32.777794 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14470 | 2024.08.16 04:41:32.778001 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14471 | 2024.08.16 04:41:32.778474 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14472 | 2024.08.16 04:41:32.778514 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14473 | 2024.08.16 04:41:32.778893 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14474 | 2024.08.16 04:41:32.779232 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14475 | 2024.08.16 04:41:32.779379 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001714 sec., 2333.7222870478413 rows/sec., 189.16 KiB/sec. | ||
| 14476 | 2024.08.16 04:41:32.779678 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14477 | 2024.08.16 04:41:32.779736 [ 3 ] {cc4eb5bd-ce35-4122-ad0a-3687d3acdad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14478 | 2024.08.16 04:41:32.779794 [ 3 ] {} <Debug> HTTP-Session: c1823833-c6c8-44f4-a4f9-63c853922b14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14479 | 2024.08.16 04:41:32.779972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14480 | 2024.08.16 04:41:32.780028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14481 | 2024.08.16 04:41:32.780047 [ 3 ] {} <Debug> HTTP-Session: 6458ea14-0ba9-4035-900b-bf540fecd28c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14482 | 2024.08.16 04:41:32.780067 [ 3 ] {} <Debug> HTTP-Session: 6458ea14-0ba9-4035-900b-bf540fecd28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14483 | 2024.08.16 04:41:32.780080 [ 3 ] {} <Debug> HTTP-Session: 6458ea14-0ba9-4035-900b-bf540fecd28c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14484 | 2024.08.16 04:41:32.780115 [ 3 ] {} <Trace> HTTP-Session: 6458ea14-0ba9-4035-900b-bf540fecd28c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14485 | 2024.08.16 04:41:32.780241 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14486 | 2024.08.16 04:41:32.780285 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14487 | 2024.08.16 04:41:32.780435 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14488 | 2024.08.16 04:41:32.780825 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14489 | 2024.08.16 04:41:32.780862 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14490 | 2024.08.16 04:41:32.781178 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14491 | 2024.08.16 04:41:32.781492 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14492 | 2024.08.16 04:41:32.781623 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Debug> executeQuery: Read 68 rows, 5.48 KiB in 0.001424 sec., 47752.808988764045 rows/sec., 3.76 MiB/sec. | ||
| 14493 | 2024.08.16 04:41:32.781853 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Debug> DynamicQueryHandler: Done processing query | ||
| 14494 | 2024.08.16 04:41:32.781907 [ 3 ] {9a453ff0-b6b9-4f5b-8a4b-f9d2066dc299} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14495 | 2024.08.16 04:41:32.781969 [ 3 ] {} <Debug> HTTP-Session: 6458ea14-0ba9-4035-900b-bf540fecd28c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14496 | 2024.08.16 04:41:32.782151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 11558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14497 | 2024.08.16 04:41:32.782204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14498 | 2024.08.16 04:41:32.782224 [ 3 ] {} <Debug> HTTP-Session: 35af177c-eec8-4fd5-bcc3-a15572ba02b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14499 | 2024.08.16 04:41:32.782241 [ 3 ] {} <Debug> HTTP-Session: 35af177c-eec8-4fd5-bcc3-a15572ba02b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14500 | 2024.08.16 04:41:32.782256 [ 3 ] {} <Debug> HTTP-Session: 35af177c-eec8-4fd5-bcc3-a15572ba02b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14501 | 2024.08.16 04:41:32.782289 [ 3 ] {} <Trace> HTTP-Session: 35af177c-eec8-4fd5-bcc3-a15572ba02b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14502 | 2024.08.16 04:41:32.782421 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14503 | 2024.08.16 04:41:32.782467 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14504 | 2024.08.16 04:41:32.782613 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14505 | 2024.08.16 04:41:32.782973 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14506 | 2024.08.16 04:41:32.783010 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14507 | 2024.08.16 04:41:32.783321 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14508 | 2024.08.16 04:41:32.783629 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14509 | 2024.08.16 04:41:32.783758 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001387 sec., 49026.676279740444 rows/sec., 3.83 MiB/sec. | ||
| 14510 | 2024.08.16 04:41:32.783922 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Debug> DynamicQueryHandler: Done processing query | ||
| 14511 | 2024.08.16 04:41:32.783946 [ 3 ] {297b0f12-6eef-435a-88e5-e1130efac865} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14512 | 2024.08.16 04:41:32.783962 [ 3 ] {} <Debug> HTTP-Session: 35af177c-eec8-4fd5-bcc3-a15572ba02b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14513 | 2024.08.16 04:41:32.784132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14514 | 2024.08.16 04:41:32.784181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14515 | 2024.08.16 04:41:32.784199 [ 3 ] {} <Debug> HTTP-Session: 0ea0f6f1-3a6a-4e1e-bddf-937900ebd60c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14516 | 2024.08.16 04:41:32.784216 [ 3 ] {} <Debug> HTTP-Session: 0ea0f6f1-3a6a-4e1e-bddf-937900ebd60c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14517 | 2024.08.16 04:41:32.784230 [ 3 ] {} <Debug> HTTP-Session: 0ea0f6f1-3a6a-4e1e-bddf-937900ebd60c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14518 | 2024.08.16 04:41:32.784261 [ 3 ] {} <Trace> HTTP-Session: 0ea0f6f1-3a6a-4e1e-bddf-937900ebd60c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14519 | 2024.08.16 04:41:32.784410 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14520 | 2024.08.16 04:41:32.784457 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14521 | 2024.08.16 04:41:32.784603 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14522 | 2024.08.16 04:41:32.784983 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14523 | 2024.08.16 04:41:32.785020 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14524 | 2024.08.16 04:41:32.785415 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14525 | 2024.08.16 04:41:32.785757 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14526 | 2024.08.16 04:41:32.785888 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
| 14527 | 2024.08.16 04:41:32.786056 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 14528 | 2024.08.16 04:41:32.786080 [ 3 ] {3789226d-f6d7-4370-ade5-3afa515805ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14529 | 2024.08.16 04:41:32.786096 [ 3 ] {} <Debug> HTTP-Session: 0ea0f6f1-3a6a-4e1e-bddf-937900ebd60c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14530 | 2024.08.16 04:41:32.786208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14531 | 2024.08.16 04:41:32.786256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14532 | 2024.08.16 04:41:32.786274 [ 3 ] {} <Debug> HTTP-Session: a1f945df-bb62-43be-812a-30d888cab535 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14533 | 2024.08.16 04:41:32.786291 [ 3 ] {} <Debug> HTTP-Session: a1f945df-bb62-43be-812a-30d888cab535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14534 | 2024.08.16 04:41:32.786305 [ 3 ] {} <Debug> HTTP-Session: a1f945df-bb62-43be-812a-30d888cab535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14535 | 2024.08.16 04:41:32.786335 [ 3 ] {} <Trace> HTTP-Session: a1f945df-bb62-43be-812a-30d888cab535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14536 | 2024.08.16 04:41:32.786470 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14537 | 2024.08.16 04:41:32.786533 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <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 | ||
| 14538 | 2024.08.16 04:41:32.786943 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14539 | 2024.08.16 04:41:32.787448 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14540 | 2024.08.16 04:41:32.787484 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14541 | 2024.08.16 04:41:32.788063 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14542 | 2024.08.16 04:41:32.788466 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14543 | 2024.08.16 04:41:32.788616 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002202 sec., 1816.5304268846503 rows/sec., 3.26 MiB/sec. | ||
| 14544 | 2024.08.16 04:41:32.789074 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14545 | 2024.08.16 04:41:32.789120 [ 3 ] {28f46619-6bf0-429b-afd5-28cd7051afd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14546 | 2024.08.16 04:41:32.789146 [ 3 ] {} <Debug> HTTP-Session: a1f945df-bb62-43be-812a-30d888cab535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14547 | 2024.08.16 04:41:32.789271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14548 | 2024.08.16 04:41:32.789323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14549 | 2024.08.16 04:41:32.789342 [ 3 ] {} <Debug> HTTP-Session: fe7ba3fd-c67b-4b53-868d-3a3449700c70 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14550 | 2024.08.16 04:41:32.789359 [ 3 ] {} <Debug> HTTP-Session: fe7ba3fd-c67b-4b53-868d-3a3449700c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14551 | 2024.08.16 04:41:32.789372 [ 3 ] {} <Debug> HTTP-Session: fe7ba3fd-c67b-4b53-868d-3a3449700c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14552 | 2024.08.16 04:41:32.789403 [ 3 ] {} <Trace> HTTP-Session: fe7ba3fd-c67b-4b53-868d-3a3449700c70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14553 | 2024.08.16 04:41:32.789527 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14554 | 2024.08.16 04:41:32.789601 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14555 | 2024.08.16 04:41:32.789746 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14556 | 2024.08.16 04:41:32.790071 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14557 | 2024.08.16 04:41:32.790108 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14558 | 2024.08.16 04:41:32.790474 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14559 | 2024.08.16 04:41:32.790816 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14560 | 2024.08.16 04:41:32.790949 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
| 14561 | 2024.08.16 04:41:32.791113 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 14562 | 2024.08.16 04:41:32.791138 [ 3 ] {8df9be3a-3f98-416d-a29f-b816ad9ad6dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14563 | 2024.08.16 04:41:32.791154 [ 3 ] {} <Debug> HTTP-Session: fe7ba3fd-c67b-4b53-868d-3a3449700c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14564 | 2024.08.16 04:41:34.669055 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14565 | 2024.08.16 04:41:34.669121 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14566 | 2024.08.16 04:41:37.783993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 5646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14567 | 2024.08.16 04:41:37.784160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14568 | 2024.08.16 04:41:37.784189 [ 3 ] {} <Debug> HTTP-Session: 7486a996-7d0d-424b-8fdc-e6007fa5d146 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14569 | 2024.08.16 04:41:37.784217 [ 3 ] {} <Debug> HTTP-Session: 7486a996-7d0d-424b-8fdc-e6007fa5d146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14570 | 2024.08.16 04:41:37.784236 [ 3 ] {} <Debug> HTTP-Session: 7486a996-7d0d-424b-8fdc-e6007fa5d146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14571 | 2024.08.16 04:41:37.784290 [ 3 ] {} <Trace> HTTP-Session: 7486a996-7d0d-424b-8fdc-e6007fa5d146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14572 | 2024.08.16 04:41:37.784498 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14573 | 2024.08.16 04:41:37.784571 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14574 | 2024.08.16 04:41:37.784789 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14575 | 2024.08.16 04:41:37.785342 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14576 | 2024.08.16 04:41:37.785385 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14577 | 2024.08.16 04:41:37.785766 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14578 | 2024.08.16 04:41:37.786101 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14579 | 2024.08.16 04:41:37.786253 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001824 sec., 21381.57894736842 rows/sec., 1.69 MiB/sec. | ||
| 14580 | 2024.08.16 04:41:37.786564 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14581 | 2024.08.16 04:41:37.786641 [ 3 ] {a601a7ac-2460-43ac-92b1-3b985c2f89b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14582 | 2024.08.16 04:41:37.786708 [ 3 ] {} <Debug> HTTP-Session: 7486a996-7d0d-424b-8fdc-e6007fa5d146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14583 | 2024.08.16 04:41:37.786941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14584 | 2024.08.16 04:41:37.787007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14585 | 2024.08.16 04:41:37.787026 [ 3 ] {} <Debug> HTTP-Session: 00bd5a80-8d9c-4926-823d-6dc6e3a7ac87 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14586 | 2024.08.16 04:41:37.787046 [ 3 ] {} <Debug> HTTP-Session: 00bd5a80-8d9c-4926-823d-6dc6e3a7ac87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14587 | 2024.08.16 04:41:37.787060 [ 3 ] {} <Debug> HTTP-Session: 00bd5a80-8d9c-4926-823d-6dc6e3a7ac87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14588 | 2024.08.16 04:41:37.787098 [ 3 ] {} <Trace> HTTP-Session: 00bd5a80-8d9c-4926-823d-6dc6e3a7ac87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14589 | 2024.08.16 04:41:37.787206 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14590 | 2024.08.16 04:41:37.787254 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14591 | 2024.08.16 04:41:37.787406 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14592 | 2024.08.16 04:41:37.787758 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14593 | 2024.08.16 04:41:37.787795 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14594 | 2024.08.16 04:41:37.788100 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 14595 | 2024.08.16 04:41:37.788412 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14596 | 2024.08.16 04:41:37.788541 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001364 sec., 1466.275659824047 rows/sec., 119.56 KiB/sec. | ||
| 14597 | 2024.08.16 04:41:37.788716 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14598 | 2024.08.16 04:41:37.788741 [ 3 ] {0b90abc6-f942-4d2b-87c6-b81caffd90e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14599 | 2024.08.16 04:41:37.788759 [ 3 ] {} <Debug> HTTP-Session: 00bd5a80-8d9c-4926-823d-6dc6e3a7ac87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14600 | 2024.08.16 04:41:37.788907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 46137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14601 | 2024.08.16 04:41:37.788958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14602 | 2024.08.16 04:41:37.788977 [ 3 ] {} <Debug> HTTP-Session: 19135371-82cf-428e-9058-ea1cc2dcfbd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14603 | 2024.08.16 04:41:37.788994 [ 3 ] {} <Debug> HTTP-Session: 19135371-82cf-428e-9058-ea1cc2dcfbd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14604 | 2024.08.16 04:41:37.789008 [ 3 ] {} <Debug> HTTP-Session: 19135371-82cf-428e-9058-ea1cc2dcfbd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14605 | 2024.08.16 04:41:37.789039 [ 3 ] {} <Trace> HTTP-Session: 19135371-82cf-428e-9058-ea1cc2dcfbd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14606 | 2024.08.16 04:41:37.789215 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14607 | 2024.08.16 04:41:37.789258 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14608 | 2024.08.16 04:41:37.789386 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14609 | 2024.08.16 04:41:37.789972 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14610 | 2024.08.16 04:41:37.790009 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14611 | 2024.08.16 04:41:37.790340 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14612 | 2024.08.16 04:41:37.790653 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14613 | 2024.08.16 04:41:37.790780 [ 24 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14614 | 2024.08.16 04:41:37.790782 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Debug> executeQuery: Read 307 rows, 27.48 KiB in 0.00166 sec., 184939.7590361446 rows/sec., 16.16 MiB/sec. | ||
| 14615 | 2024.08.16 04:41:37.790832 [ 24 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14616 | 2024.08.16 04:41:37.790870 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14617 | 2024.08.16 04:41:37.791026 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14618 | 2024.08.16 04:41:37.791094 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Debug> DynamicQueryHandler: Done processing query | ||
| 14619 | 2024.08.16 04:41:37.791135 [ 3 ] {3785c506-aa4e-4470-817b-95e05fb22118} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 14620 | 2024.08.16 04:41:37.791170 [ 3 ] {} <Debug> HTTP-Session: 19135371-82cf-428e-9058-ea1cc2dcfbd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14621 | 2024.08.16 04:41:37.791179 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14622 | 2024.08.16 04:41:37.791222 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1430 rows starting from the beginning of the part | ||
| 14623 | 2024.08.16 04:41:37.791308 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 270 rows starting from the beginning of the part | ||
| 14624 | 2024.08.16 04:41:37.791361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14625 | 2024.08.16 04:41:37.791583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14626 | 2024.08.16 04:41:37.791611 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 70 rows starting from the beginning of the part | ||
| 14627 | 2024.08.16 04:41:37.791680 [ 3 ] {} <Debug> HTTP-Session: f1b867e7-a5a9-4b32-a469-f8fd38f59af4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14628 | 2024.08.16 04:41:37.791815 [ 3 ] {} <Debug> HTTP-Session: f1b867e7-a5a9-4b32-a469-f8fd38f59af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14629 | 2024.08.16 04:41:37.791974 [ 3 ] {} <Debug> HTTP-Session: f1b867e7-a5a9-4b32-a469-f8fd38f59af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14630 | 2024.08.16 04:41:37.792133 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 296 rows starting from the beginning of the part | ||
| 14631 | 2024.08.16 04:41:37.792139 [ 3 ] {} <Trace> HTTP-Session: f1b867e7-a5a9-4b32-a469-f8fd38f59af4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14632 | 2024.08.16 04:41:37.792398 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 68 rows starting from the beginning of the part | ||
| 14633 | 2024.08.16 04:41:37.792442 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14634 | 2024.08.16 04:41:37.792591 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14635 | 2024.08.16 04:41:37.792647 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 307 rows starting from the beginning of the part | ||
| 14636 | 2024.08.16 04:41:37.793236 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14637 | 2024.08.16 04:41:37.793663 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14638 | 2024.08.16 04:41:37.793702 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14639 | 2024.08.16 04:41:37.794171 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 14640 | 2024.08.16 04:41:37.794514 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14641 | 2024.08.16 04:41:37.794686 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002368 sec., 844.5945945945946 rows/sec., 58.97 KiB/sec. | ||
| 14642 | 2024.08.16 04:41:37.794905 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2441 rows, containing 4 columns (4 merged, 0 gathered) in 0.003959625 sec., 616472.519493639 rows/sec., 52.08 MiB/sec. | ||
| 14643 | 2024.08.16 04:41:37.794979 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14644 | 2024.08.16 04:41:37.795003 [ 3 ] {3f8bb6fa-9445-4fd4-86fa-767439ce89a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14645 | 2024.08.16 04:41:37.795019 [ 3 ] {} <Debug> HTTP-Session: f1b867e7-a5a9-4b32-a469-f8fd38f59af4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14646 | 2024.08.16 04:41:37.795106 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14647 | 2024.08.16 04:41:37.795152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14648 | 2024.08.16 04:41:37.795205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14649 | 2024.08.16 04:41:37.795228 [ 3 ] {} <Debug> HTTP-Session: 57fe8c82-0c1c-48a1-9b8f-c7c8af332053 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14650 | 2024.08.16 04:41:37.795257 [ 3 ] {} <Debug> HTTP-Session: 57fe8c82-0c1c-48a1-9b8f-c7c8af332053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14651 | 2024.08.16 04:41:37.795286 [ 3 ] {} <Debug> HTTP-Session: 57fe8c82-0c1c-48a1-9b8f-c7c8af332053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14652 | 2024.08.16 04:41:37.795338 [ 3 ] {} <Trace> HTTP-Session: 57fe8c82-0c1c-48a1-9b8f-c7c8af332053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14653 | 2024.08.16 04:41:37.795468 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14654 | 2024.08.16 04:41:37.795519 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14655 | 2024.08.16 04:41:37.795576 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14656 | 2024.08.16 04:41:37.795703 [ 200 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_76_15} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14657 | 2024.08.16 04:41:37.795734 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14658 | 2024.08.16 04:41:37.795804 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 14659 | 2024.08.16 04:41:37.796108 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14660 | 2024.08.16 04:41:37.796144 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14661 | 2024.08.16 04:41:37.796457 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14662 | 2024.08.16 04:41:37.796764 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14663 | 2024.08.16 04:41:37.796895 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001459 sec., 9595.613433858807 rows/sec., 672.01 KiB/sec. | ||
| 14664 | 2024.08.16 04:41:37.797108 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Debug> DynamicQueryHandler: Done processing query | ||
| 14665 | 2024.08.16 04:41:37.797135 [ 3 ] {80d521e2-4997-4879-ac5c-e7f0669db521} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14666 | 2024.08.16 04:41:37.797150 [ 3 ] {} <Debug> HTTP-Session: 57fe8c82-0c1c-48a1-9b8f-c7c8af332053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14667 | 2024.08.16 04:41:37.797258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14668 | 2024.08.16 04:41:37.797306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14669 | 2024.08.16 04:41:37.797325 [ 3 ] {} <Debug> HTTP-Session: 0ea71f79-3d0a-473a-8eff-aa28dd80f9f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14670 | 2024.08.16 04:41:37.797342 [ 3 ] {} <Debug> HTTP-Session: 0ea71f79-3d0a-473a-8eff-aa28dd80f9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14671 | 2024.08.16 04:41:37.797355 [ 3 ] {} <Debug> HTTP-Session: 0ea71f79-3d0a-473a-8eff-aa28dd80f9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14672 | 2024.08.16 04:41:37.797386 [ 3 ] {} <Trace> HTTP-Session: 0ea71f79-3d0a-473a-8eff-aa28dd80f9f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14673 | 2024.08.16 04:41:37.797479 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14674 | 2024.08.16 04:41:37.797520 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14675 | 2024.08.16 04:41:37.797645 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14676 | 2024.08.16 04:41:37.797911 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14677 | 2024.08.16 04:41:37.797947 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14678 | 2024.08.16 04:41:37.798241 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14679 | 2024.08.16 04:41:37.798537 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14680 | 2024.08.16 04:41:37.798660 [ 24 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 14681 | 2024.08.16 04:41:37.798666 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001212 sec., 4950.495049504951 rows/sec., 292.49 KiB/sec. | ||
| 14682 | 2024.08.16 04:41:37.798689 [ 24 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14683 | 2024.08.16 04:41:37.798724 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14684 | 2024.08.16 04:41:37.798843 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 14685 | 2024.08.16 04:41:37.798878 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Debug> DynamicQueryHandler: Done processing query | ||
| 14686 | 2024.08.16 04:41:37.798907 [ 3 ] {bbf9f39c-2d0f-4122-8800-f5f21f4ebf29} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14687 | 2024.08.16 04:41:37.798933 [ 3 ] {} <Debug> HTTP-Session: 0ea71f79-3d0a-473a-8eff-aa28dd80f9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14688 | 2024.08.16 04:41:37.798998 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14689 | 2024.08.16 04:41:37.799032 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
| 14690 | 2024.08.16 04:41:37.799121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 69729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14691 | 2024.08.16 04:41:37.799126 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 14692 | 2024.08.16 04:41:37.799225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14693 | 2024.08.16 04:41:37.799379 [ 3 ] {} <Debug> HTTP-Session: e0eb3c03-00e2-4d0e-a4d7-47092548b7e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14694 | 2024.08.16 04:41:37.799468 [ 3 ] {} <Debug> HTTP-Session: e0eb3c03-00e2-4d0e-a4d7-47092548b7e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14695 | 2024.08.16 04:41:37.799526 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 14696 | 2024.08.16 04:41:37.799539 [ 3 ] {} <Debug> HTTP-Session: e0eb3c03-00e2-4d0e-a4d7-47092548b7e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14697 | 2024.08.16 04:41:37.799654 [ 3 ] {} <Trace> HTTP-Session: e0eb3c03-00e2-4d0e-a4d7-47092548b7e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14698 | 2024.08.16 04:41:37.799788 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 14699 | 2024.08.16 04:41:37.799986 [ 192 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 14700 | 2024.08.16 04:41:37.800063 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14701 | 2024.08.16 04:41:37.800221 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14702 | 2024.08.16 04:41:37.800784 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14703 | 2024.08.16 04:41:37.801518 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14704 | 2024.08.16 04:41:37.801580 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14705 | 2024.08.16 04:41:37.801678 [ 191 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002877469 sec., 10425.82908799365 rows/sec., 621.07 KiB/sec. | ||
| 14706 | 2024.08.16 04:41:37.801956 [ 191 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 14707 | 2024.08.16 04:41:37.802198 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14708 | 2024.08.16 04:41:37.802822 [ 191 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14709 | 2024.08.16 04:41:37.802989 [ 191 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_37_9} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 14710 | 2024.08.16 04:41:37.803081 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14711 | 2024.08.16 04:41:37.803168 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14712 | 2024.08.16 04:41:37.803306 [ 24 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14713 | 2024.08.16 04:41:37.803309 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Debug> executeQuery: Read 429 rows, 31.42 KiB in 0.003458 sec., 124060.15037593985 rows/sec., 8.87 MiB/sec. | ||
| 14714 | 2024.08.16 04:41:37.803349 [ 24 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14715 | 2024.08.16 04:41:37.803398 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14716 | 2024.08.16 04:41:37.803579 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14717 | 2024.08.16 04:41:37.803590 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Debug> DynamicQueryHandler: Done processing query | ||
| 14718 | 2024.08.16 04:41:37.803649 [ 3 ] {d206414a-c910-4fbe-96d2-1099ef670428} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14719 | 2024.08.16 04:41:37.803687 [ 3 ] {} <Debug> HTTP-Session: e0eb3c03-00e2-4d0e-a4d7-47092548b7e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14720 | 2024.08.16 04:41:37.803796 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14721 | 2024.08.16 04:41:37.803843 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 903 rows starting from the beginning of the part | ||
| 14722 | 2024.08.16 04:41:37.803882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14723 | 2024.08.16 04:41:37.804050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14724 | 2024.08.16 04:41:37.804062 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 409 rows starting from the beginning of the part | ||
| 14725 | 2024.08.16 04:41:37.804130 [ 3 ] {} <Debug> HTTP-Session: 0131fa45-1377-4aad-8a66-70553724609d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14726 | 2024.08.16 04:41:37.804232 [ 3 ] {} <Debug> HTTP-Session: 0131fa45-1377-4aad-8a66-70553724609d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14727 | 2024.08.16 04:41:37.804323 [ 3 ] {} <Debug> HTTP-Session: 0131fa45-1377-4aad-8a66-70553724609d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14728 | 2024.08.16 04:41:37.804430 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 72 rows starting from the beginning of the part | ||
| 14729 | 2024.08.16 04:41:37.804510 [ 3 ] {} <Trace> HTTP-Session: 0131fa45-1377-4aad-8a66-70553724609d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14730 | 2024.08.16 04:41:37.804657 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 14731 | 2024.08.16 04:41:37.804881 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14732 | 2024.08.16 04:41:37.804905 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 68 rows starting from the beginning of the part | ||
| 14733 | 2024.08.16 04:41:37.805058 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14734 | 2024.08.16 04:41:37.805184 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 429 rows starting from the beginning of the part | ||
| 14735 | 2024.08.16 04:41:37.805940 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14736 | 2024.08.16 04:41:37.806526 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14737 | 2024.08.16 04:41:37.806589 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14738 | 2024.08.16 04:41:37.807578 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14739 | 2024.08.16 04:41:37.808214 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14740 | 2024.08.16 04:41:37.808330 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2308 rows, containing 4 columns (4 merged, 0 gathered) in 0.004842117 sec., 476651.0185524224 rows/sec., 34.49 MiB/sec. | ||
| 14741 | 2024.08.16 04:41:37.808536 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003773 sec., 1590.246488205672 rows/sec., 83.08 KiB/sec. | ||
| 14742 | 2024.08.16 04:41:37.808642 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14743 | 2024.08.16 04:41:37.808917 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14744 | 2024.08.16 04:41:37.808991 [ 3 ] {b0cc7890-bda3-4c01-99e2-d39fb86ad73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14745 | 2024.08.16 04:41:37.809060 [ 3 ] {} <Debug> HTTP-Session: 0131fa45-1377-4aad-8a66-70553724609d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14746 | 2024.08.16 04:41:37.809308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14747 | 2024.08.16 04:41:37.809364 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14748 | 2024.08.16 04:41:37.809395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14749 | 2024.08.16 04:41:37.809446 [ 3 ] {} <Debug> HTTP-Session: 7bbd707f-96e7-42cc-a966-4065fecdbe3d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14750 | 2024.08.16 04:41:37.809483 [ 3 ] {} <Debug> HTTP-Session: 7bbd707f-96e7-42cc-a966-4065fecdbe3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14751 | 2024.08.16 04:41:37.809509 [ 3 ] {} <Debug> HTTP-Session: 7bbd707f-96e7-42cc-a966-4065fecdbe3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14752 | 2024.08.16 04:41:37.809521 [ 187 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_76_15} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14753 | 2024.08.16 04:41:37.809571 [ 3 ] {} <Trace> HTTP-Session: 7bbd707f-96e7-42cc-a966-4065fecdbe3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14754 | 2024.08.16 04:41:37.809670 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14755 | 2024.08.16 04:41:37.809878 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14756 | 2024.08.16 04:41:37.809929 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14757 | 2024.08.16 04:41:37.810099 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14758 | 2024.08.16 04:41:37.810657 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14759 | 2024.08.16 04:41:37.810695 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14760 | 2024.08.16 04:41:37.811084 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14761 | 2024.08.16 04:41:37.811429 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14762 | 2024.08.16 04:41:37.811587 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001834 sec., 129770.99236641222 rows/sec., 8.70 MiB/sec. | ||
| 14763 | 2024.08.16 04:41:37.811602 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14764 | 2024.08.16 04:41:37.811710 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14765 | 2024.08.16 04:41:37.811755 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14766 | 2024.08.16 04:41:37.811855 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Debug> DynamicQueryHandler: Done processing query | ||
| 14767 | 2024.08.16 04:41:37.811924 [ 3 ] {b7f1bc10-617a-41bb-89b3-0057ff5d8b37} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14768 | 2024.08.16 04:41:37.811990 [ 3 ] {} <Debug> HTTP-Session: 7bbd707f-96e7-42cc-a966-4065fecdbe3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14769 | 2024.08.16 04:41:37.812029 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14770 | 2024.08.16 04:41:37.812269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14771 | 2024.08.16 04:41:37.812487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14772 | 2024.08.16 04:41:37.812611 [ 3 ] {} <Debug> HTTP-Session: 3c17a08f-da6c-4fe3-bf4e-9d35bb4ec2a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14773 | 2024.08.16 04:41:37.812712 [ 3 ] {} <Debug> HTTP-Session: 3c17a08f-da6c-4fe3-bf4e-9d35bb4ec2a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14774 | 2024.08.16 04:41:37.812804 [ 3 ] {} <Debug> HTTP-Session: 3c17a08f-da6c-4fe3-bf4e-9d35bb4ec2a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14775 | 2024.08.16 04:41:37.812856 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14776 | 2024.08.16 04:41:37.812975 [ 3 ] {} <Trace> HTTP-Session: 3c17a08f-da6c-4fe3-bf4e-9d35bb4ec2a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14777 | 2024.08.16 04:41:37.813017 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22474 rows starting from the beginning of the part | ||
| 14778 | 2024.08.16 04:41:37.813404 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14779 | 2024.08.16 04:41:37.813468 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
| 14780 | 2024.08.16 04:41:37.813639 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14781 | 2024.08.16 04:41:37.814150 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 162 rows starting from the beginning of the part | ||
| 14782 | 2024.08.16 04:41:37.814731 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 239 rows starting from the beginning of the part | ||
| 14783 | 2024.08.16 04:41:37.815260 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 14784 | 2024.08.16 04:41:37.815704 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 238 rows starting from the beginning of the part | ||
| 14785 | 2024.08.16 04:41:37.815768 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14786 | 2024.08.16 04:41:37.816606 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14787 | 2024.08.16 04:41:37.816653 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14788 | 2024.08.16 04:41:37.817083 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14789 | 2024.08.16 04:41:37.817482 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14790 | 2024.08.16 04:41:37.817680 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00444 sec., 225.22522522522522 rows/sec., 15.18 KiB/sec. | ||
| 14791 | 2024.08.16 04:41:37.817900 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 14792 | 2024.08.16 04:41:37.817931 [ 3 ] {0a7e2b7d-0679-475a-a28f-abf09a64a3c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14793 | 2024.08.16 04:41:37.817964 [ 3 ] {} <Debug> HTTP-Session: 3c17a08f-da6c-4fe3-bf4e-9d35bb4ec2a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14794 | 2024.08.16 04:41:37.818141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 62804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14795 | 2024.08.16 04:41:37.818208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14796 | 2024.08.16 04:41:37.818232 [ 3 ] {} <Debug> HTTP-Session: d69eb94d-ad63-4c43-99e7-0553782e6a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14797 | 2024.08.16 04:41:37.818249 [ 3 ] {} <Debug> HTTP-Session: d69eb94d-ad63-4c43-99e7-0553782e6a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14798 | 2024.08.16 04:41:37.818264 [ 3 ] {} <Debug> HTTP-Session: d69eb94d-ad63-4c43-99e7-0553782e6a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14799 | 2024.08.16 04:41:37.818302 [ 3 ] {} <Trace> HTTP-Session: d69eb94d-ad63-4c43-99e7-0553782e6a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14800 | 2024.08.16 04:41:37.819177 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14801 | 2024.08.16 04:41:37.819244 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <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 | ||
| 14802 | 2024.08.16 04:41:37.819739 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14803 | 2024.08.16 04:41:37.820688 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14804 | 2024.08.16 04:41:37.820725 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14805 | 2024.08.16 04:41:37.821496 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14806 | 2024.08.16 04:41:37.821721 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23510 rows, containing 5 columns (5 merged, 0 gathered) in 0.009868819 sec., 2382250.601617073 rows/sec., 160.98 MiB/sec. | ||
| 14807 | 2024.08.16 04:41:37.822132 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14808 | 2024.08.16 04:41:37.822400 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003979 sec., 9801.457652676552 rows/sec., 17.56 MiB/sec. | ||
| 14809 | 2024.08.16 04:41:37.822430 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14810 | 2024.08.16 04:41:37.822943 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14811 | 2024.08.16 04:41:37.823025 [ 3 ] {80d2c886-40c3-4dc7-b4b0-efa0427dd50d} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 14812 | 2024.08.16 04:41:37.823089 [ 3 ] {} <Debug> HTTP-Session: d69eb94d-ad63-4c43-99e7-0553782e6a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14813 | 2024.08.16 04:41:37.823277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14814 | 2024.08.16 04:41:37.823359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14815 | 2024.08.16 04:41:37.823387 [ 3 ] {} <Debug> HTTP-Session: a8cc1af8-46fd-4c4f-af99-fc2b174016c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14816 | 2024.08.16 04:41:37.823406 [ 3 ] {} <Debug> HTTP-Session: a8cc1af8-46fd-4c4f-af99-fc2b174016c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14817 | 2024.08.16 04:41:37.823454 [ 3 ] {} <Debug> HTTP-Session: a8cc1af8-46fd-4c4f-af99-fc2b174016c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14818 | 2024.08.16 04:41:37.823483 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14819 | 2024.08.16 04:41:37.823508 [ 3 ] {} <Trace> HTTP-Session: a8cc1af8-46fd-4c4f-af99-fc2b174016c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14820 | 2024.08.16 04:41:37.823710 [ 189 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14821 | 2024.08.16 04:41:37.823710 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14822 | 2024.08.16 04:41:37.823813 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14823 | 2024.08.16 04:41:37.823913 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 14824 | 2024.08.16 04:41:37.824070 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14825 | 2024.08.16 04:41:37.824368 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14826 | 2024.08.16 04:41:37.824407 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14827 | 2024.08.16 04:41:37.824768 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 14828 | 2024.08.16 04:41:37.825114 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14829 | 2024.08.16 04:41:37.825275 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001622 sec., 3699.1368680641185 rows/sec., 243.84 KiB/sec. | ||
| 14830 | 2024.08.16 04:41:37.825483 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Debug> DynamicQueryHandler: Done processing query | ||
| 14831 | 2024.08.16 04:41:37.825508 [ 3 ] {4c511f8d-8885-4eeb-8c69-c8414d7f4645} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14832 | 2024.08.16 04:41:37.825524 [ 3 ] {} <Debug> HTTP-Session: a8cc1af8-46fd-4c4f-af99-fc2b174016c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14833 | 2024.08.16 04:41:37.825676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14834 | 2024.08.16 04:41:37.825725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14835 | 2024.08.16 04:41:37.825743 [ 3 ] {} <Debug> HTTP-Session: 215f0def-1003-4ceb-a77f-38d6680a7e95 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14836 | 2024.08.16 04:41:37.825759 [ 3 ] {} <Debug> HTTP-Session: 215f0def-1003-4ceb-a77f-38d6680a7e95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14837 | 2024.08.16 04:41:37.825773 [ 3 ] {} <Debug> HTTP-Session: 215f0def-1003-4ceb-a77f-38d6680a7e95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14838 | 2024.08.16 04:41:37.825804 [ 3 ] {} <Trace> HTTP-Session: 215f0def-1003-4ceb-a77f-38d6680a7e95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14839 | 2024.08.16 04:41:37.825927 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14840 | 2024.08.16 04:41:37.825970 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14841 | 2024.08.16 04:41:37.826101 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14842 | 2024.08.16 04:41:37.826442 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14843 | 2024.08.16 04:41:37.826478 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14844 | 2024.08.16 04:41:37.826842 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14845 | 2024.08.16 04:41:37.827168 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14846 | 2024.08.16 04:41:37.827323 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
| 14847 | 2024.08.16 04:41:37.827330 [ 26 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14848 | 2024.08.16 04:41:37.827417 [ 26 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14849 | 2024.08.16 04:41:37.827470 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.99 GiB. | ||
| 14850 | 2024.08.16 04:41:37.827631 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Debug> DynamicQueryHandler: Done processing query | ||
| 14851 | 2024.08.16 04:41:37.827686 [ 3 ] {9d070313-0d50-441b-9b52-0df70f0e0b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14852 | 2024.08.16 04:41:37.827693 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14853 | 2024.08.16 04:41:37.827709 [ 3 ] {} <Debug> HTTP-Session: 215f0def-1003-4ceb-a77f-38d6680a7e95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14854 | 2024.08.16 04:41:37.828054 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14855 | 2024.08.16 04:41:37.828116 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4846 rows starting from the beginning of the part | ||
| 14856 | 2024.08.16 04:41:37.828231 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
| 14857 | 2024.08.16 04:41:37.828463 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 14858 | 2024.08.16 04:41:37.828532 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part | ||
| 14859 | 2024.08.16 04:41:37.828679 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 14860 | 2024.08.16 04:41:37.828906 [ 190 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 14861 | 2024.08.16 04:41:37.830989 [ 196 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5212 rows, containing 4 columns (4 merged, 0 gathered) in 0.003430313 sec., 1519394.877377079 rows/sec., 99.00 MiB/sec. | ||
| 14862 | 2024.08.16 04:41:37.831381 [ 196 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14863 | 2024.08.16 04:41:37.831847 [ 196 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14864 | 2024.08.16 04:41:37.831944 [ 196 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_76_15} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14865 | 2024.08.16 04:41:37.832041 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 14866 | 2024.08.16 04:41:42.808623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14867 | 2024.08.16 04:41:42.808812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14868 | 2024.08.16 04:41:42.808856 [ 3 ] {} <Debug> HTTP-Session: e30868dd-4d6f-4906-a035-764e60c5f128 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14869 | 2024.08.16 04:41:42.808899 [ 3 ] {} <Debug> HTTP-Session: e30868dd-4d6f-4906-a035-764e60c5f128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14870 | 2024.08.16 04:41:42.808927 [ 3 ] {} <Debug> HTTP-Session: e30868dd-4d6f-4906-a035-764e60c5f128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14871 | 2024.08.16 04:41:42.809005 [ 3 ] {} <Trace> HTTP-Session: e30868dd-4d6f-4906-a035-764e60c5f128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14872 | 2024.08.16 04:41:42.809278 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14873 | 2024.08.16 04:41:42.809346 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14874 | 2024.08.16 04:41:42.809534 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14875 | 2024.08.16 04:41:42.809954 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14876 | 2024.08.16 04:41:42.809994 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 14877 | 2024.08.16 04:41:42.810366 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 14878 | 2024.08.16 04:41:42.810709 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14879 | 2024.08.16 04:41:42.810857 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001665 sec., 2402.4024024024025 rows/sec., 194.73 KiB/sec. | ||
| 14880 | 2024.08.16 04:41:42.810863 [ 96 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 14881 | 2024.08.16 04:41:42.810924 [ 96 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14882 | 2024.08.16 04:41:42.810959 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 14883 | 2024.08.16 04:41:42.811084 [ 188 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 14884 | 2024.08.16 04:41:42.811094 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Debug> DynamicQueryHandler: Done processing query | ||
| 14885 | 2024.08.16 04:41:42.811140 [ 3 ] {a9277c23-b300-49f7-8333-116912ced912} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14886 | 2024.08.16 04:41:42.811164 [ 3 ] {} <Debug> HTTP-Session: e30868dd-4d6f-4906-a035-764e60c5f128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14887 | 2024.08.16 04:41:42.811244 [ 188 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14888 | 2024.08.16 04:41:42.811281 [ 188 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 31 rows starting from the beginning of the part | ||
| 14889 | 2024.08.16 04:41:42.811364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14890 | 2024.08.16 04:41:42.811376 [ 188 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
| 14891 | 2024.08.16 04:41:42.811503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14892 | 2024.08.16 04:41:42.811672 [ 3 ] {} <Debug> HTTP-Session: 3083bdd9-cd02-47e9-b8d0-ad76fc7051e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14893 | 2024.08.16 04:41:42.811795 [ 3 ] {} <Debug> HTTP-Session: 3083bdd9-cd02-47e9-b8d0-ad76fc7051e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14894 | 2024.08.16 04:41:42.811910 [ 3 ] {} <Debug> HTTP-Session: 3083bdd9-cd02-47e9-b8d0-ad76fc7051e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14895 | 2024.08.16 04:41:42.811923 [ 188 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 35 rows starting from the beginning of the part | ||
| 14896 | 2024.08.16 04:41:42.812060 [ 3 ] {} <Trace> HTTP-Session: 3083bdd9-cd02-47e9-b8d0-ad76fc7051e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14897 | 2024.08.16 04:41:42.812147 [ 188 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
| 14898 | 2024.08.16 04:41:42.812319 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14899 | 2024.08.16 04:41:42.812403 [ 188 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 39 rows starting from the beginning of the part | ||
| 14900 | 2024.08.16 04:41:42.812471 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14901 | 2024.08.16 04:41:42.812697 [ 188 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
| 14902 | 2024.08.16 04:41:42.813111 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14903 | 2024.08.16 04:41:42.813747 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14904 | 2024.08.16 04:41:42.813796 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 14905 | 2024.08.16 04:41:42.814294 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 117 rows, containing 4 columns (4 merged, 0 gathered) in 0.003264249 sec., 35842.85389993227 rows/sec., 2.84 MiB/sec. | ||
| 14906 | 2024.08.16 04:41:42.814303 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 14907 | 2024.08.16 04:41:42.814529 [ 189 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 14908 | 2024.08.16 04:41:42.815108 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14909 | 2024.08.16 04:41:42.815420 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003211 sec., 1245.7178449081284 rows/sec., 101.58 KiB/sec. | ||
| 14910 | 2024.08.16 04:41:42.815577 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14911 | 2024.08.16 04:41:42.815949 [ 197 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_66_13} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 14912 | 2024.08.16 04:41:42.815979 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14913 | 2024.08.16 04:41:42.816056 [ 3 ] {06122347-d74c-4c25-8afd-17353ba8753b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14914 | 2024.08.16 04:41:42.816139 [ 3 ] {} <Debug> HTTP-Session: 3083bdd9-cd02-47e9-b8d0-ad76fc7051e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14915 | 2024.08.16 04:41:42.816300 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14916 | 2024.08.16 04:41:42.816517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 174866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14917 | 2024.08.16 04:41:42.816575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14918 | 2024.08.16 04:41:42.816595 [ 3 ] {} <Debug> HTTP-Session: abb71a72-c33d-431d-84c8-8156aa73a98b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14919 | 2024.08.16 04:41:42.816613 [ 3 ] {} <Debug> HTTP-Session: abb71a72-c33d-431d-84c8-8156aa73a98b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14920 | 2024.08.16 04:41:42.816626 [ 3 ] {} <Debug> HTTP-Session: abb71a72-c33d-431d-84c8-8156aa73a98b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14921 | 2024.08.16 04:41:42.816663 [ 3 ] {} <Trace> HTTP-Session: abb71a72-c33d-431d-84c8-8156aa73a98b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14922 | 2024.08.16 04:41:42.817124 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14923 | 2024.08.16 04:41:42.817172 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14924 | 2024.08.16 04:41:42.817324 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14925 | 2024.08.16 04:41:42.818413 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14926 | 2024.08.16 04:41:42.818450 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 14927 | 2024.08.16 04:41:42.818846 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14928 | 2024.08.16 04:41:42.819161 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14929 | 2024.08.16 04:41:42.819290 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Debug> executeQuery: Read 1210 rows, 101.74 KiB in 0.002482 sec., 487510.0725221596 rows/sec., 40.03 MiB/sec. | ||
| 14930 | 2024.08.16 04:41:42.819464 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 14931 | 2024.08.16 04:41:42.819489 [ 3 ] {cbbc17c7-ac29-4c4e-89a1-04414e99e6fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 14932 | 2024.08.16 04:41:42.819505 [ 3 ] {} <Debug> HTTP-Session: abb71a72-c33d-431d-84c8-8156aa73a98b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14933 | 2024.08.16 04:41:42.819730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14934 | 2024.08.16 04:41:42.819780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14935 | 2024.08.16 04:41:42.819800 [ 3 ] {} <Debug> HTTP-Session: a20e086c-78c6-4e4f-980a-b2c2aa9dd202 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14936 | 2024.08.16 04:41:42.819817 [ 3 ] {} <Debug> HTTP-Session: a20e086c-78c6-4e4f-980a-b2c2aa9dd202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14937 | 2024.08.16 04:41:42.819830 [ 3 ] {} <Debug> HTTP-Session: a20e086c-78c6-4e4f-980a-b2c2aa9dd202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14938 | 2024.08.16 04:41:42.819863 [ 3 ] {} <Trace> HTTP-Session: a20e086c-78c6-4e4f-980a-b2c2aa9dd202 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14939 | 2024.08.16 04:41:42.819958 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14940 | 2024.08.16 04:41:42.820001 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14941 | 2024.08.16 04:41:42.820128 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14942 | 2024.08.16 04:41:42.820434 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14943 | 2024.08.16 04:41:42.820470 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 14944 | 2024.08.16 04:41:42.820767 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 14945 | 2024.08.16 04:41:42.821074 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14946 | 2024.08.16 04:41:42.821204 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001272 sec., 3144.654088050315 rows/sec., 219.57 KiB/sec. | ||
| 14947 | 2024.08.16 04:41:42.821370 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Debug> DynamicQueryHandler: Done processing query | ||
| 14948 | 2024.08.16 04:41:42.821395 [ 3 ] {2ac46e40-9c53-422a-b21c-f36672cacbef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14949 | 2024.08.16 04:41:42.821412 [ 3 ] {} <Debug> HTTP-Session: a20e086c-78c6-4e4f-980a-b2c2aa9dd202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14950 | 2024.08.16 04:41:42.821565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14951 | 2024.08.16 04:41:42.821613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14952 | 2024.08.16 04:41:42.821631 [ 3 ] {} <Debug> HTTP-Session: a5f3483f-dd5f-4869-b410-8959f3fa98a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14953 | 2024.08.16 04:41:42.821648 [ 3 ] {} <Debug> HTTP-Session: a5f3483f-dd5f-4869-b410-8959f3fa98a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14954 | 2024.08.16 04:41:42.821662 [ 3 ] {} <Debug> HTTP-Session: a5f3483f-dd5f-4869-b410-8959f3fa98a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14955 | 2024.08.16 04:41:42.821692 [ 3 ] {} <Trace> HTTP-Session: a5f3483f-dd5f-4869-b410-8959f3fa98a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14956 | 2024.08.16 04:41:42.821890 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14957 | 2024.08.16 04:41:42.821932 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14958 | 2024.08.16 04:41:42.822054 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14959 | 2024.08.16 04:41:42.822490 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14960 | 2024.08.16 04:41:42.822526 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 14961 | 2024.08.16 04:41:42.822860 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14962 | 2024.08.16 04:41:42.823159 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14963 | 2024.08.16 04:41:42.823287 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001518 sec., 150197.62845849802 rows/sec., 10.17 MiB/sec. | ||
| 14964 | 2024.08.16 04:41:42.823453 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14965 | 2024.08.16 04:41:42.823478 [ 3 ] {b4a56bc0-06bf-445e-88f9-3a9c817f10c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 14966 | 2024.08.16 04:41:42.823494 [ 3 ] {} <Debug> HTTP-Session: a5f3483f-dd5f-4869-b410-8959f3fa98a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14967 | 2024.08.16 04:41:42.823735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 87196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14968 | 2024.08.16 04:41:42.823783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14969 | 2024.08.16 04:41:42.823802 [ 3 ] {} <Debug> HTTP-Session: 3f425117-dd1c-4285-953d-4337f1498dcf Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14970 | 2024.08.16 04:41:42.823818 [ 3 ] {} <Debug> HTTP-Session: 3f425117-dd1c-4285-953d-4337f1498dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14971 | 2024.08.16 04:41:42.823833 [ 3 ] {} <Debug> HTTP-Session: 3f425117-dd1c-4285-953d-4337f1498dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14972 | 2024.08.16 04:41:42.823863 [ 3 ] {} <Trace> HTTP-Session: 3f425117-dd1c-4285-953d-4337f1498dcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14973 | 2024.08.16 04:41:42.824207 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14974 | 2024.08.16 04:41:42.824254 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14975 | 2024.08.16 04:41:42.824377 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14976 | 2024.08.16 04:41:42.824995 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14977 | 2024.08.16 04:41:42.825032 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 14978 | 2024.08.16 04:41:42.825370 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14979 | 2024.08.16 04:41:42.825676 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14980 | 2024.08.16 04:41:42.825804 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Debug> executeQuery: Read 528 rows, 40.05 KiB in 0.001832 sec., 288209.60698689957 rows/sec., 21.35 MiB/sec. | ||
| 14981 | 2024.08.16 04:41:42.826047 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14982 | 2024.08.16 04:41:42.826103 [ 3 ] {745eca63-862e-43f0-a06a-2e24dfe7d45c} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 14983 | 2024.08.16 04:41:42.826160 [ 3 ] {} <Debug> HTTP-Session: 3f425117-dd1c-4285-953d-4337f1498dcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14984 | 2024.08.16 04:41:42.826465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160734, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14985 | 2024.08.16 04:41:42.826518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14986 | 2024.08.16 04:41:42.826537 [ 3 ] {} <Debug> HTTP-Session: c71304a6-ed61-4b6c-b736-8644699124e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 14987 | 2024.08.16 04:41:42.826554 [ 3 ] {} <Debug> HTTP-Session: c71304a6-ed61-4b6c-b736-8644699124e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14988 | 2024.08.16 04:41:42.826568 [ 3 ] {} <Debug> HTTP-Session: c71304a6-ed61-4b6c-b736-8644699124e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14989 | 2024.08.16 04:41:42.826601 [ 3 ] {} <Trace> HTTP-Session: c71304a6-ed61-4b6c-b736-8644699124e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14990 | 2024.08.16 04:41:42.827007 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14991 | 2024.08.16 04:41:42.827058 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14992 | 2024.08.16 04:41:42.827215 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14993 | 2024.08.16 04:41:42.828048 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14994 | 2024.08.16 04:41:42.828084 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 14995 | 2024.08.16 04:41:42.828522 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14996 | 2024.08.16 04:41:42.828862 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14997 | 2024.08.16 04:41:42.828990 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002239 sec., 377847.2532380527 rows/sec., 25.43 MiB/sec. | ||
| 14998 | 2024.08.16 04:41:42.829162 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14999 | 2024.08.16 04:41:42.829188 [ 3 ] {e3fdc683-6072-4450-8505-a4338510154a} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 15000 | 2024.08.16 04:41:42.829203 [ 3 ] {} <Debug> HTTP-Session: c71304a6-ed61-4b6c-b736-8644699124e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15001 | 2024.08.16 04:41:42.829615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15002 | 2024.08.16 04:41:42.829665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15003 | 2024.08.16 04:41:42.829683 [ 3 ] {} <Debug> HTTP-Session: 07f5f6fe-cb09-4000-91f5-92b110a24bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15004 | 2024.08.16 04:41:42.829699 [ 3 ] {} <Debug> HTTP-Session: 07f5f6fe-cb09-4000-91f5-92b110a24bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15005 | 2024.08.16 04:41:42.829713 [ 3 ] {} <Debug> HTTP-Session: 07f5f6fe-cb09-4000-91f5-92b110a24bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15006 | 2024.08.16 04:41:42.829744 [ 3 ] {} <Trace> HTTP-Session: 07f5f6fe-cb09-4000-91f5-92b110a24bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15007 | 2024.08.16 04:41:42.829864 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15008 | 2024.08.16 04:41:42.829928 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <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 | ||
| 15009 | 2024.08.16 04:41:42.830335 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15010 | 2024.08.16 04:41:42.830810 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15011 | 2024.08.16 04:41:42.830846 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15012 | 2024.08.16 04:41:42.831430 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 15013 | 2024.08.16 04:41:42.831841 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15014 | 2024.08.16 04:41:42.831979 [ 96 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 15015 | 2024.08.16 04:41:42.831993 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002178 sec., 1836.5472910927458 rows/sec., 3.29 MiB/sec. | ||
| 15016 | 2024.08.16 04:41:42.832023 [ 96 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15017 | 2024.08.16 04:41:42.832068 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15018 | 2024.08.16 04:41:42.832472 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 15019 | 2024.08.16 04:41:42.832619 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Debug> DynamicQueryHandler: Done processing query | ||
| 15020 | 2024.08.16 04:41:42.832707 [ 3 ] {3bb1122d-36cc-4c46-8087-7a0d2a278c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15021 | 2024.08.16 04:41:42.832774 [ 3 ] {} <Debug> HTTP-Session: 07f5f6fe-cb09-4000-91f5-92b110a24bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15022 | 2024.08.16 04:41:42.833069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15023 | 2024.08.16 04:41:42.833274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15024 | 2024.08.16 04:41:42.833373 [ 3 ] {} <Debug> HTTP-Session: 0b190789-70e1-459c-86ef-6fb890840659 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15025 | 2024.08.16 04:41:42.833463 [ 3 ] {} <Debug> HTTP-Session: 0b190789-70e1-459c-86ef-6fb890840659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15026 | 2024.08.16 04:41:42.833536 [ 3 ] {} <Debug> HTTP-Session: 0b190789-70e1-459c-86ef-6fb890840659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15027 | 2024.08.16 04:41:42.833677 [ 3 ] {} <Trace> HTTP-Session: 0b190789-70e1-459c-86ef-6fb890840659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15028 | 2024.08.16 04:41:42.834100 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15029 | 2024.08.16 04:41:42.834256 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15030 | 2024.08.16 04:41:42.834687 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15031 | 2024.08.16 04:41:42.834917 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 977 rows starting from the beginning of the part | ||
| 15032 | 2024.08.16 04:41:42.834942 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15033 | 2024.08.16 04:41:42.835584 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
| 15034 | 2024.08.16 04:41:42.836339 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15035 | 2024.08.16 04:41:42.836367 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 35 rows starting from the beginning of the part | ||
| 15036 | 2024.08.16 04:41:42.836409 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15037 | 2024.08.16 04:41:42.836979 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
| 15038 | 2024.08.16 04:41:42.837663 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 39 rows starting from the beginning of the part | ||
| 15039 | 2024.08.16 04:41:42.837837 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15040 | 2024.08.16 04:41:42.838162 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
| 15041 | 2024.08.16 04:41:42.839052 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15042 | 2024.08.16 04:41:42.839483 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005576 sec., 10760.401721664275 rows/sec., 742.58 KiB/sec. | ||
| 15043 | 2024.08.16 04:41:42.839814 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Debug> DynamicQueryHandler: Done processing query | ||
| 15044 | 2024.08.16 04:41:42.839867 [ 3 ] {1c23a9b6-eea9-4a3b-af71-5eb25ed85d77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15045 | 2024.08.16 04:41:42.839912 [ 3 ] {} <Debug> HTTP-Session: 0b190789-70e1-459c-86ef-6fb890840659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15046 | 2024.08.16 04:41:42.844446 [ 186 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1063 rows, containing 19 columns (19 merged, 0 gathered) in 0.012247706 sec., 86791.76329020307 rows/sec., 155.53 MiB/sec. | ||
| 15047 | 2024.08.16 04:41:42.845742 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 15048 | 2024.08.16 04:41:42.846438 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15049 | 2024.08.16 04:41:42.846533 [ 199 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 15050 | 2024.08.16 04:41:42.846700 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.27 MiB. | ||
| 15051 | 2024.08.16 04:41:47.784397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 5934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15052 | 2024.08.16 04:41:47.784534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15053 | 2024.08.16 04:41:47.784562 [ 3 ] {} <Debug> HTTP-Session: 9739a3c5-0699-4b46-a4d3-2e3d2c23245c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15054 | 2024.08.16 04:41:47.784590 [ 3 ] {} <Debug> HTTP-Session: 9739a3c5-0699-4b46-a4d3-2e3d2c23245c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15055 | 2024.08.16 04:41:47.784608 [ 3 ] {} <Debug> HTTP-Session: 9739a3c5-0699-4b46-a4d3-2e3d2c23245c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15056 | 2024.08.16 04:41:47.784665 [ 3 ] {} <Trace> HTTP-Session: 9739a3c5-0699-4b46-a4d3-2e3d2c23245c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15057 | 2024.08.16 04:41:47.784874 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15058 | 2024.08.16 04:41:47.784949 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15059 | 2024.08.16 04:41:47.785167 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15060 | 2024.08.16 04:41:47.785640 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15061 | 2024.08.16 04:41:47.785686 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15062 | 2024.08.16 04:41:47.786056 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 15063 | 2024.08.16 04:41:47.786410 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15064 | 2024.08.16 04:41:47.786590 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Debug> executeQuery: Read 41 rows, 3.32 KiB in 0.001785 sec., 22969.18767507003 rows/sec., 1.82 MiB/sec. | ||
| 15065 | 2024.08.16 04:41:47.786846 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Debug> DynamicQueryHandler: Done processing query | ||
| 15066 | 2024.08.16 04:41:47.786875 [ 3 ] {80a11726-b6ec-497a-81cb-7fe09b5ee973} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15067 | 2024.08.16 04:41:47.786891 [ 3 ] {} <Debug> HTTP-Session: 9739a3c5-0699-4b46-a4d3-2e3d2c23245c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15068 | 2024.08.16 04:41:47.787110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 46956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15069 | 2024.08.16 04:41:47.787166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15070 | 2024.08.16 04:41:47.787186 [ 3 ] {} <Debug> HTTP-Session: 62867ab4-ed62-4403-92fa-3722b7c8536c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15071 | 2024.08.16 04:41:47.787205 [ 3 ] {} <Debug> HTTP-Session: 62867ab4-ed62-4403-92fa-3722b7c8536c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15072 | 2024.08.16 04:41:47.787221 [ 3 ] {} <Debug> HTTP-Session: 62867ab4-ed62-4403-92fa-3722b7c8536c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15073 | 2024.08.16 04:41:47.787256 [ 3 ] {} <Trace> HTTP-Session: 62867ab4-ed62-4403-92fa-3722b7c8536c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15074 | 2024.08.16 04:41:47.787449 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15075 | 2024.08.16 04:41:47.787496 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15076 | 2024.08.16 04:41:47.787631 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15077 | 2024.08.16 04:41:47.788281 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15078 | 2024.08.16 04:41:47.788322 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15079 | 2024.08.16 04:41:47.788665 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15080 | 2024.08.16 04:41:47.788977 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15081 | 2024.08.16 04:41:47.789133 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Debug> executeQuery: Read 312 rows, 27.99 KiB in 0.001786 sec., 174692.04927211645 rows/sec., 15.30 MiB/sec. | ||
| 15082 | 2024.08.16 04:41:47.789353 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Debug> DynamicQueryHandler: Done processing query | ||
| 15083 | 2024.08.16 04:41:47.789379 [ 3 ] {ea525aa0-17ff-4df7-9416-325272c14fad} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15084 | 2024.08.16 04:41:47.789395 [ 3 ] {} <Debug> HTTP-Session: 62867ab4-ed62-4403-92fa-3722b7c8536c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15085 | 2024.08.16 04:41:47.789546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15086 | 2024.08.16 04:41:47.789596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15087 | 2024.08.16 04:41:47.789615 [ 3 ] {} <Debug> HTTP-Session: 52fafe43-ba61-4a13-827d-2e74cec988d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15088 | 2024.08.16 04:41:47.789633 [ 3 ] {} <Debug> HTTP-Session: 52fafe43-ba61-4a13-827d-2e74cec988d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15089 | 2024.08.16 04:41:47.789647 [ 3 ] {} <Debug> HTTP-Session: 52fafe43-ba61-4a13-827d-2e74cec988d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15090 | 2024.08.16 04:41:47.789681 [ 3 ] {} <Trace> HTTP-Session: 52fafe43-ba61-4a13-827d-2e74cec988d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15091 | 2024.08.16 04:41:47.789784 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15092 | 2024.08.16 04:41:47.789932 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15093 | 2024.08.16 04:41:47.790066 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15094 | 2024.08.16 04:41:47.790373 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15095 | 2024.08.16 04:41:47.790412 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15096 | 2024.08.16 04:41:47.790725 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15097 | 2024.08.16 04:41:47.791032 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15098 | 2024.08.16 04:41:47.791200 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001434 sec., 9762.900976290099 rows/sec., 683.73 KiB/sec. | ||
| 15099 | 2024.08.16 04:41:47.791383 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15100 | 2024.08.16 04:41:47.791408 [ 3 ] {a9780889-7e47-47bb-89c0-ead28a91eb3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15101 | 2024.08.16 04:41:47.791424 [ 3 ] {} <Debug> HTTP-Session: 52fafe43-ba61-4a13-827d-2e74cec988d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15102 | 2024.08.16 04:41:47.791543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15103 | 2024.08.16 04:41:47.791594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15104 | 2024.08.16 04:41:47.791614 [ 3 ] {} <Debug> HTTP-Session: fa4557b7-984c-4996-a3ab-0cfd67ac4a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15105 | 2024.08.16 04:41:47.791632 [ 3 ] {} <Debug> HTTP-Session: fa4557b7-984c-4996-a3ab-0cfd67ac4a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15106 | 2024.08.16 04:41:47.791646 [ 3 ] {} <Debug> HTTP-Session: fa4557b7-984c-4996-a3ab-0cfd67ac4a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15107 | 2024.08.16 04:41:47.791678 [ 3 ] {} <Trace> HTTP-Session: fa4557b7-984c-4996-a3ab-0cfd67ac4a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15108 | 2024.08.16 04:41:47.791777 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15109 | 2024.08.16 04:41:47.791820 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15110 | 2024.08.16 04:41:47.791953 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15111 | 2024.08.16 04:41:47.792268 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15112 | 2024.08.16 04:41:47.792305 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15113 | 2024.08.16 04:41:47.792612 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 15114 | 2024.08.16 04:41:47.792953 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15115 | 2024.08.16 04:41:47.793118 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 260.08 KiB/sec. | ||
| 15116 | 2024.08.16 04:41:47.793389 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15117 | 2024.08.16 04:41:47.793439 [ 3 ] {04114609-f944-421f-b818-1bacb42b1a4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15118 | 2024.08.16 04:41:47.793470 [ 3 ] {} <Debug> HTTP-Session: fa4557b7-984c-4996-a3ab-0cfd67ac4a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15119 | 2024.08.16 04:41:47.793659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 68738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15120 | 2024.08.16 04:41:47.793721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15121 | 2024.08.16 04:41:47.793746 [ 3 ] {} <Debug> HTTP-Session: 981c16cd-558b-4537-a08d-0b079dd60d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15122 | 2024.08.16 04:41:47.793769 [ 3 ] {} <Debug> HTTP-Session: 981c16cd-558b-4537-a08d-0b079dd60d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15123 | 2024.08.16 04:41:47.793788 [ 3 ] {} <Debug> HTTP-Session: 981c16cd-558b-4537-a08d-0b079dd60d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15124 | 2024.08.16 04:41:47.793829 [ 3 ] {} <Trace> HTTP-Session: 981c16cd-558b-4537-a08d-0b079dd60d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15125 | 2024.08.16 04:41:47.794124 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15126 | 2024.08.16 04:41:47.794179 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15127 | 2024.08.16 04:41:47.794367 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15128 | 2024.08.16 04:41:47.795141 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15129 | 2024.08.16 04:41:47.795186 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15130 | 2024.08.16 04:41:47.795618 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15131 | 2024.08.16 04:41:47.796023 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15132 | 2024.08.16 04:41:47.796227 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002261 sec., 187085.36045997345 rows/sec., 13.37 MiB/sec. | ||
| 15133 | 2024.08.16 04:41:47.796458 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 15134 | 2024.08.16 04:41:47.796507 [ 3 ] {9436de0e-b7da-4d48-8991-f32ec62b24c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15135 | 2024.08.16 04:41:47.796548 [ 3 ] {} <Debug> HTTP-Session: 981c16cd-558b-4537-a08d-0b079dd60d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15136 | 2024.08.16 04:41:47.796737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15137 | 2024.08.16 04:41:47.796798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15138 | 2024.08.16 04:41:47.796824 [ 3 ] {} <Debug> HTTP-Session: 6be0faef-a6e3-48d3-b5e9-4b9f41854cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15139 | 2024.08.16 04:41:47.796847 [ 3 ] {} <Debug> HTTP-Session: 6be0faef-a6e3-48d3-b5e9-4b9f41854cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15140 | 2024.08.16 04:41:47.796867 [ 3 ] {} <Debug> HTTP-Session: 6be0faef-a6e3-48d3-b5e9-4b9f41854cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15141 | 2024.08.16 04:41:47.796908 [ 3 ] {} <Trace> HTTP-Session: 6be0faef-a6e3-48d3-b5e9-4b9f41854cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15142 | 2024.08.16 04:41:47.797024 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15143 | 2024.08.16 04:41:47.797079 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15144 | 2024.08.16 04:41:47.797252 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15145 | 2024.08.16 04:41:47.797577 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15146 | 2024.08.16 04:41:47.797621 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15147 | 2024.08.16 04:41:47.798068 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 15148 | 2024.08.16 04:41:47.798492 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15149 | 2024.08.16 04:41:47.798674 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001676 sec., 3579.952267303103 rows/sec., 187.04 KiB/sec. | ||
| 15150 | 2024.08.16 04:41:47.798877 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15151 | 2024.08.16 04:41:47.798908 [ 3 ] {12b07936-b80f-491c-b05b-1c6e56bda5a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15152 | 2024.08.16 04:41:47.798930 [ 3 ] {} <Debug> HTTP-Session: 6be0faef-a6e3-48d3-b5e9-4b9f41854cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15153 | 2024.08.16 04:41:47.799100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15154 | 2024.08.16 04:41:47.799160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15155 | 2024.08.16 04:41:47.799186 [ 3 ] {} <Debug> HTTP-Session: 29b8d309-57b3-466f-bb39-65afdbf82298 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15156 | 2024.08.16 04:41:47.799209 [ 3 ] {} <Debug> HTTP-Session: 29b8d309-57b3-466f-bb39-65afdbf82298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15157 | 2024.08.16 04:41:47.799229 [ 3 ] {} <Debug> HTTP-Session: 29b8d309-57b3-466f-bb39-65afdbf82298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15158 | 2024.08.16 04:41:47.799269 [ 3 ] {} <Trace> HTTP-Session: 29b8d309-57b3-466f-bb39-65afdbf82298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15159 | 2024.08.16 04:41:47.799569 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15160 | 2024.08.16 04:41:47.799626 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15161 | 2024.08.16 04:41:47.799817 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15162 | 2024.08.16 04:41:47.800274 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15163 | 2024.08.16 04:41:47.800311 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15164 | 2024.08.16 04:41:47.800698 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15165 | 2024.08.16 04:41:47.801058 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15166 | 2024.08.16 04:41:47.801227 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001859 sec., 127487.89671866596 rows/sec., 8.55 MiB/sec. | ||
| 15167 | 2024.08.16 04:41:47.801505 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 15168 | 2024.08.16 04:41:47.801559 [ 3 ] {4cb57ef0-d173-42fc-9750-16be4c0486fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15169 | 2024.08.16 04:41:47.801618 [ 3 ] {} <Debug> HTTP-Session: 29b8d309-57b3-466f-bb39-65afdbf82298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15170 | 2024.08.16 04:41:47.801819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15171 | 2024.08.16 04:41:47.801871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15172 | 2024.08.16 04:41:47.801890 [ 3 ] {} <Debug> HTTP-Session: 9f60434e-04f0-4371-b6d0-b661fda99202 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15173 | 2024.08.16 04:41:47.801907 [ 3 ] {} <Debug> HTTP-Session: 9f60434e-04f0-4371-b6d0-b661fda99202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15174 | 2024.08.16 04:41:47.801921 [ 3 ] {} <Debug> HTTP-Session: 9f60434e-04f0-4371-b6d0-b661fda99202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15175 | 2024.08.16 04:41:47.801953 [ 3 ] {} <Trace> HTTP-Session: 9f60434e-04f0-4371-b6d0-b661fda99202 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15176 | 2024.08.16 04:41:47.802052 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15177 | 2024.08.16 04:41:47.802099 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15178 | 2024.08.16 04:41:47.802246 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15179 | 2024.08.16 04:41:47.802520 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15180 | 2024.08.16 04:41:47.802558 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15181 | 2024.08.16 04:41:47.802909 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 15182 | 2024.08.16 04:41:47.803249 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15183 | 2024.08.16 04:41:47.803441 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 15184 | 2024.08.16 04:41:47.803639 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 15185 | 2024.08.16 04:41:47.803670 [ 3 ] {3913c1f0-2f39-467c-b0cb-dfd240de14eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15186 | 2024.08.16 04:41:47.803690 [ 3 ] {} <Debug> HTTP-Session: 9f60434e-04f0-4371-b6d0-b661fda99202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15187 | 2024.08.16 04:41:47.803865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 66083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15188 | 2024.08.16 04:41:47.803925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15189 | 2024.08.16 04:41:47.803949 [ 3 ] {} <Debug> HTTP-Session: c905b215-734a-47e4-a631-2bfc93e3ee80 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15190 | 2024.08.16 04:41:47.803970 [ 3 ] {} <Debug> HTTP-Session: c905b215-734a-47e4-a631-2bfc93e3ee80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15191 | 2024.08.16 04:41:47.803987 [ 3 ] {} <Debug> HTTP-Session: c905b215-734a-47e4-a631-2bfc93e3ee80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15192 | 2024.08.16 04:41:47.804025 [ 3 ] {} <Trace> HTTP-Session: c905b215-734a-47e4-a631-2bfc93e3ee80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15193 | 2024.08.16 04:41:47.804505 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15194 | 2024.08.16 04:41:47.804602 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <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 | ||
| 15195 | 2024.08.16 04:41:47.805234 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15196 | 2024.08.16 04:41:47.806002 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15197 | 2024.08.16 04:41:47.806040 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15198 | 2024.08.16 04:41:47.806687 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 15199 | 2024.08.16 04:41:47.807101 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15200 | 2024.08.16 04:41:47.807278 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003134 sec., 13082.322910019144 rows/sec., 23.44 MiB/sec. | ||
| 15201 | 2024.08.16 04:41:47.807504 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Debug> DynamicQueryHandler: Done processing query | ||
| 15202 | 2024.08.16 04:41:47.807529 [ 3 ] {6445ee30-696a-4495-a7d5-e12fdecf3402} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 15203 | 2024.08.16 04:41:47.807545 [ 3 ] {} <Debug> HTTP-Session: c905b215-734a-47e4-a631-2bfc93e3ee80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15204 | 2024.08.16 04:41:47.807683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15205 | 2024.08.16 04:41:47.807731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15206 | 2024.08.16 04:41:47.807751 [ 3 ] {} <Debug> HTTP-Session: 44198b82-51a5-4a91-9d12-5b48bb8b7a73 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15207 | 2024.08.16 04:41:47.807767 [ 3 ] {} <Debug> HTTP-Session: 44198b82-51a5-4a91-9d12-5b48bb8b7a73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15208 | 2024.08.16 04:41:47.807781 [ 3 ] {} <Debug> HTTP-Session: 44198b82-51a5-4a91-9d12-5b48bb8b7a73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15209 | 2024.08.16 04:41:47.807812 [ 3 ] {} <Trace> HTTP-Session: 44198b82-51a5-4a91-9d12-5b48bb8b7a73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15210 | 2024.08.16 04:41:47.807928 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15211 | 2024.08.16 04:41:47.807971 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15212 | 2024.08.16 04:41:47.808098 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15213 | 2024.08.16 04:41:47.808417 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15214 | 2024.08.16 04:41:47.808453 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15215 | 2024.08.16 04:41:47.808803 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15216 | 2024.08.16 04:41:47.809112 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15217 | 2024.08.16 04:41:47.809269 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001377 sec., 59549.74582425563 rows/sec., 3.78 MiB/sec. | ||
| 15218 | 2024.08.16 04:41:47.809511 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Debug> DynamicQueryHandler: Done processing query | ||
| 15219 | 2024.08.16 04:41:47.809572 [ 3 ] {243dc7c1-8f13-4c0c-9523-c6a48c84d770} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15220 | 2024.08.16 04:41:47.809631 [ 3 ] {} <Debug> HTTP-Session: 44198b82-51a5-4a91-9d12-5b48bb8b7a73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15221 | 2024.08.16 04:41:49.669169 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15222 | 2024.08.16 04:41:49.669233 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15223 | 2024.08.16 04:41:52.769850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15224 | 2024.08.16 04:41:52.769961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15225 | 2024.08.16 04:41:52.769988 [ 3 ] {} <Debug> HTTP-Session: 2ce4fe9a-94aa-4284-83b6-971cdf4ae57f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15226 | 2024.08.16 04:41:52.770014 [ 3 ] {} <Debug> HTTP-Session: 2ce4fe9a-94aa-4284-83b6-971cdf4ae57f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15227 | 2024.08.16 04:41:52.770032 [ 3 ] {} <Debug> HTTP-Session: 2ce4fe9a-94aa-4284-83b6-971cdf4ae57f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15228 | 2024.08.16 04:41:52.770082 [ 3 ] {} <Trace> HTTP-Session: 2ce4fe9a-94aa-4284-83b6-971cdf4ae57f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15229 | 2024.08.16 04:41:52.770329 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 15230 | 2024.08.16 04:41:52.770735 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 15231 | 2024.08.16 04:41:52.770788 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 15232 | 2024.08.16 04:41:52.771155 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 15233 | 2024.08.16 04:41:52.771237 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 15234 | 2024.08.16 04:41:52.771407 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 15235 | 2024.08.16 04:41:52.771549 [ 255 ] {b1e24339-89dc-449b-97af-09add926bea5} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 15236 | 2024.08.16 04:41:52.771549 [ 262 ] {b1e24339-89dc-449b-97af-09add926bea5} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 15237 | 2024.08.16 04:41:52.771699 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Debug> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 15238 | 2024.08.16 04:41:52.771731 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 15239 | 2024.08.16 04:41:52.771787 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 15240 | 2024.08.16 04:41:52.771816 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 15241 | 2024.08.16 04:41:52.772981 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002765 sec., 14466.546112115731 rows/sec., 551.68 KiB/sec. | ||
| 15242 | 2024.08.16 04:41:52.773309 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15243 | 2024.08.16 04:41:52.773338 [ 3 ] {b1e24339-89dc-449b-97af-09add926bea5} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 15244 | 2024.08.16 04:41:52.773355 [ 3 ] {} <Debug> HTTP-Session: 2ce4fe9a-94aa-4284-83b6-971cdf4ae57f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15245 | 2024.08.16 04:41:52.782005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15246 | 2024.08.16 04:41:52.782108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15247 | 2024.08.16 04:41:52.782148 [ 3 ] {} <Debug> HTTP-Session: da9278d6-de67-4f0c-911a-3b1c7ed1de2a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15248 | 2024.08.16 04:41:52.782183 [ 3 ] {} <Debug> HTTP-Session: da9278d6-de67-4f0c-911a-3b1c7ed1de2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15249 | 2024.08.16 04:41:52.782212 [ 3 ] {} <Debug> HTTP-Session: da9278d6-de67-4f0c-911a-3b1c7ed1de2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15250 | 2024.08.16 04:41:52.782279 [ 3 ] {} <Trace> HTTP-Session: da9278d6-de67-4f0c-911a-3b1c7ed1de2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15251 | 2024.08.16 04:41:52.782499 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 15252 | 2024.08.16 04:41:52.782584 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 15253 | 2024.08.16 04:41:52.782754 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15254 | 2024.08.16 04:41:52.783100 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15255 | 2024.08.16 04:41:52.783140 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15256 | 2024.08.16 04:41:52.783627 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 15257 | 2024.08.16 04:41:52.783944 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Trace> oximeter.timeseries_schema (b97f14c2-ffa0-4850-a598-46860733e9d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15258 | 2024.08.16 04:41:52.784105 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001681 sec., 594.883997620464 rows/sec., 165.57 KiB/sec. | ||
| 15259 | 2024.08.16 04:41:52.784334 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15260 | 2024.08.16 04:41:52.784360 [ 3 ] {49a72c17-bef7-409a-9f7d-f042f4269fe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15261 | 2024.08.16 04:41:52.784375 [ 3 ] {} <Debug> HTTP-Session: da9278d6-de67-4f0c-911a-3b1c7ed1de2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15262 | 2024.08.16 04:41:52.784487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15263 | 2024.08.16 04:41:52.784540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15264 | 2024.08.16 04:41:52.784559 [ 3 ] {} <Debug> HTTP-Session: 24677ea9-13e1-4840-94c9-7d03cc4aeac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15265 | 2024.08.16 04:41:52.784577 [ 3 ] {} <Debug> HTTP-Session: 24677ea9-13e1-4840-94c9-7d03cc4aeac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15266 | 2024.08.16 04:41:52.784590 [ 3 ] {} <Debug> HTTP-Session: 24677ea9-13e1-4840-94c9-7d03cc4aeac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15267 | 2024.08.16 04:41:52.784624 [ 3 ] {} <Trace> HTTP-Session: 24677ea9-13e1-4840-94c9-7d03cc4aeac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15268 | 2024.08.16 04:41:52.784722 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15269 | 2024.08.16 04:41:52.784766 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15270 | 2024.08.16 04:41:52.784898 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15271 | 2024.08.16 04:41:52.785200 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15272 | 2024.08.16 04:41:52.785237 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15273 | 2024.08.16 04:41:52.785554 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15274 | 2024.08.16 04:41:52.785855 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15275 | 2024.08.16 04:41:52.786007 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001312 sec., 3048.780487804878 rows/sec., 247.12 KiB/sec. | ||
| 15276 | 2024.08.16 04:41:52.786183 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Debug> DynamicQueryHandler: Done processing query | ||
| 15277 | 2024.08.16 04:41:52.786207 [ 3 ] {5545a531-6b74-45db-a316-73c0967f3091} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15278 | 2024.08.16 04:41:52.786223 [ 3 ] {} <Debug> HTTP-Session: 24677ea9-13e1-4840-94c9-7d03cc4aeac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15279 | 2024.08.16 04:41:52.786372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15280 | 2024.08.16 04:41:52.786422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15281 | 2024.08.16 04:41:52.786441 [ 3 ] {} <Debug> HTTP-Session: 4814e3b4-50c2-4c5b-9e26-dd3bd5e35086 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15282 | 2024.08.16 04:41:52.786457 [ 3 ] {} <Debug> HTTP-Session: 4814e3b4-50c2-4c5b-9e26-dd3bd5e35086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15283 | 2024.08.16 04:41:52.786471 [ 3 ] {} <Debug> HTTP-Session: 4814e3b4-50c2-4c5b-9e26-dd3bd5e35086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15284 | 2024.08.16 04:41:52.786502 [ 3 ] {} <Trace> HTTP-Session: 4814e3b4-50c2-4c5b-9e26-dd3bd5e35086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15285 | 2024.08.16 04:41:52.786594 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15286 | 2024.08.16 04:41:52.786637 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15287 | 2024.08.16 04:41:52.786763 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15288 | 2024.08.16 04:41:52.787040 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15289 | 2024.08.16 04:41:52.787076 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15290 | 2024.08.16 04:41:52.787367 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 15291 | 2024.08.16 04:41:52.787662 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15292 | 2024.08.16 04:41:52.787790 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001217 sec., 1643.3853738701725 rows/sec., 121.97 KiB/sec. | ||
| 15293 | 2024.08.16 04:41:52.787981 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Debug> DynamicQueryHandler: Done processing query | ||
| 15294 | 2024.08.16 04:41:52.788006 [ 3 ] {a632715c-dedb-4031-9a8f-2787c7508999} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15295 | 2024.08.16 04:41:52.788022 [ 3 ] {} <Debug> HTTP-Session: 4814e3b4-50c2-4c5b-9e26-dd3bd5e35086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15296 | 2024.08.16 04:41:52.788144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 10142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15297 | 2024.08.16 04:41:52.788193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15298 | 2024.08.16 04:41:52.788212 [ 3 ] {} <Debug> HTTP-Session: ac2f4a10-140f-4547-b488-9afda851c909 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15299 | 2024.08.16 04:41:52.788229 [ 3 ] {} <Debug> HTTP-Session: ac2f4a10-140f-4547-b488-9afda851c909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15300 | 2024.08.16 04:41:52.788243 [ 3 ] {} <Debug> HTTP-Session: ac2f4a10-140f-4547-b488-9afda851c909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15301 | 2024.08.16 04:41:52.788274 [ 3 ] {} <Trace> HTTP-Session: ac2f4a10-140f-4547-b488-9afda851c909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15302 | 2024.08.16 04:41:52.788388 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15303 | 2024.08.16 04:41:52.788430 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15304 | 2024.08.16 04:41:52.788559 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15305 | 2024.08.16 04:41:52.788887 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15306 | 2024.08.16 04:41:52.788923 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15307 | 2024.08.16 04:41:52.789238 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15308 | 2024.08.16 04:41:52.789535 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15309 | 2024.08.16 04:41:52.789679 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Debug> executeQuery: Read 72 rows, 5.75 KiB in 0.001329 sec., 54176.07223476298 rows/sec., 4.22 MiB/sec. | ||
| 15310 | 2024.08.16 04:41:52.789850 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15311 | 2024.08.16 04:41:52.789875 [ 3 ] {31e12072-5a4d-4ff1-ae38-79df6bb9c73a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15312 | 2024.08.16 04:41:52.789890 [ 3 ] {} <Debug> HTTP-Session: ac2f4a10-140f-4547-b488-9afda851c909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15313 | 2024.08.16 04:41:52.790017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15314 | 2024.08.16 04:41:52.790066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15315 | 2024.08.16 04:41:52.790085 [ 3 ] {} <Debug> HTTP-Session: 55f62630-3cfe-48f1-822a-c097fa1e33ae Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15316 | 2024.08.16 04:41:52.790102 [ 3 ] {} <Debug> HTTP-Session: 55f62630-3cfe-48f1-822a-c097fa1e33ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15317 | 2024.08.16 04:41:52.790116 [ 3 ] {} <Debug> HTTP-Session: 55f62630-3cfe-48f1-822a-c097fa1e33ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15318 | 2024.08.16 04:41:52.790146 [ 3 ] {} <Trace> HTTP-Session: 55f62630-3cfe-48f1-822a-c097fa1e33ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15319 | 2024.08.16 04:41:52.790241 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15320 | 2024.08.16 04:41:52.790283 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15321 | 2024.08.16 04:41:52.790408 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15322 | 2024.08.16 04:41:52.790673 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15323 | 2024.08.16 04:41:52.790710 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15324 | 2024.08.16 04:41:52.791008 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 15325 | 2024.08.16 04:41:52.791318 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15326 | 2024.08.16 04:41:52.791472 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.00125 sec., 1600 rows/sec., 100.00 KiB/sec. | ||
| 15327 | 2024.08.16 04:41:52.791640 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15328 | 2024.08.16 04:41:52.791667 [ 3 ] {5f4f87ec-c23e-4476-b33f-c304195dc37e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15329 | 2024.08.16 04:41:52.791684 [ 3 ] {} <Debug> HTTP-Session: 55f62630-3cfe-48f1-822a-c097fa1e33ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15330 | 2024.08.16 04:41:52.791814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 13789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15331 | 2024.08.16 04:41:52.791862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15332 | 2024.08.16 04:41:52.791884 [ 3 ] {} <Debug> HTTP-Session: 7cc3742e-e6e4-4e0a-9dac-72a96bc5292f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15333 | 2024.08.16 04:41:52.791901 [ 3 ] {} <Debug> HTTP-Session: 7cc3742e-e6e4-4e0a-9dac-72a96bc5292f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15334 | 2024.08.16 04:41:52.791916 [ 3 ] {} <Debug> HTTP-Session: 7cc3742e-e6e4-4e0a-9dac-72a96bc5292f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15335 | 2024.08.16 04:41:52.791947 [ 3 ] {} <Trace> HTTP-Session: 7cc3742e-e6e4-4e0a-9dac-72a96bc5292f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15336 | 2024.08.16 04:41:52.792069 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15337 | 2024.08.16 04:41:52.792111 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15338 | 2024.08.16 04:41:52.792234 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15339 | 2024.08.16 04:41:52.792602 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15340 | 2024.08.16 04:41:52.792644 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15341 | 2024.08.16 04:41:52.793123 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15342 | 2024.08.16 04:41:52.793435 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15343 | 2024.08.16 04:41:52.793586 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Debug> executeQuery: Read 82 rows, 6.42 KiB in 0.001556 sec., 52699.22879177378 rows/sec., 4.03 MiB/sec. | ||
| 15344 | 2024.08.16 04:41:52.793750 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15345 | 2024.08.16 04:41:52.793775 [ 3 ] {91cb2a10-f204-4795-bf89-6e78d44d60b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15346 | 2024.08.16 04:41:52.793791 [ 3 ] {} <Debug> HTTP-Session: 7cc3742e-e6e4-4e0a-9dac-72a96bc5292f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15347 | 2024.08.16 04:41:52.793944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15348 | 2024.08.16 04:41:52.793993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15349 | 2024.08.16 04:41:52.794011 [ 3 ] {} <Debug> HTTP-Session: 17ef61ae-6852-4408-ac1c-8231bd2fc5d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15350 | 2024.08.16 04:41:52.794029 [ 3 ] {} <Debug> HTTP-Session: 17ef61ae-6852-4408-ac1c-8231bd2fc5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15351 | 2024.08.16 04:41:52.794043 [ 3 ] {} <Debug> HTTP-Session: 17ef61ae-6852-4408-ac1c-8231bd2fc5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15352 | 2024.08.16 04:41:52.794073 [ 3 ] {} <Trace> HTTP-Session: 17ef61ae-6852-4408-ac1c-8231bd2fc5d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15353 | 2024.08.16 04:41:52.794216 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15354 | 2024.08.16 04:41:52.794262 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15355 | 2024.08.16 04:41:52.794405 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15356 | 2024.08.16 04:41:52.794828 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15357 | 2024.08.16 04:41:52.794865 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15358 | 2024.08.16 04:41:52.795248 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15359 | 2024.08.16 04:41:52.795581 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15360 | 2024.08.16 04:41:52.795734 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001576 sec., 102791.87817258884 rows/sec., 7.15 MiB/sec. | ||
| 15361 | 2024.08.16 04:41:52.795919 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 15362 | 2024.08.16 04:41:52.795957 [ 3 ] {a2416724-8567-4621-8097-de3c162899cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15363 | 2024.08.16 04:41:52.795989 [ 3 ] {} <Debug> HTTP-Session: 17ef61ae-6852-4408-ac1c-8231bd2fc5d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15364 | 2024.08.16 04:41:52.796131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15365 | 2024.08.16 04:41:52.796179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15366 | 2024.08.16 04:41:52.796200 [ 3 ] {} <Debug> HTTP-Session: 870ae296-3ad1-43e2-b3f6-8beef35536c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15367 | 2024.08.16 04:41:52.796216 [ 3 ] {} <Debug> HTTP-Session: 870ae296-3ad1-43e2-b3f6-8beef35536c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15368 | 2024.08.16 04:41:52.796231 [ 3 ] {} <Debug> HTTP-Session: 870ae296-3ad1-43e2-b3f6-8beef35536c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15369 | 2024.08.16 04:41:52.796262 [ 3 ] {} <Trace> HTTP-Session: 870ae296-3ad1-43e2-b3f6-8beef35536c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15370 | 2024.08.16 04:41:52.796410 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15371 | 2024.08.16 04:41:52.796473 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <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 | ||
| 15372 | 2024.08.16 04:41:52.796887 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15373 | 2024.08.16 04:41:52.797398 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15374 | 2024.08.16 04:41:52.797434 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15375 | 2024.08.16 04:41:52.798014 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15376 | 2024.08.16 04:41:52.798427 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15377 | 2024.08.16 04:41:52.798621 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002284 sec., 1751.3134851138354 rows/sec., 3.14 MiB/sec. | ||
| 15378 | 2024.08.16 04:41:52.798950 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15379 | 2024.08.16 04:41:52.798982 [ 3 ] {472e937f-3d98-42b4-a218-67e7d9920d4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15380 | 2024.08.16 04:41:52.799001 [ 3 ] {} <Debug> HTTP-Session: 870ae296-3ad1-43e2-b3f6-8beef35536c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15381 | 2024.08.16 04:41:52.799118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15382 | 2024.08.16 04:41:52.799167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15383 | 2024.08.16 04:41:52.799191 [ 3 ] {} <Debug> HTTP-Session: 3d77d208-ece3-4644-a8ad-6cf5d7727519 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15384 | 2024.08.16 04:41:52.799208 [ 3 ] {} <Debug> HTTP-Session: 3d77d208-ece3-4644-a8ad-6cf5d7727519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15385 | 2024.08.16 04:41:52.799223 [ 3 ] {} <Debug> HTTP-Session: 3d77d208-ece3-4644-a8ad-6cf5d7727519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15386 | 2024.08.16 04:41:52.799253 [ 3 ] {} <Trace> HTTP-Session: 3d77d208-ece3-4644-a8ad-6cf5d7727519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15387 | 2024.08.16 04:41:52.799370 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15388 | 2024.08.16 04:41:52.799412 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15389 | 2024.08.16 04:41:52.799541 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15390 | 2024.08.16 04:41:52.799829 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15391 | 2024.08.16 04:41:52.799865 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 15392 | 2024.08.16 04:41:52.800211 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15393 | 2024.08.16 04:41:52.800533 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15394 | 2024.08.16 04:41:52.800691 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 15395 | 2024.08.16 04:41:52.800855 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Debug> DynamicQueryHandler: Done processing query | ||
| 15396 | 2024.08.16 04:41:52.800880 [ 3 ] {5ad27f34-2fdd-4737-a124-842ae1e79695} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15397 | 2024.08.16 04:41:52.800896 [ 3 ] {} <Debug> HTTP-Session: 3d77d208-ece3-4644-a8ad-6cf5d7727519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15398 | 2024.08.16 04:41:57.784334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15399 | 2024.08.16 04:41:57.784455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15400 | 2024.08.16 04:41:57.784479 [ 3 ] {} <Debug> HTTP-Session: 85ed6d6e-764e-4b97-a96c-88d467e6650b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15401 | 2024.08.16 04:41:57.784504 [ 3 ] {} <Debug> HTTP-Session: 85ed6d6e-764e-4b97-a96c-88d467e6650b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15402 | 2024.08.16 04:41:57.784519 [ 3 ] {} <Debug> HTTP-Session: 85ed6d6e-764e-4b97-a96c-88d467e6650b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15403 | 2024.08.16 04:41:57.784567 [ 3 ] {} <Trace> HTTP-Session: 85ed6d6e-764e-4b97-a96c-88d467e6650b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15404 | 2024.08.16 04:41:57.784749 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15405 | 2024.08.16 04:41:57.784814 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15406 | 2024.08.16 04:41:57.785004 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15407 | 2024.08.16 04:41:57.785466 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15408 | 2024.08.16 04:41:57.785510 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15409 | 2024.08.16 04:41:57.785876 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15410 | 2024.08.16 04:41:57.786219 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15411 | 2024.08.16 04:41:57.786388 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Debug> executeQuery: Read 44 rows, 3.57 KiB in 0.001697 sec., 25928.10842663524 rows/sec., 2.05 MiB/sec. | ||
| 15412 | 2024.08.16 04:41:57.786604 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15413 | 2024.08.16 04:41:57.786632 [ 3 ] {176aab6a-c076-437f-91a3-814b4497152b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15414 | 2024.08.16 04:41:57.786648 [ 3 ] {} <Debug> HTTP-Session: 85ed6d6e-764e-4b97-a96c-88d467e6650b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15415 | 2024.08.16 04:41:57.786805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15416 | 2024.08.16 04:41:57.786863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15417 | 2024.08.16 04:41:57.786882 [ 3 ] {} <Debug> HTTP-Session: 3e8cdfc2-3d98-4973-8b08-4c05ca4b1774 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15418 | 2024.08.16 04:41:57.786904 [ 3 ] {} <Debug> HTTP-Session: 3e8cdfc2-3d98-4973-8b08-4c05ca4b1774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15419 | 2024.08.16 04:41:57.786919 [ 3 ] {} <Debug> HTTP-Session: 3e8cdfc2-3d98-4973-8b08-4c05ca4b1774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15420 | 2024.08.16 04:41:57.786954 [ 3 ] {} <Trace> HTTP-Session: 3e8cdfc2-3d98-4973-8b08-4c05ca4b1774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15421 | 2024.08.16 04:41:57.787056 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15422 | 2024.08.16 04:41:57.787101 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15423 | 2024.08.16 04:41:57.787236 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15424 | 2024.08.16 04:41:57.787539 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15425 | 2024.08.16 04:41:57.787577 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15426 | 2024.08.16 04:41:57.787881 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15427 | 2024.08.16 04:41:57.788180 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15428 | 2024.08.16 04:41:57.788316 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001287 sec., 2331.002331002331 rows/sec., 184.39 KiB/sec. | ||
| 15429 | 2024.08.16 04:41:57.788513 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 15430 | 2024.08.16 04:41:57.788538 [ 3 ] {b2f01a53-9146-4a46-8ee7-95951df813a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15431 | 2024.08.16 04:41:57.788554 [ 3 ] {} <Debug> HTTP-Session: 3e8cdfc2-3d98-4973-8b08-4c05ca4b1774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15432 | 2024.08.16 04:41:57.788731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 48721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15433 | 2024.08.16 04:41:57.788784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15434 | 2024.08.16 04:41:57.788803 [ 3 ] {} <Debug> HTTP-Session: 987ba815-cc3c-44f1-a34e-34c732fb83fa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15435 | 2024.08.16 04:41:57.788820 [ 3 ] {} <Debug> HTTP-Session: 987ba815-cc3c-44f1-a34e-34c732fb83fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15436 | 2024.08.16 04:41:57.788835 [ 3 ] {} <Debug> HTTP-Session: 987ba815-cc3c-44f1-a34e-34c732fb83fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15437 | 2024.08.16 04:41:57.788867 [ 3 ] {} <Trace> HTTP-Session: 987ba815-cc3c-44f1-a34e-34c732fb83fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15438 | 2024.08.16 04:41:57.789060 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15439 | 2024.08.16 04:41:57.789104 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15440 | 2024.08.16 04:41:57.789240 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15441 | 2024.08.16 04:41:57.789744 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15442 | 2024.08.16 04:41:57.789782 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15443 | 2024.08.16 04:41:57.790109 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15444 | 2024.08.16 04:41:57.790415 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15445 | 2024.08.16 04:41:57.790571 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Debug> executeQuery: Read 324 rows, 29.03 KiB in 0.001612 sec., 200992.55583126552 rows/sec., 17.58 MiB/sec. | ||
| 15446 | 2024.08.16 04:41:57.790747 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Debug> DynamicQueryHandler: Done processing query | ||
| 15447 | 2024.08.16 04:41:57.790772 [ 3 ] {548b5fbe-694b-425a-ba08-c854e9e36638} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15448 | 2024.08.16 04:41:57.790788 [ 3 ] {} <Debug> HTTP-Session: 987ba815-cc3c-44f1-a34e-34c732fb83fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15449 | 2024.08.16 04:41:57.790971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15450 | 2024.08.16 04:41:57.791021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15451 | 2024.08.16 04:41:57.791041 [ 3 ] {} <Debug> HTTP-Session: 798f45a3-7931-4bf7-a619-fb47381fd957 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15452 | 2024.08.16 04:41:57.791058 [ 3 ] {} <Debug> HTTP-Session: 798f45a3-7931-4bf7-a619-fb47381fd957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15453 | 2024.08.16 04:41:57.791073 [ 3 ] {} <Debug> HTTP-Session: 798f45a3-7931-4bf7-a619-fb47381fd957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15454 | 2024.08.16 04:41:57.791104 [ 3 ] {} <Trace> HTTP-Session: 798f45a3-7931-4bf7-a619-fb47381fd957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15455 | 2024.08.16 04:41:57.791199 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15456 | 2024.08.16 04:41:57.791242 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15457 | 2024.08.16 04:41:57.791368 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15458 | 2024.08.16 04:41:57.791638 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15459 | 2024.08.16 04:41:57.791676 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15460 | 2024.08.16 04:41:57.791975 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15461 | 2024.08.16 04:41:57.792283 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15462 | 2024.08.16 04:41:57.792450 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Debug> executeQuery: Read 3 rows, 207.00 B in 0.001265 sec., 2371.5415019762845 rows/sec., 159.80 KiB/sec. | ||
| 15463 | 2024.08.16 04:41:57.792654 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Debug> DynamicQueryHandler: Done processing query | ||
| 15464 | 2024.08.16 04:41:57.792681 [ 3 ] {c1736fc3-2e09-496c-8d31-a858c60bbde1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15465 | 2024.08.16 04:41:57.792697 [ 3 ] {} <Debug> HTTP-Session: 798f45a3-7931-4bf7-a619-fb47381fd957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15466 | 2024.08.16 04:41:57.792811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15467 | 2024.08.16 04:41:57.792860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15468 | 2024.08.16 04:41:57.792880 [ 3 ] {} <Debug> HTTP-Session: dab7ffcc-2a39-4320-966a-59a530603af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15469 | 2024.08.16 04:41:57.792897 [ 3 ] {} <Debug> HTTP-Session: dab7ffcc-2a39-4320-966a-59a530603af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15470 | 2024.08.16 04:41:57.792911 [ 3 ] {} <Debug> HTTP-Session: dab7ffcc-2a39-4320-966a-59a530603af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15471 | 2024.08.16 04:41:57.792942 [ 3 ] {} <Trace> HTTP-Session: dab7ffcc-2a39-4320-966a-59a530603af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15472 | 2024.08.16 04:41:57.793039 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15473 | 2024.08.16 04:41:57.793081 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15474 | 2024.08.16 04:41:57.793210 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15475 | 2024.08.16 04:41:57.793491 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15476 | 2024.08.16 04:41:57.793528 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15477 | 2024.08.16 04:41:57.793834 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15478 | 2024.08.16 04:41:57.794139 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15479 | 2024.08.16 04:41:57.794294 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001275 sec., 10980.392156862745 rows/sec., 769.00 KiB/sec. | ||
| 15480 | 2024.08.16 04:41:57.794298 [ 61 ] {} <Debug> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 15481 | 2024.08.16 04:41:57.794405 [ 61 ] {} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15482 | 2024.08.16 04:41:57.794450 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15483 | 2024.08.16 04:41:57.794540 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Debug> DynamicQueryHandler: Done processing query | ||
| 15484 | 2024.08.16 04:41:57.794621 [ 3 ] {8d3e15e9-0b59-49a9-a612-5843b412fd43} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15485 | 2024.08.16 04:41:57.794701 [ 3 ] {} <Debug> HTTP-Session: dab7ffcc-2a39-4320-966a-59a530603af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15486 | 2024.08.16 04:41:57.794756 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 15487 | 2024.08.16 04:41:57.794916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15488 | 2024.08.16 04:41:57.795113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15489 | 2024.08.16 04:41:57.795201 [ 3 ] {} <Debug> HTTP-Session: e94ca890-43a9-490b-9d4e-a44de8624afe Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15490 | 2024.08.16 04:41:57.795295 [ 3 ] {} <Debug> HTTP-Session: e94ca890-43a9-490b-9d4e-a44de8624afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15491 | 2024.08.16 04:41:57.795388 [ 3 ] {} <Debug> HTTP-Session: e94ca890-43a9-490b-9d4e-a44de8624afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15492 | 2024.08.16 04:41:57.795503 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15493 | 2024.08.16 04:41:57.795527 [ 3 ] {} <Trace> HTTP-Session: e94ca890-43a9-490b-9d4e-a44de8624afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15494 | 2024.08.16 04:41:57.795619 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 242 rows starting from the beginning of the part | ||
| 15495 | 2024.08.16 04:41:57.795846 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15496 | 2024.08.16 04:41:57.795912 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 15497 | 2024.08.16 04:41:57.795956 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15498 | 2024.08.16 04:41:57.796291 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 15499 | 2024.08.16 04:41:57.796607 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 228 rows starting from the beginning of the part | ||
| 15500 | 2024.08.16 04:41:57.796906 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15501 | 2024.08.16 04:41:57.797022 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15502 | 2024.08.16 04:41:57.797286 [ 201 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15503 | 2024.08.16 04:41:57.798033 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15504 | 2024.08.16 04:41:57.798094 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15505 | 2024.08.16 04:41:57.798866 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 15506 | 2024.08.16 04:41:57.799753 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15507 | 2024.08.16 04:41:57.800128 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.005570385 sec., 94427.94349044097 rows/sec., 6.05 MiB/sec. | ||
| 15508 | 2024.08.16 04:41:57.800153 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004433 sec., 1353.4852244529663 rows/sec., 79.97 KiB/sec. | ||
| 15509 | 2024.08.16 04:41:57.800434 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 15510 | 2024.08.16 04:41:57.800495 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Debug> DynamicQueryHandler: Done processing query | ||
| 15511 | 2024.08.16 04:41:57.800545 [ 3 ] {5999cf31-27f3-45d8-a5f0-8ef023d5a830} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15512 | 2024.08.16 04:41:57.800576 [ 3 ] {} <Debug> HTTP-Session: e94ca890-43a9-490b-9d4e-a44de8624afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15513 | 2024.08.16 04:41:57.800840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 71696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15514 | 2024.08.16 04:41:57.800913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15515 | 2024.08.16 04:41:57.800960 [ 3 ] {} <Debug> HTTP-Session: c68b973f-e4df-4402-a7e1-7e263d0e37aa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15516 | 2024.08.16 04:41:57.800987 [ 3 ] {} <Debug> HTTP-Session: c68b973f-e4df-4402-a7e1-7e263d0e37aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15517 | 2024.08.16 04:41:57.801018 [ 3 ] {} <Debug> HTTP-Session: c68b973f-e4df-4402-a7e1-7e263d0e37aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15518 | 2024.08.16 04:41:57.801077 [ 3 ] {} <Trace> HTTP-Session: c68b973f-e4df-4402-a7e1-7e263d0e37aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15519 | 2024.08.16 04:41:57.801096 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15520 | 2024.08.16 04:41:57.801273 [ 195 ] {2a63b30c-5b07-401e-b53a-035d34fa8dca::all_1_51_10} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 15521 | 2024.08.16 04:41:57.801417 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15522 | 2024.08.16 04:41:57.801426 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 15523 | 2024.08.16 04:41:57.801488 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15524 | 2024.08.16 04:41:57.801645 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15525 | 2024.08.16 04:41:57.802226 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15526 | 2024.08.16 04:41:57.802265 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15527 | 2024.08.16 04:41:57.802607 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15528 | 2024.08.16 04:41:57.802932 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15529 | 2024.08.16 04:41:57.803088 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Debug> executeQuery: Read 441 rows, 32.31 KiB in 0.001868 sec., 236081.3704496788 rows/sec., 16.89 MiB/sec. | ||
| 15530 | 2024.08.16 04:41:57.803348 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15531 | 2024.08.16 04:41:57.803402 [ 3 ] {a7b5b367-52cf-43b0-bf79-0a4d231c554d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15532 | 2024.08.16 04:41:57.803459 [ 3 ] {} <Debug> HTTP-Session: c68b973f-e4df-4402-a7e1-7e263d0e37aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15533 | 2024.08.16 04:41:57.803712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15534 | 2024.08.16 04:41:57.803764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15535 | 2024.08.16 04:41:57.803785 [ 3 ] {} <Debug> HTTP-Session: 309482df-bbff-4ec9-b739-7d80bcd68efb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15536 | 2024.08.16 04:41:57.803803 [ 3 ] {} <Debug> HTTP-Session: 309482df-bbff-4ec9-b739-7d80bcd68efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15537 | 2024.08.16 04:41:57.803818 [ 3 ] {} <Debug> HTTP-Session: 309482df-bbff-4ec9-b739-7d80bcd68efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15538 | 2024.08.16 04:41:57.803849 [ 3 ] {} <Trace> HTTP-Session: 309482df-bbff-4ec9-b739-7d80bcd68efb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15539 | 2024.08.16 04:41:57.803950 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15540 | 2024.08.16 04:41:57.803995 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15541 | 2024.08.16 04:41:57.804145 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15542 | 2024.08.16 04:41:57.804422 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15543 | 2024.08.16 04:41:57.804459 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15544 | 2024.08.16 04:41:57.804817 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 15545 | 2024.08.16 04:41:57.805148 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15546 | 2024.08.16 04:41:57.805309 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. | ||
| 15547 | 2024.08.16 04:41:57.805515 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Debug> DynamicQueryHandler: Done processing query | ||
| 15548 | 2024.08.16 04:41:57.805543 [ 3 ] {8a13611e-088f-490c-a818-c47a8a1d292f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15549 | 2024.08.16 04:41:57.805560 [ 3 ] {} <Debug> HTTP-Session: 309482df-bbff-4ec9-b739-7d80bcd68efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15550 | 2024.08.16 04:41:57.805708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 45003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15551 | 2024.08.16 04:41:57.805757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15552 | 2024.08.16 04:41:57.805777 [ 3 ] {} <Debug> HTTP-Session: 2338864f-c4d7-4db8-8718-af52a4a305e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15553 | 2024.08.16 04:41:57.805794 [ 3 ] {} <Debug> HTTP-Session: 2338864f-c4d7-4db8-8718-af52a4a305e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15554 | 2024.08.16 04:41:57.805808 [ 3 ] {} <Debug> HTTP-Session: 2338864f-c4d7-4db8-8718-af52a4a305e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15555 | 2024.08.16 04:41:57.805839 [ 3 ] {} <Trace> HTTP-Session: 2338864f-c4d7-4db8-8718-af52a4a305e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15556 | 2024.08.16 04:41:57.806048 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15557 | 2024.08.16 04:41:57.806093 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15558 | 2024.08.16 04:41:57.806240 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15559 | 2024.08.16 04:41:57.806673 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15560 | 2024.08.16 04:41:57.806710 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15561 | 2024.08.16 04:41:57.807092 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15562 | 2024.08.16 04:41:57.807429 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15563 | 2024.08.16 04:41:57.807583 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Debug> executeQuery: Read 239 rows, 16.40 KiB in 0.001656 sec., 144323.67149758455 rows/sec., 9.67 MiB/sec. | ||
| 15564 | 2024.08.16 04:41:57.807760 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Debug> DynamicQueryHandler: Done processing query | ||
| 15565 | 2024.08.16 04:41:57.807786 [ 3 ] {00ce7ee7-e04c-457c-b72b-f636c544a541} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15566 | 2024.08.16 04:41:57.807803 [ 3 ] {} <Debug> HTTP-Session: 2338864f-c4d7-4db8-8718-af52a4a305e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15567 | 2024.08.16 04:41:57.807978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15568 | 2024.08.16 04:41:57.808025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15569 | 2024.08.16 04:41:57.808044 [ 3 ] {} <Debug> HTTP-Session: cb34f570-38e8-4763-9020-cc4d93952c3a Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15570 | 2024.08.16 04:41:57.808062 [ 3 ] {} <Debug> HTTP-Session: cb34f570-38e8-4763-9020-cc4d93952c3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15571 | 2024.08.16 04:41:57.808076 [ 3 ] {} <Debug> HTTP-Session: cb34f570-38e8-4763-9020-cc4d93952c3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15572 | 2024.08.16 04:41:57.808107 [ 3 ] {} <Trace> HTTP-Session: cb34f570-38e8-4763-9020-cc4d93952c3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15573 | 2024.08.16 04:41:57.808199 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15574 | 2024.08.16 04:41:57.808242 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15575 | 2024.08.16 04:41:57.808368 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15576 | 2024.08.16 04:41:57.808631 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15577 | 2024.08.16 04:41:57.808667 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15578 | 2024.08.16 04:41:57.809023 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 15579 | 2024.08.16 04:41:57.809343 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15580 | 2024.08.16 04:41:57.809496 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
| 15581 | 2024.08.16 04:41:57.809662 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 15582 | 2024.08.16 04:41:57.809688 [ 3 ] {f07c3f0e-b487-4acd-90ee-e616ea1ffecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15583 | 2024.08.16 04:41:57.809705 [ 3 ] {} <Debug> HTTP-Session: cb34f570-38e8-4763-9020-cc4d93952c3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15584 | 2024.08.16 04:41:57.809869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 71277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15585 | 2024.08.16 04:41:57.809918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15586 | 2024.08.16 04:41:57.809937 [ 3 ] {} <Debug> HTTP-Session: ca927edf-4c68-4bec-af6b-32898ebfa90d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15587 | 2024.08.16 04:41:57.809954 [ 3 ] {} <Debug> HTTP-Session: ca927edf-4c68-4bec-af6b-32898ebfa90d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15588 | 2024.08.16 04:41:57.809968 [ 3 ] {} <Debug> HTTP-Session: ca927edf-4c68-4bec-af6b-32898ebfa90d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15589 | 2024.08.16 04:41:57.809999 [ 3 ] {} <Trace> HTTP-Session: ca927edf-4c68-4bec-af6b-32898ebfa90d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15590 | 2024.08.16 04:41:57.810437 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15591 | 2024.08.16 04:41:57.810500 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <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 | ||
| 15592 | 2024.08.16 04:41:57.810919 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15593 | 2024.08.16 04:41:57.811744 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15594 | 2024.08.16 04:41:57.811781 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15595 | 2024.08.16 04:41:57.812413 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15596 | 2024.08.16 04:41:57.812824 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15597 | 2024.08.16 04:41:57.813017 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002917 sec., 15083.990401097019 rows/sec., 27.03 MiB/sec. | ||
| 15598 | 2024.08.16 04:41:57.813242 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15599 | 2024.08.16 04:41:57.813268 [ 3 ] {3f1f8c41-328e-46bb-8f36-b32c8dd0fea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 15600 | 2024.08.16 04:41:57.813284 [ 3 ] {} <Debug> HTTP-Session: ca927edf-4c68-4bec-af6b-32898ebfa90d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15601 | 2024.08.16 04:41:57.813409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15602 | 2024.08.16 04:41:57.813458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15603 | 2024.08.16 04:41:57.813477 [ 3 ] {} <Debug> HTTP-Session: cb3c149f-0b2b-436c-8e31-1b27477fd39e Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15604 | 2024.08.16 04:41:57.813494 [ 3 ] {} <Debug> HTTP-Session: cb3c149f-0b2b-436c-8e31-1b27477fd39e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15605 | 2024.08.16 04:41:57.813508 [ 3 ] {} <Debug> HTTP-Session: cb3c149f-0b2b-436c-8e31-1b27477fd39e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15606 | 2024.08.16 04:41:57.813539 [ 3 ] {} <Trace> HTTP-Session: cb3c149f-0b2b-436c-8e31-1b27477fd39e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15607 | 2024.08.16 04:41:57.813634 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15608 | 2024.08.16 04:41:57.813685 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15609 | 2024.08.16 04:41:57.813815 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15610 | 2024.08.16 04:41:57.814084 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15611 | 2024.08.16 04:41:57.814120 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15612 | 2024.08.16 04:41:57.814468 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 15613 | 2024.08.16 04:41:57.814793 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15614 | 2024.08.16 04:41:57.814946 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 296.26 KiB/sec. | ||
| 15615 | 2024.08.16 04:41:57.815112 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15616 | 2024.08.16 04:41:57.815137 [ 3 ] {407a179d-cb39-4ca9-9b37-434831376bf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15617 | 2024.08.16 04:41:57.815153 [ 3 ] {} <Debug> HTTP-Session: cb3c149f-0b2b-436c-8e31-1b27477fd39e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15618 | 2024.08.16 04:41:57.815277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15619 | 2024.08.16 04:41:57.815326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15620 | 2024.08.16 04:41:57.815346 [ 3 ] {} <Debug> HTTP-Session: 5d71df5b-a46d-4eb3-a978-a2f5fc79fb8b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15621 | 2024.08.16 04:41:57.815363 [ 3 ] {} <Debug> HTTP-Session: 5d71df5b-a46d-4eb3-a978-a2f5fc79fb8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15622 | 2024.08.16 04:41:57.815377 [ 3 ] {} <Debug> HTTP-Session: 5d71df5b-a46d-4eb3-a978-a2f5fc79fb8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15623 | 2024.08.16 04:41:57.815408 [ 3 ] {} <Trace> HTTP-Session: 5d71df5b-a46d-4eb3-a978-a2f5fc79fb8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15624 | 2024.08.16 04:41:57.815548 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15625 | 2024.08.16 04:41:57.815591 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15626 | 2024.08.16 04:41:57.815721 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15627 | 2024.08.16 04:41:57.816027 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15628 | 2024.08.16 04:41:57.816064 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15629 | 2024.08.16 04:41:57.816422 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15630 | 2024.08.16 04:41:57.816743 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15631 | 2024.08.16 04:41:57.816895 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001394 sec., 58823.529411764706 rows/sec., 3.74 MiB/sec. | ||
| 15632 | 2024.08.16 04:41:57.817148 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 15633 | 2024.08.16 04:41:57.817208 [ 3 ] {84fc2ff0-85ff-418e-ac2e-c7f8a24240ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15634 | 2024.08.16 04:41:57.817264 [ 3 ] {} <Debug> HTTP-Session: 5d71df5b-a46d-4eb3-a978-a2f5fc79fb8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15635 | 2024.08.16 04:42:02.778223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15636 | 2024.08.16 04:42:02.778357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15637 | 2024.08.16 04:42:02.778385 [ 3 ] {} <Debug> HTTP-Session: 2bb093a3-aed4-4d4b-9854-90501d378907 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15638 | 2024.08.16 04:42:02.778414 [ 3 ] {} <Debug> HTTP-Session: 2bb093a3-aed4-4d4b-9854-90501d378907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15639 | 2024.08.16 04:42:02.778432 [ 3 ] {} <Debug> HTTP-Session: 2bb093a3-aed4-4d4b-9854-90501d378907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15640 | 2024.08.16 04:42:02.778486 [ 3 ] {} <Trace> HTTP-Session: 2bb093a3-aed4-4d4b-9854-90501d378907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15641 | 2024.08.16 04:42:02.778675 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15642 | 2024.08.16 04:42:02.778746 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15643 | 2024.08.16 04:42:02.778943 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15644 | 2024.08.16 04:42:02.779348 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15645 | 2024.08.16 04:42:02.779387 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15646 | 2024.08.16 04:42:02.779746 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15647 | 2024.08.16 04:42:02.780077 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15648 | 2024.08.16 04:42:02.780225 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001606 sec., 2490.6600249066 rows/sec., 201.88 KiB/sec. | ||
| 15649 | 2024.08.16 04:42:02.780515 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 15650 | 2024.08.16 04:42:02.780568 [ 3 ] {9b8954fb-35f6-4d6e-9bdd-29e80382d7f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15651 | 2024.08.16 04:42:02.780609 [ 3 ] {} <Debug> HTTP-Session: 2bb093a3-aed4-4d4b-9854-90501d378907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15652 | 2024.08.16 04:42:02.780742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15653 | 2024.08.16 04:42:02.780797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15654 | 2024.08.16 04:42:02.780816 [ 3 ] {} <Debug> HTTP-Session: b9cecd76-6153-4295-bac6-ebf2b0180f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15655 | 2024.08.16 04:42:02.780835 [ 3 ] {} <Debug> HTTP-Session: b9cecd76-6153-4295-bac6-ebf2b0180f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15656 | 2024.08.16 04:42:02.780849 [ 3 ] {} <Debug> HTTP-Session: b9cecd76-6153-4295-bac6-ebf2b0180f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15657 | 2024.08.16 04:42:02.780882 [ 3 ] {} <Trace> HTTP-Session: b9cecd76-6153-4295-bac6-ebf2b0180f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15658 | 2024.08.16 04:42:02.780985 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15659 | 2024.08.16 04:42:02.781033 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15660 | 2024.08.16 04:42:02.781177 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15661 | 2024.08.16 04:42:02.781456 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15662 | 2024.08.16 04:42:02.781492 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15663 | 2024.08.16 04:42:02.781788 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15664 | 2024.08.16 04:42:02.782101 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15665 | 2024.08.16 04:42:02.782225 [ 148 ] {} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 15666 | 2024.08.16 04:42:02.782231 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001272 sec., 1572.3270440251574 rows/sec., 116.70 KiB/sec. | ||
| 15667 | 2024.08.16 04:42:02.782275 [ 148 ] {} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15668 | 2024.08.16 04:42:02.782314 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15669 | 2024.08.16 04:42:02.782462 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 15670 | 2024.08.16 04:42:02.782524 [ 3 ] {99d805b1-813b-4f6b-8689-18ebe617ddc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15671 | 2024.08.16 04:42:02.782566 [ 3 ] {} <Debug> HTTP-Session: b9cecd76-6153-4295-bac6-ebf2b0180f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15672 | 2024.08.16 04:42:02.782613 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::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 | ||
| 15673 | 2024.08.16 04:42:02.782720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 10142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15674 | 2024.08.16 04:42:02.782821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15675 | 2024.08.16 04:42:02.782879 [ 3 ] {} <Debug> HTTP-Session: 9dbb8890-49e5-4716-8798-5a6fd42f0282 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15676 | 2024.08.16 04:42:02.782922 [ 3 ] {} <Debug> HTTP-Session: 9dbb8890-49e5-4716-8798-5a6fd42f0282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15677 | 2024.08.16 04:42:02.782961 [ 3 ] {} <Debug> HTTP-Session: 9dbb8890-49e5-4716-8798-5a6fd42f0282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15678 | 2024.08.16 04:42:02.783009 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15679 | 2024.08.16 04:42:02.783027 [ 3 ] {} <Trace> HTTP-Session: 9dbb8890-49e5-4716-8798-5a6fd42f0282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15680 | 2024.08.16 04:42:02.783074 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
| 15681 | 2024.08.16 04:42:02.783325 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 15682 | 2024.08.16 04:42:02.783345 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15683 | 2024.08.16 04:42:02.783544 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15684 | 2024.08.16 04:42:02.783654 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 15685 | 2024.08.16 04:42:02.783989 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 15686 | 2024.08.16 04:42:02.784317 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 3 rows starting from the beginning of the part | ||
| 15687 | 2024.08.16 04:42:02.784610 [ 186 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 15688 | 2024.08.16 04:42:02.785095 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15689 | 2024.08.16 04:42:02.785870 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15690 | 2024.08.16 04:42:02.785928 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15691 | 2024.08.16 04:42:02.786784 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15692 | 2024.08.16 04:42:02.787034 [ 191 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.004611811 sec., 6288.202183480632 rows/sec., 504.82 KiB/sec. | ||
| 15693 | 2024.08.16 04:42:02.787319 [ 191 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 15694 | 2024.08.16 04:42:02.787480 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15695 | 2024.08.16 04:42:02.787802 [ 148 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15696 | 2024.08.16 04:42:02.787905 [ 148 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15697 | 2024.08.16 04:42:02.788000 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Debug> executeQuery: Read 72 rows, 5.75 KiB in 0.004803 sec., 14990.630855715179 rows/sec., 1.17 MiB/sec. | ||
| 15698 | 2024.08.16 04:42:02.788008 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15699 | 2024.08.16 04:42:02.788476 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15700 | 2024.08.16 04:42:02.788575 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 15701 | 2024.08.16 04:42:02.788658 [ 3 ] {7e9a6c5d-d842-4fa0-a606-8cbc6706bbd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15702 | 2024.08.16 04:42:02.788735 [ 3 ] {} <Debug> HTTP-Session: 9dbb8890-49e5-4716-8798-5a6fd42f0282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15703 | 2024.08.16 04:42:02.788761 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15704 | 2024.08.16 04:42:02.788976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15705 | 2024.08.16 04:42:02.788976 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15706 | 2024.08.16 04:42:02.789104 [ 196 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_31_6} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 15707 | 2024.08.16 04:42:02.789111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15708 | 2024.08.16 04:42:02.789096 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1466 rows starting from the beginning of the part | ||
| 15709 | 2024.08.16 04:42:02.789160 [ 3 ] {} <Debug> HTTP-Session: c8a63492-4fdd-42c6-8452-91e3a1ce86b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15710 | 2024.08.16 04:42:02.789244 [ 3 ] {} <Debug> HTTP-Session: c8a63492-4fdd-42c6-8452-91e3a1ce86b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15711 | 2024.08.16 04:42:02.789342 [ 3 ] {} <Debug> HTTP-Session: c8a63492-4fdd-42c6-8452-91e3a1ce86b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15712 | 2024.08.16 04:42:02.789367 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15713 | 2024.08.16 04:42:02.789453 [ 3 ] {} <Trace> HTTP-Session: c8a63492-4fdd-42c6-8452-91e3a1ce86b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15714 | 2024.08.16 04:42:02.789472 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1210 rows starting from the beginning of the part | ||
| 15715 | 2024.08.16 04:42:02.789808 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 312 rows starting from the beginning of the part | ||
| 15716 | 2024.08.16 04:42:02.789896 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15717 | 2024.08.16 04:42:02.790127 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15718 | 2024.08.16 04:42:02.790248 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 72 rows starting from the beginning of the part | ||
| 15719 | 2024.08.16 04:42:02.790582 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 324 rows starting from the beginning of the part | ||
| 15720 | 2024.08.16 04:42:02.790979 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 72 rows starting from the beginning of the part | ||
| 15721 | 2024.08.16 04:42:02.791476 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15722 | 2024.08.16 04:42:02.792235 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15723 | 2024.08.16 04:42:02.792297 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15724 | 2024.08.16 04:42:02.792987 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15725 | 2024.08.16 04:42:02.793720 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15726 | 2024.08.16 04:42:02.793873 [ 148 ] {} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 15727 | 2024.08.16 04:42:02.793883 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.004227 sec., 473.14880529926666 rows/sec., 29.57 KiB/sec. | ||
| 15728 | 2024.08.16 04:42:02.793911 [ 148 ] {} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15729 | 2024.08.16 04:42:02.793955 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15730 | 2024.08.16 04:42:02.794312 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15731 | 2024.08.16 04:42:02.794389 [ 3 ] {02ed7972-0507-4c59-8711-e2e61ca4545c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15732 | 2024.08.16 04:42:02.794466 [ 3 ] {} <Debug> HTTP-Session: c8a63492-4fdd-42c6-8452-91e3a1ce86b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15733 | 2024.08.16 04:42:02.794518 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::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 | ||
| 15734 | 2024.08.16 04:42:02.794750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 13789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15735 | 2024.08.16 04:42:02.794860 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3456 rows, containing 4 columns (4 merged, 0 gathered) in 0.00663585 sec., 520807.4323560659 rows/sec., 43.48 MiB/sec. | ||
| 15736 | 2024.08.16 04:42:02.794913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15737 | 2024.08.16 04:42:02.794997 [ 3 ] {} <Debug> HTTP-Session: cabe5346-1afa-4e13-9cfa-c095717489a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15738 | 2024.08.16 04:42:02.795051 [ 3 ] {} <Debug> HTTP-Session: cabe5346-1afa-4e13-9cfa-c095717489a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15739 | 2024.08.16 04:42:02.795094 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15740 | 2024.08.16 04:42:02.795106 [ 3 ] {} <Debug> HTTP-Session: cabe5346-1afa-4e13-9cfa-c095717489a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15741 | 2024.08.16 04:42:02.795201 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
| 15742 | 2024.08.16 04:42:02.795216 [ 3 ] {} <Trace> HTTP-Session: cabe5346-1afa-4e13-9cfa-c095717489a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15743 | 2024.08.16 04:42:02.795321 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15744 | 2024.08.16 04:42:02.795579 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 15745 | 2024.08.16 04:42:02.795749 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15746 | 2024.08.16 04:42:02.795977 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15747 | 2024.08.16 04:42:02.796023 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 15748 | 2024.08.16 04:42:02.796928 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 15749 | 2024.08.16 04:42:02.797458 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 3 rows starting from the beginning of the part | ||
| 15750 | 2024.08.16 04:42:02.797501 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15751 | 2024.08.16 04:42:02.797571 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15752 | 2024.08.16 04:42:02.797971 [ 190 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_81_16} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15753 | 2024.08.16 04:42:02.798041 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 15754 | 2024.08.16 04:42:02.798296 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 15755 | 2024.08.16 04:42:02.798959 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15756 | 2024.08.16 04:42:02.799025 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15757 | 2024.08.16 04:42:02.800002 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15758 | 2024.08.16 04:42:02.800874 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.006812385 sec., 4256.952594429117 rows/sec., 291.86 KiB/sec. | ||
| 15759 | 2024.08.16 04:42:02.800988 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15760 | 2024.08.16 04:42:02.801036 [ 196 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 15761 | 2024.08.16 04:42:02.801160 [ 148 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15762 | 2024.08.16 04:42:02.801190 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Debug> executeQuery: Read 82 rows, 6.42 KiB in 0.005713 sec., 14353.229476632241 rows/sec., 1.10 MiB/sec. | ||
| 15763 | 2024.08.16 04:42:02.801205 [ 148 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15764 | 2024.08.16 04:42:02.801268 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15765 | 2024.08.16 04:42:02.801628 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 15766 | 2024.08.16 04:42:02.801637 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15767 | 2024.08.16 04:42:02.801675 [ 3 ] {0e5b303b-1ef9-4a91-b29c-0fa7e6ab9f8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15768 | 2024.08.16 04:42:02.801725 [ 3 ] {} <Debug> HTTP-Session: cabe5346-1afa-4e13-9cfa-c095717489a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15769 | 2024.08.16 04:42:02.801905 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15770 | 2024.08.16 04:42:02.801946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15771 | 2024.08.16 04:42:02.801960 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 918 rows starting from the beginning of the part | ||
| 15772 | 2024.08.16 04:42:02.802030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15773 | 2024.08.16 04:42:02.802164 [ 3 ] {} <Debug> HTTP-Session: 87beefaf-fb2a-46ec-bff1-c6aff06e9061 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15774 | 2024.08.16 04:42:02.802188 [ 192 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15775 | 2024.08.16 04:42:02.802262 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 528 rows starting from the beginning of the part | ||
| 15776 | 2024.08.16 04:42:02.802306 [ 3 ] {} <Debug> HTTP-Session: 87beefaf-fb2a-46ec-bff1-c6aff06e9061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15777 | 2024.08.16 04:42:02.802402 [ 3 ] {} <Debug> HTTP-Session: 87beefaf-fb2a-46ec-bff1-c6aff06e9061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15778 | 2024.08.16 04:42:02.802704 [ 3 ] {} <Trace> HTTP-Session: 87beefaf-fb2a-46ec-bff1-c6aff06e9061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15779 | 2024.08.16 04:42:02.802755 [ 192 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_31_6} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 15780 | 2024.08.16 04:42:02.802868 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 423 rows starting from the beginning of the part | ||
| 15781 | 2024.08.16 04:42:02.803045 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15782 | 2024.08.16 04:42:02.803251 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 15783 | 2024.08.16 04:42:02.803298 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15784 | 2024.08.16 04:42:02.803466 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15785 | 2024.08.16 04:42:02.803507 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 441 rows starting from the beginning of the part | ||
| 15786 | 2024.08.16 04:42:02.803730 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 15787 | 2024.08.16 04:42:02.804132 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15788 | 2024.08.16 04:42:02.804668 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15789 | 2024.08.16 04:42:02.804714 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15790 | 2024.08.16 04:42:02.805269 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15791 | 2024.08.16 04:42:02.805717 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2474 rows, containing 4 columns (4 merged, 0 gathered) in 0.004317455 sec., 573022.7645684783 rows/sec., 41.75 MiB/sec. | ||
| 15792 | 2024.08.16 04:42:02.805723 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15793 | 2024.08.16 04:42:02.805975 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15794 | 2024.08.16 04:42:02.805993 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.003027 sec., 53518.33498513379 rows/sec., 3.72 MiB/sec. | ||
| 15795 | 2024.08.16 04:42:02.806029 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15796 | 2024.08.16 04:42:02.806064 [ 189 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15797 | 2024.08.16 04:42:02.806105 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15798 | 2024.08.16 04:42:02.806668 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15799 | 2024.08.16 04:42:02.806668 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15800 | 2024.08.16 04:42:02.806844 [ 3 ] {940fcd31-eea2-4040-a907-4918c60f82b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15801 | 2024.08.16 04:42:02.806954 [ 3 ] {} <Debug> HTTP-Session: 87beefaf-fb2a-46ec-bff1-c6aff06e9061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15802 | 2024.08.16 04:42:02.807439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15803 | 2024.08.16 04:42:02.807710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15804 | 2024.08.16 04:42:02.807856 [ 3 ] {} <Debug> HTTP-Session: 268edbbd-3f45-4453-8ff0-6643c70445cb Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15805 | 2024.08.16 04:42:02.807922 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15806 | 2024.08.16 04:42:02.807965 [ 3 ] {} <Debug> HTTP-Session: 268edbbd-3f45-4453-8ff0-6643c70445cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15807 | 2024.08.16 04:42:02.808098 [ 3 ] {} <Debug> HTTP-Session: 268edbbd-3f45-4453-8ff0-6643c70445cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15808 | 2024.08.16 04:42:02.808141 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23510 rows starting from the beginning of the part | ||
| 15809 | 2024.08.16 04:42:02.808312 [ 3 ] {} <Trace> HTTP-Session: 268edbbd-3f45-4453-8ff0-6643c70445cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15810 | 2024.08.16 04:42:02.808832 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 846 rows starting from the beginning of the part | ||
| 15811 | 2024.08.16 04:42:02.809157 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15812 | 2024.08.16 04:42:02.809225 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15813 | 2024.08.16 04:42:02.809614 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part | ||
| 15814 | 2024.08.16 04:42:02.810096 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <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 | ||
| 15815 | 2024.08.16 04:42:02.810191 [ 200 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_81_16} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15816 | 2024.08.16 04:42:02.810272 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 162 rows starting from the beginning of the part | ||
| 15817 | 2024.08.16 04:42:02.810668 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 15818 | 2024.08.16 04:42:02.810803 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 239 rows starting from the beginning of the part | ||
| 15819 | 2024.08.16 04:42:02.811015 [ 192 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 162 rows starting from the beginning of the part | ||
| 15820 | 2024.08.16 04:42:02.811985 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15821 | 2024.08.16 04:42:02.812548 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15822 | 2024.08.16 04:42:02.812584 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15823 | 2024.08.16 04:42:02.813581 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15824 | 2024.08.16 04:42:02.814340 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15825 | 2024.08.16 04:42:02.814493 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005758 sec., 694.6856547412295 rows/sec., 1.24 MiB/sec. | ||
| 15826 | 2024.08.16 04:42:02.814763 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15827 | 2024.08.16 04:42:02.814818 [ 3 ] {97ef4b62-224a-4163-8fa2-8b5e635ee42d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15828 | 2024.08.16 04:42:02.814835 [ 3 ] {} <Debug> HTTP-Session: 268edbbd-3f45-4453-8ff0-6643c70445cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15829 | 2024.08.16 04:42:02.814998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15830 | 2024.08.16 04:42:02.815048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15831 | 2024.08.16 04:42:02.815068 [ 3 ] {} <Debug> HTTP-Session: 3df71813-5ce5-4e12-9a8d-9d8b327f0b20 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15832 | 2024.08.16 04:42:02.815085 [ 3 ] {} <Debug> HTTP-Session: 3df71813-5ce5-4e12-9a8d-9d8b327f0b20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15833 | 2024.08.16 04:42:02.815099 [ 3 ] {} <Debug> HTTP-Session: 3df71813-5ce5-4e12-9a8d-9d8b327f0b20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15834 | 2024.08.16 04:42:02.815130 [ 3 ] {} <Trace> HTTP-Session: 3df71813-5ce5-4e12-9a8d-9d8b327f0b20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15835 | 2024.08.16 04:42:02.815244 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15836 | 2024.08.16 04:42:02.815289 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15837 | 2024.08.16 04:42:02.815506 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15838 | 2024.08.16 04:42:02.815924 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15839 | 2024.08.16 04:42:02.815960 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15840 | 2024.08.16 04:42:02.816395 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15841 | 2024.08.16 04:42:02.816870 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15842 | 2024.08.16 04:42:02.817001 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001796 sec., 33407.57238307349 rows/sec., 2.25 MiB/sec. | ||
| 15843 | 2024.08.16 04:42:02.817002 [ 148 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15844 | 2024.08.16 04:42:02.817130 [ 148 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15845 | 2024.08.16 04:42:02.817179 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 15846 | 2024.08.16 04:42:02.817431 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Debug> DynamicQueryHandler: Done processing query | ||
| 15847 | 2024.08.16 04:42:02.817463 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15848 | 2024.08.16 04:42:02.817478 [ 3 ] {427c2a68-e918-46a2-b664-fe7c430be791} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15849 | 2024.08.16 04:42:02.817529 [ 3 ] {} <Debug> HTTP-Session: 3df71813-5ce5-4e12-9a8d-9d8b327f0b20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15850 | 2024.08.16 04:42:02.817674 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15851 | 2024.08.16 04:42:02.817715 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5212 rows starting from the beginning of the part | ||
| 15852 | 2024.08.16 04:42:02.817889 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 15853 | 2024.08.16 04:42:02.818113 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 15854 | 2024.08.16 04:42:02.818312 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 15855 | 2024.08.16 04:42:02.818570 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 15856 | 2024.08.16 04:42:02.818814 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 15857 | 2024.08.16 04:42:02.819575 [ 188 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25156 rows, containing 5 columns (5 merged, 0 gathered) in 0.013273821 sec., 1895158.8996114985 rows/sec., 128.07 MiB/sec. | ||
| 15858 | 2024.08.16 04:42:02.819848 [ 188 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15859 | 2024.08.16 04:42:02.820548 [ 188 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15860 | 2024.08.16 04:42:02.820753 [ 188 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15861 | 2024.08.16 04:42:02.820917 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 15862 | 2024.08.16 04:42:02.822073 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5556 rows, containing 4 columns (4 merged, 0 gathered) in 0.004750995 sec., 1169439.243779461 rows/sec., 76.22 MiB/sec. | ||
| 15863 | 2024.08.16 04:42:02.822553 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15864 | 2024.08.16 04:42:02.822925 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15865 | 2024.08.16 04:42:02.823011 [ 197 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_81_16} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15866 | 2024.08.16 04:42:02.823101 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 15867 | 2024.08.16 04:42:04.669286 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15868 | 2024.08.16 04:42:04.669354 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15869 | 2024.08.16 04:42:07.785114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15870 | 2024.08.16 04:42:07.785398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15871 | 2024.08.16 04:42:07.785522 [ 3 ] {} <Debug> HTTP-Session: 13e5f0ca-7382-4ab0-a3f1-046d19662a66 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15872 | 2024.08.16 04:42:07.785615 [ 3 ] {} <Debug> HTTP-Session: 13e5f0ca-7382-4ab0-a3f1-046d19662a66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15873 | 2024.08.16 04:42:07.785668 [ 3 ] {} <Debug> HTTP-Session: 13e5f0ca-7382-4ab0-a3f1-046d19662a66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15874 | 2024.08.16 04:42:07.785752 [ 3 ] {} <Trace> HTTP-Session: 13e5f0ca-7382-4ab0-a3f1-046d19662a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15875 | 2024.08.16 04:42:07.786053 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15876 | 2024.08.16 04:42:07.786122 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15877 | 2024.08.16 04:42:07.786316 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15878 | 2024.08.16 04:42:07.786800 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15879 | 2024.08.16 04:42:07.786846 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 15880 | 2024.08.16 04:42:07.787221 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 15881 | 2024.08.16 04:42:07.787565 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15882 | 2024.08.16 04:42:07.787746 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.001784 sec., 26345.29147982063 rows/sec., 2.09 MiB/sec. | ||
| 15883 | 2024.08.16 04:42:07.787756 [ 143 ] {} <Debug> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 15884 | 2024.08.16 04:42:07.787854 [ 143 ] {} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15885 | 2024.08.16 04:42:07.787900 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 15886 | 2024.08.16 04:42:07.788090 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 15887 | 2024.08.16 04:42:07.788105 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 15888 | 2024.08.16 04:42:07.788143 [ 3 ] {3348ac68-1fb0-40d2-8cf3-9a5f209874cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15889 | 2024.08.16 04:42:07.788193 [ 3 ] {} <Debug> HTTP-Session: 13e5f0ca-7382-4ab0-a3f1-046d19662a66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15890 | 2024.08.16 04:42:07.788461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15891 | 2024.08.16 04:42:07.788644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15892 | 2024.08.16 04:42:07.788737 [ 3 ] {} <Debug> HTTP-Session: b7782d00-732f-4210-82db-066101cc2653 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15893 | 2024.08.16 04:42:07.788816 [ 3 ] {} <Debug> HTTP-Session: b7782d00-732f-4210-82db-066101cc2653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15894 | 2024.08.16 04:42:07.788854 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15895 | 2024.08.16 04:42:07.788872 [ 3 ] {} <Debug> HTTP-Session: b7782d00-732f-4210-82db-066101cc2653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15896 | 2024.08.16 04:42:07.788969 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 43 rows starting from the beginning of the part | ||
| 15897 | 2024.08.16 04:42:07.789013 [ 3 ] {} <Trace> HTTP-Session: b7782d00-732f-4210-82db-066101cc2653 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15898 | 2024.08.16 04:42:07.789476 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15899 | 2024.08.16 04:42:07.789456 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 41 rows starting from the beginning of the part | ||
| 15900 | 2024.08.16 04:42:07.789669 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15901 | 2024.08.16 04:42:07.790119 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
| 15902 | 2024.08.16 04:42:07.790430 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 44 rows starting from the beginning of the part | ||
| 15903 | 2024.08.16 04:42:07.790778 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part | ||
| 15904 | 2024.08.16 04:42:07.791091 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15905 | 2024.08.16 04:42:07.791136 [ 195 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 47 rows starting from the beginning of the part | ||
| 15906 | 2024.08.16 04:42:07.792019 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15907 | 2024.08.16 04:42:07.792093 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 15908 | 2024.08.16 04:42:07.793209 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15909 | 2024.08.16 04:42:07.794154 [ 199 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 4 columns (4 merged, 0 gathered) in 0.006176969 sec., 29626.180736863014 rows/sec., 2.35 MiB/sec. | ||
| 15910 | 2024.08.16 04:42:07.794333 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15911 | 2024.08.16 04:42:07.794397 [ 199 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 15912 | 2024.08.16 04:42:07.794649 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.005403 sec., 185.08236165093467 rows/sec., 13.74 KiB/sec. | ||
| 15913 | 2024.08.16 04:42:07.795133 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15914 | 2024.08.16 04:42:07.795175 [ 3 ] {781a93bb-b029-412b-bada-afd4ef5bada9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15915 | 2024.08.16 04:42:07.795208 [ 3 ] {} <Debug> HTTP-Session: b7782d00-732f-4210-82db-066101cc2653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15916 | 2024.08.16 04:42:07.795296 [ 199 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15917 | 2024.08.16 04:42:07.795402 [ 199 ] {3db14928-0ab7-46a8-ae5d-e72b73113732::all_1_71_14} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 15918 | 2024.08.16 04:42:07.795447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 49966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15919 | 2024.08.16 04:42:07.795551 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15920 | 2024.08.16 04:42:07.795566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15921 | 2024.08.16 04:42:07.795611 [ 3 ] {} <Debug> HTTP-Session: 248b81db-a1fa-48be-861b-3b7298211a2b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15922 | 2024.08.16 04:42:07.795631 [ 3 ] {} <Debug> HTTP-Session: 248b81db-a1fa-48be-861b-3b7298211a2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15923 | 2024.08.16 04:42:07.795645 [ 3 ] {} <Debug> HTTP-Session: 248b81db-a1fa-48be-861b-3b7298211a2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15924 | 2024.08.16 04:42:07.795684 [ 3 ] {} <Trace> HTTP-Session: 248b81db-a1fa-48be-861b-3b7298211a2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15925 | 2024.08.16 04:42:07.795887 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15926 | 2024.08.16 04:42:07.795934 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15927 | 2024.08.16 04:42:07.796092 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15928 | 2024.08.16 04:42:07.796635 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15929 | 2024.08.16 04:42:07.796674 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 15930 | 2024.08.16 04:42:07.797036 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15931 | 2024.08.16 04:42:07.797364 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15932 | 2024.08.16 04:42:07.797525 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Debug> executeQuery: Read 332 rows, 29.78 KiB in 0.001744 sec., 190366.9724770642 rows/sec., 16.68 MiB/sec. | ||
| 15933 | 2024.08.16 04:42:07.797714 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 15934 | 2024.08.16 04:42:07.797740 [ 3 ] {f4f4ee54-5ccc-44b7-b577-72da50e35cfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15935 | 2024.08.16 04:42:07.797756 [ 3 ] {} <Debug> HTTP-Session: 248b81db-a1fa-48be-861b-3b7298211a2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15936 | 2024.08.16 04:42:07.797934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15937 | 2024.08.16 04:42:07.797986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15938 | 2024.08.16 04:42:07.798005 [ 3 ] {} <Debug> HTTP-Session: 7ecc25ba-1d86-4776-b095-b639da59a912 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15939 | 2024.08.16 04:42:07.798022 [ 3 ] {} <Debug> HTTP-Session: 7ecc25ba-1d86-4776-b095-b639da59a912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15940 | 2024.08.16 04:42:07.798036 [ 3 ] {} <Debug> HTTP-Session: 7ecc25ba-1d86-4776-b095-b639da59a912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15941 | 2024.08.16 04:42:07.798069 [ 3 ] {} <Trace> HTTP-Session: 7ecc25ba-1d86-4776-b095-b639da59a912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15942 | 2024.08.16 04:42:07.798166 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15943 | 2024.08.16 04:42:07.798208 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15944 | 2024.08.16 04:42:07.798340 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15945 | 2024.08.16 04:42:07.798642 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15946 | 2024.08.16 04:42:07.798680 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 15947 | 2024.08.16 04:42:07.798979 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15948 | 2024.08.16 04:42:07.799289 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15949 | 2024.08.16 04:42:07.799453 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 48.08 KiB/sec. | ||
| 15950 | 2024.08.16 04:42:07.799774 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 15951 | 2024.08.16 04:42:07.799805 [ 3 ] {c4d6a081-5d80-4398-8833-c845955a27eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15952 | 2024.08.16 04:42:07.799823 [ 3 ] {} <Debug> HTTP-Session: 7ecc25ba-1d86-4776-b095-b639da59a912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15953 | 2024.08.16 04:42:07.799941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15954 | 2024.08.16 04:42:07.799991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15955 | 2024.08.16 04:42:07.800011 [ 3 ] {} <Debug> HTTP-Session: e2efaf35-573c-4f89-afda-e130fdfa87e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15956 | 2024.08.16 04:42:07.800028 [ 3 ] {} <Debug> HTTP-Session: e2efaf35-573c-4f89-afda-e130fdfa87e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15957 | 2024.08.16 04:42:07.800042 [ 3 ] {} <Debug> HTTP-Session: e2efaf35-573c-4f89-afda-e130fdfa87e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15958 | 2024.08.16 04:42:07.800073 [ 3 ] {} <Trace> HTTP-Session: e2efaf35-573c-4f89-afda-e130fdfa87e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15959 | 2024.08.16 04:42:07.800174 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15960 | 2024.08.16 04:42:07.800217 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15961 | 2024.08.16 04:42:07.800365 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15962 | 2024.08.16 04:42:07.800678 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15963 | 2024.08.16 04:42:07.800714 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 15964 | 2024.08.16 04:42:07.801026 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15965 | 2024.08.16 04:42:07.801334 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15966 | 2024.08.16 04:42:07.801491 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001337 sec., 10471.204188481675 rows/sec., 733.33 KiB/sec. | ||
| 15967 | 2024.08.16 04:42:07.801686 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Debug> DynamicQueryHandler: Done processing query | ||
| 15968 | 2024.08.16 04:42:07.801718 [ 3 ] {19b73509-1dbc-403b-8744-8efc62e93544} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15969 | 2024.08.16 04:42:07.801740 [ 3 ] {} <Debug> HTTP-Session: e2efaf35-573c-4f89-afda-e130fdfa87e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15970 | 2024.08.16 04:42:07.801856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15971 | 2024.08.16 04:42:07.801905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15972 | 2024.08.16 04:42:07.801924 [ 3 ] {} <Debug> HTTP-Session: c74e50e4-c6b9-4389-b2ac-063679195885 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15973 | 2024.08.16 04:42:07.801940 [ 3 ] {} <Debug> HTTP-Session: c74e50e4-c6b9-4389-b2ac-063679195885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15974 | 2024.08.16 04:42:07.801954 [ 3 ] {} <Debug> HTTP-Session: c74e50e4-c6b9-4389-b2ac-063679195885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15975 | 2024.08.16 04:42:07.801985 [ 3 ] {} <Trace> HTTP-Session: c74e50e4-c6b9-4389-b2ac-063679195885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15976 | 2024.08.16 04:42:07.802080 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15977 | 2024.08.16 04:42:07.802123 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15978 | 2024.08.16 04:42:07.802250 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15979 | 2024.08.16 04:42:07.802544 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15980 | 2024.08.16 04:42:07.802581 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 15981 | 2024.08.16 04:42:07.802895 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15982 | 2024.08.16 04:42:07.803202 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15983 | 2024.08.16 04:42:07.803361 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 272.48 KiB/sec. | ||
| 15984 | 2024.08.16 04:42:07.803685 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Debug> DynamicQueryHandler: Done processing query | ||
| 15985 | 2024.08.16 04:42:07.803726 [ 3 ] {9389b923-f746-4202-8b4a-660a2657c340} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15986 | 2024.08.16 04:42:07.803743 [ 3 ] {} <Debug> HTTP-Session: c74e50e4-c6b9-4389-b2ac-063679195885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15987 | 2024.08.16 04:42:07.803923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 71414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15988 | 2024.08.16 04:42:07.803971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15989 | 2024.08.16 04:42:07.803990 [ 3 ] {} <Debug> HTTP-Session: 3cdd79d7-c315-421c-9d85-0e76a6dffb6d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 15990 | 2024.08.16 04:42:07.804006 [ 3 ] {} <Debug> HTTP-Session: 3cdd79d7-c315-421c-9d85-0e76a6dffb6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15991 | 2024.08.16 04:42:07.804020 [ 3 ] {} <Debug> HTTP-Session: 3cdd79d7-c315-421c-9d85-0e76a6dffb6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15992 | 2024.08.16 04:42:07.804050 [ 3 ] {} <Trace> HTTP-Session: 3cdd79d7-c315-421c-9d85-0e76a6dffb6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15993 | 2024.08.16 04:42:07.804288 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15994 | 2024.08.16 04:42:07.804332 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15995 | 2024.08.16 04:42:07.804479 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15996 | 2024.08.16 04:42:07.805066 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15997 | 2024.08.16 04:42:07.805103 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 15998 | 2024.08.16 04:42:07.805435 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15999 | 2024.08.16 04:42:07.805749 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16000 | 2024.08.16 04:42:07.805893 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Debug> executeQuery: Read 439 rows, 32.21 KiB in 0.001735 sec., 253025.93659942364 rows/sec., 18.13 MiB/sec. | ||
| 16001 | 2024.08.16 04:42:07.806085 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Debug> DynamicQueryHandler: Done processing query | ||
| 16002 | 2024.08.16 04:42:07.806110 [ 3 ] {0ab1e8eb-5566-4abe-bdeb-f8d2ab53ad25} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 16003 | 2024.08.16 04:42:07.806127 [ 3 ] {} <Debug> HTTP-Session: 3cdd79d7-c315-421c-9d85-0e76a6dffb6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16004 | 2024.08.16 04:42:07.806311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16005 | 2024.08.16 04:42:07.806360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16006 | 2024.08.16 04:42:07.806379 [ 3 ] {} <Debug> HTTP-Session: 376f2cad-ad6e-4e2e-b84f-288062f67204 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16007 | 2024.08.16 04:42:07.806396 [ 3 ] {} <Debug> HTTP-Session: 376f2cad-ad6e-4e2e-b84f-288062f67204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16008 | 2024.08.16 04:42:07.806409 [ 3 ] {} <Debug> HTTP-Session: 376f2cad-ad6e-4e2e-b84f-288062f67204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16009 | 2024.08.16 04:42:07.806440 [ 3 ] {} <Trace> HTTP-Session: 376f2cad-ad6e-4e2e-b84f-288062f67204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16010 | 2024.08.16 04:42:07.806533 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16011 | 2024.08.16 04:42:07.806577 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16012 | 2024.08.16 04:42:07.806716 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16013 | 2024.08.16 04:42:07.806985 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16014 | 2024.08.16 04:42:07.807021 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16015 | 2024.08.16 04:42:07.807379 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 16016 | 2024.08.16 04:42:07.807701 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16017 | 2024.08.16 04:42:07.807864 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec. | ||
| 16018 | 2024.08.16 04:42:07.808053 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 16019 | 2024.08.16 04:42:07.808081 [ 3 ] {aaebc669-f9c4-415f-befc-914170f6f3f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16020 | 2024.08.16 04:42:07.808098 [ 3 ] {} <Debug> HTTP-Session: 376f2cad-ad6e-4e2e-b84f-288062f67204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16021 | 2024.08.16 04:42:07.808267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16022 | 2024.08.16 04:42:07.808315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16023 | 2024.08.16 04:42:07.808334 [ 3 ] {} <Debug> HTTP-Session: 7694ceb2-4a93-4535-ba2e-7158732a5c74 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16024 | 2024.08.16 04:42:07.808351 [ 3 ] {} <Debug> HTTP-Session: 7694ceb2-4a93-4535-ba2e-7158732a5c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16025 | 2024.08.16 04:42:07.808365 [ 3 ] {} <Debug> HTTP-Session: 7694ceb2-4a93-4535-ba2e-7158732a5c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16026 | 2024.08.16 04:42:07.808396 [ 3 ] {} <Trace> HTTP-Session: 7694ceb2-4a93-4535-ba2e-7158732a5c74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16027 | 2024.08.16 04:42:07.808604 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16028 | 2024.08.16 04:42:07.808650 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16029 | 2024.08.16 04:42:07.808795 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16030 | 2024.08.16 04:42:07.809251 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16031 | 2024.08.16 04:42:07.809288 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16032 | 2024.08.16 04:42:07.809668 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16033 | 2024.08.16 04:42:07.810009 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16034 | 2024.08.16 04:42:07.810162 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.001674 sec., 142174.43249701316 rows/sec., 9.53 MiB/sec. | ||
| 16035 | 2024.08.16 04:42:07.810338 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16036 | 2024.08.16 04:42:07.810363 [ 3 ] {17b47208-a439-464f-bd5c-ee70bbcc447a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16037 | 2024.08.16 04:42:07.810378 [ 3 ] {} <Debug> HTTP-Session: 7694ceb2-4a93-4535-ba2e-7158732a5c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16038 | 2024.08.16 04:42:07.810496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16039 | 2024.08.16 04:42:07.810544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16040 | 2024.08.16 04:42:07.810563 [ 3 ] {} <Debug> HTTP-Session: 2a47df95-13b7-4444-826c-fa8b41fecc94 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16041 | 2024.08.16 04:42:07.810580 [ 3 ] {} <Debug> HTTP-Session: 2a47df95-13b7-4444-826c-fa8b41fecc94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16042 | 2024.08.16 04:42:07.810594 [ 3 ] {} <Debug> HTTP-Session: 2a47df95-13b7-4444-826c-fa8b41fecc94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16043 | 2024.08.16 04:42:07.810624 [ 3 ] {} <Trace> HTTP-Session: 2a47df95-13b7-4444-826c-fa8b41fecc94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16044 | 2024.08.16 04:42:07.810716 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16045 | 2024.08.16 04:42:07.810762 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16046 | 2024.08.16 04:42:07.810891 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16047 | 2024.08.16 04:42:07.811160 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16048 | 2024.08.16 04:42:07.811196 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16049 | 2024.08.16 04:42:07.811534 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 16050 | 2024.08.16 04:42:07.811854 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16051 | 2024.08.16 04:42:07.812013 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
| 16052 | 2024.08.16 04:42:07.812011 [ 141 ] {} <Debug> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 16053 | 2024.08.16 04:42:07.812132 [ 141 ] {} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16054 | 2024.08.16 04:42:07.812177 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16055 | 2024.08.16 04:42:07.812269 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16056 | 2024.08.16 04:42:07.812353 [ 3 ] {315923e8-5811-4480-9c6b-5b2924de647e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16057 | 2024.08.16 04:42:07.812426 [ 3 ] {} <Debug> HTTP-Session: 2a47df95-13b7-4444-826c-fa8b41fecc94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16058 | 2024.08.16 04:42:07.812503 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 16059 | 2024.08.16 04:42:07.812720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 76147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16060 | 2024.08.16 04:42:07.812900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16061 | 2024.08.16 04:42:07.812989 [ 3 ] {} <Debug> HTTP-Session: 15937e95-9e1d-479d-b0d9-20ee59f9db7b Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16062 | 2024.08.16 04:42:07.813064 [ 3 ] {} <Debug> HTTP-Session: 15937e95-9e1d-479d-b0d9-20ee59f9db7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16063 | 2024.08.16 04:42:07.813126 [ 3 ] {} <Debug> HTTP-Session: 15937e95-9e1d-479d-b0d9-20ee59f9db7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16064 | 2024.08.16 04:42:07.813211 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16065 | 2024.08.16 04:42:07.813262 [ 3 ] {} <Trace> HTTP-Session: 15937e95-9e1d-479d-b0d9-20ee59f9db7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16066 | 2024.08.16 04:42:07.813339 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
| 16067 | 2024.08.16 04:42:07.813668 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 16068 | 2024.08.16 04:42:07.813868 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 16069 | 2024.08.16 04:42:07.814094 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 16070 | 2024.08.16 04:42:07.814261 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 16071 | 2024.08.16 04:42:07.814466 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <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 | ||
| 16072 | 2024.08.16 04:42:07.814558 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 16073 | 2024.08.16 04:42:07.814941 [ 201 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 16074 | 2024.08.16 04:42:07.816886 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16075 | 2024.08.16 04:42:07.817764 [ 198 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.005509553 sec., 7260.117109319031 rows/sec., 489.21 KiB/sec. | ||
| 16076 | 2024.08.16 04:42:07.818057 [ 187 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 16077 | 2024.08.16 04:42:07.818823 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16078 | 2024.08.16 04:42:07.818893 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16079 | 2024.08.16 04:42:07.819199 [ 187 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16080 | 2024.08.16 04:42:07.819418 [ 187 ] {a078123f-273b-48ad-9ee4-76742cba7bff::all_1_40_8} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 16081 | 2024.08.16 04:42:07.819580 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16082 | 2024.08.16 04:42:07.820056 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 16083 | 2024.08.16 04:42:07.820496 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16084 | 2024.08.16 04:42:07.820686 [ 141 ] {} <Debug> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 16085 | 2024.08.16 04:42:07.820695 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.007169 sec., 6556.005021620867 rows/sec., 11.75 MiB/sec. | ||
| 16086 | 2024.08.16 04:42:07.820750 [ 141 ] {} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16087 | 2024.08.16 04:42:07.820836 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16088 | 2024.08.16 04:42:07.821451 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 16089 | 2024.08.16 04:42:07.821623 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Debug> DynamicQueryHandler: Done processing query | ||
| 16090 | 2024.08.16 04:42:07.821716 [ 3 ] {f42b2f5c-f505-40da-8840-12c21c33bb88} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 16091 | 2024.08.16 04:42:07.821833 [ 3 ] {} <Debug> HTTP-Session: 15937e95-9e1d-479d-b0d9-20ee59f9db7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16092 | 2024.08.16 04:42:07.822167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16093 | 2024.08.16 04:42:07.822408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16094 | 2024.08.16 04:42:07.822533 [ 3 ] {} <Debug> HTTP-Session: c6997a3c-6bd3-48c1-82d9-9085f0519842 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16095 | 2024.08.16 04:42:07.822616 [ 3 ] {} <Debug> HTTP-Session: c6997a3c-6bd3-48c1-82d9-9085f0519842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16096 | 2024.08.16 04:42:07.822708 [ 3 ] {} <Debug> HTTP-Session: c6997a3c-6bd3-48c1-82d9-9085f0519842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16097 | 2024.08.16 04:42:07.822813 [ 3 ] {} <Trace> HTTP-Session: c6997a3c-6bd3-48c1-82d9-9085f0519842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16098 | 2024.08.16 04:42:07.823057 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16099 | 2024.08.16 04:42:07.823114 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16100 | 2024.08.16 04:42:07.823149 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16101 | 2024.08.16 04:42:07.823307 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1063 rows starting from the beginning of the part | ||
| 16102 | 2024.08.16 04:42:07.823849 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16103 | 2024.08.16 04:42:07.824154 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 41 rows starting from the beginning of the part | ||
| 16104 | 2024.08.16 04:42:07.824848 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
| 16105 | 2024.08.16 04:42:07.824978 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16106 | 2024.08.16 04:42:07.825068 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16107 | 2024.08.16 04:42:07.825466 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 44 rows starting from the beginning of the part | ||
| 16108 | 2024.08.16 04:42:07.826023 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part | ||
| 16109 | 2024.08.16 04:42:07.826529 [ 198 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 47 rows starting from the beginning of the part | ||
| 16110 | 2024.08.16 04:42:07.826535 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 16111 | 2024.08.16 04:42:07.827587 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16112 | 2024.08.16 04:42:07.827878 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.004894 sec., 612.9955046996322 rows/sec., 49.09 KiB/sec. | ||
| 16113 | 2024.08.16 04:42:07.828231 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16114 | 2024.08.16 04:42:07.828280 [ 3 ] {ed47e519-a28b-47f9-adb5-15eb90745e3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16115 | 2024.08.16 04:42:07.828330 [ 3 ] {} <Debug> HTTP-Session: c6997a3c-6bd3-48c1-82d9-9085f0519842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16116 | 2024.08.16 04:42:07.828506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16117 | 2024.08.16 04:42:07.828563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16118 | 2024.08.16 04:42:07.828583 [ 3 ] {} <Debug> HTTP-Session: 8be139f1-4ba9-4b09-ad76-d3c077db9f7c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16119 | 2024.08.16 04:42:07.828600 [ 3 ] {} <Debug> HTTP-Session: 8be139f1-4ba9-4b09-ad76-d3c077db9f7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16120 | 2024.08.16 04:42:07.828614 [ 3 ] {} <Debug> HTTP-Session: 8be139f1-4ba9-4b09-ad76-d3c077db9f7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16121 | 2024.08.16 04:42:07.828650 [ 3 ] {} <Trace> HTTP-Session: 8be139f1-4ba9-4b09-ad76-d3c077db9f7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16122 | 2024.08.16 04:42:07.828779 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16123 | 2024.08.16 04:42:07.828841 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16124 | 2024.08.16 04:42:07.829087 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16125 | 2024.08.16 04:42:07.829953 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16126 | 2024.08.16 04:42:07.830026 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16127 | 2024.08.16 04:42:07.831089 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16128 | 2024.08.16 04:42:07.831990 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16129 | 2024.08.16 04:42:07.832389 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003634 sec., 22564.667033571823 rows/sec., 1.43 MiB/sec. | ||
| 16130 | 2024.08.16 04:42:07.832782 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Debug> DynamicQueryHandler: Done processing query | ||
| 16131 | 2024.08.16 04:42:07.832830 [ 3 ] {ff6a12d0-16eb-4896-a55d-1f3f47743467} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16132 | 2024.08.16 04:42:07.832847 [ 3 ] {} <Debug> HTTP-Session: 8be139f1-4ba9-4b09-ad76-d3c077db9f7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16133 | 2024.08.16 04:42:07.836000 [ 193 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1203 rows, containing 19 columns (19 merged, 0 gathered) in 0.015003393 sec., 80181.86286262047 rows/sec., 143.68 MiB/sec. | ||
| 16134 | 2024.08.16 04:42:07.837096 [ 188 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 16135 | 2024.08.16 04:42:07.837685 [ 188 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16136 | 2024.08.16 04:42:07.837766 [ 188 ] {e73b78a3-0ef6-4378-88b2-77562889b122::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 16137 | 2024.08.16 04:42:07.837908 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
| 16138 | 2024.08.16 04:42:12.807282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16139 | 2024.08.16 04:42:12.807410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16140 | 2024.08.16 04:42:12.807438 [ 3 ] {} <Debug> HTTP-Session: 78fcb509-1440-4136-9968-a9c49c0a8ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16141 | 2024.08.16 04:42:12.807465 [ 3 ] {} <Debug> HTTP-Session: 78fcb509-1440-4136-9968-a9c49c0a8ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16142 | 2024.08.16 04:42:12.807483 [ 3 ] {} <Debug> HTTP-Session: 78fcb509-1440-4136-9968-a9c49c0a8ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16143 | 2024.08.16 04:42:12.807537 [ 3 ] {} <Trace> HTTP-Session: 78fcb509-1440-4136-9968-a9c49c0a8ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16144 | 2024.08.16 04:42:12.807726 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16145 | 2024.08.16 04:42:12.807796 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 16146 | 2024.08.16 04:42:12.808015 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16147 | 2024.08.16 04:42:12.808471 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16148 | 2024.08.16 04:42:12.808510 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16149 | 2024.08.16 04:42:12.808876 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 16150 | 2024.08.16 04:42:12.809222 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16151 | 2024.08.16 04:42:12.809367 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.0017 sec., 2352.9411764705883 rows/sec., 190.72 KiB/sec. | ||
| 16152 | 2024.08.16 04:42:12.809583 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16153 | 2024.08.16 04:42:12.809610 [ 3 ] {1c2be4bb-b451-41e1-b099-28e605bce45a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16154 | 2024.08.16 04:42:12.809627 [ 3 ] {} <Debug> HTTP-Session: 78fcb509-1440-4136-9968-a9c49c0a8ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16155 | 2024.08.16 04:42:12.809780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16156 | 2024.08.16 04:42:12.809835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16157 | 2024.08.16 04:42:12.809855 [ 3 ] {} <Debug> HTTP-Session: 4ecdc297-5bb7-4eff-a4f5-43d7fba33c30 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16158 | 2024.08.16 04:42:12.809874 [ 3 ] {} <Debug> HTTP-Session: 4ecdc297-5bb7-4eff-a4f5-43d7fba33c30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16159 | 2024.08.16 04:42:12.809888 [ 3 ] {} <Debug> HTTP-Session: 4ecdc297-5bb7-4eff-a4f5-43d7fba33c30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16160 | 2024.08.16 04:42:12.809923 [ 3 ] {} <Trace> HTTP-Session: 4ecdc297-5bb7-4eff-a4f5-43d7fba33c30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16161 | 2024.08.16 04:42:12.810024 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16162 | 2024.08.16 04:42:12.810068 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16163 | 2024.08.16 04:42:12.810199 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16164 | 2024.08.16 04:42:12.810500 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16165 | 2024.08.16 04:42:12.810535 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16166 | 2024.08.16 04:42:12.810836 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 16167 | 2024.08.16 04:42:12.811145 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16168 | 2024.08.16 04:42:12.811279 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 115.52 KiB/sec. | ||
| 16169 | 2024.08.16 04:42:12.811445 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Debug> DynamicQueryHandler: Done processing query | ||
| 16170 | 2024.08.16 04:42:12.811471 [ 3 ] {133785b2-2dde-4454-b4b8-ecd6d0392630} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16171 | 2024.08.16 04:42:12.811486 [ 3 ] {} <Debug> HTTP-Session: 4ecdc297-5bb7-4eff-a4f5-43d7fba33c30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16172 | 2024.08.16 04:42:12.811745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 175106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16173 | 2024.08.16 04:42:12.811795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16174 | 2024.08.16 04:42:12.811813 [ 3 ] {} <Debug> HTTP-Session: 91a346a9-019b-4584-b0e3-85e434fa1fa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16175 | 2024.08.16 04:42:12.811831 [ 3 ] {} <Debug> HTTP-Session: 91a346a9-019b-4584-b0e3-85e434fa1fa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16176 | 2024.08.16 04:42:12.811845 [ 3 ] {} <Debug> HTTP-Session: 91a346a9-019b-4584-b0e3-85e434fa1fa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16177 | 2024.08.16 04:42:12.811875 [ 3 ] {} <Trace> HTTP-Session: 91a346a9-019b-4584-b0e3-85e434fa1fa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16178 | 2024.08.16 04:42:12.812312 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16179 | 2024.08.16 04:42:12.812356 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16180 | 2024.08.16 04:42:12.812482 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16181 | 2024.08.16 04:42:12.813611 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16182 | 2024.08.16 04:42:12.813648 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16183 | 2024.08.16 04:42:12.814027 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16184 | 2024.08.16 04:42:12.814339 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16185 | 2024.08.16 04:42:12.814462 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Debug> executeQuery: Read 1212 rows, 101.86 KiB in 0.002455 sec., 493686.3543788187 rows/sec., 40.52 MiB/sec. | ||
| 16186 | 2024.08.16 04:42:12.814709 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Debug> DynamicQueryHandler: Done processing query | ||
| 16187 | 2024.08.16 04:42:12.814767 [ 3 ] {0577fc06-9015-49bb-a2b1-f30bb59f2b16} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 16188 | 2024.08.16 04:42:12.814820 [ 3 ] {} <Debug> HTTP-Session: 91a346a9-019b-4584-b0e3-85e434fa1fa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16189 | 2024.08.16 04:42:12.815056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16190 | 2024.08.16 04:42:12.815108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16191 | 2024.08.16 04:42:12.815128 [ 3 ] {} <Debug> HTTP-Session: 9dbb41eb-3ab6-4015-ac7c-36e5157f24d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16192 | 2024.08.16 04:42:12.815145 [ 3 ] {} <Debug> HTTP-Session: 9dbb41eb-3ab6-4015-ac7c-36e5157f24d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16193 | 2024.08.16 04:42:12.815159 [ 3 ] {} <Debug> HTTP-Session: 9dbb41eb-3ab6-4015-ac7c-36e5157f24d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16194 | 2024.08.16 04:42:12.815189 [ 3 ] {} <Trace> HTTP-Session: 9dbb41eb-3ab6-4015-ac7c-36e5157f24d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16195 | 2024.08.16 04:42:12.815286 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16196 | 2024.08.16 04:42:12.815329 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16197 | 2024.08.16 04:42:12.815471 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16198 | 2024.08.16 04:42:12.815799 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16199 | 2024.08.16 04:42:12.815834 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16200 | 2024.08.16 04:42:12.816135 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 16201 | 2024.08.16 04:42:12.816453 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16202 | 2024.08.16 04:42:12.816589 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001328 sec., 1506.0240963855422 rows/sec., 94.13 KiB/sec. | ||
| 16203 | 2024.08.16 04:42:12.816786 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 16204 | 2024.08.16 04:42:12.816811 [ 3 ] {99711f68-bd97-46aa-b8b3-92e6a2ca52fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16205 | 2024.08.16 04:42:12.816826 [ 3 ] {} <Debug> HTTP-Session: 9dbb41eb-3ab6-4015-ac7c-36e5157f24d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16206 | 2024.08.16 04:42:12.816974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 30459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16207 | 2024.08.16 04:42:12.817023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16208 | 2024.08.16 04:42:12.817042 [ 3 ] {} <Debug> HTTP-Session: faad866e-8f89-40dd-a29e-c1c32aab98ea Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16209 | 2024.08.16 04:42:12.817059 [ 3 ] {} <Debug> HTTP-Session: faad866e-8f89-40dd-a29e-c1c32aab98ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16210 | 2024.08.16 04:42:12.817072 [ 3 ] {} <Debug> HTTP-Session: faad866e-8f89-40dd-a29e-c1c32aab98ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16211 | 2024.08.16 04:42:12.817105 [ 3 ] {} <Trace> HTTP-Session: faad866e-8f89-40dd-a29e-c1c32aab98ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16212 | 2024.08.16 04:42:12.817304 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16213 | 2024.08.16 04:42:12.817345 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16214 | 2024.08.16 04:42:12.817482 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16215 | 2024.08.16 04:42:12.817906 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16216 | 2024.08.16 04:42:12.817942 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16217 | 2024.08.16 04:42:12.818269 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16218 | 2024.08.16 04:42:12.818581 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16219 | 2024.08.16 04:42:12.818740 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001549 sec., 147191.7366042608 rows/sec., 9.97 MiB/sec. | ||
| 16220 | 2024.08.16 04:42:12.818955 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Debug> DynamicQueryHandler: Done processing query | ||
| 16221 | 2024.08.16 04:42:12.818991 [ 3 ] {be1dd51c-61bf-4da0-be6f-73c70ffdb743} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 16222 | 2024.08.16 04:42:12.819016 [ 3 ] {} <Debug> HTTP-Session: faad866e-8f89-40dd-a29e-c1c32aab98ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16223 | 2024.08.16 04:42:12.819237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 88741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16224 | 2024.08.16 04:42:12.819286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16225 | 2024.08.16 04:42:12.819306 [ 3 ] {} <Debug> HTTP-Session: f3d7d806-3ea8-4559-bbc9-0c58b3b57c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16226 | 2024.08.16 04:42:12.819322 [ 3 ] {} <Debug> HTTP-Session: f3d7d806-3ea8-4559-bbc9-0c58b3b57c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16227 | 2024.08.16 04:42:12.819336 [ 3 ] {} <Debug> HTTP-Session: f3d7d806-3ea8-4559-bbc9-0c58b3b57c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16228 | 2024.08.16 04:42:12.819366 [ 3 ] {} <Trace> HTTP-Session: f3d7d806-3ea8-4559-bbc9-0c58b3b57c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16229 | 2024.08.16 04:42:12.819710 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16230 | 2024.08.16 04:42:12.819753 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16231 | 2024.08.16 04:42:12.819880 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16232 | 2024.08.16 04:42:12.820521 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16233 | 2024.08.16 04:42:12.820558 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16234 | 2024.08.16 04:42:12.820895 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16235 | 2024.08.16 04:42:12.821211 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16236 | 2024.08.16 04:42:12.821360 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Debug> executeQuery: Read 538 rows, 40.71 KiB in 0.001891 sec., 284505.5526176626 rows/sec., 21.02 MiB/sec. | ||
| 16237 | 2024.08.16 04:42:12.821535 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Debug> DynamicQueryHandler: Done processing query | ||
| 16238 | 2024.08.16 04:42:12.821559 [ 3 ] {26dd4483-8bb0-4ff7-91dd-811503568893} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 16239 | 2024.08.16 04:42:12.821575 [ 3 ] {} <Debug> HTTP-Session: f3d7d806-3ea8-4559-bbc9-0c58b3b57c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16240 | 2024.08.16 04:42:12.821823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 160825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16241 | 2024.08.16 04:42:12.821873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16242 | 2024.08.16 04:42:12.821892 [ 3 ] {} <Debug> HTTP-Session: fe5161c2-7fe7-487d-b10d-8142329ce66d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16243 | 2024.08.16 04:42:12.821908 [ 3 ] {} <Debug> HTTP-Session: fe5161c2-7fe7-487d-b10d-8142329ce66d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16244 | 2024.08.16 04:42:12.821922 [ 3 ] {} <Debug> HTTP-Session: fe5161c2-7fe7-487d-b10d-8142329ce66d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16245 | 2024.08.16 04:42:12.821953 [ 3 ] {} <Trace> HTTP-Session: fe5161c2-7fe7-487d-b10d-8142329ce66d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16246 | 2024.08.16 04:42:12.822374 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16247 | 2024.08.16 04:42:12.822422 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16248 | 2024.08.16 04:42:12.822574 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16249 | 2024.08.16 04:42:12.823423 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16250 | 2024.08.16 04:42:12.823459 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16251 | 2024.08.16 04:42:12.823913 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16252 | 2024.08.16 04:42:12.824263 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16253 | 2024.08.16 04:42:12.824424 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Debug> executeQuery: Read 846 rows, 58.29 KiB in 0.002315 sec., 365442.7645788337 rows/sec., 24.59 MiB/sec. | ||
| 16254 | 2024.08.16 04:42:12.824693 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Debug> DynamicQueryHandler: Done processing query | ||
| 16255 | 2024.08.16 04:42:12.824755 [ 3 ] {b45cf988-e915-4415-a3da-d53b6df251da} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 16256 | 2024.08.16 04:42:12.824809 [ 3 ] {} <Debug> HTTP-Session: fe5161c2-7fe7-487d-b10d-8142329ce66d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16257 | 2024.08.16 04:42:12.825061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16258 | 2024.08.16 04:42:12.825115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16259 | 2024.08.16 04:42:12.825134 [ 3 ] {} <Debug> HTTP-Session: 2a53a15a-e7ef-4428-b73f-735cf208f8e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16260 | 2024.08.16 04:42:12.825151 [ 3 ] {} <Debug> HTTP-Session: 2a53a15a-e7ef-4428-b73f-735cf208f8e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16261 | 2024.08.16 04:42:12.825166 [ 3 ] {} <Debug> HTTP-Session: 2a53a15a-e7ef-4428-b73f-735cf208f8e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16262 | 2024.08.16 04:42:12.825197 [ 3 ] {} <Trace> HTTP-Session: 2a53a15a-e7ef-4428-b73f-735cf208f8e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16263 | 2024.08.16 04:42:12.825329 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 16264 | 2024.08.16 04:42:12.825400 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <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 | ||
| 16265 | 2024.08.16 04:42:12.825826 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16266 | 2024.08.16 04:42:12.826336 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16267 | 2024.08.16 04:42:12.826373 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16268 | 2024.08.16 04:42:12.826961 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 16269 | 2024.08.16 04:42:12.827380 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16270 | 2024.08.16 04:42:12.827573 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.0023 sec., 1739.1304347826087 rows/sec., 3.12 MiB/sec. | ||
| 16271 | 2024.08.16 04:42:12.827804 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 16272 | 2024.08.16 04:42:12.827830 [ 3 ] {acdede98-5485-4960-9115-9bfde5bc9cc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 16273 | 2024.08.16 04:42:12.827847 [ 3 ] {} <Debug> HTTP-Session: 2a53a15a-e7ef-4428-b73f-735cf208f8e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16274 | 2024.08.16 04:42:12.827976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16275 | 2024.08.16 04:42:12.828025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16276 | 2024.08.16 04:42:12.828045 [ 3 ] {} <Debug> HTTP-Session: a38cc064-248f-4874-b011-7316ce02b84f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16277 | 2024.08.16 04:42:12.828061 [ 3 ] {} <Debug> HTTP-Session: a38cc064-248f-4874-b011-7316ce02b84f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16278 | 2024.08.16 04:42:12.828075 [ 3 ] {} <Debug> HTTP-Session: a38cc064-248f-4874-b011-7316ce02b84f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16279 | 2024.08.16 04:42:12.828107 [ 3 ] {} <Trace> HTTP-Session: a38cc064-248f-4874-b011-7316ce02b84f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16280 | 2024.08.16 04:42:12.828219 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16281 | 2024.08.16 04:42:12.828263 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16282 | 2024.08.16 04:42:12.828389 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16283 | 2024.08.16 04:42:12.828687 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16284 | 2024.08.16 04:42:12.828723 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16285 | 2024.08.16 04:42:12.829086 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16286 | 2024.08.16 04:42:12.829418 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16287 | 2024.08.16 04:42:12.829580 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
| 16288 | 2024.08.16 04:42:12.829767 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Debug> DynamicQueryHandler: Done processing query | ||
| 16289 | 2024.08.16 04:42:12.829804 [ 3 ] {17b0395e-6be1-4cd9-be59-0b8b4f85d991} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16290 | 2024.08.16 04:42:12.829837 [ 3 ] {} <Debug> HTTP-Session: a38cc064-248f-4874-b011-7316ce02b84f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16291 | 2024.08.16 04:42:17.784353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16292 | 2024.08.16 04:42:17.784487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16293 | 2024.08.16 04:42:17.784516 [ 3 ] {} <Debug> HTTP-Session: e3fb063d-fd1b-405b-babf-4a60f63c933d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16294 | 2024.08.16 04:42:17.784543 [ 3 ] {} <Debug> HTTP-Session: e3fb063d-fd1b-405b-babf-4a60f63c933d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16295 | 2024.08.16 04:42:17.784562 [ 3 ] {} <Debug> HTTP-Session: e3fb063d-fd1b-405b-babf-4a60f63c933d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16296 | 2024.08.16 04:42:17.784616 [ 3 ] {} <Trace> HTTP-Session: e3fb063d-fd1b-405b-babf-4a60f63c933d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16297 | 2024.08.16 04:42:17.784822 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16298 | 2024.08.16 04:42:17.784894 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 16299 | 2024.08.16 04:42:17.785106 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16300 | 2024.08.16 04:42:17.785591 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16301 | 2024.08.16 04:42:17.785632 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16302 | 2024.08.16 04:42:17.786018 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 16303 | 2024.08.16 04:42:17.786352 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16304 | 2024.08.16 04:42:17.786497 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.001748 sec., 26887.871853546912 rows/sec., 2.13 MiB/sec. | ||
| 16305 | 2024.08.16 04:42:17.786709 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Debug> DynamicQueryHandler: Done processing query | ||
| 16306 | 2024.08.16 04:42:17.786735 [ 3 ] {19149174-b6a2-4b5d-9b70-553b9e1bad41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16307 | 2024.08.16 04:42:17.786751 [ 3 ] {} <Debug> HTTP-Session: e3fb063d-fd1b-405b-babf-4a60f63c933d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16308 | 2024.08.16 04:42:17.786903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16309 | 2024.08.16 04:42:17.786959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16310 | 2024.08.16 04:42:17.786979 [ 3 ] {} <Debug> HTTP-Session: a46d5347-302b-40fd-a7e7-8c02ea0f30e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16311 | 2024.08.16 04:42:17.786999 [ 3 ] {} <Debug> HTTP-Session: a46d5347-302b-40fd-a7e7-8c02ea0f30e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16312 | 2024.08.16 04:42:17.787013 [ 3 ] {} <Debug> HTTP-Session: a46d5347-302b-40fd-a7e7-8c02ea0f30e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16313 | 2024.08.16 04:42:17.787048 [ 3 ] {} <Trace> HTTP-Session: a46d5347-302b-40fd-a7e7-8c02ea0f30e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16314 | 2024.08.16 04:42:17.787149 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16315 | 2024.08.16 04:42:17.787195 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16316 | 2024.08.16 04:42:17.787326 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16317 | 2024.08.16 04:42:17.787638 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16318 | 2024.08.16 04:42:17.787675 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16319 | 2024.08.16 04:42:17.787974 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16320 | 2024.08.16 04:42:17.788276 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16321 | 2024.08.16 04:42:17.788411 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001285 sec., 778.2101167315176 rows/sec., 57.76 KiB/sec. | ||
| 16322 | 2024.08.16 04:42:17.788615 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 16323 | 2024.08.16 04:42:17.788641 [ 3 ] {2d036f0b-e1c2-4c29-b19e-51d78e96f8b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16324 | 2024.08.16 04:42:17.788657 [ 3 ] {} <Debug> HTTP-Session: a46d5347-302b-40fd-a7e7-8c02ea0f30e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16325 | 2024.08.16 04:42:17.788840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 49966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16326 | 2024.08.16 04:42:17.788890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16327 | 2024.08.16 04:42:17.788910 [ 3 ] {} <Debug> HTTP-Session: 9e51721d-07cd-4c24-8013-e8a4f5cad444 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16328 | 2024.08.16 04:42:17.788929 [ 3 ] {} <Debug> HTTP-Session: 9e51721d-07cd-4c24-8013-e8a4f5cad444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16329 | 2024.08.16 04:42:17.788943 [ 3 ] {} <Debug> HTTP-Session: 9e51721d-07cd-4c24-8013-e8a4f5cad444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16330 | 2024.08.16 04:42:17.788974 [ 3 ] {} <Trace> HTTP-Session: 9e51721d-07cd-4c24-8013-e8a4f5cad444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16331 | 2024.08.16 04:42:17.789167 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16332 | 2024.08.16 04:42:17.789210 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16333 | 2024.08.16 04:42:17.789347 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16334 | 2024.08.16 04:42:17.789901 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16335 | 2024.08.16 04:42:17.789939 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16336 | 2024.08.16 04:42:17.790273 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16337 | 2024.08.16 04:42:17.790587 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16338 | 2024.08.16 04:42:17.790735 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Debug> executeQuery: Read 332 rows, 29.78 KiB in 0.001672 sec., 198564.5933014354 rows/sec., 17.40 MiB/sec. | ||
| 16339 | 2024.08.16 04:42:17.790910 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Debug> DynamicQueryHandler: Done processing query | ||
| 16340 | 2024.08.16 04:42:17.790935 [ 3 ] {7fd6b24b-0f60-482b-b8c8-5da30af7fccd} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 16341 | 2024.08.16 04:42:17.790951 [ 3 ] {} <Debug> HTTP-Session: 9e51721d-07cd-4c24-8013-e8a4f5cad444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16342 | 2024.08.16 04:42:17.791137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16343 | 2024.08.16 04:42:17.791187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16344 | 2024.08.16 04:42:17.791205 [ 3 ] {} <Debug> HTTP-Session: b1acb5f8-b621-4021-a600-e6da86964102 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16345 | 2024.08.16 04:42:17.791222 [ 3 ] {} <Debug> HTTP-Session: b1acb5f8-b621-4021-a600-e6da86964102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16346 | 2024.08.16 04:42:17.791237 [ 3 ] {} <Debug> HTTP-Session: b1acb5f8-b621-4021-a600-e6da86964102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16347 | 2024.08.16 04:42:17.791268 [ 3 ] {} <Trace> HTTP-Session: b1acb5f8-b621-4021-a600-e6da86964102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16348 | 2024.08.16 04:42:17.791359 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16349 | 2024.08.16 04:42:17.791400 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16350 | 2024.08.16 04:42:17.791528 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16351 | 2024.08.16 04:42:17.791806 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16352 | 2024.08.16 04:42:17.791843 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16353 | 2024.08.16 04:42:17.792135 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16354 | 2024.08.16 04:42:17.792436 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16355 | 2024.08.16 04:42:17.792595 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.00125 sec., 800 rows/sec., 50.00 KiB/sec. | ||
| 16356 | 2024.08.16 04:42:17.792892 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 16357 | 2024.08.16 04:42:17.792934 [ 3 ] {7278256a-2701-43d0-9ac5-1c20f09650c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16358 | 2024.08.16 04:42:17.792951 [ 3 ] {} <Debug> HTTP-Session: b1acb5f8-b621-4021-a600-e6da86964102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16359 | 2024.08.16 04:42:17.793064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16360 | 2024.08.16 04:42:17.793114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16361 | 2024.08.16 04:42:17.793133 [ 3 ] {} <Debug> HTTP-Session: 5a8200fe-4bba-4829-8977-0bd4b4884cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16362 | 2024.08.16 04:42:17.793151 [ 3 ] {} <Debug> HTTP-Session: 5a8200fe-4bba-4829-8977-0bd4b4884cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16363 | 2024.08.16 04:42:17.793165 [ 3 ] {} <Debug> HTTP-Session: 5a8200fe-4bba-4829-8977-0bd4b4884cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16364 | 2024.08.16 04:42:17.793196 [ 3 ] {} <Trace> HTTP-Session: 5a8200fe-4bba-4829-8977-0bd4b4884cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16365 | 2024.08.16 04:42:17.793297 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16366 | 2024.08.16 04:42:17.793340 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16367 | 2024.08.16 04:42:17.793484 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16368 | 2024.08.16 04:42:17.793781 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16369 | 2024.08.16 04:42:17.793817 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16370 | 2024.08.16 04:42:17.794126 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16371 | 2024.08.16 04:42:17.794424 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16372 | 2024.08.16 04:42:17.794577 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001301 sec., 10760.953112990008 rows/sec., 753.63 KiB/sec. | ||
| 16373 | 2024.08.16 04:42:17.794742 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 16374 | 2024.08.16 04:42:17.794767 [ 3 ] {bd01d3a2-d50e-4d15-a656-a8ed246a23d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16375 | 2024.08.16 04:42:17.794784 [ 3 ] {} <Debug> HTTP-Session: 5a8200fe-4bba-4829-8977-0bd4b4884cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16376 | 2024.08.16 04:42:17.794893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16377 | 2024.08.16 04:42:17.794942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16378 | 2024.08.16 04:42:17.794961 [ 3 ] {} <Debug> HTTP-Session: b2c0e8b9-df1f-498a-977e-e0b91c14263f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16379 | 2024.08.16 04:42:17.794978 [ 3 ] {} <Debug> HTTP-Session: b2c0e8b9-df1f-498a-977e-e0b91c14263f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16380 | 2024.08.16 04:42:17.794992 [ 3 ] {} <Debug> HTTP-Session: b2c0e8b9-df1f-498a-977e-e0b91c14263f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16381 | 2024.08.16 04:42:17.795022 [ 3 ] {} <Trace> HTTP-Session: b2c0e8b9-df1f-498a-977e-e0b91c14263f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16382 | 2024.08.16 04:42:17.795121 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16383 | 2024.08.16 04:42:17.795163 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16384 | 2024.08.16 04:42:17.795290 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16385 | 2024.08.16 04:42:17.795574 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16386 | 2024.08.16 04:42:17.795610 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16387 | 2024.08.16 04:42:17.795912 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 16388 | 2024.08.16 04:42:17.796215 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16389 | 2024.08.16 04:42:17.796375 [ 131 ] {} <Debug> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 16390 | 2024.08.16 04:42:17.796381 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001271 sec., 4720.692368214005 rows/sec., 278.91 KiB/sec. | ||
| 16391 | 2024.08.16 04:42:17.796468 [ 131 ] {} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16392 | 2024.08.16 04:42:17.796537 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16393 | 2024.08.16 04:42:17.796773 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Debug> DynamicQueryHandler: Done processing query | ||
| 16394 | 2024.08.16 04:42:17.796831 [ 197 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 16395 | 2024.08.16 04:42:17.796847 [ 3 ] {4e4d72bf-29f5-4768-963a-e3dc98c03b34} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16396 | 2024.08.16 04:42:17.796960 [ 3 ] {} <Debug> HTTP-Session: b2c0e8b9-df1f-498a-977e-e0b91c14263f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16397 | 2024.08.16 04:42:17.797199 [ 197 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16398 | 2024.08.16 04:42:17.797270 [ 197 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part | ||
| 16399 | 2024.08.16 04:42:17.797271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 70874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16400 | 2024.08.16 04:42:17.797410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16401 | 2024.08.16 04:42:17.797502 [ 3 ] {} <Debug> HTTP-Session: cfb70f16-a1c8-4020-b4ec-2096b20786f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16402 | 2024.08.16 04:42:17.797503 [ 197 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 16403 | 2024.08.16 04:42:17.797559 [ 3 ] {} <Debug> HTTP-Session: cfb70f16-a1c8-4020-b4ec-2096b20786f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16404 | 2024.08.16 04:42:17.797603 [ 3 ] {} <Debug> HTTP-Session: cfb70f16-a1c8-4020-b4ec-2096b20786f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16405 | 2024.08.16 04:42:17.797780 [ 3 ] {} <Trace> HTTP-Session: cfb70f16-a1c8-4020-b4ec-2096b20786f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16406 | 2024.08.16 04:42:17.797841 [ 197 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 16407 | 2024.08.16 04:42:17.798124 [ 197 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 16408 | 2024.08.16 04:42:17.798264 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16409 | 2024.08.16 04:42:17.798372 [ 197 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 16410 | 2024.08.16 04:42:17.798420 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16411 | 2024.08.16 04:42:17.799112 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16412 | 2024.08.16 04:42:17.800218 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16413 | 2024.08.16 04:42:17.800285 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16414 | 2024.08.16 04:42:17.800680 [ 193 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004026278 sec., 7451.050324890631 rows/sec., 443.86 KiB/sec. | ||
| 16415 | 2024.08.16 04:42:17.800890 [ 193 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 16416 | 2024.08.16 04:42:17.801040 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16417 | 2024.08.16 04:42:17.801712 [ 193 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16418 | 2024.08.16 04:42:17.801872 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16419 | 2024.08.16 04:42:17.801911 [ 193 ] {16b9fde2-b90d-4b9c-9176-3557bcc0d26f::all_1_41_10} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 16420 | 2024.08.16 04:42:17.802086 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 16421 | 2024.08.16 04:42:17.802194 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Debug> executeQuery: Read 436 rows, 31.94 KiB in 0.004177 sec., 104381.13478573138 rows/sec., 7.47 MiB/sec. | ||
| 16422 | 2024.08.16 04:42:17.802393 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Debug> DynamicQueryHandler: Done processing query | ||
| 16423 | 2024.08.16 04:42:17.802419 [ 3 ] {2b4dc087-a536-44a6-99c6-2867a9b56790} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 16424 | 2024.08.16 04:42:17.802435 [ 3 ] {} <Debug> HTTP-Session: cfb70f16-a1c8-4020-b4ec-2096b20786f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16425 | 2024.08.16 04:42:17.802667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16426 | 2024.08.16 04:42:17.802716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16427 | 2024.08.16 04:42:17.802736 [ 3 ] {} <Debug> HTTP-Session: 1acaf20a-2c5d-4d0e-ac0b-1e0fd1401cd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16428 | 2024.08.16 04:42:17.802752 [ 3 ] {} <Debug> HTTP-Session: 1acaf20a-2c5d-4d0e-ac0b-1e0fd1401cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16429 | 2024.08.16 04:42:17.802766 [ 3 ] {} <Debug> HTTP-Session: 1acaf20a-2c5d-4d0e-ac0b-1e0fd1401cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16430 | 2024.08.16 04:42:17.802797 [ 3 ] {} <Trace> HTTP-Session: 1acaf20a-2c5d-4d0e-ac0b-1e0fd1401cd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16431 | 2024.08.16 04:42:17.802894 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16432 | 2024.08.16 04:42:17.802938 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16433 | 2024.08.16 04:42:17.803083 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16434 | 2024.08.16 04:42:17.803361 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16435 | 2024.08.16 04:42:17.803397 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16436 | 2024.08.16 04:42:17.803753 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 16437 | 2024.08.16 04:42:17.804070 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16438 | 2024.08.16 04:42:17.804232 [ 131 ] {} <Debug> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 16439 | 2024.08.16 04:42:17.804240 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. | ||
| 16440 | 2024.08.16 04:42:17.804293 [ 131 ] {} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16441 | 2024.08.16 04:42:17.804365 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16442 | 2024.08.16 04:42:17.804548 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Debug> DynamicQueryHandler: Done processing query | ||
| 16443 | 2024.08.16 04:42:17.804560 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::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 | ||
| 16444 | 2024.08.16 04:42:17.804583 [ 3 ] {e0cc1aae-61d8-4f2f-96bb-ff33b7368687} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16445 | 2024.08.16 04:42:17.804642 [ 3 ] {} <Debug> HTTP-Session: 1acaf20a-2c5d-4d0e-ac0b-1e0fd1401cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16446 | 2024.08.16 04:42:17.804766 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16447 | 2024.08.16 04:42:17.804817 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 16448 | 2024.08.16 04:42:17.804836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 44813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16449 | 2024.08.16 04:42:17.804983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16450 | 2024.08.16 04:42:17.805010 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 16451 | 2024.08.16 04:42:17.805063 [ 3 ] {} <Debug> HTTP-Session: 288945cf-4097-45f4-8f7b-a7e3f346b128 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16452 | 2024.08.16 04:42:17.805134 [ 3 ] {} <Debug> HTTP-Session: 288945cf-4097-45f4-8f7b-a7e3f346b128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16453 | 2024.08.16 04:42:17.805214 [ 3 ] {} <Debug> HTTP-Session: 288945cf-4097-45f4-8f7b-a7e3f346b128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16454 | 2024.08.16 04:42:17.805348 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 16455 | 2024.08.16 04:42:17.805364 [ 3 ] {} <Trace> HTTP-Session: 288945cf-4097-45f4-8f7b-a7e3f346b128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16456 | 2024.08.16 04:42:17.805635 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 16457 | 2024.08.16 04:42:17.805791 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 16458 | 2024.08.16 04:42:17.805869 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16459 | 2024.08.16 04:42:17.806068 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16460 | 2024.08.16 04:42:17.806179 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 16461 | 2024.08.16 04:42:17.806919 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16462 | 2024.08.16 04:42:17.807901 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16463 | 2024.08.16 04:42:17.807980 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16464 | 2024.08.16 04:42:17.808785 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004316375 sec., 56992.26781732357 rows/sec., 2.91 MiB/sec. | ||
| 16465 | 2024.08.16 04:42:17.808977 [ 193 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 16466 | 2024.08.16 04:42:17.809044 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16467 | 2024.08.16 04:42:17.809810 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16468 | 2024.08.16 04:42:17.809916 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16469 | 2024.08.16 04:42:17.809963 [ 192 ] {ca56ab78-2f5f-496b-b4d7-4d1739aaad47::all_1_41_8} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 16470 | 2024.08.16 04:42:17.810166 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 16471 | 2024.08.16 04:42:17.810170 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.004591 sec., 51840.55761272054 rows/sec., 3.47 MiB/sec. | ||
| 16472 | 2024.08.16 04:42:17.810379 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16473 | 2024.08.16 04:42:17.810405 [ 3 ] {35d78dfa-4ec2-4431-b7ed-2aa46de1786f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16474 | 2024.08.16 04:42:17.810421 [ 3 ] {} <Debug> HTTP-Session: 288945cf-4097-45f4-8f7b-a7e3f346b128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16475 | 2024.08.16 04:42:17.810597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16476 | 2024.08.16 04:42:17.810646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16477 | 2024.08.16 04:42:17.810665 [ 3 ] {} <Debug> HTTP-Session: 07660208-4f66-4d03-ad3f-f0f46c64f2ca Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16478 | 2024.08.16 04:42:17.810682 [ 3 ] {} <Debug> HTTP-Session: 07660208-4f66-4d03-ad3f-f0f46c64f2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16479 | 2024.08.16 04:42:17.810697 [ 3 ] {} <Debug> HTTP-Session: 07660208-4f66-4d03-ad3f-f0f46c64f2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16480 | 2024.08.16 04:42:17.810729 [ 3 ] {} <Trace> HTTP-Session: 07660208-4f66-4d03-ad3f-f0f46c64f2ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16481 | 2024.08.16 04:42:17.810822 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16482 | 2024.08.16 04:42:17.810866 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16483 | 2024.08.16 04:42:17.811005 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16484 | 2024.08.16 04:42:17.811289 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16485 | 2024.08.16 04:42:17.811325 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16486 | 2024.08.16 04:42:17.811677 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 16487 | 2024.08.16 04:42:17.811994 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16488 | 2024.08.16 04:42:17.812178 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
| 16489 | 2024.08.16 04:42:17.812456 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Debug> DynamicQueryHandler: Done processing query | ||
| 16490 | 2024.08.16 04:42:17.812501 [ 3 ] {3927bf14-09f4-4194-b155-7e61357a3df7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16491 | 2024.08.16 04:42:17.812517 [ 3 ] {} <Debug> HTTP-Session: 07660208-4f66-4d03-ad3f-f0f46c64f2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16492 | 2024.08.16 04:42:17.812688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 76161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16493 | 2024.08.16 04:42:17.812738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16494 | 2024.08.16 04:42:17.812758 [ 3 ] {} <Debug> HTTP-Session: 507e9932-c622-418f-86cb-285555fb28d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16495 | 2024.08.16 04:42:17.812775 [ 3 ] {} <Debug> HTTP-Session: 507e9932-c622-418f-86cb-285555fb28d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16496 | 2024.08.16 04:42:17.812789 [ 3 ] {} <Debug> HTTP-Session: 507e9932-c622-418f-86cb-285555fb28d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16497 | 2024.08.16 04:42:17.812819 [ 3 ] {} <Trace> HTTP-Session: 507e9932-c622-418f-86cb-285555fb28d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16498 | 2024.08.16 04:42:17.813328 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 16499 | 2024.08.16 04:42:17.813401 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <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 | ||
| 16500 | 2024.08.16 04:42:17.813841 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16501 | 2024.08.16 04:42:17.814743 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16502 | 2024.08.16 04:42:17.814781 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16503 | 2024.08.16 04:42:17.815444 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 16504 | 2024.08.16 04:42:17.815851 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16505 | 2024.08.16 04:42:17.816034 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.003081 sec., 15254.78740668614 rows/sec., 27.34 MiB/sec. | ||
| 16506 | 2024.08.16 04:42:17.816267 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Debug> DynamicQueryHandler: Done processing query | ||
| 16507 | 2024.08.16 04:42:17.816292 [ 3 ] {bf122820-48ca-48b9-900b-d02aea403173} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 16508 | 2024.08.16 04:42:17.816309 [ 3 ] {} <Debug> HTTP-Session: 507e9932-c622-418f-86cb-285555fb28d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16509 | 2024.08.16 04:42:17.816438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16510 | 2024.08.16 04:42:17.816486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16511 | 2024.08.16 04:42:17.816506 [ 3 ] {} <Debug> HTTP-Session: 6cb265e4-2f1f-440f-baa9-faa9e3cf0df9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16512 | 2024.08.16 04:42:17.816523 [ 3 ] {} <Debug> HTTP-Session: 6cb265e4-2f1f-440f-baa9-faa9e3cf0df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16513 | 2024.08.16 04:42:17.816537 [ 3 ] {} <Debug> HTTP-Session: 6cb265e4-2f1f-440f-baa9-faa9e3cf0df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16514 | 2024.08.16 04:42:17.816568 [ 3 ] {} <Trace> HTTP-Session: 6cb265e4-2f1f-440f-baa9-faa9e3cf0df9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16515 | 2024.08.16 04:42:17.816697 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16516 | 2024.08.16 04:42:17.816741 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16517 | 2024.08.16 04:42:17.816871 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16518 | 2024.08.16 04:42:17.817187 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16519 | 2024.08.16 04:42:17.817224 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16520 | 2024.08.16 04:42:17.817590 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16521 | 2024.08.16 04:42:17.817908 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16522 | 2024.08.16 04:42:17.818071 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001422 sec., 57665.260196905765 rows/sec., 3.66 MiB/sec. | ||
| 16523 | 2024.08.16 04:42:17.818243 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 16524 | 2024.08.16 04:42:17.818267 [ 3 ] {ec16dc23-4a06-429b-a853-22abab57c8d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16525 | 2024.08.16 04:42:17.818283 [ 3 ] {} <Debug> HTTP-Session: 6cb265e4-2f1f-440f-baa9-faa9e3cf0df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16526 | 2024.08.16 04:42:19.005593 [ 129 ] {} <Debug> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 16527 | 2024.08.16 04:42:19.005658 [ 129 ] {} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16528 | 2024.08.16 04:42:19.005680 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16529 | 2024.08.16 04:42:19.005826 [ 200 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::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 | ||
| 16530 | 2024.08.16 04:42:19.005992 [ 200 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16531 | 2024.08.16 04:42:19.006030 [ 200 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part | ||
| 16532 | 2024.08.16 04:42:19.006102 [ 200 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
| 16533 | 2024.08.16 04:42:19.006177 [ 200 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 16534 | 2024.08.16 04:42:19.006445 [ 200 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 16535 | 2024.08.16 04:42:19.006575 [ 200 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part | ||
| 16536 | 2024.08.16 04:42:19.007475 [ 192 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.001725872 sec., 29550.279510879136 rows/sec., 2.10 MiB/sec. | ||
| 16537 | 2024.08.16 04:42:19.007672 [ 189 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 16538 | 2024.08.16 04:42:19.008147 [ 189 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16539 | 2024.08.16 04:42:19.008246 [ 189 ] {c62a65e2-94fc-4f95-8194-da5c2300fb8e::all_1_5_1} <Trace> oximeter.measurements_i64 (c62a65e2-94fc-4f95-8194-da5c2300fb8e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 16540 | 2024.08.16 04:42:19.008355 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 16541 | 2024.08.16 04:42:19.669405 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16542 | 2024.08.16 04:42:19.669464 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16543 | 2024.08.16 04:42:22.778248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16544 | 2024.08.16 04:42:22.778381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16545 | 2024.08.16 04:42:22.778411 [ 3 ] {} <Debug> HTTP-Session: bb11e0a6-ec5b-435c-b387-9b4184d0d9e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16546 | 2024.08.16 04:42:22.778439 [ 3 ] {} <Debug> HTTP-Session: bb11e0a6-ec5b-435c-b387-9b4184d0d9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16547 | 2024.08.16 04:42:22.778457 [ 3 ] {} <Debug> HTTP-Session: bb11e0a6-ec5b-435c-b387-9b4184d0d9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16548 | 2024.08.16 04:42:22.778510 [ 3 ] {} <Trace> HTTP-Session: bb11e0a6-ec5b-435c-b387-9b4184d0d9e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16549 | 2024.08.16 04:42:22.778699 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16550 | 2024.08.16 04:42:22.778771 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 16551 | 2024.08.16 04:42:22.778990 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16552 | 2024.08.16 04:42:22.779512 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16553 | 2024.08.16 04:42:22.779552 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16554 | 2024.08.16 04:42:22.779910 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 16555 | 2024.08.16 04:42:22.780247 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16556 | 2024.08.16 04:42:22.780405 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001763 sec., 2268.8598979013045 rows/sec., 183.90 KiB/sec. | ||
| 16557 | 2024.08.16 04:42:22.780642 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Debug> DynamicQueryHandler: Done processing query | ||
| 16558 | 2024.08.16 04:42:22.780670 [ 3 ] {75ec6d63-a06f-4d06-85f7-5df5cca46232} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16559 | 2024.08.16 04:42:22.780687 [ 3 ] {} <Debug> HTTP-Session: bb11e0a6-ec5b-435c-b387-9b4184d0d9e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16560 | 2024.08.16 04:42:22.780831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16561 | 2024.08.16 04:42:22.780887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16562 | 2024.08.16 04:42:22.780906 [ 3 ] {} <Debug> HTTP-Session: 17d8ed27-85b1-4b24-b42a-c2fce954eb9f Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16563 | 2024.08.16 04:42:22.780925 [ 3 ] {} <Debug> HTTP-Session: 17d8ed27-85b1-4b24-b42a-c2fce954eb9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16564 | 2024.08.16 04:42:22.780939 [ 3 ] {} <Debug> HTTP-Session: 17d8ed27-85b1-4b24-b42a-c2fce954eb9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16565 | 2024.08.16 04:42:22.780975 [ 3 ] {} <Trace> HTTP-Session: 17d8ed27-85b1-4b24-b42a-c2fce954eb9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16566 | 2024.08.16 04:42:22.781077 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16567 | 2024.08.16 04:42:22.781123 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16568 | 2024.08.16 04:42:22.781262 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16569 | 2024.08.16 04:42:22.781572 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16570 | 2024.08.16 04:42:22.781609 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16571 | 2024.08.16 04:42:22.781912 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 16572 | 2024.08.16 04:42:22.782229 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16573 | 2024.08.16 04:42:22.782387 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001333 sec., 3000.7501875468865 rows/sec., 244.69 KiB/sec. | ||
| 16574 | 2024.08.16 04:42:22.782557 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Debug> DynamicQueryHandler: Done processing query | ||
| 16575 | 2024.08.16 04:42:22.782583 [ 3 ] {1ac9deaf-1ae3-40a2-b569-b2e3fbd5e841} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16576 | 2024.08.16 04:42:22.782599 [ 3 ] {} <Debug> HTTP-Session: 17d8ed27-85b1-4b24-b42a-c2fce954eb9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16577 | 2024.08.16 04:42:22.782731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16578 | 2024.08.16 04:42:22.782782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16579 | 2024.08.16 04:42:22.782801 [ 3 ] {} <Debug> HTTP-Session: 1c7d4034-084d-4959-9755-07c16412bc8c Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16580 | 2024.08.16 04:42:22.782817 [ 3 ] {} <Debug> HTTP-Session: 1c7d4034-084d-4959-9755-07c16412bc8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16581 | 2024.08.16 04:42:22.782832 [ 3 ] {} <Debug> HTTP-Session: 1c7d4034-084d-4959-9755-07c16412bc8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16582 | 2024.08.16 04:42:22.782864 [ 3 ] {} <Trace> HTTP-Session: 1c7d4034-084d-4959-9755-07c16412bc8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16583 | 2024.08.16 04:42:22.782981 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16584 | 2024.08.16 04:42:22.783023 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16585 | 2024.08.16 04:42:22.783152 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16586 | 2024.08.16 04:42:22.783485 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16587 | 2024.08.16 04:42:22.783521 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16588 | 2024.08.16 04:42:22.783827 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16589 | 2024.08.16 04:42:22.784125 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16590 | 2024.08.16 04:42:22.784281 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Debug> executeQuery: Read 70 rows, 5.63 KiB in 0.001334 sec., 52473.76311844078 rows/sec., 4.12 MiB/sec. | ||
| 16591 | 2024.08.16 04:42:22.784533 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Debug> DynamicQueryHandler: Done processing query | ||
| 16592 | 2024.08.16 04:42:22.784601 [ 3 ] {134db2c7-2b77-4087-ad84-e6aee0393b59} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 16593 | 2024.08.16 04:42:22.784667 [ 3 ] {} <Debug> HTTP-Session: 1c7d4034-084d-4959-9755-07c16412bc8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16594 | 2024.08.16 04:42:22.784895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16595 | 2024.08.16 04:42:22.785039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16596 | 2024.08.16 04:42:22.785119 [ 3 ] {} <Debug> HTTP-Session: 9a47a93e-8ee7-4b28-a643-fa8c44d360ee Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16597 | 2024.08.16 04:42:22.785176 [ 3 ] {} <Debug> HTTP-Session: 9a47a93e-8ee7-4b28-a643-fa8c44d360ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16598 | 2024.08.16 04:42:22.785220 [ 3 ] {} <Debug> HTTP-Session: 9a47a93e-8ee7-4b28-a643-fa8c44d360ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16599 | 2024.08.16 04:42:22.785306 [ 3 ] {} <Trace> HTTP-Session: 9a47a93e-8ee7-4b28-a643-fa8c44d360ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16600 | 2024.08.16 04:42:22.785428 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16601 | 2024.08.16 04:42:22.785472 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16602 | 2024.08.16 04:42:22.785613 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16603 | 2024.08.16 04:42:22.785899 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16604 | 2024.08.16 04:42:22.785935 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16605 | 2024.08.16 04:42:22.786233 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 16606 | 2024.08.16 04:42:22.786534 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16607 | 2024.08.16 04:42:22.786689 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00128 sec., 3124.9999999999995 rows/sec., 218.20 KiB/sec. | ||
| 16608 | 2024.08.16 04:42:22.786853 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Debug> DynamicQueryHandler: Done processing query | ||
| 16609 | 2024.08.16 04:42:22.786877 [ 3 ] {cc9ffb99-0edb-4ad9-8488-b7844c5a0972} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16610 | 2024.08.16 04:42:22.786893 [ 3 ] {} <Debug> HTTP-Session: 9a47a93e-8ee7-4b28-a643-fa8c44d360ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16611 | 2024.08.16 04:42:22.787021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16612 | 2024.08.16 04:42:22.787070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16613 | 2024.08.16 04:42:22.787089 [ 3 ] {} <Debug> HTTP-Session: 09bddeca-9b2d-4da3-b392-bc4e11c45232 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16614 | 2024.08.16 04:42:22.787106 [ 3 ] {} <Debug> HTTP-Session: 09bddeca-9b2d-4da3-b392-bc4e11c45232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16615 | 2024.08.16 04:42:22.787119 [ 3 ] {} <Debug> HTTP-Session: 09bddeca-9b2d-4da3-b392-bc4e11c45232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16616 | 2024.08.16 04:42:22.787151 [ 3 ] {} <Trace> HTTP-Session: 09bddeca-9b2d-4da3-b392-bc4e11c45232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16617 | 2024.08.16 04:42:22.787265 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16618 | 2024.08.16 04:42:22.787307 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16619 | 2024.08.16 04:42:22.787432 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16620 | 2024.08.16 04:42:22.787766 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16621 | 2024.08.16 04:42:22.787802 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16622 | 2024.08.16 04:42:22.788113 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16623 | 2024.08.16 04:42:22.788418 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16624 | 2024.08.16 04:42:22.788571 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001347 sec., 53452.11581291759 rows/sec., 4.18 MiB/sec. | ||
| 16625 | 2024.08.16 04:42:22.788739 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Debug> DynamicQueryHandler: Done processing query | ||
| 16626 | 2024.08.16 04:42:22.788764 [ 3 ] {47b28cfc-aed1-40e4-b98a-cbb34757e164} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16627 | 2024.08.16 04:42:22.788780 [ 3 ] {} <Debug> HTTP-Session: 09bddeca-9b2d-4da3-b392-bc4e11c45232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16628 | 2024.08.16 04:42:22.788931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16629 | 2024.08.16 04:42:22.788982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16630 | 2024.08.16 04:42:22.789001 [ 3 ] {} <Debug> HTTP-Session: 6eda66d1-a64a-4e94-93b1-28406c106f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16631 | 2024.08.16 04:42:22.789018 [ 3 ] {} <Debug> HTTP-Session: 6eda66d1-a64a-4e94-93b1-28406c106f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16632 | 2024.08.16 04:42:22.789032 [ 3 ] {} <Debug> HTTP-Session: 6eda66d1-a64a-4e94-93b1-28406c106f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16633 | 2024.08.16 04:42:22.789064 [ 3 ] {} <Trace> HTTP-Session: 6eda66d1-a64a-4e94-93b1-28406c106f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16634 | 2024.08.16 04:42:22.789210 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16635 | 2024.08.16 04:42:22.789256 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16636 | 2024.08.16 04:42:22.789404 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16637 | 2024.08.16 04:42:22.789816 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16638 | 2024.08.16 04:42:22.789852 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16639 | 2024.08.16 04:42:22.790243 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16640 | 2024.08.16 04:42:22.790578 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16641 | 2024.08.16 04:42:22.790738 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001592 sec., 101758.79396984924 rows/sec., 7.09 MiB/sec. | ||
| 16642 | 2024.08.16 04:42:22.790915 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Debug> DynamicQueryHandler: Done processing query | ||
| 16643 | 2024.08.16 04:42:22.790940 [ 3 ] {983eda6f-ba5a-4696-9b43-c4dd70206c23} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16644 | 2024.08.16 04:42:22.790955 [ 3 ] {} <Debug> HTTP-Session: 6eda66d1-a64a-4e94-93b1-28406c106f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16645 | 2024.08.16 04:42:22.791075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16646 | 2024.08.16 04:42:22.791125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16647 | 2024.08.16 04:42:22.791144 [ 3 ] {} <Debug> HTTP-Session: 8789cee1-7f31-485c-bf52-940d1098cae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16648 | 2024.08.16 04:42:22.791160 [ 3 ] {} <Debug> HTTP-Session: 8789cee1-7f31-485c-bf52-940d1098cae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16649 | 2024.08.16 04:42:22.791174 [ 3 ] {} <Debug> HTTP-Session: 8789cee1-7f31-485c-bf52-940d1098cae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16650 | 2024.08.16 04:42:22.791204 [ 3 ] {} <Trace> HTTP-Session: 8789cee1-7f31-485c-bf52-940d1098cae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16651 | 2024.08.16 04:42:22.791337 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 16652 | 2024.08.16 04:42:22.791401 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <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 | ||
| 16653 | 2024.08.16 04:42:22.791813 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16654 | 2024.08.16 04:42:22.792322 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16655 | 2024.08.16 04:42:22.792357 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16656 | 2024.08.16 04:42:22.792921 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 16657 | 2024.08.16 04:42:22.793321 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16658 | 2024.08.16 04:42:22.793505 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002231 sec., 1792.9179740026896 rows/sec., 3.21 MiB/sec. | ||
| 16659 | 2024.08.16 04:42:22.793732 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Debug> DynamicQueryHandler: Done processing query | ||
| 16660 | 2024.08.16 04:42:22.793756 [ 3 ] {b47ebffa-8faa-4415-9624-a83cd13be50d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 16661 | 2024.08.16 04:42:22.793772 [ 3 ] {} <Debug> HTTP-Session: 8789cee1-7f31-485c-bf52-940d1098cae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16662 | 2024.08.16 04:42:22.793896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16663 | 2024.08.16 04:42:22.793945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16664 | 2024.08.16 04:42:22.793963 [ 3 ] {} <Debug> HTTP-Session: 7a6fba50-4e7f-4de1-be64-fbe5773a356d Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16665 | 2024.08.16 04:42:22.793980 [ 3 ] {} <Debug> HTTP-Session: 7a6fba50-4e7f-4de1-be64-fbe5773a356d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16666 | 2024.08.16 04:42:22.793994 [ 3 ] {} <Debug> HTTP-Session: 7a6fba50-4e7f-4de1-be64-fbe5773a356d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16667 | 2024.08.16 04:42:22.794025 [ 3 ] {} <Trace> HTTP-Session: 7a6fba50-4e7f-4de1-be64-fbe5773a356d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16668 | 2024.08.16 04:42:22.794141 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16669 | 2024.08.16 04:42:22.794186 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16670 | 2024.08.16 04:42:22.794310 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16671 | 2024.08.16 04:42:22.794610 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16672 | 2024.08.16 04:42:22.794645 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16673 | 2024.08.16 04:42:22.794995 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16674 | 2024.08.16 04:42:22.795335 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16675 | 2024.08.16 04:42:22.795503 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
| 16676 | 2024.08.16 04:42:22.795733 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Debug> DynamicQueryHandler: Done processing query | ||
| 16677 | 2024.08.16 04:42:22.795784 [ 3 ] {9e978d59-6eb8-4025-812f-a1a224125856} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16678 | 2024.08.16 04:42:22.795844 [ 3 ] {} <Debug> HTTP-Session: 7a6fba50-4e7f-4de1-be64-fbe5773a356d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16679 | 2024.08.16 04:42:27.784673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 6795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16680 | 2024.08.16 04:42:27.784855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16681 | 2024.08.16 04:42:27.784899 [ 3 ] {} <Debug> HTTP-Session: 19f65512-504f-4292-8403-b416f376f9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16682 | 2024.08.16 04:42:27.784940 [ 3 ] {} <Debug> HTTP-Session: 19f65512-504f-4292-8403-b416f376f9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16683 | 2024.08.16 04:42:27.784969 [ 3 ] {} <Debug> HTTP-Session: 19f65512-504f-4292-8403-b416f376f9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16684 | 2024.08.16 04:42:27.785046 [ 3 ] {} <Trace> HTTP-Session: 19f65512-504f-4292-8403-b416f376f9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16685 | 2024.08.16 04:42:27.785334 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 16686 | 2024.08.16 04:42:27.785435 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 16687 | 2024.08.16 04:42:27.785749 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16688 | 2024.08.16 04:42:27.786219 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16689 | 2024.08.16 04:42:27.786260 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16690 | 2024.08.16 04:42:27.786622 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 16691 | 2024.08.16 04:42:27.786950 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Trace> oximeter.fields_i64 (3db14928-0ab7-46a8-ae5d-e72b73113732): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16692 | 2024.08.16 04:42:27.787117 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Debug> executeQuery: Read 47 rows, 3.81 KiB in 0.00188 sec., 25000 rows/sec., 1.98 MiB/sec. | ||
| 16693 | 2024.08.16 04:42:27.787339 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16694 | 2024.08.16 04:42:27.787366 [ 3 ] {2eab9a35-f414-49c6-b7ce-f40a460c4e0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16695 | 2024.08.16 04:42:27.787382 [ 3 ] {} <Debug> HTTP-Session: 19f65512-504f-4292-8403-b416f376f9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16696 | 2024.08.16 04:42:27.787505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16697 | 2024.08.16 04:42:27.787560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16698 | 2024.08.16 04:42:27.787580 [ 3 ] {} <Debug> HTTP-Session: d789ad1e-3211-44f0-b301-cae3f7c7bd48 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16699 | 2024.08.16 04:42:27.787599 [ 3 ] {} <Debug> HTTP-Session: d789ad1e-3211-44f0-b301-cae3f7c7bd48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16700 | 2024.08.16 04:42:27.787613 [ 3 ] {} <Debug> HTTP-Session: d789ad1e-3211-44f0-b301-cae3f7c7bd48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16701 | 2024.08.16 04:42:27.787646 [ 3 ] {} <Trace> HTTP-Session: d789ad1e-3211-44f0-b301-cae3f7c7bd48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16702 | 2024.08.16 04:42:27.787744 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16703 | 2024.08.16 04:42:27.787790 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16704 | 2024.08.16 04:42:27.787918 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16705 | 2024.08.16 04:42:27.788224 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16706 | 2024.08.16 04:42:27.788261 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16707 | 2024.08.16 04:42:27.788556 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16708 | 2024.08.16 04:42:27.788852 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16709 | 2024.08.16 04:42:27.789002 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001278 sec., 3129.8904538341158 rows/sec., 255.22 KiB/sec. | ||
| 16710 | 2024.08.16 04:42:27.789007 [ 119 ] {} <Debug> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 16711 | 2024.08.16 04:42:27.789117 [ 119 ] {} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16712 | 2024.08.16 04:42:27.789166 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16713 | 2024.08.16 04:42:27.789248 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 16714 | 2024.08.16 04:42:27.789288 [ 3 ] {931a0346-3d81-4469-b7e0-c02eacc48d6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16715 | 2024.08.16 04:42:27.789309 [ 3 ] {} <Debug> HTTP-Session: d789ad1e-3211-44f0-b301-cae3f7c7bd48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16716 | 2024.08.16 04:42:27.789314 [ 192 ] {029081fc-8549-4313-950a-a4fb409a7a46::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 | ||
| 16717 | 2024.08.16 04:42:27.789460 [ 192 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16718 | 2024.08.16 04:42:27.789469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 49977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16719 | 2024.08.16 04:42:27.789501 [ 192 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 19 rows starting from the beginning of the part | ||
| 16720 | 2024.08.16 04:42:27.789535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16721 | 2024.08.16 04:42:27.789568 [ 3 ] {} <Debug> HTTP-Session: c4f196be-df0d-4eed-acca-fe7322ab6cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16722 | 2024.08.16 04:42:27.789613 [ 3 ] {} <Debug> HTTP-Session: c4f196be-df0d-4eed-acca-fe7322ab6cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16723 | 2024.08.16 04:42:27.789639 [ 192 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 16724 | 2024.08.16 04:42:27.789658 [ 3 ] {} <Debug> HTTP-Session: c4f196be-df0d-4eed-acca-fe7322ab6cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16725 | 2024.08.16 04:42:27.789749 [ 3 ] {} <Trace> HTTP-Session: c4f196be-df0d-4eed-acca-fe7322ab6cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16726 | 2024.08.16 04:42:27.789866 [ 192 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 16727 | 2024.08.16 04:42:27.790256 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16728 | 2024.08.16 04:42:27.790260 [ 192 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 16729 | 2024.08.16 04:42:27.790330 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16730 | 2024.08.16 04:42:27.790432 [ 192 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 16731 | 2024.08.16 04:42:27.790812 [ 192 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 16732 | 2024.08.16 04:42:27.791365 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16733 | 2024.08.16 04:42:27.792138 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16734 | 2024.08.16 04:42:27.792188 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16735 | 2024.08.16 04:42:27.792537 [ 189 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.003283249 sec., 9441.866882469165 rows/sec., 754.30 KiB/sec. | ||
| 16736 | 2024.08.16 04:42:27.792753 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16737 | 2024.08.16 04:42:27.792780 [ 189 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 16738 | 2024.08.16 04:42:27.793448 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16739 | 2024.08.16 04:42:27.793720 [ 189 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16740 | 2024.08.16 04:42:27.793740 [ 119 ] {} <Debug> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16741 | 2024.08.16 04:42:27.793748 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Debug> executeQuery: Read 332 rows, 29.80 KiB in 0.003759 sec., 88321.36206437882 rows/sec., 7.74 MiB/sec. | ||
| 16742 | 2024.08.16 04:42:27.793832 [ 119 ] {} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16743 | 2024.08.16 04:42:27.793971 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16744 | 2024.08.16 04:42:27.793998 [ 189 ] {029081fc-8549-4313-950a-a4fb409a7a46::all_1_36_7} <Trace> oximeter.fields_ipaddr (029081fc-8549-4313-950a-a4fb409a7a46) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 16745 | 2024.08.16 04:42:27.794349 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Debug> DynamicQueryHandler: Done processing query | ||
| 16746 | 2024.08.16 04:42:27.794413 [ 3 ] {a8cc5220-426e-4ccd-b800-95a35720ea35} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 16747 | 2024.08.16 04:42:27.794417 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 16748 | 2024.08.16 04:42:27.794500 [ 3 ] {} <Debug> HTTP-Session: c4f196be-df0d-4eed-acca-fe7322ab6cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16749 | 2024.08.16 04:42:27.794602 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16750 | 2024.08.16 04:42:27.794784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16751 | 2024.08.16 04:42:27.794951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16752 | 2024.08.16 04:42:27.795044 [ 3 ] {} <Debug> HTTP-Session: 36db2959-e7c2-4154-aff4-e79a1d2b1734 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16753 | 2024.08.16 04:42:27.795121 [ 3 ] {} <Debug> HTTP-Session: 36db2959-e7c2-4154-aff4-e79a1d2b1734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16754 | 2024.08.16 04:42:27.795180 [ 3 ] {} <Debug> HTTP-Session: 36db2959-e7c2-4154-aff4-e79a1d2b1734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16755 | 2024.08.16 04:42:27.795335 [ 3 ] {} <Trace> HTTP-Session: 36db2959-e7c2-4154-aff4-e79a1d2b1734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16756 | 2024.08.16 04:42:27.795412 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16757 | 2024.08.16 04:42:27.795537 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1487 rows starting from the beginning of the part | ||
| 16758 | 2024.08.16 04:42:27.795591 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16759 | 2024.08.16 04:42:27.795728 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16760 | 2024.08.16 04:42:27.795798 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 332 rows starting from the beginning of the part | ||
| 16761 | 2024.08.16 04:42:27.796194 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1212 rows starting from the beginning of the part | ||
| 16762 | 2024.08.16 04:42:27.796522 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 332 rows starting from the beginning of the part | ||
| 16763 | 2024.08.16 04:42:27.796922 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 70 rows starting from the beginning of the part | ||
| 16764 | 2024.08.16 04:42:27.797008 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16765 | 2024.08.16 04:42:27.797266 [ 194 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 332 rows starting from the beginning of the part | ||
| 16766 | 2024.08.16 04:42:27.798036 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16767 | 2024.08.16 04:42:27.798093 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16768 | 2024.08.16 04:42:27.798746 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16769 | 2024.08.16 04:42:27.799584 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16770 | 2024.08.16 04:42:27.799817 [ 119 ] {} <Debug> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 16771 | 2024.08.16 04:42:27.799831 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004287 sec., 933.0534173081409 rows/sec., 65.15 KiB/sec. | ||
| 16772 | 2024.08.16 04:42:27.799923 [ 119 ] {} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16773 | 2024.08.16 04:42:27.800025 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16774 | 2024.08.16 04:42:27.800334 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Debug> DynamicQueryHandler: Done processing query | ||
| 16775 | 2024.08.16 04:42:27.800468 [ 3 ] {9145c784-8c94-45c9-803c-236912ba6cf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16776 | 2024.08.16 04:42:27.800563 [ 3 ] {} <Debug> HTTP-Session: 36db2959-e7c2-4154-aff4-e79a1d2b1734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16777 | 2024.08.16 04:42:27.800918 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::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 | ||
| 16778 | 2024.08.16 04:42:27.800997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 1935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16779 | 2024.08.16 04:42:27.801236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16780 | 2024.08.16 04:42:27.801350 [ 3 ] {} <Debug> HTTP-Session: e123ee53-5cca-49db-b9fb-a98f097dd5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16781 | 2024.08.16 04:42:27.801487 [ 3 ] {} <Debug> HTTP-Session: e123ee53-5cca-49db-b9fb-a98f097dd5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16782 | 2024.08.16 04:42:27.801587 [ 196 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3765 rows, containing 4 columns (4 merged, 0 gathered) in 0.00743083 sec., 506672.875035494 rows/sec., 42.56 MiB/sec. | ||
| 16783 | 2024.08.16 04:42:27.801619 [ 3 ] {} <Debug> HTTP-Session: e123ee53-5cca-49db-b9fb-a98f097dd5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16784 | 2024.08.16 04:42:27.801888 [ 3 ] {} <Trace> HTTP-Session: e123ee53-5cca-49db-b9fb-a98f097dd5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16785 | 2024.08.16 04:42:27.801907 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16786 | 2024.08.16 04:42:27.802030 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 19 rows starting from the beginning of the part | ||
| 16787 | 2024.08.16 04:42:27.802177 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16788 | 2024.08.16 04:42:27.802316 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16789 | 2024.08.16 04:42:27.802564 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16790 | 2024.08.16 04:42:27.802576 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 16791 | 2024.08.16 04:42:27.803495 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 16792 | 2024.08.16 04:42:27.803766 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16793 | 2024.08.16 04:42:27.803988 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16794 | 2024.08.16 04:42:27.804128 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 16795 | 2024.08.16 04:42:27.804294 [ 186 ] {942550f9-ec08-41c6-a6cb-758fd8125227::all_1_86_17} <Trace> oximeter.fields_string (942550f9-ec08-41c6-a6cb-758fd8125227) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16796 | 2024.08.16 04:42:27.804620 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 16797 | 2024.08.16 04:42:27.804688 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 16798 | 2024.08.16 04:42:27.805030 [ 191 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 16799 | 2024.08.16 04:42:27.805451 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16800 | 2024.08.16 04:42:27.805545 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16801 | 2024.08.16 04:42:27.806277 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16802 | 2024.08.16 04:42:27.807236 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Trace> oximeter.fields_u32 (2a63b30c-5b07-401e-b53a-035d34fa8dca): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16803 | 2024.08.16 04:42:27.807696 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005591 sec., 2504.0243248077268 rows/sec., 175.37 KiB/sec. | ||
| 16804 | 2024.08.16 04:42:27.807731 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.007555503 sec., 4102.969716245232 rows/sec., 279.70 KiB/sec. | ||
| 16805 | 2024.08.16 04:42:27.807941 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 16806 | 2024.08.16 04:42:27.807999 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Debug> DynamicQueryHandler: Done processing query | ||
| 16807 | 2024.08.16 04:42:27.808044 [ 3 ] {730d4c2a-3613-4a00-a8f6-5c78678d4e38} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16808 | 2024.08.16 04:42:27.808074 [ 3 ] {} <Debug> HTTP-Session: e123ee53-5cca-49db-b9fb-a98f097dd5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16809 | 2024.08.16 04:42:27.808273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16810 | 2024.08.16 04:42:27.808358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16811 | 2024.08.16 04:42:27.808384 [ 3 ] {} <Debug> HTTP-Session: 0b7aaa12-0d59-4b62-b10d-b74a5378e282 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16812 | 2024.08.16 04:42:27.808420 [ 3 ] {} <Debug> HTTP-Session: 0b7aaa12-0d59-4b62-b10d-b74a5378e282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16813 | 2024.08.16 04:42:27.808447 [ 3 ] {} <Debug> HTTP-Session: 0b7aaa12-0d59-4b62-b10d-b74a5378e282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16814 | 2024.08.16 04:42:27.808506 [ 3 ] {} <Trace> HTTP-Session: 0b7aaa12-0d59-4b62-b10d-b74a5378e282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16815 | 2024.08.16 04:42:27.808553 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16816 | 2024.08.16 04:42:27.808713 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16817 | 2024.08.16 04:42:27.808740 [ 186 ] {4dce9bb4-0915-4852-bdc1-c6570f0e177b::all_1_36_7} <Trace> oximeter.fields_u16 (4dce9bb4-0915-4852-bdc1-c6570f0e177b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 16818 | 2024.08.16 04:42:27.808782 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16819 | 2024.08.16 04:42:27.808900 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16820 | 2024.08.16 04:42:27.809053 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16821 | 2024.08.16 04:42:27.809356 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16822 | 2024.08.16 04:42:27.809394 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16823 | 2024.08.16 04:42:27.809717 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 16824 | 2024.08.16 04:42:27.810028 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Trace> oximeter.fields_u8 (16b9fde2-b90d-4b9c-9176-3557bcc0d26f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16825 | 2024.08.16 04:42:27.810185 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001536 sec., 3906.25 rows/sec., 230.79 KiB/sec. | ||
| 16826 | 2024.08.16 04:42:27.810353 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 16827 | 2024.08.16 04:42:27.810378 [ 3 ] {a000c2a5-7867-43fe-af40-940b84db3bf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16828 | 2024.08.16 04:42:27.810394 [ 3 ] {} <Debug> HTTP-Session: 0b7aaa12-0d59-4b62-b10d-b74a5378e282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16829 | 2024.08.16 04:42:27.810560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 70437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16830 | 2024.08.16 04:42:27.810609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16831 | 2024.08.16 04:42:27.810627 [ 3 ] {} <Debug> HTTP-Session: a9b86116-b887-4232-a5b8-458c8808fb57 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16832 | 2024.08.16 04:42:27.810644 [ 3 ] {} <Debug> HTTP-Session: a9b86116-b887-4232-a5b8-458c8808fb57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16833 | 2024.08.16 04:42:27.810657 [ 3 ] {} <Debug> HTTP-Session: a9b86116-b887-4232-a5b8-458c8808fb57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16834 | 2024.08.16 04:42:27.810688 [ 3 ] {} <Trace> HTTP-Session: a9b86116-b887-4232-a5b8-458c8808fb57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16835 | 2024.08.16 04:42:27.810972 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16836 | 2024.08.16 04:42:27.811015 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16837 | 2024.08.16 04:42:27.811145 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16838 | 2024.08.16 04:42:27.811768 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16839 | 2024.08.16 04:42:27.811805 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16840 | 2024.08.16 04:42:27.812138 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16841 | 2024.08.16 04:42:27.812447 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16842 | 2024.08.16 04:42:27.812594 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Debug> executeQuery: Read 433 rows, 31.77 KiB in 0.001792 sec., 241629.4642857143 rows/sec., 17.31 MiB/sec. | ||
| 16843 | 2024.08.16 04:42:27.812629 [ 118 ] {} <Debug> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16844 | 2024.08.16 04:42:27.812727 [ 118 ] {} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16845 | 2024.08.16 04:42:27.812761 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16846 | 2024.08.16 04:42:27.812855 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 16847 | 2024.08.16 04:42:27.812901 [ 3 ] {2e58a838-3d09-425a-a20c-6e18216fdd9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 16848 | 2024.08.16 04:42:27.812923 [ 3 ] {} <Debug> HTTP-Session: a9b86116-b887-4232-a5b8-458c8808fb57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16849 | 2024.08.16 04:42:27.812937 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16850 | 2024.08.16 04:42:27.813065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16851 | 2024.08.16 04:42:27.813093 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16852 | 2024.08.16 04:42:27.813133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16853 | 2024.08.16 04:42:27.813136 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 944 rows starting from the beginning of the part | ||
| 16854 | 2024.08.16 04:42:27.813156 [ 3 ] {} <Debug> HTTP-Session: 1ac07b4b-9186-4c9b-b467-9af539fb6fbe Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16855 | 2024.08.16 04:42:27.813178 [ 3 ] {} <Debug> HTTP-Session: 1ac07b4b-9186-4c9b-b467-9af539fb6fbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16856 | 2024.08.16 04:42:27.813204 [ 3 ] {} <Debug> HTTP-Session: 1ac07b4b-9186-4c9b-b467-9af539fb6fbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16857 | 2024.08.16 04:42:27.813336 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 439 rows starting from the beginning of the part | ||
| 16858 | 2024.08.16 04:42:27.813340 [ 3 ] {} <Trace> HTTP-Session: 1ac07b4b-9186-4c9b-b467-9af539fb6fbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16859 | 2024.08.16 04:42:27.813669 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 538 rows starting from the beginning of the part | ||
| 16860 | 2024.08.16 04:42:27.813673 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16861 | 2024.08.16 04:42:27.813866 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16862 | 2024.08.16 04:42:27.813940 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 436 rows starting from the beginning of the part | ||
| 16863 | 2024.08.16 04:42:27.814356 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 72 rows starting from the beginning of the part | ||
| 16864 | 2024.08.16 04:42:27.814760 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 433 rows starting from the beginning of the part | ||
| 16865 | 2024.08.16 04:42:27.815208 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16866 | 2024.08.16 04:42:27.815653 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16867 | 2024.08.16 04:42:27.815695 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16868 | 2024.08.16 04:42:27.816224 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 16869 | 2024.08.16 04:42:27.816594 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Trace> oximeter.measurements_bool (ca56ab78-2f5f-496b-b4d7-4d1739aaad47): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16870 | 2024.08.16 04:42:27.816808 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003221 sec., 1862.7755355479665 rows/sec., 97.32 KiB/sec. | ||
| 16871 | 2024.08.16 04:42:27.817442 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Debug> DynamicQueryHandler: Done processing query | ||
| 16872 | 2024.08.16 04:42:27.817548 [ 3 ] {180f914e-2b4c-4f69-b613-61c0a7b79be1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16873 | 2024.08.16 04:42:27.817625 [ 3 ] {} <Debug> HTTP-Session: 1ac07b4b-9186-4c9b-b467-9af539fb6fbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16874 | 2024.08.16 04:42:27.817650 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2862 rows, containing 4 columns (4 merged, 0 gathered) in 0.004791176 sec., 597348.124969736 rows/sec., 43.35 MiB/sec. | ||
| 16875 | 2024.08.16 04:42:27.817872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 45013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16876 | 2024.08.16 04:42:27.817917 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16877 | 2024.08.16 04:42:27.817930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16878 | 2024.08.16 04:42:27.817965 [ 3 ] {} <Debug> HTTP-Session: 6c620b96-adb0-4ece-aaf9-87aced2c40aa Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16879 | 2024.08.16 04:42:27.817988 [ 3 ] {} <Debug> HTTP-Session: 6c620b96-adb0-4ece-aaf9-87aced2c40aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16880 | 2024.08.16 04:42:27.818004 [ 3 ] {} <Debug> HTTP-Session: 6c620b96-adb0-4ece-aaf9-87aced2c40aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16881 | 2024.08.16 04:42:27.818041 [ 3 ] {} <Trace> HTTP-Session: 6c620b96-adb0-4ece-aaf9-87aced2c40aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16882 | 2024.08.16 04:42:27.818305 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16883 | 2024.08.16 04:42:27.818354 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16884 | 2024.08.16 04:42:27.818363 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16885 | 2024.08.16 04:42:27.818484 [ 196 ] {5ed34213-e47f-4aeb-adfb-5f50e828a763::all_1_86_17} <Trace> oximeter.fields_uuid (5ed34213-e47f-4aeb-adfb-5f50e828a763) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16886 | 2024.08.16 04:42:27.818598 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 16887 | 2024.08.16 04:42:27.818653 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16888 | 2024.08.16 04:42:27.819113 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16889 | 2024.08.16 04:42:27.819150 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16890 | 2024.08.16 04:42:27.819556 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16891 | 2024.08.16 04:42:27.819887 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16892 | 2024.08.16 04:42:27.820047 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001888 sec., 126588.98305084747 rows/sec., 8.49 MiB/sec. | ||
| 16893 | 2024.08.16 04:42:27.820055 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16894 | 2024.08.16 04:42:27.820145 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16895 | 2024.08.16 04:42:27.820202 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16896 | 2024.08.16 04:42:27.820351 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Debug> DynamicQueryHandler: Done processing query | ||
| 16897 | 2024.08.16 04:42:27.820364 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16898 | 2024.08.16 04:42:27.820385 [ 3 ] {8106f2e0-c7e4-4191-b7ea-3be196326e05} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16899 | 2024.08.16 04:42:27.820443 [ 3 ] {} <Debug> HTTP-Session: 6c620b96-adb0-4ece-aaf9-87aced2c40aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16900 | 2024.08.16 04:42:27.820577 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16901 | 2024.08.16 04:42:27.820597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16902 | 2024.08.16 04:42:27.820638 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25156 rows starting from the beginning of the part | ||
| 16903 | 2024.08.16 04:42:27.820706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16904 | 2024.08.16 04:42:27.820783 [ 3 ] {} <Debug> HTTP-Session: 93e378f2-3ccd-42f6-b26a-3e159c6a3061 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16905 | 2024.08.16 04:42:27.820859 [ 3 ] {} <Debug> HTTP-Session: 93e378f2-3ccd-42f6-b26a-3e159c6a3061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16906 | 2024.08.16 04:42:27.820926 [ 3 ] {} <Debug> HTTP-Session: 93e378f2-3ccd-42f6-b26a-3e159c6a3061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16907 | 2024.08.16 04:42:27.820934 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 238 rows starting from the beginning of the part | ||
| 16908 | 2024.08.16 04:42:27.821020 [ 3 ] {} <Trace> HTTP-Session: 93e378f2-3ccd-42f6-b26a-3e159c6a3061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16909 | 2024.08.16 04:42:27.821236 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 846 rows starting from the beginning of the part | ||
| 16910 | 2024.08.16 04:42:27.821344 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16911 | 2024.08.16 04:42:27.821535 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16912 | 2024.08.16 04:42:27.821564 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 238 rows starting from the beginning of the part | ||
| 16913 | 2024.08.16 04:42:27.821908 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 162 rows starting from the beginning of the part | ||
| 16914 | 2024.08.16 04:42:27.822258 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 239 rows starting from the beginning of the part | ||
| 16915 | 2024.08.16 04:42:27.822810 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16916 | 2024.08.16 04:42:27.823471 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16917 | 2024.08.16 04:42:27.823511 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16918 | 2024.08.16 04:42:27.823928 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 16919 | 2024.08.16 04:42:27.824300 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Trace> oximeter.measurements_f64 (a078123f-273b-48ad-9ee4-76742cba7bff): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16920 | 2024.08.16 04:42:27.824734 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003467 sec., 288.43380444188057 rows/sec., 19.44 KiB/sec. | ||
| 16921 | 2024.08.16 04:42:27.825968 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Debug> DynamicQueryHandler: Done processing query | ||
| 16922 | 2024.08.16 04:42:27.826097 [ 3 ] {e9a6924c-f102-4392-aadb-bf9904899814} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16923 | 2024.08.16 04:42:27.826237 [ 3 ] {} <Debug> HTTP-Session: 93e378f2-3ccd-42f6-b26a-3e159c6a3061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16924 | 2024.08.16 04:42:27.826717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 76149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16925 | 2024.08.16 04:42:27.826898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16926 | 2024.08.16 04:42:27.826997 [ 3 ] {} <Debug> HTTP-Session: d8dc4c5c-5c3c-43f9-a13f-3ffd4b56ea93 Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16927 | 2024.08.16 04:42:27.827063 [ 3 ] {} <Debug> HTTP-Session: d8dc4c5c-5c3c-43f9-a13f-3ffd4b56ea93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16928 | 2024.08.16 04:42:27.827107 [ 3 ] {} <Debug> HTTP-Session: d8dc4c5c-5c3c-43f9-a13f-3ffd4b56ea93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16929 | 2024.08.16 04:42:27.827209 [ 3 ] {} <Trace> HTTP-Session: d8dc4c5c-5c3c-43f9-a13f-3ffd4b56ea93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16930 | 2024.08.16 04:42:27.827708 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 16931 | 2024.08.16 04:42:27.827785 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <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 | ||
| 16932 | 2024.08.16 04:42:27.828690 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16933 | 2024.08.16 04:42:27.829770 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16934 | 2024.08.16 04:42:27.829808 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16935 | 2024.08.16 04:42:27.831126 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 16936 | 2024.08.16 04:42:27.831658 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Trace> oximeter.measurements_histogramf64 (e73b78a3-0ef6-4378-88b2-77562889b122): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16937 | 2024.08.16 04:42:27.831968 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.004505 sec., 10432.852386237513 rows/sec., 18.70 MiB/sec. | ||
| 16938 | 2024.08.16 04:42:27.832845 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16939 | 2024.08.16 04:42:27.832923 [ 3 ] {b77577a2-b40b-4bb4-b1da-c1f21a98be9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 16940 | 2024.08.16 04:42:27.832997 [ 3 ] {} <Debug> HTTP-Session: d8dc4c5c-5c3c-43f9-a13f-3ffd4b56ea93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16941 | 2024.08.16 04:42:27.833255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57365, User-Agent: (none), Length: 12141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16942 | 2024.08.16 04:42:27.833409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16943 | 2024.08.16 04:42:27.833496 [ 3 ] {} <Debug> HTTP-Session: be539544-41e2-4aff-b115-24eefb129acc Authenticating user 'default' from [fd00:1122:3344:101::d]:57365 | ||
| 16944 | 2024.08.16 04:42:27.833549 [ 3 ] {} <Debug> HTTP-Session: be539544-41e2-4aff-b115-24eefb129acc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16945 | 2024.08.16 04:42:27.833578 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26879 rows, containing 5 columns (5 merged, 0 gathered) in 0.013278001 sec., 2024325.8002465884 rows/sec., 136.78 MiB/sec. | ||
| 16946 | 2024.08.16 04:42:27.833582 [ 3 ] {} <Debug> HTTP-Session: be539544-41e2-4aff-b115-24eefb129acc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16947 | 2024.08.16 04:42:27.833669 [ 3 ] {} <Trace> HTTP-Session: be539544-41e2-4aff-b115-24eefb129acc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16948 | 2024.08.16 04:42:27.833847 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57365) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16949 | 2024.08.16 04:42:27.833894 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16950 | 2024.08.16 04:42:27.834041 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16951 | 2024.08.16 04:42:27.834250 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16952 | 2024.08.16 04:42:27.834905 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16953 | 2024.08.16 04:42:27.834917 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16954 | 2024.08.16 04:42:27.834958 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16955 | 2024.08.16 04:42:27.835086 [ 195 ] {065c9093-e042-4b13-aa9c-2f22e064be22::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (065c9093-e042-4b13-aa9c-2f22e064be22) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16956 | 2024.08.16 04:42:27.835254 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 16957 | 2024.08.16 04:42:27.835539 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16958 | 2024.08.16 04:42:27.835873 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16959 | 2024.08.16 04:42:27.836028 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002242 sec., 36574.487065120426 rows/sec., 2.32 MiB/sec. | ||
| 16960 | 2024.08.16 04:42:27.836029 [ 118 ] {} <Debug> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16961 | 2024.08.16 04:42:27.836128 [ 118 ] {} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16962 | 2024.08.16 04:42:27.836182 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 16963 | 2024.08.16 04:42:27.836355 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 16964 | 2024.08.16 04:42:27.836444 [ 3 ] {6476f2dc-c372-4e88-8baa-685ebbb23dfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16965 | 2024.08.16 04:42:27.836481 [ 3 ] {} <Debug> HTTP-Session: be539544-41e2-4aff-b115-24eefb129acc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16966 | 2024.08.16 04:42:27.836498 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16967 | 2024.08.16 04:42:27.837010 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16968 | 2024.08.16 04:42:27.837102 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5556 rows starting from the beginning of the part | ||
| 16969 | 2024.08.16 04:42:27.837438 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 16970 | 2024.08.16 04:42:27.837737 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 16971 | 2024.08.16 04:42:27.837838 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
| 16972 | 2024.08.16 04:42:27.837897 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 16973 | 2024.08.16 04:42:27.838045 [ 199 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
| 16974 | 2024.08.16 04:42:27.839986 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5922 rows, containing 4 columns (4 merged, 0 gathered) in 0.00370549 sec., 1598169.2029933962 rows/sec., 104.13 MiB/sec. | ||
| 16975 | 2024.08.16 04:42:27.840636 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16976 | 2024.08.16 04:42:27.841069 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16977 | 2024.08.16 04:42:27.841143 [ 188 ] {d8a67957-7c4a-432b-a9f5-5b091a9b0a38::all_1_86_17} <Trace> oximeter.measurements_u64 (d8a67957-7c4a-432b-a9f5-5b091a9b0a38) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16978 | 2024.08.16 04:42:27.841227 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||